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: add monthly rotation option #3243

Merged
merged 40 commits into from
Sep 13, 2023
Merged

feat: add monthly rotation option #3243

merged 40 commits into from
Sep 13, 2023

Commits on Aug 21, 2023

  1. add monthly rotation feat

    AllenDing authored and AllenDing committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d1af692 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    62d9d99 View commit details
    Browse the repository at this point in the history
  2. update db-schema

    AllenDing authored and AllenDing committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    51cb81a View commit details
    Browse the repository at this point in the history
  3. revert migration update, create new migration

    AllenDing authored and AllenDing committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    af86af3 View commit details
    Browse the repository at this point in the history
  4. update models.go

    AllenDing authored and AllenDing committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9e3d9ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3091f82 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. update monthly rotation logic

    AllenDing authored and AllenDing committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    814c023 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    34bce95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94748b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix ts error

    Forfold committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d4bb395 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. add monthly rotation smoke test

    AllenDing authored and AllenDing committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8eb91f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix rotation tests

    AllenDing authored and AllenDing committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    88603c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. refactor smoke test

    AllenDing authored and AllenDing committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3bfed55 View commit details
    Browse the repository at this point in the history
  2. refactor shiftLengthHours to shiftLength

    AllenDing authored and AllenDing committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e56c57c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d580d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix webhook expansion when slack is disabled (#3264)

    mastercactapus authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0636ae1 View commit details
    Browse the repository at this point in the history
  2. dev: add local db url to dev setup guide (#3266)

    * add local db url to dev setup guide
    
    * clarify no pass
    mastercactapus authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d0e77bb View commit details
    Browse the repository at this point in the history
  3. Bump react-redux from 8.1.1 to 8.1.2 (#3269)

    Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.1 to 8.1.2.
    - [Release notes](https://github.com/reduxjs/react-redux/releases)
    - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
    - [Commits](reduxjs/react-redux@v8.1.1...v8.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: react-redux
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    99a3fea View commit details
    Browse the repository at this point in the history
  4. Bump eslint-plugin-import from 2.27.5 to 2.28.1 (#3268)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.27.5...v2.28.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a94f5ca View commit details
    Browse the repository at this point in the history
  5. Bump actions/checkout from 3 to 4 (#3267)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    97b48e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f87b409 View commit details
    Browse the repository at this point in the history
  7. add monthly rotation feat

    AllenDing authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e573204 View commit details
    Browse the repository at this point in the history
  8. update db-schema

    AllenDing authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9a934a8 View commit details
    Browse the repository at this point in the history
  9. revert migration update, create new migration

    AllenDing authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    86f0185 View commit details
    Browse the repository at this point in the history
  10. update monthly rotation logic

    AllenDing authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1b9c21b View commit details
    Browse the repository at this point in the history
  11. make db-schema && make generate

    Forfold authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d79ae0f View commit details
    Browse the repository at this point in the history
  12. refactor monthly rotation api

    AllenDing authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ba0c05e View commit details
    Browse the repository at this point in the history
  13. fix rotation test

    AllenDing authored and AllenDing committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    82aee09 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57600be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23ca07b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    148c36b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4083e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839c447 View commit details
    Browse the repository at this point in the history
  4. polish

    mastercactapus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    430c9a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b19bc9 View commit details
    Browse the repository at this point in the history
  6. fix schema.sql out of date

    AllenDing authored and AllenDing committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e7721aa View commit details
    Browse the repository at this point in the history
  7. add comments to new rotation logic

    AllenDing authored and AllenDing committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    882659d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. minor fixes for clarity

    AllenDing authored and AllenDing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    498eaab View commit details
    Browse the repository at this point in the history
  2. revert timeFormat test corrections

    AllenDing authored and AllenDing committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    22bbec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c096a View commit details
    Browse the repository at this point in the history