aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2018-03-15Small fixes for i18n state Refs #6146 @16146-line-statesLuc Donnet
2018-03-12Refs #5146 Line state updatecedricnjanga
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-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-23Refs 5878; Add ComplianceCheck#showZog
2018-02-22TypoZog
2018-02-22Ignore not ready Referentials in apartment tenant names. Refs #6004Alban Peignier
2018-02-20Merge pull request #308 from ↵Alban Peignier
af83/5911-stops-filter-on-referential-journeys-index Better stops filters on ReferentialVJs#index. Refs #5911
2018-02-20Merge pull request #297 from af83/5486-fix-react-warningsLuc Donnet
5486 Use minified version of React/Redux in production
2018-02-20Merge pull request #294 from af83/5863-use-shallow-urls-for-referentialsLuc Donnet
5863 Remove workbench id from the querystring
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-20Refs #5765 @6h; Add a customizable importer mechanismZog
2018-02-19fix type in secret file for dockerFlorent Peyraud
2018-02-19Refs #5911 @2h; Better stops filters on ReferentialVJs#indexZog
2018-02-19Merge branch 'master' into 0000-dockerLuc Donnet
2018-02-16default sidekiq redis URL to localhost for devs, and make Docker image ↵Florent Peyraud
defaut envvar value to redis host
2018-02-16allow newrelic licence parameter by envvar in docker containerFlorent Peyraud
2018-02-14Refs #5516 #5880 add missing trauctionscedricnjanga
2018-02-13Merge pull request #301 from af83/5150-update-decoratorsteddywing
5150 Update decorators
2018-02-13Must use current_release for bd:seed task in deploy.rbLuc Donnet
2018-02-13Merge pull request #300 from af83/5888-fix-i18n-in-jsLuc Donnet
5888 Fix I18n in JS
2018-02-13Merge pull request #287 from af83/4963-import-cron-should-abort-old-importsJohan Van Ryseghem
4963 import cron should abort old imports
2018-02-13Refs #5707 Add status to the application to track 'blocked objects'cedricnjanga
2018-02-13Merge 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-12Refs #5150; Update decoratorsZog
2018-02-12Refs #5843; Fix wrong translation5843-bad-translationZog
2018-02-12Refs #5888; Fix I18n in JS5888-fix-i18n-in-jsZog
2018-02-09Fix in deploy.rb task i18n_js_export to use release_path and not current pathLuc Donnet
2018-02-09Fix in deploy.rb task i18n_js_export callLuc Donnet
2018-02-09Fix in deploy.rb task i18n_js_export callLuc Donnet
2018-02-09Fix in deploy.rb the call for i18n:js:export taskLuc Donnet
2018-02-09Merge branch 'master' into 4126-add-i18n-jsLuc Donnet
2018-02-09Add i18n-js to capistrano deployment Refs #4126 @1Luc Donnet
2018-02-09Refs #4126 @2h; Add more translationsZog