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

Convert test from unit tests to integration tests using the underlying library, upgrade OCLIF and other dependencies #8

Merged
merged 30 commits into from
Feb 13, 2024

Commits on Oct 31, 2023

  1. oclif upgraded

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9501e81 View commit details
    Browse the repository at this point in the history
  2. Added .tool-versions for asdf

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d19dc56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91dab1b View commit details
    Browse the repository at this point in the history
  4. Update prettier and run it

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a322d94 View commit details
    Browse the repository at this point in the history
  5. Upgrade and apply eslint

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5d41f9a View commit details
    Browse the repository at this point in the history
  6. Remove globby

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8b38e72 View commit details
    Browse the repository at this point in the history
  7. Upgraded sinon

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8e6dc57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f439a05 View commit details
    Browse the repository at this point in the history
  9. Upgrade Mocha

    leikind committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    171dfba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    64a0b65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b49198 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    6ad1829 View commit details
    Browse the repository at this point in the history
  2. RSA encryption with Cryppo-js function encryptWithPublicKey must take…

    … string, not arrays of bytes
    leikind committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    22aa5aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fadd485 View commit details
    Browse the repository at this point in the history
  4. tests for command encrypt

    leikind committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6f35fc4 View commit details
    Browse the repository at this point in the history
  5. Tests for command genkeypair

    leikind committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5bd2844 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. We should not mock underlying Crypto.js. Let these not be unit tests …

    …We should test the whole package.
    leikind committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e163fb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    9008783 View commit details
    Browse the repository at this point in the history
  2. Fix a problem running mocha

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    32fe63e View commit details
    Browse the repository at this point in the history
  3. Tests for ./bin/run decrypt

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    875d2d5 View commit details
    Browse the repository at this point in the history
  4. Tests for ./bin/run sign

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8627a98 View commit details
    Browse the repository at this point in the history
  5. Tests for ./bin/run verify

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    933be69 View commit details
    Browse the repository at this point in the history
  6. fmt:fix

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f8278b5 View commit details
    Browse the repository at this point in the history
  7. nodejs 20.11.0

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ea2e400 View commit details
    Browse the repository at this point in the history
  8. upgrade libs

    leikind committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    50bbac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    2dfcebd View commit details
    Browse the repository at this point in the history
  2. File with examples

    leikind committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6be44a7 View commit details
    Browse the repository at this point in the history
  3. Upgrade oclif

    leikind committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9ca2165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ab6246 View commit details
    Browse the repository at this point in the history
  5. Version 2.1.0

    leikind committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    78d2298 View commit details
    Browse the repository at this point in the history