| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-20 | Refs #5924; Fix SimpleImporter lookup scope5924-extend-importer | Zog | |
| 2018-02-20 | Regs #5924; Rename imports tasks | Zog | |
| 2018-02-20 | Refs #5924; Remove `local_id` methods | 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 #5924 @2h; Provide a mechanism to define a custom importer | Zog | |
| 2018-02-20 | Refs #5924 @1H; Add `before` actions | Zog | |
| 2018-02-20 | Fix specs | Zog | |
| 2018-02-20 | Refs #5765; :fire: comment | 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-20 | Replace current_workgroup by referential.workgroup. Refs #5867 | Alban Peignier | |
| 2018-02-19 | fix type in secret file for docker | Florent Peyraud | |
| 2018-02-19 | Merge pull request #303 from af83/5899-use-waiting-time-in-schedules | Alban Peignier | |
| Use waiting_time in schedules computation. Refs #5899 | |||
| 2018-02-19 | Merge pull request #309 from af83/5919-make-coluns-sortable | Alban Peignier | |
| Make ReferentialVJs#index sortable. Refs #5919 | |||
| 2018-02-19 | Merge pull request #286 from af83/5853-detailed-calendar-view-in-vjs-index | Alban Peignier | |
| Add a detailed calendars view on VJs editor. Refs #5853 | |||
| 2018-02-19 | Fixes javascript VehicleJourneys snapshot. Refs #58535853-detailed-calendar-view-in-vjs-index | Alban Peignier | |
| 2018-02-19 | Refs #5853; Better css | Zog | |
| 2018-02-19 | Refs #5853 @2h; Add a detailed calendars view on VJs editor | Zog | |
| 2018-02-19 | Avoid error in referentials/_overview when one of lines isn't associated to ↵ | Alban Peignier | |
| a company | |||
| 2018-02-19 | Add direction in ReferentialVehicleJourneysController#parse_order for ↵5919-make-coluns-sortable | Alban Peignier | |
| 'normal' sort. Refs #5919 | |||
| 2018-02-19 | Merge pull request #316 from af83/0000-docker | Luc Donnet | |
| 0000-docker | |||
| 2018-02-19 | Merge branch 'master' into 0000-docker | Luc Donnet | |
| 2018-02-19 | Refs #5910; Re-add Checksums on PurchaseWindow#show | Zog | |
| 2018-02-19 | Refs #5910; Remove useless fields from PurchaseWindow#show | Zog | |
| 2018-02-19 | Merge pull request #305 from af83/5903-fix-VJS-editor | Luc Donnet | |
| Fix CustomField loading when no workgroup is available | |||
| 2018-02-16 | compile et embarque les traductions pour le javascriptdocker | Florent Peyraud | |
| 2018-02-16 | Downgrade node version in yarn packages | Luc Donnet | |
| 2018-02-16 | Upgrade yarn package for node to accept 6.X | Luc Donnet | |
| 2018-02-16 | default sidekiq redis URL to localhost for devs, and make Docker image ↵ | Florent Peyraud | |
| defaut envvar value to redis host | |||
| 2018-02-16 | allow newrelic licence parameter by envvar in docker container | Florent Peyraud | |
| 2018-02-16 | add libmagic1 and libmagic-dev into docker image | Florent Peyraud | |
| 2018-02-16 | Merge pull request #314 from af83/5879_compliance_control_predicates | Luc Donnet | |
| Refs #5879 correct the predicate traductions errors | |||
| 2018-02-16 | Merge pull request #313 from af83/5119_i18n_dashboard | Luc Donnet | |
| Refs #5119 small changes for the dashboard traductions | |||
| 2018-02-14 | Refs #5516 #5880 add missing trauctions | cedricnjanga | |
| 2018-02-14 | Refs #5879 correct the predicate traductions errors5879_compliance_control_predicates | cedricnjanga | |
| 2018-02-14 | Refs #5119 small changes for the dashboard traductions5119_i18n_dashboard | cedricnjanga | |
| 2018-02-14 | ImportResourcesDecorator: Fix `Draper::UninferrableDecoratorError` | Teddy Wing | |
| We were getting this error: Draper::UninferrableDecoratorError in ImportResources#index Showing .../stif-boiv/app/views/import_resources/index.html.slim where line #14 raised: Could not infer a decorator for ActiveRecord::Base. Extracted source (around line #14): span.status_icon = import_status(@import.status) span = t('.table_state', lines_imported: @import_resources.lines_imported , lines_in_zipfile: @import_resources.lines_in_zipfile ) - if @import_resources.present? .col-lg-12 h2 = t('.table_title') .col-lg-12 Rails.root: .../stif-boiv Application Trace | Framework Trace | Full Trace app/views/import_resources/index.html.slim:14:in `_app_views_import_resources_index_html_slim___3139942318249059519_70240694466080' when visiting this page: http://stif-boiv.dev:3000/workbenches/1/imports/18/import_resources Fix the error by inheriting from `AF83::Decorator` and having it take care of things. We don't have any other model decorators that don't inherit from `AF83::Decorator`, so this shouldn't be a problem any more. Refs #5926 | |||
| 2018-02-14 | Merge pull request #312 from af83/5929-package.json--upgrade-node-to-6.13.0 | teddywing | |
| package.json: Upgrade node ~6.12.0 -> ~6.13.0 | |||
| 2018-02-14 | package.json: Upgrade node ~6.12.0 -> ~6.13.0 | Teddy Wing | |
| Our dev servers got their Debian packages upgraded recently and now the project needs to use v6.13.x to align with the servers. Fixes our Jenkins builds. Refs #5929 | |||
| 2018-02-13 | Merge pull request #216 from af83/5416_checksum_attribute | Johan Van Ryseghem | |
| 5416 checksum attribute | |||
| 2018-02-13 | Refs #5919 @0.5h; Make ReferentialVJs#index sortable | Zog | |
| 2018-02-13 | Merge pull request #301 from af83/5150-update-decorators | teddywing | |
| 5150 Update decorators | |||
| 2018-02-13 | Must use current_release for bd:seed task in deploy.rb | Luc Donnet | |
| 2018-02-13 | Merge pull request #300 from af83/5888-fix-i18n-in-js | Luc Donnet | |
| 5888 Fix I18n in JS | |||
| 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 #289 from af83/5707_chouette_status | Johan Van Ryseghem | |
| 5707 chouette status | |||
| 2018-02-13 | Refs #5707; Add specs | Zog | |
