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

Add suggestions for all relevant JS commands #345

Merged
merged 42 commits into from
Jul 9, 2024

Commits on May 23, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    6fc63a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    447807f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. updated test framework

    gagdiez committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a761226 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix regex in tests

    garikbesson committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c61b700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b59b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    fe10614 View commit details
    Browse the repository at this point in the history
  2. removed debug logs

    garikbesson committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8153485 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update src/js_command_match/add_credentials.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    gagdiez and frol committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    437037b View commit details
    Browse the repository at this point in the history
  2. Update src/js_command_match/add_credentials.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    gagdiez and frol committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    42d3305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7579ca2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    388a7d3 View commit details
    Browse the repository at this point in the history
  2. removed integration js tests, added add_credentials unit tests, moved…

    … aliases to separated file
    garikbesson committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    50b13c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    38345ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68e151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b74e6a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 4, 2024

  1. chore: format files

    gagdiez committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    63f10a4 View commit details
    Browse the repository at this point in the history
  2. chore: re-organize and evaluate

    I re-organized the files following the same structure we had in the
    NEAR CLI so it is easier to map them 1:1 and thus evaluate them.
    
    I further updated all commands to use the same nomenclature than
    used on NEAR CLI.
    
    Finally, I removed the commands that have been deprecated for a while,
    since anyways there is two options:
    - Either they are migrating from a tool from were they were already deprecated
    - They are new to the tool, and thus what is deprecated or not is not important
    gagdiez committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ee2deb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix: various commands

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b1b6835 View commit details
    Browse the repository at this point in the history
  2. fix: merge conflict

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c31b332 View commit details
    Browse the repository at this point in the history
  3. chore: format

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    78f031c View commit details
    Browse the repository at this point in the history
  4. chore: remove unnecesary pub

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d767b84 View commit details
    Browse the repository at this point in the history
  5. fix: add back existing pub

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3f7034d View commit details
    Browse the repository at this point in the history
  6. feat: clippy

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e544418 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Vlad Frolov <[email protected]>
    gagdiez and frol committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8900733 View commit details
    Browse the repository at this point in the history
  8. apply code suggestions

    gagdiez committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    26521a3 View commit details
    Browse the repository at this point in the history
  9. minor refactoring

    frol committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    be125ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e594f6f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    24cff01 View commit details
    Browse the repository at this point in the history
  2. wip

    gagdiez committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    46da562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cabe809 View commit details
    Browse the repository at this point in the history
  4. feat: add path to use-ledger

    gagdiez committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0ee1f8e View commit details
    Browse the repository at this point in the history
  5. fix: aliases and style

    gagdiez committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b02c2d0 View commit details
    Browse the repository at this point in the history
  6. more code style fixes

    garikbesson committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0d4b4dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef37494 View commit details
    Browse the repository at this point in the history
  8. tested JS commands aliases (added missing 'keys', 'import-account', a…

    …nd 'validator-stake' aliases)
    frol committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    45e983b View commit details
    Browse the repository at this point in the history