aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2018-01-24Add links to docdeveloper-toolbarZog
2018-01-24- Add a default value for the configZog
- Add a cancel button to dismiss the modal
2018-01-24Add a config file templateZog
2018-01-24Add a toolbar for devs to easily manage permissions and featuresZog
2018-01-19Merge pull request #243 from af83/5585_stop_area_waiting_timeLuc Donnet
5585 stop area waiting time
2018-01-19Fix compliance check sets breadcrumb, locales and datas displayLuc Donnet
2018-01-16Finalize CSV export for ComplianceCheckMessage and Import<essagecedricnjanga
2018-01-12Change pageheader title for stop areas and linescedricnjanga
2018-01-12First draft for ComplianceCheckMessage & ImportMessage CSV exportscedricnjanga
2018-01-12Edit label waiting time5585_stop_area_waiting_timeXinhui
Refs #5585
2018-01-11Merge pull request #232 from ↵Alban Peignier
af83/5511-5512-stop-area-selector--change-area-type-labels-ZDEp-t
2018-01-11Keep ZDEp for stif i18n. Refs #5511Alban Peignier
2018-01-11Revert "Change "ZDLp" label in StopArea drop-down to "ZDL""Alban Peignier
This reverts commit 62a00fa48bac0686e80af5f3409a14a4c4877812.
2018-01-11Add Referential#merged_at and make Referentials archived and merged. Refs #5559Alban Peignier
2018-01-11Change "ZDLp" label in StopArea drop-down to "ZDL"Teddy Wing
The term ZDLp is STIF-specific. For the socle commun, we instead want to use the generic term, which is ZDL. This appears on the `Routes#new` page (http://stif-boiv.dev:3000/referentials/4/lines/1857/routes/new). Refs #5512
2018-01-11Change "ZDEp" label in StopArea drop-down to "ZDE"Teddy Wing
The term ZDEp is STIF-specific. For the socle commun, we instead want to use the generic term, which is ZDE. This appears on the `Routes#new` page (http://stif-boiv.dev:3000/referentials/4/lines/1857/routes/new). Refs #5511
2018-01-11Fix vehicle_journey_control for min max values Refs #5543 @2Luc Donnet
2018-01-11Define Merge Referential name. Refs #5299Alban Peignier
2018-01-11Create Referential#full_name and try to use it (to be completed). Refs #5546Alban Peignier
2018-01-10Fixes: #5505@2h; Migrations, specs and implementationsRobert
- Migration index_resource_type_on_custom_fields - Specing behavior of custom field's resource (VehicleJourney) - Migration create json col custom_field_values for resource (VehicleJourney) - Create accessor methods inside resource (VehicleJourney)
2018-01-10Refs: #5505@0.5h, added tests and validationsRobert
2018-01-10Aesthetic changes in STIF Organisation.after_create callback. Refs #54995499-workgroup-modelAlban Peignier
2018-01-10Fixes: #5499; Added validations and associationsRobert
2018-01-10Refs: #5499@0.5h; Scaffolded WorkgroupRobert
Next: - spec associations and name - spec initialisation - implement
2018-01-10Merge pull request #223 from af83/5525-prevent-double-submissionteddywing
5525 Add a `disable-with` attr on all submit buttons
2018-01-10Fixes i18n for Merges. Refs #5299Alban Peignier
2018-01-10Refs #5525; RefactorZog
2018-01-10Refs #5525 @1h; Add a `diable-with` attr on all submit buttonsZog
2018-01-09Merge pull request #219 from ↵Luc Donnet
af83/5524-referentials-new--disable-submit-button-on-submit 5524-referentials-new--disable-submit-button-on-submit
2018-01-09Referentials#new: Disable submit button on submitTeddy Wing
To prevent double/duplicate form submissions, disable the submit button after it's clicked. Eventually we'll want to do this for all SimpleForms in the application. Here's a solution for doing that: http://www.railsonmaui.com/blog/2014/02/23/simple-form-and-disable-processing-by-default/ Refs #5524
2018-01-09Fix user to deploy to staging with capistranoLuc Donnet
2018-01-09Fix compliance controls translations Refs #5471 @1Luc Donnet
2018-01-09Merge pull request #212 from ↵Luc Donnet
af83/5495-deactivate-Sidekiq-retry-for-WorkbenchImports initializers/sidekiq: Disable retries on Sidekiq jobs
2018-01-09Refs #5446 add title to Import#new page_headercedricnjanga
2018-01-09change target server for stagingFlorent Peyraud
2018-01-09Merge branch 'master' of github.com:AF83/stif-boivFlorent Peyraud
2018-01-08initializers/sidekiq: Disable retries on Sidekiq jobsTeddy Wing
Alban recommended disabling retries on all Sidekiq jobs. In theory, none of our jobs should be automatically retried (except maybe the Reflex/Codifligne sync tasks). Another way of doing this also exists (https://stackoverflow.com/questions/28412913/disable-automatic-retry-with-activejob-used-with-sidekiq/28427385#28427385), but this appeared to work, looking at the job's JSON parameters in the Sidekiq console. This came about because a timeout from Faraday caused a `WorkbenchImport` job to fail and presumably get retried by Sidekiq. The retry caused a second, duplicate `Referential` to be created. Refs #5495
2018-01-08Use localhost instead of redis host in sidekiq initializer (good default and ↵Alban Peignier
avoid Rails.env test)
2018-01-08Fix default value for RAILS_HOST in productionFlorent Peyraud
2018-01-08initializers/sidekiq: Don't set Redis URL in development or testTeddy Wing
Don't set this configuration in development and test environments to enable Sidekiq to connect to the default Redis server by default without setting the environment variable.
2018-01-08Merge pull request #208 from af83/5485-first-docker-scriptsAlban Peignier
First docker scripts. Refs #5485
2018-01-08Refs #5455; Fix JourneyPattern editorZog
2018-01-08Refs #5455; Adds a livereload middlewareZog
This allow us to reload the CSS withour reloading the whole page. You'll thank me the day you'll work on React-heavy pages.
2018-01-07clean secrets.yml.dockerFlorent Peyraud
2018-01-07cron PATH envvar and heartbeatFlorent Peyraud
2018-01-07dir for sidekiq pids and configurable secrets.ymlFlorent Peyraud
2018-01-07refactor database.yml for nulldb adapterFlorent Peyraud
2018-01-07default value sor RAILS_HOSTFlorent Peyraud
2018-01-07fix bug in JSON parsingFlorent Peyraud
2018-01-07public_file_server ?Florent Peyraud