Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forest tool migration of forest-cli subcommands #3336

Merged
merged 60 commits into from
Aug 18, 2023

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    f1e07e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71b4230 View commit details
    Browse the repository at this point in the history
  3. Fix lints

    elmattic committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    175d282 View commit details
    Browse the repository at this point in the history
  4. Migrate config subcommand

    elmattic committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f97f070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2368ca7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f46a5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae61c2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d13a849 View commit details
    Browse the repository at this point in the history
  9. Remove string manipulations

    elmattic committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c6df6ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    355aa7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11c0442 View commit details
    Browse the repository at this point in the history
  12. Use dedicated flag

    elmattic committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cf05e60 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Rename DB clean subcommand

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f4dbb70 View commit details
    Browse the repository at this point in the history
  2. Add optional config file

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2405b4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ad715 View commit details
    Browse the repository at this point in the history
  4. Update harness script

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5bacfc8 View commit details
    Browse the repository at this point in the history
  5. Update other scripts

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a986ee4 View commit details
    Browse the repository at this point in the history
  6. Use toml file instead

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7d87792 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce05ce0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45c9d95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b513be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa26642 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5910f10 View commit details
    Browse the repository at this point in the history
  12. Remove second pattern

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    035f5d4 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7cfb7b0 View commit details
    Browse the repository at this point in the history
  14. Fix shell script

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6ff4c34 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fb3b711 View commit details
    Browse the repository at this point in the history
  16. Fix fetch params tests

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9eed518 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a8f494 View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG

    elmattic committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    048312b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Update src/cli/subcommands/archive_cmd.rs

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    elmattic and lemmih committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4da33d3 View commit details
    Browse the repository at this point in the history
  2. Update src/cli/subcommands/db_cmd.rs

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    elmattic and lemmih committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    71108f7 View commit details
    Browse the repository at this point in the history
  3. Update src/cli/subcommands/mod.rs

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    elmattic and lemmih committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    76b23f3 View commit details
    Browse the repository at this point in the history
  4. Update src/cli/subcommands/mod.rs

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    elmattic and lemmih committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    23de902 View commit details
    Browse the repository at this point in the history
  5. Revert useless change

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2ec85e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27eb1be View commit details
    Browse the repository at this point in the history
  7. Update src/tool/subcommands/mod.rs

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    elmattic and lemmih committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bd3e904 View commit details
    Browse the repository at this point in the history
  8. Update src/cli/subcommands/snapshot_cmd.rs

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    elmattic and lemmih committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    db6e18c View commit details
    Browse the repository at this point in the history
  9. Maintain order

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    eb91628 View commit details
    Browse the repository at this point in the history
  10. Fix last commit

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    42aee09 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae2202a View commit details
    Browse the repository at this point in the history
  12. Change ordering

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1ac60a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e1d992 View commit details
    Browse the repository at this point in the history
  14. Formatting

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2fce1a1 View commit details
    Browse the repository at this point in the history
  15. Update README

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3b9fd28 View commit details
    Browse the repository at this point in the history
  16. Fix formatting

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    26153f0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    16b7c53 View commit details
    Browse the repository at this point in the history
  18. Update Dockerfile

    elmattic committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ef95096 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    ef5f8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ebc868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13774ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e9df3e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'elmattic/forest-tool-migration' of https://github.com/C…

    …hainSafe/forest into elmattic/forest-tool-migration
    elmattic committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    16765af View commit details
    Browse the repository at this point in the history
  6. Replace macro by a function

    elmattic committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    602f0de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ecce48 View commit details
    Browse the repository at this point in the history
  8. Add tracking issue

    elmattic committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    86076c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

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