-
Notifications
You must be signed in to change notification settings - Fork 18
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
OGC API Records #23
Merged
Merged
OGC API Records #23
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
Test to add a theme and a default page structure than can be customized. Rendering is XSLT based.
cmangeat
force-pushed
the
ogcapirecords
branch
from
November 23, 2020 16:28
4b0cfe9
to
5c81376
Compare
…ormation of available collections
…XSLT from multiple JARs.
…eaming to the HttpServletResponse
…ections/{collectionId}/items/{recordId} services
error: incompatible types: inferred type does not conform to equality constraint(s) [ERROR] inferred: List<Object> [ERROR] equality constraints(s): List<Integer>,R .
…ull error properties
* CI - using maven options to limit writes on stdout * limiting loglevel to ERROR for spring-boot during tests * introducing a first github action This github-action tries to mimic what is currently done with travis. It uses a m2 caching module as well, and uses basically the same command to launch the testsuite. * actually remove travis-ci After having discussed with @fxprunayre, we decided to remove travis builds in favor of github actions.
This is not a fundamental code change, as we let lombok define the static field for the logger instead of defining it explicitely, and we still make use of slf4j for logging purposes. Tests: * compilation / testsuite ok * runtime test ok: modifying the bootstrap.yml to change the logging level actually changes the logging level at runtime in the console.
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.
OGC API Records
See https://docs.google.com/document/d/1sNvqPJdk9E-UjuNlY-Ym1xClssPHjyfHmcv5rgzPV8o/edit#heading=h.45g2jjtb0rh5
Modules
Persistence / Move configuration to module (see https://github.com/geonetwork/geonetwork-microservices/blob/ogcapirecords/modules/library/common-persistence/src/main/java/org/fao/geonet/persistence/PersistenceConfig.java).
Error handling (see https://github.com/geonetwork/geonetwork-microservices/blob/ogcapirecords/modules/library/common-error/README.md)
Themes