Fixed a problem with FondsHateoas handling missing systemId and introduced a wrapper for authorisation that can be later integrated with the spring security context. |
|
More...
|
about 8 years ago
|
Merge pull request #3 from HiOA-ABI/0.2-REST-Interface |
|
More...
|
about 8 years ago
|
Fixed some errors due to merge and changed Iterator to List for FondsCreator. |
|
More...
|
about 8 years ago
|
Fixed some errors due to merge |
|
More...
|
about 8 years ago
|
Merge branch 'master' into 0.2-REST-Interface |
|
More...
|
about 8 years ago
|
Starting point for proper Hateoas links. Proper link-handling inserted on Fonds. |
|
More...
|
about 8 years ago
|
Add two trailing slashes that were forgotten in the last commit. |
|
More...
|
about 8 years ago
|
Merge pull request #2 from petterreinholdtsen/rel-trailing-slash |
|
More...
|
about 8 years ago
|
Use trailing slash on all relation key URLs. |
|
More...
|
about 8 years ago
|
Correct a few incorrect relation key URLs. |
|
More...
|
about 8 years ago
|
Fix typo, klassifikasjonsystem -> klassifikasjonssystem. |
|
More...
|
about 8 years ago
|
Starting point for elasticsearch integration |
|
More...
|
about 8 years ago
|
Fixes a problem where when an noark entity list was being returned, the _links were missing. |
|
More...
|
about 8 years ago
|
Make sure proper content types are set for GET and POST requests. |
|
More...
|
about 8 years ago
|
Removed consumes = {NOARK5_V4_CONTENT_TYPE} as default. Now only used on POST requests. |
|
More...
|
about 8 years ago
|
Opened up the sakarkiv part of the interface |
|
More...
|
about 8 years ago
|
Introduce FondsCreator controller and associated service and repository classes. |
|
More...
|
about 8 years ago
|
Make sure MIME types are correctly set to application/vnd.noark5-v4+json |
|
More...
|
about 8 years ago
|
Handle empty lists in a nicer Hateoas fashion |
|
More...
|
about 8 years ago
|
Minor syntax |
|
More...
|
about 8 years ago
|
Added information about jq for the run_curl.sh script. |
|
More...
|
about 8 years ago
|
Added information about jq for the run_curl.sh script. |
|
More...
|
about 8 years ago
|
Added information about jq for the run_curl.sh script. |
|
More...
|
about 8 years ago
|
Set version from 0.0.1 to 0.1.0. |
|
More...
|
about 8 years ago
|
Updates required to ensure the core reports services properly as per the Noark standard. Set version from 0.0.1-alpha to 0.1.0. |
|
More...
|
about 8 years ago
|
removed the api conformity level. Project will standardise on hateoas-api as primary API for interaction with the core. This is a minor update to reflect that the api API is now fully removed from the codebase. |
|
More...
|
about 8 years ago
|
Fixed a minor issue with findOne calls in controllers. Sometimes retrieval was based on id, sometimes systemId. Now consistent with systemId. Added some new curl commands to retrieve the inserted Noark entities |
|
More...
|
about 8 years ago
|
Fixed a problem with the import files. Naming and values that caused a problem were updated |
|
More...
|
about 8 years ago
|
Fixed a problem with the import files. Naming and values that caused a problem were updated |
|
More...
|
about 8 years ago
|
Fixed an issues where the field deleted was not being set. Now it is automatically set to false and a few other fields are also set. deleted = null was casuing a problem when retrieving data |
|
More...
|
about 8 years ago
|