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: notifications core #1986

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

feat: notifications core #1986

wants to merge 41 commits into from

Commits on Nov 14, 2023

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

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    1ec0527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eefcec0 View commit details
    Browse the repository at this point in the history
  3. chore: lint

    cyyynthia committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c4a183c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

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

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    a850303 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into cynthia/notifications…

    …-core
    
    # Conflicts:
    #	backend/data/src/main/resources/db/changelog/schema.xml
    cyyynthia committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3f10a64 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    3b31359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397dd08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1c7cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c97c9e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85149be View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    f235131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa4ce4 View commit details
    Browse the repository at this point in the history
  3. chore: lint

    cyyynthia committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2384df9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be30fc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16de53b View commit details
    Browse the repository at this point in the history
  6. fix: hibernate lazy initialization problems

    The amount of time spent solving made up problems instead of working on real problems...
    cyyynthia committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    19d7c6e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    e612c0c View commit details
    Browse the repository at this point in the history
  2. fix: notification updates

    cyyynthia committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4aebb94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621113a View commit details
    Browse the repository at this point in the history
  4. fix: key creation test

    cyyynthia committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    38e938a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge remote-tracking branch 'origin/main' into cynthia/notifications…

    …-core
    
    # Conflicts:
    #	backend/api/src/main/kotlin/io/tolgee/hateoas/InitialDataModel.kt
    #	backend/app/src/main/resources/application.yaml
    #	backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/v2ImageUploadController/V2ImageUploadControllerTest.kt
    #	backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/v2ProjectsController/V2ProjectsControllerTest.kt
    #	backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/v2ScreenshotController/KeyScreenshotControllerTest.kt
    #	backend/app/src/test/kotlin/io/tolgee/initialUserCreation/LegacyMigrationTest.kt
    #	backend/data/src/main/kotlin/io/tolgee/activity/ActivityService.kt
    #	backend/data/src/main/kotlin/io/tolgee/activity/views/ActivityViewByRevisionsProvider.kt
    #	backend/data/src/main/kotlin/io/tolgee/activity/views/ProjectActivityViewByPageableProvider.kt
    #	backend/data/src/main/kotlin/io/tolgee/batch/BatchJobActionService.kt
    #	backend/data/src/main/kotlin/io/tolgee/batch/BatchJobConcurrentLauncher.kt
    #	backend/data/src/main/kotlin/io/tolgee/batch/ProgressManager.kt
    #	backend/data/src/main/kotlin/io/tolgee/batch/events/OnBatchJobStatusUpdated.kt
    #	backend/data/src/main/kotlin/io/tolgee/dialects/postgres/CustomPostgreSQLDialect.kt
    #	backend/data/src/main/kotlin/io/tolgee/dtos/ComputedPermissionDto.kt
    #	backend/data/src/main/kotlin/io/tolgee/dtos/request/key/KeyScreenshotDto.kt
    #	backend/data/src/main/kotlin/io/tolgee/model/DismissedAnnouncement.kt
    #	backend/data/src/main/kotlin/io/tolgee/model/UserAccount.kt
    #	backend/data/src/main/kotlin/io/tolgee/repository/LanguageRepository.kt
    #	backend/data/src/main/kotlin/io/tolgee/repository/UserAccountRepository.kt
    #	backend/data/src/main/kotlin/io/tolgee/service/LanguageService.kt
    #	backend/data/src/main/kotlin/io/tolgee/service/project/ProjectService.kt
    #	backend/data/src/main/kotlin/io/tolgee/service/security/UserAccountService.kt
    #	backend/data/src/main/resources/db/changelog/schema.xml
    #	backend/development/src/main/kotlin/io/tolgee/controllers/internal/e2eData/NotificationsE2eDataController.kt
    #	backend/testing/src/main/kotlin/io/tolgee/fixtures/scopeAssert.kt
    #	backend/testing/src/main/kotlin/io/tolgee/fixtures/statusExpectations.kt
    cyyynthia committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9569892 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge remote-tracking branch 'origin/main' into cynthia/notifications…

    …-core
    
    # Conflicts:
    #	backend/api/src/main/kotlin/io/tolgee/api/v2/controllers/InitialDataController.kt
    #	backend/data/src/main/kotlin/io/tolgee/repository/LanguageRepository.kt
    #	backend/data/src/main/resources/db/changelog/schema.xml
    cyyynthia committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8823857 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    1d54b2e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into cynthia/notifications…

    …-core
    
    # Conflicts:
    #	backend/data/src/main/kotlin/io/tolgee/model/UserAccount.kt
    cyyynthia committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    49b8710 View commit details
    Browse the repository at this point in the history
  3. chore: format

    cyyynthia committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1698670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda1335 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    b838b7f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cynthia/notifications-core' into…

    … cynthia/notifications-core
    cyyynthia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c845dda View commit details
    Browse the repository at this point in the history
  3. chore: ktlint

    cyyynthia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b841451 View commit details
    Browse the repository at this point in the history
  4. fix: bad aggregation result

    cyyynthia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c208be0 View commit details
    Browse the repository at this point in the history
  5. fix: bad permission mock

    cyyynthia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0601b71 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    9cb51f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac25e49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca62a12 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    a6e0362 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cynthia/notifications-core' into…

    … cynthia/notifications-core
    
    # Conflicts:
    #	webapp/src/custom.d.ts
    #	webapp/src/views/notifications/NotificationsRouter.tsx
    cyyynthia committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f018b9b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'main' into cynthia/notifications-core

    # Conflicts:
    #	backend/api/src/main/kotlin/io/tolgee/api/v2/controllers/InitialDataController.kt
    #	backend/api/src/main/kotlin/io/tolgee/api/v2/controllers/keys/KeyController.kt
    #	backend/api/src/main/kotlin/io/tolgee/hateoas/project/ProjectModelAssembler.kt
    #	backend/data/src/main/kotlin/io/tolgee/activity/ActivityService.kt
    #	backend/data/src/main/kotlin/io/tolgee/activity/views/ActivityViewByRevisionsProvider.kt
    #	backend/data/src/main/resources/db/changelog/schema.xml
    #	settings.gradle
    #	webapp/package-lock.json
    #	webapp/package.json
    #	webapp/src/component/layout/TopBar/TopBar.tsx
    #	webapp/src/store/index.ts
    cyyynthia committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cbb7633 View commit details
    Browse the repository at this point in the history
  2. fix: use listagg instead of array_agg

    Hibernate once again complaining!
    cyyynthia committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f1e0ee9 View commit details
    Browse the repository at this point in the history