| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-11 | Refs #5500; CR 1 | Zog | |
| 2018-01-11 | Refs #5500 @3h; Add filters on ReferentialVJ#index | Zog | |
| To enable users to filter on stop areas | |||
| 2018-01-08 | Refs #5455 @6h; Add time and distance between stops in Journey Patterns | Zog | |
| - Adds a `JSON` attribute in the model - Adds the fields in the editor | |||
| 2018-01-02 | Merge pull request #186 from af83/5102-begin_of_association_chain | Luc Donnet | |
| 5102 Use current_organisation as begin_of_association_chain | |||
| 2018-01-02 | Merge pull request #187 from af83/5111-begin_of_association_chain | Luc Donnet | |
| 5111 Use current_organisation as begin_of_association_chain | |||
| 2017-12-28 | Disable 'displays a flash message' ReferentialsController specs (params are ↵ | Alban Peignier | |
| invalid to create a valid cloned referential). Refs #5297 | |||
| 2017-12-28 | Use current_organisation as begin_of_association_chain in ↵ | Alban Peignier | |
| StoAreasController. Refs #5111 | |||
| 2017-12-28 | Use current_organisation as begin_of_association_chain in ↵ | Alban Peignier | |
| Lines/Companies/Networks/GroupOfLinesController. Refs #5102 | |||
| 2017-12-28 | Fixes JourneyPatternsCollectonsController. Refs #5407 | Alban Peignier | |
| 2017-12-27 | Refs #5407; Fix CI | Zog | |
| 2017-12-27 | Refs #5407 @2h; Model implementation | Zog | |
| - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint | |||
| 2017-12-26 | Refs #5382 @1h; Enable all area types for Stopareas in Routes | Zog | |
| Given that the organisation has the matching feature. | |||
| 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 | Fix deprecated syntax in StopAreaReferentialsController spec | Zog | |
| 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-20 | Complete ReferentialVehicleJourneysController spec to test optional feature. ↵ | Alban Peignier | |
| Refs #5341 | |||
| 2017-12-20 | Create ReferentialVehicleJourneysController and ↵ | Alban Peignier | |
| /referentials/:id/vehicle_journeys. Refs #5341 | |||
| 2017-12-20 | Use login_user for anonymous controller used into FeatureChecker specs. Refs ↵5339-organisation-and-features | Alban Peignier | |
| #5339 | |||
| 2017-12-20 | Improve styles in FeatureCheck code. Refs #5339 | Alban Peignier | |
| 2017-12-20 | Create Organisation#features and FeatureChecker controller concerns. Refs #5339 | Alban Peignier | |
| 2017-12-19 | Refs #5333; Minor CR improvement | Zog | |
| 2017-12-19 | Refs #5333@1.5h; Use permissions to sync StopAreas and Lines | Zog | |
| - add missing policies - update permissions translator - update views to check for the permission - update views helper to check for the permission - uipdate controllers to check for the permission | |||
| 2017-12-19 | Merge pull request #159 from ↵ | Luc Donnet | |
| af83/5317-add-flash-messages-to-inform-users-when-asynchronous-jo 5317 add flash messages to inform users when asynchronous jo | |||
| 2017-12-19 | Controller spec AutocompleteStopAreas5305_autocomplete_stop_area_unaccent | Xinhui | |
| Refs #5305 | |||
| 2017-12-18 | Referentials#create: Add flash message on referential duplication | Teddy Wing | |
| When a "duplicate referential" action is initiated, show a flash message to let users know that it started and is in progress (and will take a while since it's an asynchronous task). Refs #5317 | |||
| 2017-12-18 | Referentials#validate: Update flash message | Teddy Wing | |
| * Luc specified a new flash message string to use here. Update the old one with the new version. * Move the translation key to `notice.referentials.validate` because we have multiple "operation_in_progress" messages (this one for validation, and another for referential cloning/duplication). * Add a test to confirm that the flash message is set. Refs #5317 | |||
| 2017-12-18 | Imports#create: Add flash message | Teddy Wing | |
| Add a message to let users know that the import has started and to be patient while it does its thing. Refs #5317 | |||
| 2017-12-06 | - Change inheritance naming in api/v1 controllers => it generated errors | cedricnjanga | |
| - add format: :json in controller specs | |||
| 2017-12-05 | Add some changes according to PR review | cedricnjanga | |
| 2017-11-27 | Merge branch 'master' of github.com:af83/stif-boiv | cedricnjanga | |
| 2017-11-27 | Test Devise::CasSessionsController flash message with more specific message | Alban Peignier | |
| 2017-11-22 | Change the use of namespace and remove modules | cedricnjanga | |
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-20 | Change the use of namespace and remove modules | cedricnjanga | |
| 2017-11-17 | Refs: #4823@1.7h; CodeReview #show -> #executed | Robert | |
| 2017-11-17 | Merge branch '4516_cleanup_rule_parameter_set' | Xinhui | |
| 2017-11-14 | Remove rule parameter set controller, views, helper | Xinhui | |
| Refs #4516 | |||
| 2017-11-13 | ComplianceCheckSets#validated: Add response body | Teddy Wing | |
| On successful status update, respond with the `ComplianceCheckSet` object attributes. Otherwise, respond with an error JSON. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSetsController: Get ComplianceCheckSet and update status | Teddy Wing | |
| Get the `ComplianceCheckSet` from the URL and call its `#update_status` method. This doesn't currently work all the way. We need to send a real response. Refs #4757 | |||
| 2017-11-13 | Add route stub for validation finalisation | Teddy Wing | |
| This route will be called by the Java application when ComplianceCheck validation is completed. It will perform post-validation work, primarily updating statuses. Refs #4757 | |||
| 2017-11-09 | Refs #4932 Change route duplication to redrect to routes#index | cedricnjanga | |
| 2017-11-08 | fix bad indentation | Guillaume | |
| 2017-11-08 | filter compliance_control_set by organisation on valisate referential and ↵ | Guillaume | |
| add specs | |||
| 2017-10-31 | Fix spec to add name for import factory Refs #4816 | Luc Donnet | |
| 2017-10-24 | Fix spec/controllers/compliance_controls_controller_spec.rb redirect route ↵ | Luc Donnet | |
| for POST UPDATE | |||
| 2017-10-16 | Fix spec compliance_controls and factories | Luc Donnet | |
| 2017-10-03 | Comment spec/controllers/compliance_control_sets_controller_spec.rb to get ↵ | Luc Donnet | |
| the build passed | |||
| 2017-10-02 | Refs: #4627@0.2h; Fixes regression for renamed compliance_control factory | Robert | |
| 2017-09-29 | Refs Adapt transport mode & submode translations | cedricnjanga | |
