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

feat(cli): support for notices #18936

Merged
merged 26 commits into from Feb 22, 2022
Merged

feat(cli): support for notices #18936

merged 26 commits into from Feb 22, 2022

Commits on Feb 11, 2022

  1. feat(cli): support for notices

    Otavio Macedo committed Feb 11, 2022
    Copy the full SHA
    abb4a05 View commit details
    Browse the repository at this point in the history
  2. Added cache

    Otavio Macedo committed Feb 11, 2022
    Copy the full SHA
    7c873c3 View commit details
    Browse the repository at this point in the history
  3. Refactoring

    Otavio Macedo committed Feb 11, 2022
    Copy the full SHA
    e280527 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Copy the full SHA
    236f3a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5c2962 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. refactor acknowledgements

    kaizencc committed Feb 16, 2022
    Copy the full SHA
    5175a13 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c32d0f View commit details
    Browse the repository at this point in the history
  3. fix cdk notices

    kaizencc committed Feb 16, 2022
    Copy the full SHA
    e402447 View commit details
    Browse the repository at this point in the history
  4. better cdk notices

    kaizencc committed Feb 16, 2022
    Copy the full SHA
    4274283 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. specify v2 framework

    kaizencc committed Feb 17, 2022
    Copy the full SHA
    9b68e6f View commit details
    Browse the repository at this point in the history
  2. Added tests for WebsiteNoticeDataSource

    Otavio Macedo committed Feb 17, 2022
    Copy the full SHA
    8a245d2 View commit details
    Browse the repository at this point in the history
  3. Refactored tests

    Otavio Macedo committed Feb 17, 2022
    Copy the full SHA
    8546c00 View commit details
    Browse the repository at this point in the history
  4. Getting the framework version for v1

    Otavio Macedo committed Feb 17, 2022
    Copy the full SHA
    2642b3a View commit details
    Browse the repository at this point in the history
  5. Added tests for CachedDataSource

    Otavio Macedo committed Feb 17, 2022
    Copy the full SHA
    bcf9c13 View commit details
    Browse the repository at this point in the history
  6. extract generateMessage function

    Otavio Macedo committed Feb 17, 2022
    Copy the full SHA
    527eb2b View commit details
    Browse the repository at this point in the history
  7. add no-notices option

    kaizencc committed Feb 17, 2022
    Copy the full SHA
    0657b9f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e026e55 View commit details
    Browse the repository at this point in the history
  9. finish merge

    kaizencc committed Feb 17, 2022
    Copy the full SHA
    977c061 View commit details
    Browse the repository at this point in the history
  10. add readme section

    kaizencc committed Feb 17, 2022
    Copy the full SHA
    303b953 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Added more tests

    Otavio Macedo committed Feb 18, 2022
    Copy the full SHA
    f307cc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Ignoring the cache when showing all notices

    Otavio Macedo committed Feb 21, 2022
    Copy the full SHA
    d9ba71f View commit details
    Browse the repository at this point in the history
  2. Removed paragraph about zero and non-zero return codes.

    Otavio Macedo committed Feb 21, 2022
    Copy the full SHA
    17cbce3 View commit details
    Browse the repository at this point in the history
  3. Simplified handling of notices/no-notices flag and some other minor i…

    …mprovements
    Otavio Macedo committed Feb 21, 2022
    Copy the full SHA
    a74eadc View commit details
    Browse the repository at this point in the history
  4. Refresh notices and better formatting

    Otavio Macedo committed Feb 21, 2022
    Copy the full SHA
    10979a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Copy the full SHA
    6b89ea1 View commit details
    Browse the repository at this point in the history
  2. Added catch to refreshNotices call;

    Type of main updated;
    Refresh doesn't force a cache update
    Otavio Macedo committed Feb 22, 2022
    Copy the full SHA
    bf55bb2 View commit details
    Browse the repository at this point in the history