aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2018-01-09Fixes: #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-09Refs: #5505@0.5h, added tests and validationsRobert
2018-01-08Use localhost instead of redis host in sidekiq initializer (good default and ↵Alban Peignier
avoid Rails.env test)
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
2018-01-07docker first commitFlorent Peyraud
2018-01-07Add created organisation in Line/StopAreaReferential. Refs #5487Alban Peignier
2018-01-05Merge pull request #202 from af83/5460_display_checksumLuc Donnet
5460 display checksum
2018-01-05Create first merge interface. Refs #5299Alban Peignier
2018-01-05Create Merge operation. Refs #5299Alban Peignier
2018-01-05Create WorkbenchOutputsController. Refs #5299Alban Peignier
2018-01-04Display checksum for routing contraint zones -m RefsXinhui
2018-01-04Display checksum for routesXinhui
Refs #5460
2018-01-04Display checksum for time_tableXinhui
Refs #5460
2018-01-04Display checksum for footnotesXinhui
Refs #5460
2018-01-04Refs #5359 UI changes on calendars name displaycedricnjanga
2018-01-02Fixes typo in notice.referentials.deletedAlban Peignier
2018-01-02Merge pull request #190 from af83/5427_stop_area_country_selectAlban Peignier
Add StopArea country select. Refs #5427
2018-01-02Fixes i18n for StopArea#country_code. Refs #54275427_stop_area_country_selectAlban Peignier
2017-12-29Add CarrierWave i18n file. Refs #4762Alban Peignier
2017-12-29Remove complete file zip name from corrupt_zip_file/inconsistent_zip_file ↵Alban Peignier
messages. Refs #4473
2017-12-28Merge pull request #184 from af83/5313_stop_areas_parentAlban Peignier
Manage stop area parent in form and show. Refs #5313
2017-12-28New route autocomplete_stop_area_referential_stop_areasXinhui
Refs #5313
2017-12-27Add validation on stop_area parent_id area_typeXinhui
Refs #5313
2017-12-27Refs #5407 @2h; Model implementationZog
- Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
2017-12-27Merge pull request #180 from af83/5367-add-color-inputAlban Peignier
Add a ColorSelectInput. Refs #5367
2017-12-26Refs #5367 @2H; Add a ColorSelectInputZog
- Added to PurchaseWindow form - Reuse already exisiting JS + CSS - We may want to change the colors names
2017-12-26Refs #5392; Add missing breadcrumb on Referential#new5392-add-beradcrumb-on-referential-formZog
2017-12-23Merge pull request #175 from ↵Luc Donnet
af83/5366-add-feature-specs-for-the-CRUD-actions-on-PurchaseWindo 5366 add feature specs for the crud actions on purchase windo
2017-12-21Remove absolute path for rake in capistrano. Refs #5368Alban Peignier
2017-12-21Switch to ruby 2.3 in capistrano. Refs #5368Alban Peignier
2017-12-21Add line#company attribute in i18n. Refs #53615361-make-company-optional-on-linesAlban Peignier
2017-12-21Refs #5349 @1h; Deactivate StopAreas instead of destroying them5349-deactivate-stop-areasZog
- Update decorators (had to split `action_links` because of `StopPointDecorator` inheriting from `StopAreaDecorator`) - Add methods on model - Add routes - Add actions on controller (`Activatable` concern, shared with `LinesController`) - Add I18n keys
2017-12-21Refs #5430 @2h; Deactivate lines instead of destroying themZog
- Add `activate` and `deactivate` actions in `LinesController`, as well as corresponding routes - Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well as `activated?` - Add `activate?` and `deactivate?` permissions in `LinePolicy` - Add corresponding `action_links`in the Decorator - Create helper for these actions - Add an optional `'extra_class` to the Links - Update styles for ".delete-action" to handle the case where there are several - Add I18n keys accordingly
2017-12-21Merge pull request #172 from ↵Alban Peignier
af83/5355-add-button-to-opposite-itinerary-timetable Add opposite route button on timetables. Refs #5355
2017-12-21purchase_windows_spec: Add #index new/create testTeddy Wing
Add a feature spec that creates a new `PurchaseWindow` from the #index page. Fix i18n keys for `simple_form` to correctly show labels inside the form and be able to identify the correct elements inside the test. Refs #5366
2017-12-21Fixes purchase windows i18n .Refs #5301Alban Peignier
2017-12-21Fixes i18n fr for purchase_windows (begin/end ranges). Refs #5301Alban Peignier
2017-12-21Merge pull request #150 from af83/5301-add_business_calendarsLuc Donnet
Refs #5301 First draft for Business Calendars
2017-12-21Refs #4787 Add waiting time unitycedricnjanga
2017-12-21Fix edit, i18n and add feature spec for purchase window Refs #5301 @3Luc Donnet