1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#5 - Change test name More... over 10 years ago
#5 - Change test name More... over 10 years ago
server http operation test : patched conflict, TODOs More... over 10 years ago
Unit test update More... over 10 years ago
Unit test upgrade More... over 10 years ago
Update unit test More... over 10 years ago
Added a new unit test Added a new data sample file Added a helper class for datacore unit testing More... over 10 years ago
build : source jars More... over 10 years ago
deploy : spring prop conf doc More... over 10 years ago
deploy : cleaned up spring deploy props setup More... over 10 years ago
deploy : patched spring deploy props setup for vm More... over 10 years ago
deploy : apache conf, patched webapp tree More... over 10 years ago
deploy : patched spring deploy props More... over 10 years ago
deploy : patched prop override More... over 10 years ago
deploy : patched spring deploy prop override More... over 10 years ago
deploy : patched init script More... over 10 years ago
deploy : apache mod_proxy More... over 10 years ago
datacore deploy : added script & conf More... over 10 years ago
(forgotten in previous commit) API doc : models, root redirection, templated root doc More... over 10 years ago
API doc : models, root redirection, templated root doc * API root doc now in prop file to include templated vars ex. actual URLs * improved API doc : TODOs... * model builtin documentation & with city & country samples * simple REST exposition of models as mere POJO list (but pretty printed), linked in Swagger UI * root redirects to nicely expanded swagger UI, which opens on dc API More... over 10 years ago
patched GET ETag, Swagger UI hack ; improved query logs & swagger def * GET : removed CacheControl that was breaking ETag precondition * query : patched Swagger UI #queryParameters hack, improved query error logs * Swagger definition : support of precondition headers as @ApiImplicitParams, fixed API operation order on JDK7, enriched API root doc More... over 10 years ago
query : patched query engines init (language) More... over 10 years ago
patched regex, added containerUrl for geo-aware, refactored LDP query code out * regex : patched by supporting both perl's and bare regex * uri : refactored uri parsing, created helper, used in client * geo-aware-able api : added containerUrl != baseUrl, for that : adapted uri parsing & client (caching client, ETagClientOutInterceptor, tests) * resource parsing : moved error message formatting to parsing context * query : added exception & parsing error / warning support, refactored to dedicated LdpEntityQueryService/Impl, added NativeLdpEntityQueryEngineImpl built on it & common abstract BaseEngine * CXF API server : enabled staticSubresourceResolution optimization More... over 10 years ago
Merge branch 'master' of github.com:pole-numerique/oasis-datacore More... over 10 years ago
Fix swagger oasis hack More... over 10 years ago
api impl : patched query $regex More... over 10 years ago
web : made Swagger UI work by moving its files in swagger-ui subdirectory More... over 10 years ago
query : patched service autowiring using qualifier More... over 10 years ago
conf : separated datacoreApiServer.jaxrsBaseUrl from datacoreApiServer.baseUrl datacoreApiServer.jaxrsBaseUrl is only to setup jaxrs server & may be relative, datacoreApiServer.baseUrl is the full actual url (to use by client, swagger) patched it in conf files & started introducing them in tests More... over 10 years ago
api impl : patched field name validation, criteria value parsing, plugged queryService * patched field validation (failed for required fields missingRequiredFieldNames * patched criteria value parsing (addSort broke it) * plugged in queryEngine More... over 10 years ago