-
Notifications
You must be signed in to change notification settings - Fork 51
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
Feature/update-capabilities-automatically #86
Merged
ZakarFin
merged 59 commits into
oskariorg:develop
from
jampukka:feature/timeseries-capabilities
Nov 14, 2017
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
3780ef7
Add UpdateLayerCapabilities ActionHandler for WMS and WMTS layers
jampukka 45a78b4
Tiny refactoring
jampukka 338220d
Delete as unused
jampukka 47e9924
Add few logging statements
jampukka 3257290
Merge branch 'develop' into feature/timeseries-capabilities
jampukka 39d10f1
Temp commit
jampukka 88093a3
Merge remote-tracking branch 'oskari/develop' into feature/timeseries…
jampukka a8be392
Delete InMemoryImpl
jampukka 210f6bb
Change OskariLayerCapabilities to immutable, make necessary changes t…
jampukka 8c7e2cf
Change type of OskariLayerCapabilities.created and updated from java.…
jampukka 02a797d
Create a separate class OskariLayerCapabilitiesDraft for non-persiste…
jampukka 5da1c3b
Rename CapabilitiesInsertInfo to OskariLayerCapabilitiesInsertInfo
jampukka a6eec6a
Update CapabilitiesCacheServiceMock to reflect changes in OskariLayer…
jampukka e884427
Fix issue with executing updates or inserts within @Select() annotati…
jampukka a5c2a01
Add ServiceExceptions to CapabilitiesCacheService
jampukka 889b3cc
Remove OskariLayerCapabilitiesDraft, change OskariLayerCapabilities t…
jampukka 4f450b6
Change OskariLayerCapabilities to mostly immutable
jampukka 8fc0f6b
Fix Mock class
jampukka a3cc9be
Move logic that handles GetCapabilities information from SaveLayerHan…
jampukka b35b35e
Remove UpdateLayerCapabilitiesHandler not necessary with scheduled im…
jampukka a2a11c0
Remove unuseful test
jampukka 5db326d
Add few utility methods
jampukka 0ea589b
Add logic that checks that the response from service is a proper GetC…
jampukka 860feba
Remove extra whitespace before linebreak
jampukka 4389009
Tiny fixes
jampukka 7f4c3e8
Fix imports
jampukka 3da69c4
Fix imports part2
jampukka 1ed5ad7
Use PARAM_SRS_NAME instead of "srs_name"
jampukka f8f8e31
validateCapabilities() now throws ServiceExceptions instead of return…
jampukka 6439ff5
Remove as unused
jampukka 457cb75
Merge oskari/develop
jampukka 1f556de
Add newline to end of file, dont add new lines where not necessary
jampukka 858ab19
Refactor WMTSCapabilitiesParser
jampukka 2980b2d
Remove Collection.unmodifiableXXX() wrappers
jampukka 8789012
Little clean ups
jampukka 4067133
Log invalid TileMatrixLimits instead of throwing an exception, add as…
jampukka 1dd9c04
Improve error handling
jampukka 131cea5
Add support for setting the maxAge via property
jampukka c1dad75
Add a test, not really a unit testable class
jampukka c2c0546
Add this back, maybe its needed, who knows
jampukka b0a30ca
Fix the Property name
jampukka 2e2a5b5
Prevent crashing while instantiating if DataSource is null
jampukka 222f895
Throw NPE instead of ServiceRuntimeException, more fitting
jampukka 915f6f1
Add backwards compatibility
jampukka e2e9054
Dont write version column, it doesnt exist yet
jampukka a783be4
Dont modify xslt parameter
jampukka a465886
Add service-capabilities-update to parents pom
jampukka b4a14cd
Add some logging to UpdateCapabilitiesJob
jampukka 78886d6
Fix TileMatrixLimits
jampukka 98c75c1
Dont both log and throw an exception with the same message. Dont retu…
jampukka a728738
Fix multiple issues, remove support for WMS layers for now
jampukka 5b92460
Undo these unnecessary changes to make the branch more linear
jampukka dca36d0
Fix text to reflect the removal of wms services
jampukka 1a68242
Move package, change OskariLayerCapabilities full constructor to public
jampukka 90872be
Move package, change OskariLayerCapabilities full constructor to public
jampukka 05ddaff
Merge remote-tracking branch 'oskari/develop' into feature/timeseries…
jampukka 7a344fe
bump version
jampukka 4b2bd87
Merge remote-tracking branch 'oskari/develop' into feature/timeseries…
jampukka db0cf78
Fix merge
jampukka 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
Little clean ups
- Loading branch information
commit 8789012223f5c420dbf12a57511f8eaace7ca7aa
There are no files selected for viewing
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
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
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
3 changes: 1 addition & 2 deletions
3
...l-base/src/test/java/fi/nls/oskari/service/capabilities/CapabilitiesCacheServiceMock.java
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
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
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
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
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.
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 difference here is whether we want to run the value through jsoup or not. Have you tried that xslt is not modified by jsoup?