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

リマインダーの実装 #1218

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

リマインダーの実装 #1218

wants to merge 18 commits into from

Commits on Apr 8, 2024

  1. Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/tuning

    Bumps golang from 1.20.7-alpine to 1.22.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    aad5271 View commit details
    Browse the repository at this point in the history
  2. Bump golang from 1.20.7-alpine to 1.22.2-alpine

    Bumps golang from 1.20.7-alpine to 1.22.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f5bebd3 View commit details
    Browse the repository at this point in the history
  3. Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/staging

    Bumps golang from 1.20.7-alpine to 1.22.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ab1014d View commit details
    Browse the repository at this point in the history
  4. Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/dev

    Bumps golang from 1.20.7-alpine to 1.22.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5f3efb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 27, 2024

  1. Merge pull request #1210 from traPtitech/dependabot/docker/golang-1.2…

    …2.2-alpine
    
    Bump golang from 1.20.7-alpine to 1.22.2-alpine
    kaitoyama authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c62ba9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1213 from traPtitech/dependabot/docker/docker/dev…

    …/golang-1.22.2-alpine
    
    Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/dev
    kaitoyama authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cc44188 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1212 from traPtitech/dependabot/docker/docker/sta…

    …ging/golang-1.22.2-alpine
    
    Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/staging
    kaitoyama authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8276b3d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1209 from traPtitech/dependabot/docker/docker/tun…

    …ing/golang-1.22.2-alpine
    
    Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/tuning
    kaitoyama authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    50f759a View commit details
    Browse the repository at this point in the history
  5. upgrade golang version

    kaitoyama authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cf48bb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1219 from traPtitech/docker/docker/test/golang-1.…

    …22.2-alpine
    
    Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/test
    kaitoyama authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    19cb242 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a91115c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    787ab45 View commit details
    Browse the repository at this point in the history
  9. rough implmentation

    kaitoyama committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9c6415a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7947c16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    621d698 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update Migrations function in current.go to include v3 migration

    Update main.go to add ReminderInit function call
    
    Update db_schema.md to add is_cancelled column
    
    Update IQuestionnaire interface in questionnaires.go to include GetQuestionnairesForReminder method
    
    Add v3.go file with v3 migration implementation
    
    Update GetQuestionnaireInfo function in questionnaires_impl.go to preload Targets
    
    Update PostQuestionnaire function in questionnaires.go to call PushReminder with res_time_limit
    
    Update EditQuestionnaire function in questionnaires.go to call PushReminder with res_time_limit
    
    Add ReminderInit function to questionnaires.go to push reminders for questionnaires with res_time_limit within 7 days
    kaitoyama committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9d250c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fccac5c View commit details
    Browse the repository at this point in the history