-
Notifications
You must be signed in to change notification settings - Fork 2
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
[WIP] HTM-1076 | HTM-1077: TMFeatureType event handler to propagate changes to Solr indexes #844
Draft
mprins
wants to merge
1
commit into
main
Choose a base branch
from
SpringDataRESTevents
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #844 +/- ##
=====================================
- Coverage 78% 77% -0%
Complexity 78 78
=====================================
Files 95 97 +2
Lines 4501 4554 +53
Branches 423 426 +3
=====================================
- Hits 3496 3493 -3
- Misses 783 839 +56
Partials 222 222
|
mprins
force-pushed
the
SpringDataRESTevents
branch
2 times, most recently
from
June 20, 2024 09:10
06a2695
to
bb4e7f9
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
from
June 26, 2024 08:44
bb4e7f9
to
32eb56d
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
9 times, most recently
from
July 8, 2024 11:47
c4e3f6d
to
1d018c3
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
3 times, most recently
from
July 16, 2024 07:30
1dab794
to
544b4f4
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
from
August 6, 2024 13:20
544b4f4
to
debc47d
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
from
August 19, 2024 12:46
debc47d
to
5c18f59
Compare
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #844 +/- ##
=====================================
- Coverage 75% 75% -0%
Complexity 87 87
=====================================
Files 115 116 +1
Lines 5345 5401 +56
Branches 471 474 +3
=====================================
+ Hits 3993 4005 +12
- Misses 1107 1153 +46
+ Partials 245 243 -2
|
mprins
force-pushed
the
SpringDataRESTevents
branch
4 times, most recently
from
August 23, 2024 11:35
29176a9
to
7731122
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
4 times, most recently
from
August 29, 2024 14:27
879a8eb
to
8f8ecd3
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
3 times, most recently
from
September 2, 2024 09:26
1ca0e79
to
8e3d842
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
from
September 11, 2024 07:12
8e3d842
to
4436ac2
Compare
mprins
added a commit
that referenced
this pull request
Sep 13, 2024
mprins
force-pushed
the
SpringDataRESTevents
branch
from
September 16, 2024 14:57
4436ac2
to
2b67f19
Compare
mprins
changed the title
WIP [HTM-1076][HTM-1077] TMFeatureType event handler to propagate changes to Solr indexes
[WIP] HTM-1076: HTM-1077: TMFeatureType event handler to propagate changes to Solr indexes
Sep 16, 2024
mprins
force-pushed
the
SpringDataRESTevents
branch
3 times, most recently
from
September 16, 2024 15:58
c4dc420
to
0b91da1
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
2 times, most recently
from
October 8, 2024 09:08
eeef5cf
to
15da168
Compare
mprins
changed the title
[WIP] HTM-1076: HTM-1077: TMFeatureType event handler to propagate changes to Solr indexes
[WIP] HTM-1076 | HTM-1077: TMFeatureType event handler to propagate changes to Solr indexes
Oct 8, 2024
mprins
force-pushed
the
SpringDataRESTevents
branch
2 times, most recently
from
October 22, 2024 09:21
b1f0be3
to
d23e501
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
2 times, most recently
from
November 3, 2024 11:41
cb4fbf9
to
a4fd212
Compare
mprins
force-pushed
the
SpringDataRESTevents
branch
2 times, most recently
from
November 15, 2024 16:22
e9ce108
to
dccd219
Compare
…nges to solr indexes fixup after API changes in #876 move testcases and remove now useless test, use solr service inject fix rebase issues
mprins
force-pushed
the
SpringDataRESTevents
branch
from
December 1, 2024 06:35
dccd219
to
13695d3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds (synchronous for now) event handlers listening for feature type updates and deletes that will update/delete a Solr index depending on the given change and also update the settings of layers that use the index when applicable.
resolves: