| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-22 | Fix netex import launch because referential is created after the netex ↵ | Luc Donnet | |
| import and java call Refs #6645 @1 | |||
| 2018-04-11 | Fix specs (WIP) | Zog | |
| 2018-04-09 | Refactor NetexImport creation6360-workbenchimport-display | Zog | |
| And associates error message to the parent importer | |||
| 2018-03-12 | Refs #6133; Fix specs | Zog | |
| 2017-12-06 | - Change inheritance naming in api/v1 controllers => it generated errors | cedricnjanga | |
| - add format: :json in controller specs | |||
| 2017-12-05 | Add some changes according to PR review | cedricnjanga | |
| 2017-12-05 | Merge pull request #132 from af83/5127_new_api_endpoints | Luc Donnet | |
| Refs #5127 Add two new endpoints to the API | |||
| 2017-12-05 | Small refacto to handle no_parent error for ComplianceCheckSet | cedricnjanga | |
| 2017-12-05 | Refs #5127 Add two new endpoints to the API | cedricnjanga | |
| ComplianceCheckSet#notify_parent NetexImport#notify_parent | |||
| 2017-12-04 | Hotfix API Controller < ActionController::Base0000-post_to_json_hotfix_for_local_app | Robert | |
| 2017-11-17 | Fixes: #4461@2h; Specing and Implementing | Robert | |
| 2017-11-17 | Refs: #4461@1.5h; Repaired netex_import factory, adapted spec/models/import_spec | Robert | |
| 2017-11-13 | ComplianceCheckSets#validated: Add response body | Teddy Wing | |
| On successful status update, respond with the `ComplianceCheckSet` object attributes. Otherwise, respond with an error JSON. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSetsController: Get ComplianceCheckSet and update status | Teddy Wing | |
| Get the `ComplianceCheckSet` from the URL and call its `#update_status` method. This doesn't currently work all the way. We need to send a real response. Refs #4757 | |||
| 2017-11-13 | Add route stub for validation finalisation | Teddy Wing | |
| This route will be called by the Java application when ComplianceCheck validation is completed. It will perform post-validation work, primarily updating statuses. Refs #4757 | |||
| 2017-10-24 | Simplify extension file validation | cedricnjanga | |
| 2017-10-23 | Refs #4762 Add file extension checking before importing (standard app and api) | cedricnjanga | |
| 2017-09-06 | Fix import messages when referential can't be created. Delete unused sass ↵ | Luc Donnet | |
| files. Refs #4259 | |||
| 2017-08-28 | Define Import#creator even if referential isn't created. Refs #4273 | Alban Peignier | |
| 2017-08-28 | Merge branch '4273_http_service_broken' | Alban Peignier | |
| 2017-08-27 | Create STIF::NetexFile to read zip content and create ReferentialMetadata ↵ | Alban Peignier | |
| from real data. Refs #4273 | |||
| 2017-08-27 | Fixes API:v1:NetexImportsController specs. Refs #4273 | Alban Peignier | |
| 2017-08-27 | Create NetexImport even if Referential can be created. Add a ImportMessage ↵ | Alban Peignier | |
| and failed status in this case. Refs #4273 | |||
| 2017-08-27 | Make NetexImport#parent mandatory. Refs #4273 | Alban Peignier | |
| 2017-08-27 | Disable authentication in NetexImportsController for the moment. Refs #4273 | Alban Peignier | |
| 2017-08-23 | API - WorkbenchImport #create action | Xinhui | |
| Refs #4280 | |||
| 2017-08-22 | Refs: 4273@5h; Still debugging zip file upload inside post to Rails api; ↵ | Robert | |
| Retry removed (but not the deadcode yet) [amend me] | |||
| 2017-08-22 | API - workbench imports controller | Xinhui | |
| 2017-08-22 | API - Refactoring iboo controller basic auth username should be an ↵ | Xinhui | |
| organisation code | |||
| 2017-08-22 | API - new end point for workbenches | Xinhui | |
| 2017-08-22 | API - Iboo controller for basic auth end points | Xinhui | |
| 2017-08-22 | Refs: #4273@3h; | Robert | |
| Debugging Java Integration (ZipService -> HTTPService -> Object Creation) - Created an ErrorFormat concern to see what went wrong in the HTTP call as so many things can go wrong due to: * Timeout Issues * Illegal database setup or cleaning before tests | |||
| 2017-08-16 | Import validate presence of creator | Xinhui | |
| Refs #4270 | |||
| 2017-08-11 | initial | Robert | |
| 2017-08-02 | Refs: #4176@3h; NetexImportController refactored with help of ControlFlow | Robert | |
| 2017-08-01 | Refs: #4176@2h; Request Spec for NetexImport adapted and implemented | Robert | |
| - Specing that, in case of a correct request Referential & NetexImport instances are created and a 201 is returned - Specing that, in case of an incorrect request, no instance is created and a 406 with a correct error message is returned - Implemented MISSING: Refactor controller implmentation | |||
| 2017-07-20 | Refs: #3507@1h | Robert | |
| Introduction of Presence Validation in Import model, for: - workbench - referential | |||
| 2017-07-19 | dead code eliminated | Robert | |
| 2017-07-19 | Refs: #3506@16h Request Spec for NetexImport API and implementation | Robert | |
| - Carrier Wave Upload with `fixture_file_upload` - Request specs to .json - Implementation - API token setup - Refuted experiments with controller specs | |||
| 2017-07-17 | Refs: #3506@1.5h sketching out specs [amend me] | Robert | |
| 2016-11-09 | Refs #1872 : Route direction and wayback enumerations | vlatka pavisic | |
| 2015-11-10 | Change before_filter to before_action | Bruno Perles | |
| 2015-04-22 | Begin to fix spec | Luc Donnet | |
| 2015-01-05 | Initialize rails 4 migration | Luc Donnet | |
| 2013-07-16 | remove useless api/kml routes and controllers | Marc Florisson | |
| 2013-06-27 | fix export stop areas kml | Marc Florisson | |
| 2013-06-27 | prepare kml exports | Marc Florisson | |
| 2013-02-26 | complete api v1 for group lines, access points and access links | lwang | |
| 2012-12-14 | fix some spec api | Marc Florisson | |
| 2012-12-13 | refactor api/v1 | Marc Florisson | |
