-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Fixes #6596] Incorrect Legend displayed in the layer detail page #6597
Conversation
This pull request fixes 1 alert when merging 0aa6902 into 5cf83ad - view on LGTM.com fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 718679b into 5cf83ad - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 8 alerts and fixes 18 when merging 0994528 into 5cf83ad - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 18 alerts when merging 480f1e1 into 5cf83ad - view on LGTM.com fixed alerts:
|
This pull request fixes 18 alerts when merging e03ccb1 into 5cf83ad - view on LGTM.com fixed alerts:
|
This pull request fixes 18 alerts when merging 9c4ee42 into 5cf83ad - view on LGTM.com fixed alerts:
|
This pull request fixes 18 alerts when merging 63739f6 into 5cf83ad - view on LGTM.com fixed alerts:
|
06e24f6
to
b442016
Compare
This pull request fixes 18 alerts when merging b442016 into 5cf83ad - view on LGTM.com fixed alerts:
|
70ad77b
to
a44b8b9
Compare
This pull request fixes 18 alerts when merging a44b8b9 into 5cf83ad - view on LGTM.com fixed alerts:
|
This pull request fixes 18 alerts when merging c2426ba into 5cf83ad - view on LGTM.com fixed alerts:
|
This pull request fixes 18 alerts when merging 5183235 into 5cf83ad - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the travis changes do not relate specificaly to the issue, does they? Same for the geoserver-restconfig update from 2.0.4.6 > .8
Additionally I do not see how the api.py filter changes do relate to the issue, too. But maybe I just do not get it :D
From my glance over the changes you have decided to go the longer way instead of implementing the mentioned quick-fix in the issue - which I like!
@gannebamm other than travis, the others are necessary, gsconfig too I decided to include some LGTM fixes and travis upgrade of the distribution to optimize the process |
This pull request introduces 1 alert and fixes 18 when merging 0243fb8 into 5cf83ad - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 18 alerts when merging 80293e7 into 5cf83ad - view on LGTM.com fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #6597 +/- ##
==========================================
- Coverage 59.16% 58.62% -0.55%
==========================================
Files 187 187
Lines 20825 21134 +309
Branches 3468 3486 +18
==========================================
+ Hits 12322 12390 +68
- Misses 7404 7672 +268
+ Partials 1099 1072 -27 |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-3.x 3.x
# Navigate to the new working tree
cd .worktrees/backport-3.x
# Create a new branch
git switch --create backport-6597-to-3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick fe0ceeebae0e016c3c721f3ae7e5446aa507c9b4
# Push it to GitHub
git push --set-upstream origin backport-6597-to-3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-3.x Then, create a pull request where the |
Checklist
For all pull requests:
The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):
Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.