| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-09 | Fix in deploy.rb the call for i18n:js:export task | Luc Donnet | |
| 2018-02-09 | Merge pull request #290 from af83/4126-add-i18n-js | Luc Donnet | |
| 4126 Add i18n to JS | |||
| 2018-02-09 | Merge branch 'master' into 4126-add-i18n-js | Luc Donnet | |
| 2018-02-09 | Fix ci build chain for i18n:js:export to use rails environment test Refs ↵ | Luc Donnet | |
| #4126 @1 | |||
| 2018-02-09 | Merge branch '4126-add-i18n-js' of github.com:AF83/stif-boiv into ↵ | Luc Donnet | |
| 4126-add-i18n-js | |||
| 2018-02-09 | Fix ci build chain Refs #4126 @1 | Luc Donnet | |
| 2018-02-09 | Add i18n-js to capistrano deployment Refs #4126 @1 | Luc Donnet | |
| 2018-02-09 | Refs #4126 @2h; Add more translations | Zog | |
| 2018-02-09 | Refs #4126; Fix translations | Zog | |
| 2018-02-09 | Refs #4126 @6h; Add i18n to JS | Zog | |
| 2018-02-09 | Refs #5486@1h; Use minified version of React./Redux in production5486-fix-react-warnings | Zog | |
| 2018-02-09 | checksum_support.rb: Add test that checksum is the same on update | Teddy Wing | |
| Ensure the checksum doesn't change when we save it (and thus call `#update_checksum`) if the source hasn't changed. Refs #5416 | |||
| 2018-02-09 | Merge pull request #296 from af83/5807-update-webpacker | Luc Donnet | |
| 5807 update webpacker | |||
| 2018-02-09 | Refs #5824; Add specs (and fix some)5824-autocomplete-stop-areas-scope | Zog | |
| 2018-02-09 | Refs #5824; Fix specs | Zog | |
| 2018-02-09 | Add table name in unaccent request (to avoid problem with ↵ | Alban Peignier | |
| Referential#stop_areas has_many through. Refs #5824 | |||
| 2018-02-09 | Remove Referential#stop_areas to use stop_areas has_many through. Refs #5824 | Alban Peignier | |
| 2018-02-09 | Merge pull request #252 from af83/5669-specs-snpashots | Luc Donnet | |
| Ajout de snapshots dans les specs | |||
| 2018-02-09 | Fix display compliance_check_sets#index for referential destroyed Refs #5874 @1 | Luc Donnet | |
| 2018-02-09 | Refs 5669; Fix specs5669-specs-snpashots | Zog | |
| 2018-02-09 | Refs #5669 @2h; Fix Specs | Zog | |
| 2018-02-09 | Refs #5669; And more snapshots | Zog | |
| 2018-02-09 | Refs #5669; Add more snapshots | Zog | |
| 2018-02-09 | Refs #5669 @1h; Set invariant values in the snapshots | Zog | |
| 2018-02-09 | Refs #5669; Add a preview for snapshots for easier debugging | Zog | |
| 2018-02-09 | Refs #5669 @2h; Add a snapshot mechanism in the specs | Zog | |
| 2018-02-09 | Refs 5807; Force jest specs5807-update-webpacker | Zog | |
| 2018-02-09 | Refs #5807; Bump webpacker | Zog | |
| 2018-02-08 | Merge pull request #253 from af83/5683-add_workgroup_id_to_calendars | Luc Donnet | |
| First draft for including calendars into workgroup | |||
| 2018-02-08 | checksum_support.rb: Add whitespace | Teddy Wing | |
| Make `#checksum_replace_nil_or_empty_values` more readable. Refs #5416 | |||
| 2018-02-08 | Fix specs | Zog | |
| 2018-02-08 | checksum_support.rb: Simplify checksum value map | Teddy Wing | |
| Add Johan's suggestion for simplifying this line. This allows us to get rid of one of the `#map` calls. Refs #5416 | |||
| 2018-02-08 | Refs #5865 @1h; Ensure user is allowed to duplicate a referential before ↵ | Zog | |
| doing so I also changed the way 403 errors are handled, to properly respond with a 403 HTTP code | |||
| 2018-02-08 | checksum_support.rb: Rename `seperator` to `separator` | Teddy Wing | |
| Fix spelling. Refs #5416 | |||
| 2018-02-08 | schedule.rb: Add cron job to finalise `ComplianceCheckSet`s | Teddy Wing | |
| A new recurring job that does exactly the same thing as the import job. This finalises `ComplianceCheckSet`s. First we need to abort all unfinished `ComplianceCheckSet`s older than four hours. Then we finalise the imports by doing the same work in `Api::V1::Internals::ComplianceCheckSetsController#notify_parent`, namely calling `#notify_parent` on `ComplianceCheckSet`s (here, only on the ones that are finished). Add a couple new Rake tasks for compliance check sets that mirror those for imports, and do the work required by the cron job. Refs #4758 | |||
| 2018-02-08 | imports.rake(notify_parent): Use `ParentNotifier` | Teddy Wing | |
| Replace `ParentImportNotifier` with the new generalised `ParentNotifier`. This will allow us to use the same service for parent notification of both imports and compliance check sets. Delete the `ParentImportNotifier` class and spec as these are now superseded by `ParentNotifier`. Refs #4758 | |||
| 2018-02-08 | Add `ParentNotifier` service | Teddy Wing | |
| This is a takeoff on `ParentImportNotifier`. I just copied over the class and spec and generalised the service to work with `Import`-style interfaces. We can now use the same notifier service class for both imports and compliance check sets. Refs #4758 | |||
| 2018-02-08 | ComplianceCheckSet: Add `.abort_old` | Teddy Wing | |
| Copy over the `Import.abort_old` method to this class. For now I haven't bothered with moving it to a consolidated module. We'll see, maybe that's a better approach. For now I'm going with a relaxed copy-paste solution until we decide that the increased complexity of the module is worth the deduplication. We need this method to be able to abort stale imports. We'll be doing this, similarly to imports, in a regular cron job. Refs #4758 | |||
| 2018-02-08 | Refactoring spec checksum support5416_checksum_attribute--rb201802071702 | Xinhui | |
| Refs #5416 | |||
| 2018-02-08 | Refs #5863; Fix specs | Zog | |
| 2018-02-08 | Add i18n-js to capistrano deployment Refs #4126 @1 | Luc Donnet | |
| 2018-02-08 | Refs #5863 @6h; Remove workbench id from the querystring | Zog | |
| Infer it when possible, and use a nested otherwise | |||
| 2018-02-07 | Refs #5815 Add required fields to some compliance controls | cedricnjanga | |
| 2018-02-07 | Refs #5709 Fix CCSet index table builder sorting & add show button in gear ↵5709_fix_ccset_sorting | cedricnjanga | |
| menu link | |||
| 2018-02-07 | Refactoring use subject as factory | Xinhui | |
| Refs #5416 | |||
| 2018-02-07 | Edit checksum stop_points attributes for route | Xinhui | |
| Refs #5416 | |||
| 2018-02-07 | Edit support of list attributes | Xinhui | |
| Refs #5416 | |||
| 2018-02-07 | Remove workgroup support5683-add_workgroup_id_to_calendars | cedricnjanga | |
| 2018-02-07 | Merge branch 'master' into 5683-add_workgroup_id_to_calendars | cedricnjanga | |
| 2018-02-07 | Update branch according to master | cedricnjanga | |
