| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-15 | Small fixes for i18n state Refs #6146 @16146-line-states | Luc Donnet | |
| 2018-03-12 | Refs #5146 Line state update | cedricnjanga | |
| 2018-03-12 | Save database.yml. Refs #6047 | Alban Peignier | |
| 2018-03-09 | Don't use fetch for ENV['RAILS_DB_PASSWORD']. Refs #6047 | Alban Peignier | |
| 2018-03-09 | Create ci:build, ci:docker and ci:docker:clean. Rename ↵ | Alban Peignier | |
| config/database/jenkins.yml in ci.yml. Refs #6047 | |||
| 2018-03-09 | Create ci:build, ci:docker and ci:docker:clean. Rename ↵ | Alban Peignier | |
| config/database/jenkins.yml in ci.yml. Refs #6047 | |||
| 2018-03-07 | Change route to AutocompleteLinesController | Teddy 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-07 | ReferentialVehicleJourneys#index: Make lines filter asynchronous | Teddy 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-05 | Merge pull request #359 from af83/6068-simple-exporter | Alban Peignier | |
| Simple exporter. Refs #6068 | |||
| 2018-03-05 | workbenches.en.yml: Update grammar of `referential_count.zero` | Teddy Wing | |
| Make this phrase more grammatically correct. | |||
| 2018-03-05 | workbenches.fr.yml: Remove extra space | Teddy Wing | |
| 2018-03-04 | Refs #3562 Small change in controller to match routes | cedricnjanga | |
| 2018-03-02 | Refs #3562 correct translations | cedricnjanga | |
| 2018-03-02 | Refs Refs #3562 Add workbench CCSET affectation | cedricnjanga | |
| 2018-03-02 | Refs #3562 add workbench edit button on workbench#show | cedricnjanga | |
| 2018-03-02 | Refs #6068; Create a SimpleExporter model | Zog | |
| This is an STI model, inheriting from SimpleInterface SimpleImporter has been updated to work likewise | |||
| 2018-03-01 | Refs #6002 Change StopAreas#index wording typos | cedricnjanga | |
| 2018-02-27 | Merge pull request #339 from af83/5878-fix-ComplianceChecksController-show | Luc Donnet | |
| 5878 Add ComplianceCheck#show | |||
| 2018-02-27 | Fix prerequisite access for compliance_check and compliance_control Refs ↵ | Luc Donnet | |
| #5878 @1 | |||
| 2018-02-27 | Fix breadcrumb on merges controller | Zog | |
| 2018-02-23 | Refs 5878; Add ComplianceCheck#show | Zog | |
| 2018-02-22 | Typo | Zog | |
| 2018-02-22 | Ignore not ready Referentials in apartment tenant names. Refs #6004 | Alban Peignier | |
| 2018-02-20 | Merge pull request #308 from ↵ | Alban Peignier | |
| af83/5911-stops-filter-on-referential-journeys-index Better stops filters on ReferentialVJs#index. Refs #5911 | |||
| 2018-02-20 | Merge pull request #297 from af83/5486-fix-react-warnings | Luc Donnet | |
| 5486 Use minified version of React/Redux in production | |||
| 2018-02-20 | Merge pull request #294 from af83/5863-use-shallow-urls-for-referentials | Luc Donnet | |
| 5863 Remove workbench id from the querystring | |||
| 2018-02-20 | Refs #5863 @6h; Remove workbench id from the querystring | Zog | |
| Infer it when possible, and use a nested otherwise | |||
| 2018-02-20 | Refs #5765 @6h; Add a customizable importer mechanism | Zog | |
| 2018-02-19 | fix type in secret file for docker | Florent Peyraud | |
| 2018-02-19 | Refs #5911 @2h; Better stops filters on ReferentialVJs#index | Zog | |
| 2018-02-19 | Merge branch 'master' into 0000-docker | Luc Donnet | |
| 2018-02-16 | default sidekiq redis URL to localhost for devs, and make Docker image ↵ | Florent Peyraud | |
| defaut envvar value to redis host | |||
| 2018-02-16 | allow newrelic licence parameter by envvar in docker container | Florent Peyraud | |
| 2018-02-14 | Refs #5516 #5880 add missing trauctions | cedricnjanga | |
| 2018-02-13 | Merge pull request #301 from af83/5150-update-decorators | teddywing | |
| 5150 Update decorators | |||
| 2018-02-13 | Must use current_release for bd:seed task in deploy.rb | Luc Donnet | |
| 2018-02-13 | Merge pull request #300 from af83/5888-fix-i18n-in-js | Luc Donnet | |
| 5888 Fix I18n in JS | |||
| 2018-02-13 | Merge pull request #287 from af83/4963-import-cron-should-abort-old-imports | Johan Van Ryseghem | |
| 4963 import cron should abort old imports | |||
| 2018-02-13 | Refs #5707 Add status to the application to track 'blocked objects' | cedricnjanga | |
| 2018-02-13 | Merge pull request #291 from ↵ | Johan Van Ryseghem | |
| af83/4758-cron-job-to-finalise-compliance_check_set-validations-- 4758 cron job to finalise compliance check set validations | |||
| 2018-02-12 | Refs #5150; Update decorators | Zog | |
| 2018-02-12 | Refs #5843; Fix wrong translation5843-bad-translation | Zog | |
| 2018-02-12 | Refs #5888; Fix I18n in JS5888-fix-i18n-in-js | Zog | |
| 2018-02-09 | Fix in deploy.rb task i18n_js_export to use release_path and not current path | Luc Donnet | |
| 2018-02-09 | Fix in deploy.rb task i18n_js_export call | Luc Donnet | |
| 2018-02-09 | Fix in deploy.rb task i18n_js_export call | Luc Donnet | |
| 2018-02-09 | Fix in deploy.rb the call for i18n:js:export task | Luc Donnet | |
| 2018-02-09 | Merge branch 'master' into 4126-add-i18n-js | Luc Donnet | |
| 2018-02-09 | Add i18n-js to capistrano deployment Refs #4126 @1 | Luc Donnet | |
| 2018-02-09 | Refs #4126 @2h; Add more translations | Zog | |
