| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-10 | Fixes i18n for Merges. Refs #5299 | Alban Peignier | |
| 2018-01-10 | Display Merge#name with link and ended_at in workbench_outputs#show. Refs #5299 | Alban Peignier | |
| 2018-01-10 | Display Merge#creator and localize dates in merges#show. Refs #5299 | Alban Peignier | |
| 2018-01-10 | Use Referential names to compute Merge#name. Refs #5299 | Alban Peignier | |
| 2018-01-10 | Define and display Merge#creator. Refs #5299 | Alban Peignier | |
| 2018-01-10 | Refs #5525; Refactor | Zog | |
| 2018-01-10 | Refs #5525 @1h; Add a `diable-with` attr on all submit buttons | Zog | |
| 2018-01-10 | Refs #5437 @1h; Refactor code | Zog | |
| 2018-01-10 | Refs #5437 @0.5h; Propagate behaviour to the JourneyPatterns editor | Zog | |
| 2018-01-10 | Use AreaType.label in StopArea parent type validation message. Refs #5515 | Alban Peignier | |
| 2018-01-10 | Refs #5437; Refactor headers computing | Zog | |
| Share a method between the components VehicleJourneys and VehicleJourney to compute the header to be shown (or not) | |||
| 2018-01-10 | Refs #5437 @0.5h; Show country name instead of city in the journeys editor | Zog | |
| When the organisation has the "long_distance_routes" features. Mind the `StopArea#country_name` method which is pending until we merge the branch which adds the countries support. | |||
| 2018-01-10 | Refs #5437 @2h; Update Rect to v16 | Zog | |
| Because it is needed to test the components. Major issue: Proptype now lives in a separate package, hence the huge diff | |||
| 2018-01-10 | Refs #5465 @0.25h; Dezoom map if stop areas are too cleose to borders | Zog | |
| 2018-01-09 | Fix wrong commit with clone method name and replace by clone! in ↵ | Luc Donnet | |
| referential_cloning | |||
| 2018-01-09 | Fix argument call to log referential create and clone | Luc Donnet | |
| 2018-01-09 | Add log to count migration when we clone or create schema | Luc Donnet | |
| 2018-01-09 | Merge 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-09 | Referentials#new: Disable submit button on submit | Teddy 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-09 | Fix user to deploy to staging with capistrano | Luc Donnet | |
| 2018-01-09 | Fix compliance controls translations Refs #5471 @1 | Luc Donnet | |
| 2018-01-09 | Refs #5520 @0.25h; Fix company assignment in VJs editor5520-fix-company-in-vjs-editor | Zog | |
| 2018-01-09 | Merge pull request #212 from ↵ | Luc Donnet | |
| af83/5495-deactivate-Sidekiq-retry-for-WorkbenchImports initializers/sidekiq: Disable retries on Sidekiq jobs | |||
| 2018-01-09 | Refs #5502 @4h; Don't use Ajax in JP selector in VJs editor5502-remove-search-from-selects | Zog | |
| When the number of possible values is low (<10), display the values right away, don't use an Ajax query | |||
| 2018-01-09 | Merge pull request #214 from af83/5129-import-report-button | Luc Donnet | |
| Refs #5129 small change on import report show button #micro | |||
| 2018-01-09 | Commit schema | cedricnjanga | |
| 2018-01-09 | Fix display order or VJ metadatas | cedricnjanga | |
| 2018-01-09 | Fix UI compliance check set status | cedricnjanga | |
| 2018-01-09 | Refs #5446 add title to Import#new page_header | cedricnjanga | |
| 2018-01-09 | LineReferentialSyncWorker,StopAreaReferentialSyncWorker: Enable retry | Teddy Wing | |
| Now that Sidekiq retries are deactivated (3487ce6f34ef187a2a8daf170440f51f659c46b7), we need to enable retry on the workers that need it. We do want retry on the sync workers, so enable these locally in the worker classes. Refs #5495 | |||
| 2018-01-09 | Fix disabled fields in VJs editor | Zog | |
| 2018-01-09 | MailerJob: Add comment describing retry behaviour | Teddy Wing | |
| Now that all other workers don't retry automatically (see 3487ce6f34ef187a2a8daf170440f51f659c46b7), add a comment here to clarify that this worker is different, and we explicitly want it to retry. The disabling of retries only affects Sidekiq jobs. Refs #5495 | |||
| 2018-01-09 | change target server for staging | Florent Peyraud | |
| 2018-01-09 | Merge branch 'master' of github.com:AF83/stif-boiv | Florent Peyraud | |
| 2018-01-09 | Refs: #5413@0.5h; Refactoring of #archived_or_finalised? | Robert | |
| 2018-01-09 | Refs #5129 small change on import report show button5129-import-report-button | cedricnjanga | |
| 2018-01-09 | Remove `retry: false` from workers since it's the new default | Teddy Wing | |
| As of 3487ce6f34ef187a2a8daf170440f51f659c46b7, we now default to `retry: false` on all our Sidekiq workers. Setting it in individual workers is now repetitious. Refs #5495 | |||
| 2018-01-09 | Refs: #5413@0.3h; Fix bug in newapplciation helper unarchive link creation | Robert | |
| 2018-01-08 | initializers/sidekiq: Disable retries on Sidekiq jobs | Teddy 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-08 | Use localhost instead of redis host in sidekiq initializer (good default and ↵ | Alban Peignier | |
| avoid Rails.env test) | |||
| 2018-01-08 | Merge pull request #209 from af83/0000-gemfile-multiple-nulldb-entries | Luc Donnet | |
| 0000 gemfile multiple nulldb entries [Mergabel, Low Priority, Low Hanging Fruit] | |||
| 2018-01-08 | Fix default value for RAILS_HOST in production | Florent Peyraud | |
| 2018-01-08 | fix default RAIL_HOST | Florent Peyraud | |
| 2018-01-08 | Merge pull request #210 from ↵ | teddywing | |
| af83/0000-change-default-redis-server-host-to-localhost--v2 initializers/sidekiq: Don't set Redis URL in development or 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 | removed one0000-gemfile-multiple-nulldb-entries | Robert | |
| 2018-01-08 | Merge branch 'master' of github.com:af83/stif-boiv | Robert | |
| 2018-01-08 | Remove 'mode' from 'clean_ups', merge mistake | Zog | |
| 2018-01-08 | Remove experimental 'objectid' extension | Zog | |
| 2018-01-08 | Refs: #5413@0.5h; Fixed broken delegation to #archived_or_finalised? | Robert | |
