| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2016-08-23 | Refs #1482: adding cucumber for tests | jpl | |
| 2016-08-23 | Refs #1482: adding cucumber for tests | jpl | |
| 2016-08-10 | add network and group of lines synchronization and create a rake task | Edouard Maffert | |
| 2016-08-10 | Refactoring move portail sync code into models | Xinhui | |
| 2016-08-08 | Set :lockable to model User | Xinhui | |
| 2016-08-08 | Set dev env portail api key | Xinhui | |
| 2016-08-05 | Refactoring organisations:sync task | Xinhui | |
| 2016-08-05 | Refactoring - Rake task users:sync | Xinhui | |
| 2016-08-05 | Rspec task organisations:sync | Xinhui | |
| 2016-08-04 | Rake task organisations:sync | Xinhui | |
| 2016-08-03 | Remove device :confirmable | Xinhui | |
| 2016-07-11 | clean warbler subsisting bones, after removing jruby | jpl | |
| 2016-05-04 | Run deploy:migrations in ci:deploy. Refs #828 | Alban Peignier | |
| 2016-05-04 | Run deploy:seed in ci:deploy. Refs #828 | Alban Peignier | |
| 2016-04-27 | Select deploy_dev in ci:deploy according git branch. Refs #802 | Alban Peignier | |
| 2016-04-26 | Add basic ci tasks. Refs #802 | Alban Peignier | |
