| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-14 | Refs #5879 correct the predicate traductions errors5879_compliance_control_predicates | 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 | 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 | |
| 2018-02-13 | Refs #5707 update the global status method to avoid unacessary db requests | cedricnjanga | |
| 2018-02-13 | Refs #5707 Add status to the application to track 'blocked objects' | cedricnjanga | |
| 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-13 | Merge pull request #293 from af83/5815_add_required_fields_for_cc | Johan Van Ryseghem | |
| 5815 add required fields for cc | |||
| 2018-02-12 | Merge pull request #298 from af83/5432-fix-vjas-json-serialization | teddywing | |
| 5432 Fix vj#show.rabl | |||
| 2018-02-12 | Refs #5150; Update decorators | Zog | |
| 2018-02-12 | Merge pull request #292 from af83/5709_fix_ccset_sorting | Johan Van Ryseghem | |
| 5709 fix ccset sorting | |||
| 2018-02-12 | Merge pull request #283 from af83/5843-bad-translation | Johan Van Ryseghem | |
| 5843 Fix wrong translation | |||
| 2018-02-12 | Refs #5843; Fix wrong translation5843-bad-translation | Zog | |
| 2018-02-12 | Refs #5888; Fix I18n in JS5888-fix-i18n-in-js | Zog | |
| 2018-02-12 | Use @workgroup instead of current_workgroup in calendars#_filters. Refs #5683 | Alban Peignier | |
| 2018-02-12 | Add CHOUETTE_DEPLOY_DISABLED to disable deploy in ci task | Alban Peignier | |
| 2018-02-09 | Fix in deploy.rb task i18n_js_export to use release_path and not current path | Luc Donnet | |
| 2018-02-09 | Fix in deploy.rb task i18n_js_export call | Luc Donnet | |
| 2018-02-09 | route_base_spec.rb: Fix checksum test as a result of factory | Teddy Wing | |
| * The factory already creates `StopPoint`s for us, so we don't need to create any additional ones in the test. Previously this would give us eight stop points instead of three or five. * Update the checksum in the factory after generating stop points. We need to do this because otherwise the checksum will be incorrect, not taking into account the new stop points. Without this change, the checksum starts out in an inconsistent state and causes the: 1) Chouette::Route checksum behaves like checksum support doesn't change the checksum on save if the source hasn't been changed Failure/Error: expect(subject.checksum).to eq(checksum) expected: "bc0e7b37243682904bd7013108258fdc744b03e0c59ed1a30e24e112a49242c1" got: "b39d643fdd4f9d6ff62547750508af728a187de29a3d6e4295f9bb3d13559a51" (compared using ==) Shared Example Group: "checksum support" called from ./spec/models/chouette/route/route_base_spec.rb:5 # ./spec/support/checksum_support.rb:84:in `block (2 levels) in <top (required)>' test to fail. Refs #5416 | |||
| 2018-02-09 | Fix package.json for production env | Zog | |
| 2018-02-09 | Refs #5432; Fix vj#show.rabl | Zog | |
| 2018-02-09 | Merge pull request #282 from af83/5824-autocomplete-stop-areas-scope | Luc Donnet | |
| 5824 autocomplete stop areas scope | |||
| 2018-02-09 | Fix in deploy.rb task i18n_js_export call | Luc Donnet | |
| 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 | 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 | |
