aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2018-03-18Refs #6210 Remove status value attribue from Chouette::VehicleJourney and ↵6210-remove-attributes-from-modelscedricnjanga
section status fron Chouette::JourneyPattern
2018-03-15Routes: Add `/costs` routeTeddy Wing
Render the `costs` field of a `Chouette::Route` as JSON. This lives at: http://stif-boiv.dev:3000/referentials/4/lines/1857/routes/7/costs.json I want this in order to get the distance & time costs of a route so that I can merge them with `JourneyPattern#costs` on the frontend on `JourneyPatternsCollection#show`. Refs #6203
2018-03-15Merge pull request #379 from ↵Alban Peignier
af83/6095-route--calculate-distance-and-time-cost-between-stops Calculate distance and time cost between Route stops. Refs #6095
2018-03-15Merge pull request #372 from af83/6146-line-statesLuc Donnet
6146 Line state update
2018-03-15Small fixes for i18n state Refs #6146 @16146-line-statesLuc Donnet
2018-03-15Merge pull request #382 from af83/6189-fix-i18n-on-stoparea-showAlban Peignier
Fix bad interpolation key in i18n file. Refs #6189
2018-03-15Merge pull request #370 from af83/6102-commercial-missionsAlban Peignier
Add label in JourneyPattern Editor header. Refs #6102
2018-03-15Refs #6143; Configurable extra headers on VJs editorZog
2018-03-15Defines StopArea deactivated i18n. Refs #6033Alban Peignier
2018-03-15Refs #6033 Changes for StopArea#index and StopArea#showcedricnjanga
2018-03-15Merge pull request #364 from af83/6028-compliance-controls-model-attributesLuc Donnet
Refs #6028 small changes in model attribute for CC
2018-03-15Refs 6189; Fix bad interpolation key in i18n file6189-fix-i18n-on-stoparea-showZog
2018-03-14Fix translation for import ressources Refs #6133 @1Luc Donnet
2018-03-14Fix access for import ressources Refs #6133 @3Luc Donnet
2018-03-14secrets.yml: Add `tomtom_api_key`Teddy Wing
Make the TomTom API key accessible to the application. It gets set in Docker via an environment variable. Still need to work out how we're setting it in development. For now I'm just saving it in `secrets.yml` without committing it. Refs #6095
2018-03-14Refs #6012; Update STIF initializer6021-handlke-offsets-in-journeysZog
2018-03-14Refs #5972 @1h; Automatic registration_number generationZog
2018-03-13Fix bad name for vehicle_journey_control/delta in compliance_controls.fr.yml ↵Luc Donnet
Refs #6157 @1
2018-03-13Fix duplicate code in config/initializers/sidekiq.rbLuc Donnet
2018-03-12Merge pull request #344 from af83/5896-add-cache-headersLuc Donnet
5896 Add cache-related headers for assets
2018-03-12Refs #5146 Line state updatecedricnjanga
2018-03-12Refs #6133; Full UX for exportsZog
Also added a *dumb* `WorkgroupExport` for testing purposes.
2018-03-12Refs #6133; Sample SimpeImporter ImplementationZog
Still needs to be made asynchronous
2018-03-12Refs #6133; Add options on the Exports, and forward them tu the UXZog
2018-03-12Refs #6133; First Crud for exportsZog
2018-03-12Refs #6133; Exports naive implementationZog
2018-03-12Refs #6133; Fix specsZog
2018-03-12Refs #6102; Add label in JourneyPattern Editor header6102-commercial-missionsZog
Refs #6104; Add commercial-only journey time in JourneyPattern Editor
2018-03-12Save database.yml. Refs #6047Alban Peignier
2018-03-09Don't use fetch for ENV['RAILS_DB_PASSWORD']. Refs #6047Alban Peignier
2018-03-09Create ci:build, ci:docker and ci:docker:clean. Rename ↵Alban Peignier
config/database/jenkins.yml in ci.yml. Refs #6047
2018-03-09Create ci:build, ci:docker and ci:docker:clean. Rename ↵Alban Peignier
config/database/jenkins.yml in ci.yml. Refs #6047
2018-03-08Refs #6028 small changes in model attribute for CC6028-compliance-controls-model-attributescedricnjanga
2018-03-07Change route to AutocompleteLinesControllerTeddy Wing
Johan recommended not putting it in a separate `/autocomplete...` route, but instead to use `/referentials/4/lines/autocomplete` to be more RESTful. Makes perfect sense. Refs #5889
2018-03-07ReferentialVehicleJourneys#index: Make lines filter asynchronousTeddy Wing
Instead of doing a complex query to get the lines available to filter on, just get all the lines in the current referential. We then filter those by what was typed into the select2 box and asynchronously respond with line options in a new JSON autocomplete controller. Here we're only providing the option to filter by `number` and `name` field on the line. I'd like to filter by everything in the `#display_name`. I don't think the objectid is going to be easy to integrate into the SQL query but I'd like to add the company part. It's possible we could do the objectid filter in Ruby instead of the database query. Refs #5889
2018-03-05Merge pull request #359 from af83/6068-simple-exporterAlban Peignier
Simple exporter. Refs #6068
2018-03-05workbenches.en.yml: Update grammar of `referential_count.zero`Teddy Wing
Make this phrase more grammatically correct.
2018-03-05workbenches.fr.yml: Remove extra spaceTeddy Wing
2018-03-04Refs #3562 Small change in controller to match routescedricnjanga
2018-03-02Refs #3562 correct translationscedricnjanga
2018-03-02Refs Refs #3562 Add workbench CCSET affectationcedricnjanga
2018-03-02Refs #3562 add workbench edit button on workbench#showcedricnjanga
2018-03-02Refs #6068; Create a SimpleExporter modelZog
This is an STI model, inheriting from SimpleInterface SimpleImporter has been updated to work likewise
2018-03-01Refs #6002 Change StopAreas#index wording typoscedricnjanga
2018-02-27Merge pull request #339 from af83/5878-fix-ComplianceChecksController-showLuc Donnet
5878 Add ComplianceCheck#show
2018-02-27Fix prerequisite access for compliance_check and compliance_control Refs ↵Luc Donnet
#5878 @1
2018-02-27Fix breadcrumb on merges controllerZog
2018-02-26Refs #5896; Add cahe-related headers for assetsZog
2018-02-23Refs 5878; Add ComplianceCheck#showZog
2018-02-22TypoZog