| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-09 | Create ci:build, ci:docker and ci:docker:clean. Rename ↵ | Alban Peignier | |
| config/database/jenkins.yml in ci.yml. Refs #6047 | |||
| 2018-03-06 | Fixes logs_output_dir in imports tasks and into ↵ | Alban Peignier | |
| SimpleImporter#dump_csv_from_context. Refs #5924 | |||
| 2018-03-05 | Merge pull request #359 from af83/6068-simple-exporter | Alban Peignier | |
| Simple exporter. Refs #6068 | |||
| 2018-03-05 | Create output_dir if needed. Refs #6068 | Alban Peignier | |
| 2018-03-05 | Use Workbench#calendars in STIF::Dashboard. Refs #6064 | Alban Peignier | |
| 2018-03-05 | Refs #6068; Fully functional JSON exporter | Zog | |
| 2018-03-05 | Refs #6068; Add some helpers in the models | Zog | |
| 2018-03-05 | Refs #6068; Export VehicleJourneys | Zog | |
| Add a mechanism to allow for several rows in the csv per single object in the collection. | |||
| 2018-03-02 | Refs #6068; Refactor import/export tasks | Zog | |
| 2018-03-01 | Refs #6064; Use same logic to load calendars in dashboard and in controller6064-inconsistency-in-dashboard | Zog | |
| 2018-02-27 | Merge pull request #339 from af83/5878-fix-ComplianceChecksController-show | Luc Donnet | |
| 5878 Add ComplianceCheck#show | |||
| 2018-02-27 | refs #5878; Remove hard link between a ComplianceCheck and the associated ↵ | Zog | |
| ComplianceControl | |||
| 2018-02-27 | Refs #6026; Fix duplicated seeds tasks6026-dedicated-env-for-seeds | Zog | |
| 2018-02-26 | Refs #6026; Use SEED_ENV in seedbank, fallback on Rails.env | Zog | |
| 2018-02-21 | Move importers outputs in logs | Zog | |
| 2018-02-20 | Regs #5924; Rename imports tasks | Zog | |
| 2018-02-20 | Refs #5924; Fix some bugs revealed during imports | Zog | |
| - The checksum computing for VehicleJourneyAtStops - Offsets calculation in VehicleJourneys | |||
| 2018-02-20 | Refs #5924 @14h; Extend importers | Zog | |
| Mostly add a way to override the default behaviour and process each row its own way | |||
| 2018-02-20 | Refs #5924 @2h; Update specs | Zog | |
| 2018-02-20 | Refs #5924; Update rake tasks | Zog | |
| 2018-02-20 | Refs #5765; Add new task to import in a given referential | Zog | |
| 2018-02-20 | Refs #5765 @6h; Add a customizable importer mechanism | Zog | |
| 2018-02-19 | Merge branch 'master' into 0000-docker | Luc Donnet | |
| 2018-02-16 | compile et embarque les traductions pour le javascriptdocker | Florent Peyraud | |
| 2018-02-13 | Merge pull request #287 from af83/4963-import-cron-should-abort-old-imports | Johan Van Ryseghem | |
| 4963 import cron should abort old imports | |||
| 2018-02-13 | Merge pull request #291 from ↵ | Johan Van Ryseghem | |
| af83/4758-cron-job-to-finalise-compliance_check_set-validations-- 4758 cron job to finalise compliance check set validations | |||
| 2018-02-12 | Add CHOUETTE_DEPLOY_DISABLED to disable deploy in ci task | Alban Peignier | |
| 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 | Fix ci build chain Refs #4126 @1 | Luc Donnet | |
| 2018-02-09 | Refs #4126 @6h; Add i18n to JS | Zog | |
| 2018-02-09 | Merge pull request #296 from af83/5807-update-webpacker | Luc Donnet | |
| 5807 update webpacker | |||
| 2018-02-09 | Refs #5669 @2h; Fix Specs | Zog | |
| 2018-02-09 | Refs 5807; Force jest specs5807-update-webpacker | Zog | |
| 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-07 | Merge branch 'master' into 5683-add_workgroup_id_to_calendars | cedricnjanga | |
| 2018-02-07 | Add workgroup to erd diagrams | Luc Donnet | |
| 2018-02-06 | Fix yarn installation with no production for ci and force yarn install ↵ | Luc Donnet | |
| before jest launch du to webpacker bug | |||
| 2018-02-06 | Add env variable to disable ci:jest if needed. Refs #5802 | Alban Peignier | |
| 2018-02-06 | Fix Reflex import | Zog | |
| 2018-02-06 | imports.rake: Change `abort_old` to `netex_abort_old` | Teddy Wing | |
| After re-reading the ticket, I see now that the aborting of old imports should only apply to `NetexImport`s. Update the code to make this happen. Refs #4963 | |||
| 2018-02-06 | schedule.rb: Abort old imports before import notification | Teddy Wing | |
| As a result of a new requirement, before doing the existing work we were doing in the imports cron job (notifying parent imports), we first need to clear out old imports and mark them as 'aborted'. Refs #4963 | |||
| 2018-02-01 | Fix yarn installation with no production for ci and force yarn install ↵ | Luc Donnet | |
| before jest launch du to webpacker bug | |||
| 2018-02-01 | Add env variable to disable ci:jest if needed. Refs #5802 | Alban Peignier | |
| 2018-01-31 | Fix Reflex import | Zog | |
| 2018-01-31 | Refs #5683 @2H; Fix specs and refactor action_links | Zog | |
| Note: Did not fix the missing workgroup in the calendar mailer | |||
| 2018-01-30 | Merge branch 'master' into 5683-add_workgroup_id_to_calendars | cedricnjanga | |
| 2018-01-25 | ComplianceControlDecorator: Convert to new action links interface | Teddy Wing | |
| * Decorate the `ComplianceControl` so we can show the action links from the decorator in the header. * Add a `decorates` to get `object_class` to work inside the decorator. * Define `AF83::Decorator.define_instance_class_method` in order to enable the `@compliance_control.class.METHOD` calls in the view to work. Thanks very much to Johan for figuring out a way to do that. Refs #5586 | |||
| 2018-01-25 | AF83::Decorator::Link: Add `data-method` to HTML options | Teddy Wing | |
| Previously, we weren't correctly adding the HTTP method to the links in the header. This is because it's called `link_method` in the class. Put this value in `method`/`data-method` when converting the link to HTML so that the links work properly. Discovered this when deactivating and activating stop areas on http://stif-boiv.dev:3000/stop_area_referentials/1/stop_areas/139429 . Refs #5586 | |||
