aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
AgeCommit message (Collapse)Author
2018-05-04Disable config.middleware.insert_before for assets cache for staging. Refs #5896Alban Peignier
2018-04-17Refs #5896; Move our custom middleware up in the stackZog
This will ensure it is used even for static files
2018-02-26Refs #5896; Add cahe-related headers for assetsZog
2018-02-19Merge branch 'master' into 0000-dockerLuc Donnet
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-01-24Add links to docdeveloper-toolbarZog
2018-01-24Add a toolbar for devs to easily manage permissions and featuresZog
2018-01-08Fix default value for RAILS_HOST in productionFlorent Peyraud
2018-01-08fix default RAIL_HOSTFlorent Peyraud
2018-01-08Merge pull request #208 from af83/5485-first-docker-scriptsAlban Peignier
First docker scripts. Refs #5485
2018-01-08Refs #5455; Fix JourneyPattern editorZog
2018-01-08Refs #5455; Adds a livereload middlewareZog
This allow us to reload the CSS withour reloading the whole page. You'll thank me the day you'll work on React-heavy pages.
2018-01-07default value sor RAILS_HOSTFlorent Peyraud
2018-01-07fix bug in JSON parsingFlorent Peyraud
2018-01-07public_file_server ?Florent Peyraud
2018-01-07docker first commitFlorent Peyraud
2017-12-17default value sor RAILS_HOSTFlorent Peyraud
2017-12-17fix bug in JSON parsingFlorent Peyraud
2017-12-17public_file_server ?Florent Peyraud
2017-12-17docker first commitFlorent Peyraud
2017-12-14Refactor mailer layout. Refs #5303Alban Peignier
2017-10-30ComplianceControlSetCopyWorker: Call Java validation APITeddy Wing
Call the Java API URL to launch a validation after having copied the `ComplianceControlSet` into a `ComplianceCheckSet`. Copied the format with error logging from `NetexImport#launch_java_import`. In the test, make the ID variables global by putting them in `let`s. Add `config.iev_url` to the Rails `test` environment so that we can access this from our tests. TODO: I just realised I'm sending the wrong ID. I should be sending the check set ID. Refs #4782
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-08-02Hotfix for ENV["RAILS_HOST"], missing in production.rb and missnamed in ↵Robert
development.rb
2017-08-01Refs: #3507@2h; CR Step 4Robert
- Added tests for HTTPService (regression) - Removed some dead code (Workbench model spec, Import factory) - Changed front_end_host to rails_host in config
2017-07-31Refs: #3507_1726@6h Code ReviewRobert
2017-07-25Refs: #3507;20h Specing and Implementing the ZipServiceRobert
2017-07-21Refs: #3507@4.5h spec setup and refactoring, using Faraday in workerRobert
- Setting up correct headers for the Webmock request (Oh Boy) - Refactoring all Faraday requests into `lib/af83/http_fetcher.rb` - Implementing the Download
2017-07-20merge conflicts resolvedRobert
2017-07-20bup working on WorkbenchImportWorker's integration spec [amend me]Robert
2017-07-20Refs: #3506@1.5h; server debuggingRobert
- Fixed conf error (missing schema in `config.iev_url`) - Reported java server traces (looks like missing metadata)
2017-07-19Refs: #3506@1h; Code ReviewRobert
2017-07-17Refs: #3506@1.5h sketching out specs [amend me]Robert
2017-07-07Hotfix user_permission computation in journey_patterns and vehicle_journey ↵Robert
controllers
2017-07-07Set default action_mailer default_options fromXinhui
2017-07-07Fix auth switch mode (again)jpl
2017-07-06Merge branch 'master' of github.com:af83/stif-boivRobert
2017-07-06improve packagingFlorent Peyraud
2017-07-05Refs: #3478@1.5h;Robert
- PolicyChecker authorizes(*) all now - Untied ApplicationPolicy#index? from show? - mv access_point_policy.rb to access_point_policy.rb fixing an invisible name curruption (local problem?) * to authorize: to allow (not here), to undergo the process of authorization (here)
2017-07-04Refs: #3478@1hRobert
newapplication helper default authorization, (no if) -> * DefaultPolicy (all true) * Add some policies (LinePolicy) * Use `boiv:read` pour show, index * Adapted `table_builder`
2017-06-28Undo auth config mod. (was a mistake)jpl
2017-06-20Refs: #3595@3h; calendars/new Date validationRobert
2017-04-11Deprecation Warnings removed; Seeds corrected, Refs: #2070RobertDober
2017-03-31Fix import with apartment and make a link with iev serverLuc Donnet
2017-03-15Refs #2820: Set NODE_ENV when in production for browserifyThomas Haddad
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
2017-03-03Refs #2631: adding ext apps links for left menujpl
2017-02-06Update reflex pprod urlXinhui
2017-01-30Edit reflex api urlXinhui
2016-10-07Update gem codifligne versionXinhui
2016-10-06Override codifligne api urlXinhui
Refs #1765