| Age | Commit message (Collapse) | Author |
|
|
|
|
|
5551 Handle custom fields in VJs editor
|
|
We store UTC times in the database though
|
|
5547 Show newly created VJ's short_id in editor
|
|
|
|
RBD: implement the same in the creation modal
|
|
|
|
|
|
5535 compute vehicle journeys times
|
|
Read only policy for referentials in suite. Refs #5413
|
|
investigation of failures
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
Next:
- spec associations and name
- spec initialisation
- implement
|
|
To know if all the costs between the stops of the pattern are set.
|
|
|
|
|
|
- Adds a `JSON` attribute in the model
- Adds the fields in the editor
|
|
#5488
|
|
|
|
|
|
|
|
|
|
|
|
same checksums. Refs #5299
|
|
|
|
|
|
ReferentialSuite. Refs #5299
|
|
|
|
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
|
|
Add specs on Route#duplicate to ensure the stops order is preserved. Refs #5436
|
|
|
|
attributes
|
|
Refs #5313
|
|
Manage stop area parent in form and show. Refs #5313
|
|
type. Refs #5313
|
|
|
|
|
|
|
|
- Link PurchaseWindows to VehicleJourneys in the model
- Add an autocompletion endpoint
|
|
|
|
|
|
5316-migrate-compliance-control-and-check-attributes-from-hs
|
|
The places we were using `hstore_accessor` have now been converted to
Postgres JSON fields. Thus we no longer need `hstore_accessor` in order
to add accessors for the fields.
Instead we can use Rails' built-in support for Postgres JSON fields and
create accessors for our JSON hash keys with `store_accessor`. We get
rid of the data types because `store_accessor` doesn't work like that
and JSON already types our values with primitive data types.
Finally, add some extra validation tests now that the vaildation for our
JSON fields should work.
Refs #5316
|
|
Refs #5301 First draft for Business Calendars
|
|
belongs_to referential
|