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

[DAT-18261] feat: snapshotting of extended view properties #191

Merged
merged 14 commits into from
Oct 11, 2024

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0d9b89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7feee50 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. chore(deps): bump junit.version from 5.11.1 to 5.11.2

    Bumps `junit.version` from 5.11.1 to 5.11.2.
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.1...r5.11.2)
    
    Updates `org.junit.vintage:junit-vintage-engine` from 5.11.1 to 5.11.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.1...r5.11.2)
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.1...r5.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9130fb7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump junit-platform.version from 1.11.1 to 1.11.2

    Bumps `junit-platform.version` from 1.11.1 to 1.11.2.
    
    Updates `org.junit.platform:junit-platform-suite` from 1.11.1 to 1.11.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    Updates `org.junit.platform:junit-platform-launcher` from 1.11.1 to 1.11.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-suite
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0d34d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a41d4 View commit details
    Browse the repository at this point in the history
  4. add maven-settings-xml-action

    Sayali M authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    15d9bd9 View commit details
    Browse the repository at this point in the history
  5. DAT-18263: alterViewProperties changetype added. Tests are passing.

    Mykhailo Savchenko authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    273d047 View commit details
    Browse the repository at this point in the history
  6. DAT-18263: refactored alter properties change and statements for bett…

    …er code reuse.
    Mykhailo Savchenko authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cbab05c View commit details
    Browse the repository at this point in the history
  7. DAT-18263: sonar lint related changes, cleaned up unused imports

    Mykhailo Savchenko authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1801680 View commit details
    Browse the repository at this point in the history
  8. DAT-18263: review changes - alterViewProperties change priority reduc…

    …ed to PRIORITY_DATABASE, removed unnecesary dependency on jdbc jar.
    Mykhailo Savchenko authored and KushnirykOleh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ce14139 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef075b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b1578a View commit details
    Browse the repository at this point in the history