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

chore: mergeback next -> identity-provider/2021-01-04 #216

Merged
merged 32 commits into from
Feb 17, 2021

Commits on Feb 16, 2021

  1. feat: add support for bigint in leb128 (#200)

    For now we just re-parse it in BigNumber.
    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    8aeb792 View commit details
    Browse the repository at this point in the history
  2. chore: add more files to gitignore (#203)

    This is a split from #132.
    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    bb07678 View commit details
    Browse the repository at this point in the history
  3. chore: remove scripts and move closer to lerna (#202)

    This includes a change to request_id from the identity-provider PR
    (#132) that I thought was related to something else, but is essential
    here with the new lerna packages.
    
    This moves the CI to using lerna entirely, and prevents running
    npm install (instead telling the user to run npx lerna bootstrap).
    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    95be45b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b7ec8 View commit details
    Browse the repository at this point in the history
  5. fix auth-demo missing dep

    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4881b32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b58ba View commit details
    Browse the repository at this point in the history
  7. fix tests for apps

    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    60612d5 View commit details
    Browse the repository at this point in the history
  8. fix linting

    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4826f0e View commit details
    Browse the repository at this point in the history
  9. .

    hansl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3514f8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a5be70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f4fb54 View commit details
    Browse the repository at this point in the history
  12. rm package-lock.json

    gobengo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e739e80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6323ad6 View commit details
    Browse the repository at this point in the history
  14. add hoist,ci to lerna.json

    gobengo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    8a27e6f View commit details
    Browse the repository at this point in the history
  15. gh nodejs-ci runs npm install

    gobengo committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5299de3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    efcba4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5791c41 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    85f58fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0b7fec2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e3aa294 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7410a60 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    877801b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. use lockfileVersion 1 since our github action for node 14 doesnt alwa…

    …ys know how to deal with lockfileVersion 2
    gobengo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ff45c69 View commit details
    Browse the repository at this point in the history
  2. try with 'lerna bootstrap', ci=false, meaning each subpackage gets it…

    …s own package-lock.json
    gobengo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    883c65b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805a4c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbfb6c4 View commit details
    Browse the repository at this point in the history
  5. hoist typescript

    gobengo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5f5a9fa View commit details
    Browse the repository at this point in the history
  6. hoist eslint-plugin-jsdoc

    gobengo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    64cf0b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5b4473 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2f334b View commit details
    Browse the repository at this point in the history
  9. rm file dependencies from /package.json (#217)

    Benjamin Goering committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2af85e5 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'identity-provider/2021-01-04' of github.com:dfinity-lab…

    …/agent-js into bengo/1613514044/132-mergeback-1
    gobengo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e29a93b View commit details
    Browse the repository at this point in the history