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

[ACS-4794] ES migration PR #3359

Merged
merged 30 commits into from
Nov 14, 2023
Merged

Conversation

MichalKinas
Copy link
Contributor

@MichalKinas MichalKinas commented Jul 20, 2023

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

What is the current behaviour? (You can also link to an open issue here)

What is the new behaviour?

Queries and E2Es in ACA are now compatible with both ES and Solr

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@MichalKinas MichalKinas force-pushed the feature/dev-mkinas-es-migration branch from 999887c to 0ddcf84 Compare October 17, 2023 12:51
@MichalKinas MichalKinas force-pushed the feature/dev-mkinas-es-migration branch 3 times, most recently from 213af45 to f0adb72 Compare November 9, 2023 19:16
MichalKinas and others added 25 commits November 13, 2023 14:53
* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix actionsAvailableFilesFolders and actionsAvailableSpecialPermissions

* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Empty commit

* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test case

* Reverted searchFor calls in single-file-actions.test.ts back to original state without *
@MichalKinas MichalKinas force-pushed the feature/dev-mkinas-es-migration branch from 5a49850 to 0e751ea Compare November 13, 2023 13:53
@MichalKinas MichalKinas changed the title ES migration PR [ACS-4794] ES migration PR Nov 13, 2023
@MichalKinas MichalKinas marked this pull request as ready for review November 13, 2023 14:24
expect(await dataTable.isItemPresent(filePdfUser2.name)).toBe(true, 'PDF file not displayed');
expect(await dataTable.isItemPresent(fileJpgUser1.name)).toBe(true, 'JPG file not displayed');
expect(await locationFilter.getChipTitle()).toEqual(`${site}, _REPOSITORY_`, 'Incorrect location filter selected');
// TODO check this again after ES migration works as expected when tested manually
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we raise some jira/add comment to existing jira to don't forget about this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I will raise it today, thanks!

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@MichalKinas MichalKinas merged commit c9e0f7a into develop Nov 14, 2023
29 checks passed
@MichalKinas MichalKinas deleted the feature/dev-mkinas-es-migration branch November 14, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants