Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Add config command #294

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Add config command #294

wants to merge 21 commits into from

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    95d3996 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    4f08f9c View commit details
    Browse the repository at this point in the history
  2. added individual options possibility in config command

    - wrapped config options with 'Option' type
    - show config is working fine!
    - added fn in utils
    - prettify the config details
    abhi3700 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    93fed0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c4f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313b7bf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. config command modified

    - removed redundant check for MIN_FARM_SIZE
    - added config command in arrow_key_mode
    - added usages except node, farm directory
    abhi3700 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7f558ef View commit details
    Browse the repository at this point in the history
  2. Refactor utils and correct command order in interactive mode

    - removed small fn from utils & used the code directly into placeholders
    - corrected the order of commands in interactive mode
    abhi3700 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b56e71a View commit details
    Browse the repository at this point in the history
  3. Manual testing of create_or_move_data fn, doc update for parameters

    - thorough manual testing of `create_or_move_data` fn was done
    - added usage for `node-dir` & `farm-dir` params & all params at a time.
    abhi3700 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b9f9bcb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/subspace/pulsar into add-co…

    …nfig-cmd
    
    # Conflicts:
    #	Cargo.toml
    #	pulsar/src/commands/config.rs
    abhi3700 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    68f413a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9826fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef9072f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fixed clippy errors

    abhi3700 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8ea0009 View commit details
    Browse the repository at this point in the history
  2. fixed 'cargo doc' issues

    abhi3700 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bb4a85f View commit details
    Browse the repository at this point in the history
  3. fixed build doc error

    abhi3700 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a82110f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Remove show flag from config command

    `$ pulsar config -s` has been replaced with `$ pulsar config` to show the already set config params/fields details.
    abhi3700 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fd985c5 View commit details
    Browse the repository at this point in the history
  2. Correct rust doc for config

    abhi3700 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    689b061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6c772 View commit details
    Browse the repository at this point in the history
  4. Add tests

    abhi3700 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    208e297 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    9b2539e View commit details
    Browse the repository at this point in the history
  2. removed redundant check

    abhi3700 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    96e408b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Refactor code with 'bail!'

    abhi3700 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3caa3c7 View commit details
    Browse the repository at this point in the history