aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
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
2018-02-09Refs #4126; Fix translationsZog
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-09Refs #5486@1h; Use minified version of React./Redux in production5486-fix-react-warningsZog
2018-02-09Merge pull request #296 from af83/5807-update-webpackerLuc Donnet
5807 update webpacker
2018-02-09Refs #5669; Add a preview for snapshots for easier debuggingZog
2018-02-09Refs #5807; Bump webpackerZog
2018-02-08schedule.rb: Add cron job to finalise `ComplianceCheckSet`sTeddy Wing
A new recurring job that does exactly the same thing as the import job. This finalises `ComplianceCheckSet`s. First we need to abort all unfinished `ComplianceCheckSet`s older than four hours. Then we finalise the imports by doing the same work in `Api::V1::Internals::ComplianceCheckSetsController#notify_parent`, namely calling `#notify_parent` on `ComplianceCheckSet`s (here, only on the ones that are finished). Add a couple new Rake tasks for compliance check sets that mirror those for imports, and do the work required by the cron job. Refs #4758
2018-02-07Begin workbench output show refactoring to use stif guidelinesLuc Donnet
2018-02-07Begin workbench output show refactoring to use stif guidelinesLuc Donnet
2018-02-06Refs #5844; Add missing translationZog
2018-02-06Refs #3542 @2h; Various UI improvements (hopefully)Zog
2018-02-06Refs #3542 @1h; Add Time navigationZog
2018-02-06Refs #3542 @4h; First UIZog
Still missing: - Pagination - Filters
2018-02-06Refs #5758 @1h; Add localized names to StopAreasZog
2018-02-06Remove first :default_environment. Refs #5803Alban Peignier
2018-02-06Use upcase PATH variable in :default_environment. Refs #5803Alban Peignier
2018-02-06Use default_environment (for capistrano 2). Refs #5803Alban Peignier