aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-02-09Fix in deploy.rb the call for i18n:js:export taskLuc Donnet
2018-02-09Merge pull request #290 from af83/4126-add-i18n-jsLuc Donnet
4126 Add i18n to JS
2018-02-09Merge branch 'master' into 4126-add-i18n-jsLuc Donnet
2018-02-09Fix ci build chain for i18n:js:export to use rails environment test Refs ↵Luc Donnet
#4126 @1
2018-02-09Merge branch '4126-add-i18n-js' of github.com:AF83/stif-boiv into ↵Luc Donnet
4126-add-i18n-js
2018-02-09Fix ci build chain Refs #4126 @1Luc Donnet
2018-02-09Add i18n-js to capistrano deployment Refs #4126 @1Luc Donnet
2018-02-09Refs #4126 @2h; Add more translationsZog
2018-02-09Refs #4126; Fix translationsZog
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-09Refs #5486@1h; Use minified version of React./Redux in production5486-fix-react-warningsZog
2018-02-09checksum_support.rb: Add test that checksum is the same on updateTeddy 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-09Merge pull request #296 from af83/5807-update-webpackerLuc Donnet
5807 update webpacker
2018-02-09Refs #5824; Add specs (and fix some)5824-autocomplete-stop-areas-scopeZog
2018-02-09Refs #5824; Fix specsZog
2018-02-09Add table name in unaccent request (to avoid problem with ↵Alban Peignier
Referential#stop_areas has_many through. Refs #5824
2018-02-09Remove Referential#stop_areas to use stop_areas has_many through. Refs #5824Alban Peignier
2018-02-09Merge pull request #252 from af83/5669-specs-snpashotsLuc Donnet
Ajout de snapshots dans les specs
2018-02-09Fix display compliance_check_sets#index for referential destroyed Refs #5874 @1Luc Donnet
2018-02-09Refs 5669; Fix specs5669-specs-snpashotsZog
2018-02-09Refs #5669 @2h; Fix SpecsZog
2018-02-09Refs #5669; And more snapshotsZog
2018-02-09Refs #5669; Add more snapshotsZog
2018-02-09Refs #5669 @1h; Set invariant values in the snapshotsZog
2018-02-09Refs #5669; Add a preview for snapshots for easier debuggingZog
2018-02-09Refs #5669 @2h; Add a snapshot mechanism in the specsZog
2018-02-09Refs 5807; Force jest specs5807-update-webpackerZog
2018-02-09Refs #5807; Bump webpackerZog
2018-02-08Merge pull request #253 from af83/5683-add_workgroup_id_to_calendarsLuc Donnet
First draft for including calendars into workgroup
2018-02-08checksum_support.rb: Add whitespaceTeddy Wing
Make `#checksum_replace_nil_or_empty_values` more readable. Refs #5416
2018-02-08Fix specsZog
2018-02-08checksum_support.rb: Simplify checksum value mapTeddy 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-08Refs #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-08checksum_support.rb: Rename `seperator` to `separator`Teddy Wing
Fix spelling. Refs #5416
2018-02-08schedule.rb: Add cron job to finalise `ComplianceCheckSet`sTeddy 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-08imports.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-08Add `ParentNotifier` serviceTeddy 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-08ComplianceCheckSet: 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-08Refactoring spec checksum support5416_checksum_attribute--rb201802071702Xinhui
Refs #5416
2018-02-08Refs #5863; Fix specsZog
2018-02-08Add i18n-js to capistrano deployment Refs #4126 @1Luc Donnet
2018-02-08Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-07Refs #5815 Add required fields to some compliance controlscedricnjanga
2018-02-07Refs #5709 Fix CCSet index table builder sorting & add show button in gear ↵5709_fix_ccset_sortingcedricnjanga
menu link
2018-02-07Refactoring use subject as factoryXinhui
Refs #5416
2018-02-07Edit checksum stop_points attributes for routeXinhui
Refs #5416
2018-02-07Edit support of list attributesXinhui
Refs #5416
2018-02-07Remove workgroup support5683-add_workgroup_id_to_calendarscedricnjanga
2018-02-07Merge branch 'master' into 5683-add_workgroup_id_to_calendarscedricnjanga
2018-02-07Update branch according to mastercedricnjanga