aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-02-21Merge branch '5865-validate-referential-cloning' of ↵5865-validate-referential-cloningLuc Donnet
github.com:AF83/stif-boiv into 5865-validate-referential-cloning
2018-02-21Fix specsZog
2018-02-21Refs #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-20Merge pull request #297 from af83/5486-fix-react-warningsLuc Donnet
5486 Use minified version of React/Redux in production
2018-02-20Merge pull request #294 from af83/5863-use-shallow-urls-for-referentialsLuc Donnet
5863 Remove workbench id from the querystring
2018-02-20Fix specs on VehicleJourneyAtStopZog
2018-02-20Merge branch '5863-use-shallow-urls-for-referentials' of ↵Luc Donnet
github.com:AF83/stif-boiv into 5863-use-shallow-urls-for-referentials
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-20Fix specsZog
2018-02-20Refs #5924; Fix SimpleImporter lookup scopeZog
2018-02-20Regs #5924; Rename imports tasksZog
2018-02-20Refs #5924; Remove `local_id` methodsZog
2018-02-20Refs #5924; Fix some bugs revealed during importsZog
- The checksum computing for VehicleJourneyAtStops - Offsets calculation in VehicleJourneys
2018-02-20Refs #5924 @14h; Extend importersZog
Mostly add a way to override the default behaviour and process each row its own way
2018-02-20Refs #5924 @2h; Update specsZog
2018-02-20Refs #5924; Update rake tasksZog
2018-02-20Refs #5924 @2h; Provide a mechanism to define a custom importerZog
2018-02-20Refs #5924 @1H; Add `before` actionsZog
2018-02-20Fix specsZog
2018-02-20Refs #5765; :fire: commentZog
2018-02-20Refs #5765; Add new task to import in a given referentialZog
2018-02-20Refs #5765 @6h; Add a customizable importer mechanismZog
2018-02-20Replace current_workgroup by referential.workgroup. Refs #5867Alban Peignier
2018-02-19fix type in secret file for dockerFlorent Peyraud
2018-02-19Merge pull request #303 from af83/5899-use-waiting-time-in-schedulesAlban Peignier
Use waiting_time in schedules computation. Refs #5899
2018-02-19Merge pull request #309 from af83/5919-make-coluns-sortableAlban Peignier
Make ReferentialVJs#index sortable. Refs #5919
2018-02-19Merge pull request #286 from af83/5853-detailed-calendar-view-in-vjs-indexAlban Peignier
Add a detailed calendars view on VJs editor. Refs #5853
2018-02-19Fixes javascript VehicleJourneys snapshot. Refs #58535853-detailed-calendar-view-in-vjs-indexAlban Peignier
2018-02-19Refs #5853; Better cssZog
2018-02-19Refs #5853 @2h; Add a detailed calendars view on VJs editorZog
2018-02-19Avoid error in referentials/_overview when one of lines isn't associated to ↵Alban Peignier
a company
2018-02-19Add direction in ReferentialVehicleJourneysController#parse_order for ↵5919-make-coluns-sortableAlban Peignier
'normal' sort. Refs #5919
2018-02-19Merge pull request #316 from af83/0000-dockerLuc Donnet
0000-docker
2018-02-19Merge branch 'master' into 0000-dockerLuc Donnet
2018-02-19Refs #5910; Re-add Checksums on PurchaseWindow#showZog
2018-02-19Refs #5910; Remove useless fields from PurchaseWindow#showZog
2018-02-19Merge pull request #305 from af83/5903-fix-VJS-editorLuc Donnet
Fix CustomField loading when no workgroup is available
2018-02-16compile et embarque les traductions pour le javascriptdockerFlorent Peyraud
2018-02-16Downgrade node version in yarn packagesLuc Donnet
2018-02-16Upgrade yarn package for node to accept 6.XLuc Donnet
2018-02-16default sidekiq redis URL to localhost for devs, and make Docker image ↵Florent Peyraud
defaut envvar value to redis host
2018-02-16allow newrelic licence parameter by envvar in docker containerFlorent Peyraud
2018-02-16add libmagic1 and libmagic-dev into docker imageFlorent Peyraud
2018-02-16Merge pull request #314 from af83/5879_compliance_control_predicatesLuc Donnet
Refs #5879 correct the predicate traductions errors
2018-02-16Merge pull request #313 from af83/5119_i18n_dashboardLuc Donnet
Refs #5119 small changes for the dashboard traductions
2018-02-14Refs #5516 #5880 add missing trauctionscedricnjanga
2018-02-14Refs #5879 correct the predicate traductions errors5879_compliance_control_predicatescedricnjanga
2018-02-14Refs #5119 small changes for the dashboard traductions5119_i18n_dashboardcedricnjanga
2018-02-14ImportResourcesDecorator: 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-14Merge pull request #312 from af83/5929-package.json--upgrade-node-to-6.13.0teddywing
package.json: Upgrade node ~6.12.0 -> ~6.13.0