| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-07 | embed packs dir into release package | Florent Peyraud | |
| 2018-01-07 | disable sqlite and tune install task | Florent Peyraud | |
| 2018-01-07 | docker first commit | Florent Peyraud | |
| 2018-01-05 | embed packs dir into release package | Florent Peyraud | |
| 2017-12-19 | disable sqlite and tune install task | Florent Peyraud | |
| 2017-12-17 | docker first commit | Florent Peyraud | |
| 2017-11-09 | Remove model route_sections | Xinhui | |
| 2017-10-24 | Make erd patch for multi relationships and add merge png in output | Luc Donnet | |
| 2017-10-17 | add ci jest task Refs #4737 | Guillaume | |
| 2017-10-17 | fix ci spec task Refs #4737 | Guillaume | |
| 2017-10-12 | Use yarn and not npm anymore | Luc Donnet | |
| 2017-10-11 | add dev and staging file for wepack config, modify spec task | Guillaume | |
| 2017-10-11 | delete bundle exec for spec task | Guillaume | |
| 2017-10-11 | remove tespoon test, prefer rspec for testing | Guillaume | |
| 2017-09-19 | referential.rake: Update `Route#wayback` values | Teddy Wing | |
| The possible values for this field changed in 2fa3be1518da4f471d614832f80526e074983195 to `outbound` and `inbound`. Update them accordingly in this Rake task, otherwise it fails. Refs #4555 | |||
| 2017-09-18 | Fix table name compliance_check_result to compliance_check_message Refs #4390 @2 | Luc Donnet | |
| 2017-09-13 | Disable deploy when not in master/staging or production. Refs #4468 | Alban Peignier | |
| 2017-09-13 | Fixes nice pre-commit typo o/. Refs #4468 | Alban Peignier | |
| 2017-09-13 | Drop, create and migrate database in ci. Refs #4468 | Alban Peignier | |
| 2017-08-30 | Update show data for import Refs #4258 | Luc Donnet | |
| 2017-08-24 | Unify npm options in ci rake task and capistrano. Remove --silent option to ↵ | Alban Peignier | |
| display ... errors | |||
| 2017-08-24 | Add --profile option to rspec during ci tasks | Alban Peignier | |
| 2017-08-01 | schedule.rb: Add cron job to update parent imports from child imports | Teddy Wing | |
| This task will run every 5 minutes, synchronising parent imports with the status of their children. When all children have finished, if none of them have failed, the parent import should get a status of "successful": WorkbenchImport status: :successful NetexImport status: :successful NetexImport status: :successful When all children have finished, if any of them have failed, the parent import should get a status of "failed": WorkbenchImport status: :failed NetexImport status: :failed NetexImport status: :successful We need a Cron job for this instead of being able to do it via a Ruby method because the thing that's setting the status on the sub-imports when they're complete is the STIF Java IEV application. Thus there's no way for our Ruby code to know that a sub-import has finished. Because of that, we do this polling mechanism every five minutes to update the imports that need updating. Created a Rake task to use in the Whenever schedule because the `runner` method from Whenever expanded to `script/rails`, which is a bloody ancient file, and tries to run via JRuby lolwat. Didn't want to bother adding a configuration to Whenever to use something more modern, and didn't know whether the binstub in `bin/` for `rails` is available since we don't commit those to the repo apparently (although I knew that fact from before). Refs #3511 | |||
| 2017-08-01 | Update model diagram generation | Luc Donnet | |
| 2017-07-18 | Update erd config generation to use in stif documentation | Luc Donnet | |
| 2017-07-11 | update install scripts and tasks | Florent Peyraud | |
| 2017-07-06 | improve packaging | Florent Peyraud | |
| 2017-06-29 | Fix RoutingConstraintZone Policy | Luc Donnet | |
| 2017-06-02 | Merge branch 'master' of github.com:af83/stif-boiv | Robert | |
| 2017-05-31 | hotfix to adapt referential:create task to newly required attribute ↵ | Robert | |
| 'public_name' | |||
| 2017-05-03 | Improve referential:create task. Refs #3291 | Alban Peignier | |
| * use a single transaction * use by default workbench 1 * use a random line found in workbench lines | |||
| 2017-05-03 | Use test env for teaspoon (#mybad). Refs #3275 | Alban Peignier | |
| 2017-05-03 | Disable teaspoon (#mybad). Refs #3275 | Alban Peignier | |
| 2017-05-03 | Restore ci:check_security in ci task. Fixes last warnings in Gemfile | Alban Peignier | |
| 2017-05-03 | Add teaspoon in ci dependencies. Fixes #3275 | Alban Peignier | |
| 2017-04-27 | more information into output of rake referential:create | jpl | |
| 2017-04-26 | Fixes referential:create task. Refs #2975 | Alban Peignier | |
| * define default start_date and end_date * associate VehicleJourneyAtStops to VehicleJourney * associate VehicleJourney to TimeTables * add a message to display which Referential is created * mark created Referential as ready | |||
| 2017-04-11 | Disable seed execution in deploy. Refs #3017 | Alban Peignier | |
| 2017-03-29 | Refs #2975 : Rake task to create a Referential and its data | Vlatka Pavisic | |
| 2016-11-28 | Refs #2068: remove ci:check_security, in order to allow builds | jpl | |
| 2016-11-27 | Add ci:check_security in ci task. Refs #2068 | Alban Peignier | |
| 2016-11-27 | Integrate bundle-audit. Add ci:check_security. Refs #2068 | Alban Peignier | |
| 2016-11-08 | Add npm install for ci task | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2016-10-11 | Attempt to enable hstore using migration | Xinhui | |
| Ref #1789 | |||
| 2016-09-29 | Launch reflex:sync from interface | Xinhui | |
| Refs #1712 | |||
| 2016-09-29 | Launch sync from interface | Xinhui | |
| Refs #1708 | |||
| 2016-09-27 | Refactoring rake codifligne:sync | Xinhui | |
| Refs #1707 | |||
| 2016-08-31 | Reflex:sync log processing time | Xinhui | |
| 2016-08-31 | AccessPoint from reflex StopPlaceEntrance | Xinhui | |
| 2016-08-31 | Wip sync reflex - add gem - task reflex:sync + whenever cfg | Xinhui | |
