| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-09 | Fixes: #5505@2h; Migrations, specs and implementations | Robert | |
| - 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-09 | Refs: #5505@0.5h, added tests and validations | Robert | |
| 2018-01-08 | Use localhost instead of redis host in sidekiq initializer (good default and ↵ | Alban Peignier | |
| avoid Rails.env test) | |||
| 2018-01-08 | initializers/sidekiq: Don't set Redis URL in development or test | Teddy 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-08 | Merge pull request #208 from af83/5485-first-docker-scripts | Alban Peignier | |
| First docker scripts. Refs #5485 | |||
| 2018-01-08 | Refs #5455; Fix JourneyPattern editor | Zog | |
| 2018-01-08 | Refs #5455; Adds a livereload middleware | Zog | |
| 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-07 | clean secrets.yml.docker | Florent Peyraud | |
| 2018-01-07 | cron PATH envvar and heartbeat | Florent Peyraud | |
| 2018-01-07 | dir for sidekiq pids and configurable secrets.yml | Florent Peyraud | |
| 2018-01-07 | refactor database.yml for nulldb adapter | Florent Peyraud | |
| 2018-01-07 | default value sor RAILS_HOST | Florent Peyraud | |
| 2018-01-07 | fix bug in JSON parsing | Florent Peyraud | |
| 2018-01-07 | public_file_server ? | Florent Peyraud | |
| 2018-01-07 | docker first commit | Florent Peyraud | |
| 2018-01-07 | Add created organisation in Line/StopAreaReferential. Refs #5487 | Alban Peignier | |
| 2018-01-05 | Merge pull request #202 from af83/5460_display_checksum | Luc Donnet | |
| 5460 display checksum | |||
| 2018-01-05 | Create first merge interface. Refs #5299 | Alban Peignier | |
| 2018-01-05 | Create Merge operation. Refs #5299 | Alban Peignier | |
| 2018-01-05 | Create WorkbenchOutputsController. Refs #5299 | Alban Peignier | |
| 2018-01-04 | Display checksum for routing contraint zones -m Refs | Xinhui | |
| 2018-01-04 | Display checksum for routes | Xinhui | |
| Refs #5460 | |||
| 2018-01-04 | Display checksum for time_table | Xinhui | |
| Refs #5460 | |||
| 2018-01-04 | Display checksum for footnotes | Xinhui | |
| Refs #5460 | |||
| 2018-01-04 | Refs #5359 UI changes on calendars name display | cedricnjanga | |
| 2018-01-02 | Fixes typo in notice.referentials.deleted | Alban Peignier | |
| 2018-01-02 | Merge pull request #190 from af83/5427_stop_area_country_select | Alban Peignier | |
| Add StopArea country select. Refs #5427 | |||
| 2018-01-02 | Fixes i18n for StopArea#country_code. Refs #54275427_stop_area_country_select | Alban Peignier | |
| 2017-12-29 | Add CarrierWave i18n file. Refs #4762 | Alban Peignier | |
| 2017-12-29 | Remove complete file zip name from corrupt_zip_file/inconsistent_zip_file ↵ | Alban Peignier | |
| messages. Refs #4473 | |||
| 2017-12-28 | Merge pull request #184 from af83/5313_stop_areas_parent | Alban Peignier | |
| Manage stop area parent in form and show. Refs #5313 | |||
| 2017-12-28 | New route autocomplete_stop_area_referential_stop_areas | Xinhui | |
| Refs #5313 | |||
| 2017-12-27 | Add validation on stop_area parent_id area_type | Xinhui | |
| Refs #5313 | |||
| 2017-12-27 | Refs #5407 @2h; Model implementation | Zog | |
| - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint | |||
| 2017-12-27 | Merge pull request #180 from af83/5367-add-color-input | Alban Peignier | |
| Add a ColorSelectInput. Refs #5367 | |||
| 2017-12-26 | Refs #5367 @2H; Add a ColorSelectInput | Zog | |
| - Added to PurchaseWindow form - Reuse already exisiting JS + CSS - We may want to change the colors names | |||
| 2017-12-26 | Refs #5392; Add missing breadcrumb on Referential#new5392-add-beradcrumb-on-referential-form | Zog | |
| 2017-12-23 | Merge 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-21 | Remove absolute path for rake in capistrano. Refs #5368 | Alban Peignier | |
| 2017-12-21 | Switch to ruby 2.3 in capistrano. Refs #5368 | Alban Peignier | |
| 2017-12-21 | Add line#company attribute in i18n. Refs #53615361-make-company-optional-on-lines | Alban Peignier | |
| 2017-12-21 | Refs #5349 @1h; Deactivate StopAreas instead of destroying them5349-deactivate-stop-areas | Zog | |
| - 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-21 | Refs #5430 @2h; Deactivate lines instead of destroying them | Zog | |
| - 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-21 | Merge pull request #172 from ↵ | Alban Peignier | |
| af83/5355-add-button-to-opposite-itinerary-timetable Add opposite route button on timetables. Refs #5355 | |||
| 2017-12-21 | purchase_windows_spec: Add #index new/create test | Teddy 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-21 | Fixes purchase windows i18n .Refs #5301 | Alban Peignier | |
| 2017-12-21 | Fixes i18n fr for purchase_windows (begin/end ranges). Refs #5301 | Alban Peignier | |
| 2017-12-21 | Merge pull request #150 from af83/5301-add_business_calendars | Luc Donnet | |
| Refs #5301 First draft for Business Calendars | |||
| 2017-12-21 | Refs #4787 Add waiting time unity | cedricnjanga | |
| 2017-12-21 | Fix edit, i18n and add feature spec for purchase window Refs #5301 @3 | Luc Donnet | |
