-
Notifications
You must be signed in to change notification settings - Fork 7
Use IsaacSearchInstructionBuilder for events search endpoints #756
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0899481
Use newer Elasticsearch methods for events endpoint
axlewin 009f20b
Use global properties for content index and hiding unpublished/test e…
axlewin 394111b
Remove duplicated past events filtering
axlewin d86be08
Remove showInactiveOnly from events endpoint
axlewin 30fe408
Update test
axlewin 2e8cf86
Allow more specific event date filtering in search instructions
axlewin 96355a4
Filter events by end date, not start date
axlewin a1faadd
Use IsaacSearchInstructionBuilder for events overview endpoint
axlewin 1497f03
Use IsaacSearchInstructionBuilder for events mapping endpoint
axlewin 1491478
Show nofilter events for staff
axlewin 0444566
Fix "one month ago" calculation
axlewin 90be5dd
Fix checkstyle warnings
axlewin 56811a0
Move event search/filter logic from facade to manager
axlewin 5eb6228
Fix event fetching in promote booking method
axlewin c877741
Add base search instruction builder for git content manager
axlewin 402f551
Manage showing nofilter content via search instruction builder method
axlewin 53d5dc7
Remove user check from events map data methods
axlewin b1092f9
Remove unused user account manager
axlewin 51ee898
Fix checkstyle warning
axlewin 4405273
Remove unused content visibility settings
axlewin 4d9b2cf
Update javadoc
axlewin 4a8ab57
Remove duplicated (and now unused) constant
jsharkey13 a36b5e7
Merge branch 'main' into hotfix/events-es-methods
jsharkey13 a53a694
Use existing Enum for content index type
jsharkey13 0fbf35a
Propagate Deprecated annotations on search methods
jsharkey13 e8b2ff3
Move search provider interaction from events manager to content manager
axlewin 84880d1
Return error not empty response on invalid filters
jsharkey13 8c55244
Fix odd events double-sorting in opposite orders
jsharkey13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
477 changes: 64 additions & 413 deletions
477
src/main/java/uk/ac/cam/cl/dtg/isaac/api/EventsFacade.java
Large diffs are not rendered by default.
Oops, something went wrong.
409 changes: 409 additions & 0 deletions
409
src/main/java/uk/ac/cam/cl/dtg/isaac/api/managers/EventsManager.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.