aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-01-10Refs: #5505@1h; Small things found in s/models/chouette/vj_spec during ↵5505-custom_fieldsRobert
investigation of failures
2018-01-09Fixes: #5505@2h; Migrations, specs and implementationsRobert
- Migration index_resource_type_on_custom_fields - Specing behavior of custom field's resource (VehicleJourney) - Migration create json col custom_field_values for resource (VehicleJourney) - Create accessor methods inside resource (VehicleJourney)
2018-01-09Refs: #5505@0.5h, added tests and validationsRobert
2018-01-09Refs: #5505@1h; Spec discussed, model scaffolded [amend me] [skip-ci]Robert
2018-01-08Use localhost instead of redis host in sidekiq initializer (good default and ↵Alban Peignier
avoid Rails.env test)
2018-01-08Merge pull request #209 from af83/0000-gemfile-multiple-nulldb-entriesLuc Donnet
0000 gemfile multiple nulldb entries [Mergabel, Low Priority, Low Hanging Fruit]
2018-01-08Merge pull request #210 from ↵teddywing
af83/0000-change-default-redis-server-host-to-localhost--v2 initializers/sidekiq: Don't set Redis URL in development or test
2018-01-08initializers/sidekiq: Don't set Redis URL in development or testTeddy Wing
Don't set this configuration in development and test environments to enable Sidekiq to connect to the default Redis server by default without setting the environment variable.
2018-01-08removed one0000-gemfile-multiple-nulldb-entriesRobert
2018-01-08Merge branch 'master' of github.com:af83/stif-boivRobert
2018-01-08Remove 'mode' from 'clean_ups', merge mistakeZog
2018-01-08Remove experimental 'objectid' extensionZog
2018-01-08Fix css on JourneyPatterns editorZog
2018-01-08Merge pull request #208 from af83/5485-first-docker-scriptsAlban Peignier
First docker scripts. Refs #5485
2018-01-08Avoid error into Referetial#create_schema can't read migration count5485-first-docker-scriptsAlban Peignier
2018-01-08Merge pull request #207 from ↵Luc Donnet
af83/5444-add-company-filter-on-referentialjourneys-index 5444 Filter VJs on company in ReferentialVJs#index
2018-01-08Merge pull request #197 from af83/5455-store-costs-between-stopsLuc Donnet
5455 store distance and time between stops
2018-01-08Refs #5444 @0.5h; Filter VJs on company in ReferentialVJs#index5444-add-company-filter-on-referentialjourneys-indexZog
2018-01-08Merge branch 'master' of github.com:af83/stif-boivRobert
2018-01-08Rebase master5455-store-costs-between-stopsZog
2018-01-08Refs #45455 @1h; CR updates #1Zog
2018-01-08Refs #5455; Optimize controllers for the Journey Patterns editorZog
2018-01-08Refs #5455; Adjust UIZog
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-08Refs #5455 @6h; Add time and distance between stops in Journey PatternsZog
- Adds a `JSON` attribute in the model - Adds the fields in the editor
2018-01-07clean secrets.yml.dockerFlorent Peyraud
2018-01-07embed packs dir into release packageFlorent Peyraud
2018-01-07set app parametersFlorent Peyraud
2018-01-07Dockerfile and compose-fileFlorent Peyraud
2018-01-07cron PATH envvar and heartbeatFlorent Peyraud
2018-01-07Add launch-cron scriptFlorent Peyraud
2018-01-07dir for sidekiq pids and configurable secrets.ymlFlorent Peyraud
2018-01-07disable sqlite and tune install taskFlorent Peyraud
2018-01-07add puma nd nulldb adapterFlorent Peyraud
2018-01-07refactor database.yml for nulldb adapterFlorent Peyraud
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
2018-01-07Change Chouette::AreaType.find to return nil if specified code is nil. Refs ↵Alban Peignier
#5488
2018-01-07Add created organisation in Line/StopAreaReferential. Refs #5487Alban Peignier
2018-01-05Merge pull request #200 from af83/5465-dezoom-routes-showLuc Donnet
5465 Fit map zoom on Route#show to display all stop areas
2018-01-05Merge pull request #202 from af83/5460_display_checksumLuc Donnet
5460 display checksum
2018-01-05Templating display checksum5460_display_checksumXinhui
Refs #5460
2018-01-05Display checksum for vehicle journeys -m RefsXinhui
Templating display checksum Refs #5460
2018-01-05migrationRobert
2018-01-05Change db:seed call in INSTALL.mdLuc Donnet
2018-01-05Merge branch 'master' of github.com:af83/stif-boivRobert
2018-01-05Fix typo in referential.rb after rebasecedricnjanga