| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-16 | Add a task to check stop points positions | Zog | |
| 2018-04-16 | Merge pull request #411 from af83/5949-referential-date-select | Luc Donnet | |
| Refs #5949 Change default years collection in referential#new date se… | |||
| 2018-04-16 | Improve Route stop_points position check. Use CHOUETTE_ROUTE_POSITION_CHECK ↵ | Alban Peignier | |
| env variable. Refs #6179 | |||
| 2018-04-16 | Merge pull request #459 from ↵ | Alban Peignier | |
| af83/6407-route--calculate-way-costs-on-after_commit-instead-of-a Route: Change `#calculate_costs!` to `after_commit` callback. Refs #6407 | |||
| 2018-04-16 | Fixes Chouette::Route.skip_callback/set_callback in RouteWayCostWorker. Refs ↵6407-route--calculate-way-costs-on-after_commit-instead-of-a | Alban Peignier | |
| #6407 | |||
| 2018-04-16 | Route: Change `#calculate_costs!` to `after_commit` callback | Teddy Wing | |
| Use an `after_commit` instead of an `after_save`. The `after_save` could cause intermittent problems due to Sidekiq starting before the record/transaction actually gets committed to the database. In those cases, the record wouldn't be found and cause an error. With an `after_commit` callback, the record is sure to be committed before Sidekiq takes over. Additionally, limit the callback to `:create` and `:update` because otherwise it will be active on `:destroy` by default also. This work isn't relevant on destroy, so don't do it then. Update the tests: * Update labels * Use `build` instead of `create` because we're saving the record at the end anyway so we don't need an object that starts out persisted * Use `truncation: true` for these tests because otherwise the `commit` callback doesn't get called due to transactional teardown Refs #6407 | |||
| 2018-04-15 | Merge#save_current makes ready the new current referential. Refs #6554 | Alban Peignier | |
| 2018-04-15 | Change Referential.new_from invocation in Merge#prepare_new. Refs #6535 | Alban Peignier | |
| 2018-04-15 | Remove CustomField :for_workgroup scope (use Workgroup#custom_fields) | Alban Peignier | |
| 2018-04-13 | Refs #6435; Fix inconsistent filters behaviour | Zog | |
| 2018-04-13 | Refs 6456; Fix timtables button in VJs editor | Zog | |
| Don't open the timetables of the return journeys if these are displayed. Same for the purchase windows | |||
| 2018-04-13 | Merge pull request #396 from af83/6242-workbench-output | Luc Donnet | |
| Ref #6242 Add changes to navbar menu and dashboard | |||
| 2018-04-13 | Merge pull request #481 from af83/6436-fix-companies-form | Luc Donnet | |
| 6436 Style Company#edit | |||
| 2018-04-13 | Merge pull request #439 from af83/6383-stop-point-default-attributes | Luc Donnet | |
| Refs #6383 Fix Stop point defautlt attributes | |||
| 2018-04-13 | Refs #6242 rollback for i18n translations6242-workbench-output | cedricnjanga | |
| 2018-04-13 | Ref #6242 Add changes to navbar menu and dashboard | cedricnjanga | |
| 2018-04-13 | Merge pull request #446 from af83/6382-compliance-control-block-refacto | Luc Donnet | |
| Refs #6382 Refacto display of ccblock transport mode errors | |||
| 2018-04-13 | Fix css for errors display on compliance control block Refs #63826382-compliance-control-block-refacto | Luc Donnet | |
| 2018-04-13 | Refs #6436; Style Company#edit | Zog | |
| 2018-04-13 | Merge pull request #469 from af83/ie-fixes | Luc Donnet | |
| Make ReactJS views IE-compliant :fireworks: | |||
| 2018-04-13 | Merge pull request #476 from af83/6536-fix-lines-form | Luc Donnet | |
| 6536 Cleanup value passed for secondary_company_ids by the lines form | |||
| 2018-04-13 | Refs #6536; Cleanup value passed for secondary_company_ids by the lines form6536-fix-lines-form | Zog | |
| 2018-04-12 | Merge pull request #472 from af83/6527-fix-vjs-editor | Luc Donnet | |
| 6527 Fix VJs editor | |||
| 2018-04-12 | Refs #6527; Fix VJs editor6527-fix-vjs-editor | Zog | |
| 2018-04-11 | Make ReactJS views IE-compliant :firework:ie-fixes | Zog | |
| 2018-04-11 | Merge pull request #467 from af83/fix-duplicate-positions-in-routes | teddywing | |
| Add a sentinel in dev mode to help capture the "double positions" bug | |||
| 2018-04-11 | Fix specs (hopefully) | Zog | |
| 2018-04-11 | Specs cleanup | Zog | |
| 2018-04-11 | :fire: log | Zog | |
| 2018-04-11 | Fix specs (WIP) | Zog | |
| 2018-04-11 | Add a sentinel in dev mode to help capture the "double positions" bug | Zog | |
| 2018-04-11 | Refs #6483; Only use VJ-bound Custom fields | Zog | |
| 2018-04-10 | Refs #6411; Fix routes editor | Zog | |
| Disable "moveup" action on first stop, and "mouvedown" on last | |||
| 2018-04-10 | Refs #6426; Disable "Create opposite route" action instead of hiding it | Zog | |
| 2018-04-10 | Refs 5846; Fix wrong translation | Zog | |
| And a very small css fix | |||
| 2018-04-10 | Refs #6459; Use first stop's TZ as base TZ for schedules computation | Zog | |
| 2018-04-10 | Refs #6300; Fix referentials count on dashboard | Zog | |
| 2018-04-10 | Refs #6461; Don't initilialize CustomFields when they are not loaded by the ↵ | Zog | |
| model | |||
| 2018-04-10 | Refs #6448; Make timetables sortable on bouding_dates and journeys count | Zog | |
| 2018-04-10 | Refs #6453; Fix PurchaseWindows index | Zog | |
| 2018-04-10 | Refs #6481; Add a spec to ensure we d'ont alter the original route when ↵ | Zog | |
| duplicating it | |||
| 2018-04-10 | Merge pull request #460 from af83/6360-workbenchimport-display | Luc Donnet | |
| 6360 Add checks on calendars during WorkbenchImport | |||
| 2018-04-10 | Merge pull request #438 from af83/6368-gtfs-import | Luc Donnet | |
| GTFS import (first step) | |||
| 2018-04-10 | Keep ci database.yml in ci:docker:clean. Refs #6047 | Alban Peignier | |
| 2018-04-10 | Fix metadata migration | Zog | |
| 2018-04-10 | Make availabe test database as 'production' in ci environment (for docker ↵ | Alban Peignier | |
| build for instance) .. with correct alias. Refs #6047 | |||
| 2018-04-10 | Merge pull request #458 from af83/6442-referential-status-sort | Luc Donnet | |
| Refs #6442 Fix Referential sort on status (attr archived_at) | |||
| 2018-04-10 | Merge pull request #450 from ↵ | Luc Donnet | |
| af83/6404-way-costs--snap-distance-and-time-to-1-when-between-0-a 6404: RouteWayCostUnitConverter: Snap values between 0–1 to 1 | |||
| 2018-04-10 | Make availabe test database as 'production' in ci environment (for docker ↵ | Alban Peignier | |
| build for instance). Refs #6047 | |||
| 2018-04-10 | Merge pull request #433 from af83/6367-remove-papertrail | Luc Donnet | |
| 6367 remove papertrail | |||
