aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-01-11Refs #5547; Do the same for JourneyPatterns5547-show-vj-idZog
2018-01-11Refs #5547 @0.25h; Show newly created VJ's short_id in editorZog
2018-01-11Refs #5544; Fix bug preventing VJ creationZog
When the company has not been set
2018-01-11Merge pull request #225 from af83/5535-compute-vehicle-journeys-timesLuc Donnet
5535 compute vehicle journeys times
2018-01-11Refs #5536; Fix JourneyPattern creationZog
2018-01-11Keep existing objectids when possible during merge. Refs #5527Alban Peignier
2018-01-11Use StopArea#raw_objectid to find StopPoints (objectid.to_s can be partial ↵Alban Peignier
according ObjectId implementation). Refs #5299
2018-01-11Remove debug in merge. Refs #5299Alban Peignier
2018-01-11Ignore referential_in_suite in Referential#overlapped_referential_ids (used ↵Alban Peignier
by can_unarchive. Refs #5299
2018-01-10Fix compliance controls, compliance check sets access with table hack for ↵Luc Donnet
object outside referential Refs #5540 @3
2018-01-10Merge pull request #218 from af83/5520-fix-company-in-vjs-editorAlban Peignier
Fix company in vjs editor. Refs #5520
2018-01-10Merge pull request #217 from af83/5502-remove-search-from-selectsAlban Peignier
Don't use Ajax in JP selector in VJs editor. Refs #5502
2018-01-10Merge pull request #204 from af83/5413-read_only_policy_for_finalised_refsAlban Peignier
Read only policy for referentials in suite. Refs #5413
2018-01-10Rename archived_or_finalised? into referential_read_only?. Refs #54135413-read_only_policy_for_finalised_refsAlban Peignier
2018-01-10ReferentialPolicy#archive? is false when referential is read only. Refs #5413Alban Peignier
2018-01-10Restore Referential#archived? method. Refs #5413Alban Peignier
2018-01-10Fixes typo in referential_read_only?. Removed finalised? test (no such ↵Alban Peignier
method). Refs #5413
2018-01-10Merge pull request #222 from af83/5505-custom_fields_with_jsonbAlban Peignier
Custom fields with jsonb. Refs #5505
2018-01-10Lock public.referentials to avoid problem with schemas. Refs #5024Alban Peignier
2018-01-10Refs #5535 @2H; Automatically fill VJs tilmes when possibleZog
2018-01-10Use jsonb and default to create vehicle_journeys#custom_field_values. Refs #55055505-custom_fields_with_jsonbAlban Peignier
2018-01-10Avoid problem when VehicleJourney#custom_field_values isn't defined. Refs #5505Alban Peignier
2018-01-10Add Workgroup#custom_fields. Refs #5505Alban Peignier
2018-01-10Fixes: #5505@0.25h; Invesitgating the failure to compute a distinct join on ↵Robert
vehicle_journeys Solution: custom_field_values: json -> jsonb
2018-01-10Refs: #5505@1h; Small things found in s/models/chouette/vj_spec during ↵Robert
investigation of failures
2018-01-10Fixes: #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-10Refs: #5505@0.5h, added tests and validationsRobert
2018-01-10Refs: #5505@1h; Spec discussed, model scaffolded [amend me] [skip-ci]Robert
2018-01-10Merge pull request #215 from af83/5499-workgroup-modelAlban Peignier
Provide Workgroup model. Refs #5499
2018-01-10Aesthetic changes in STIF Organisation.after_create callback. Refs #54995499-workgroup-modelAlban Peignier
2018-01-10Use a has_many through for Workgroup#organisations. Refs #5499Alban Peignier
2018-01-10Create STIF Workgroup in seed. Associate existing Workbenchs. Refs #5499Alban Peignier
2018-01-10Fixes: #5499; Added validations and associationsRobert
2018-01-10bup [amend me] [skip-ci]Robert
2018-01-10Refs: #5499@0.5h; fixed migration (ids type of rails generator is not conform)Robert
2018-01-10Refs: #5499@0.5h; Scaffolded WorkgroupRobert
Next: - spec associations and name - spec initialisation - implement
2018-01-10Ignore missing timestamps in merges#show. Refs #5299Alban Peignier
2018-01-10Refs #5535 @0.25h; Adds a `full_schedule?` on `JourneyPattern`Zog
To know if all the costs between the stops of the pattern are set.
2018-01-10Merge pull request #194 from af83/5156-handle-long-distance-routesAlban Peignier
Handle long distance routes. Refs #5156
2018-01-10Import createLogger. Refs #51565156-handle-long-distance-routesAlban Peignier
2018-01-10import PropTypes from prop-types. Refs #5156Alban Peignier
2018-01-10Update yarn.lock. Refs #5156Alban Peignier
2018-01-10Implement StopArea#country_name. Refs #5156Alban Peignier
2018-01-10Merge pull request #206 from ↵Alban Peignier
af83/5445-add-name-filter-on-referentialjourneys-index Add name filter on referential vehicle journeys index. Refs #5445
2018-01-10Merge pull request #223 from af83/5525-prevent-double-submissionteddywing
5525 Add a `disable-with` attr on all submit buttons
2018-01-10Fixes i18n for Merges. Refs #5299Alban Peignier
2018-01-10Display Merge#name with link and ended_at in workbench_outputs#show. Refs #5299Alban Peignier
2018-01-10Display Merge#creator and localize dates in merges#show. Refs #5299Alban Peignier
2018-01-10Use Referential names to compute Merge#name. Refs #5299Alban Peignier
2018-01-10Define and display Merge#creator. Refs #5299Alban Peignier