aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers
AgeCommit message (Collapse)Author
2017-10-24Add hack to use erd patch only for RAILS_ENV=development onlyLuc Donnet
2017-10-24Make erd patch for multi relationships and add merge png in outputLuc Donnet
2017-10-14Fix translations for compliance_control type translation, compliance_control ↵Luc Donnet
validation, compliance_control module
2017-10-04Rename app/models/route_control/speed.rb -> ↵Luc Donnet
app/models/vehicle_journey_control/speed.rb and fix variables name in compliance control subclasses Refs #4690
2017-10-03Fix We MUST add compliance controls STI subclasses in Apartment initializerLuc Donnet
2017-09-30Create DashboardController with STIF implementation. Refs #4655Alban Peignier
2017-09-27Merge branch 'master' of github.com:af83/stif-boivRobert
2017-09-27Hotfix refs: #3520@1h; Apartment exclued_models << ReferentialSuiteRobert
2017-09-27Refs #4615 Resolve rebase conflictcedricnjanga
2017-09-27Add GenericAttributeMinMax to apartment excluded_modelsXinhui
2017-09-19Add ComplianceCheckMessage to Apartment class used only in public schema ↵Luc Donnet
Refs #4391
2017-09-12Merge branch 'master' into compliance_controlXinhui Xu
2017-09-06Model ComplianceCheckResourceXinhui
Refs #4391
2017-09-06Model ComplianceCheckXinhui
Refs #4388
2017-09-06Updated imports#index date filter : used the same logic for the ↵cedricnjanga
Calendar#index date filter (ransackable scope) I realized that we could submit the form with incomplete date which caused an 500 error. So I added a small JS script to prevent user from subnitting filter form with incomplete dates Since it was really similar with previous work I added two folders : /helpers & /filters to be more DRY The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file
2017-09-05Model ComplianceCheckBlockXinhui
Refs #4387
2017-09-05Model ComplianceControlXinhui
Refs #4385
2017-08-29Add condition on reset of LineReferentialSyncs/StopAreaReferentialSyncs by ↵Xinhui
sidekiq initializer Refs #4314
2017-08-29Fix sidekiq initializer should not require LineReferential/StopAreaReferentialXinhui
Refs #4313
2017-07-31Refs: #3507@2h CR 2nd legRobert
2017-07-25Refs: #3507;20h Specing and Implementing the ZipServiceRobert
2017-07-19Refs: #3507@0.25h (actually it was e/10, but let's round down) Scaffolding ↵Robert
out the WorkbenchImport model
2017-06-16Refs #3789: changing select input by select2 onejpl
2017-06-09refs 3604 @12h all tests passRobert
2017-05-03Fixes (a little) devise sessions new style. Refs #3038Alban Peignier
2017-05-02 Refs #3053Robert
passes current_organization down from the controller into Reference.new_from adds joint models *ReferenceMemeberships to excluded Apartment models
2017-04-21pushed postrges range semantics -> Ruby range semantics transformation - [) ↵with_custom_daterange_attrRobert
-> [] - into the model
2017-04-20custom attribute daterange for referential_metadataRobert
2017-04-18clone_schema fixed -> lib/sql/clone_schema.sql; ↵RobertDober
lib/af83/stored_procedures.rb for sql stored procedure management; Refs #2864
2017-04-12Remove auto create vjas on jv create if all departure time is set to 00:00Xinhui
Refs #3101
2017-04-11Deprecation Warnings removed; Seeds corrected, Refs: #2070RobertDober
2017-04-11Update DateRange custom OID to Rails 4.2 API. Refs #2070Alban Peignier
2017-04-11Update to rails 4.2.7Xinhui
refs #2070
2017-03-31Fix import with apartment and make a link with iev serverLuc Donnet
2017-03-30Exclude imports from apartment models. Refs #2905Alban Peignier
2017-03-22Order Referential to migrate clones in *first*. Refs #2864Alban Peignier
2017-03-22Order Referential to migrate clones in last. Refs #2864Alban Peignier
2017-03-22Refs #2912 : Rm i18n-active_recordVlatka Pavisic
2017-03-06Setup CarrierWave and capistrano to manage uploads directories. Refs #2723Alban Peignier
2017-02-14fixing i18n issues, updating pagination helperjpl
2017-02-10Refs #2589: updating referential form and related pages, updating ↵jpl
simple_form bootstrap config.
2017-02-01Refs #2475: fix tests, replacing old application.sass with new onejpl
2017-01-12Set status failed for reflex:codiflign sync on sidekiq restartXinhui
Refs #2390
2017-01-06Refs #2263 : Calendars final touchesVlatka Pavisic
2017-01-03Remove stif organisation on organisation after_create callbackXinhui
Refs #2230
2016-12-12Refs #1955 : RoutingConstraintZonevlatka pavisic
2016-12-05Refs #912: adding alternate layout, starting new nav systemjpl
2016-11-28Add Organisation.after_create STIF callback to manage Workbench. Refs #2090Alban Peignier
2016-11-20Merge branch 'master' into stagingAlban Peignier
2016-11-19Unnormalize daterange read from PostgreSQL. Removes exclude_end which makes ↵Alban Peignier
complex to read human range end. Refs #1782