| Age | Commit message (Collapse) | Author |
|
Refs #6258 @1
|
|
|
|
|
|
#4658
|
|
|
|
Infer it when possible, and use a nested otherwise
|
|
5416 checksum attribute
|
|
Ensure the checksum doesn't change when we save it (and thus call
`#update_checksum`) if the source hasn't changed.
Refs #5416
|
|
|
|
|
|
|
|
|
|
|
|
Fix spelling.
Refs #5416
|
|
Refs #5416
|
|
Refs #5416
|
|
|
|
|
|
Note: Did not fix the missing workgroup in the calendar mailer
|
|
|
|
|
|
5535 compute vehicle journeys times
|
|
|
|
To know if all the costs between the stops of the pattern are set.
|
|
- Adapted shared pundit examples to allow to check with archieved and finalised referentials
- Speced desired behavior with this enhancement
- finalise_referential helper in policy spec's support
|
|
|
|
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
|
|
Given that the organisation has the matching feature.
|
|
af83/5316-migrate-compliance-control-and-check-attributes-from-hs
5316 migrate compliance control and check attributes from hstore to json column type
|
|
- Add `activate` and `deactivate` actions in `LinesController`, as well
as corresponding routes
- Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well
as `activated?`
- Add `activate?` and `deactivate?` permissions in `LinePolicy`
- Add corresponding `action_links`in the Decorator
- Create helper for these actions
- Add an optional `'extra_class` to the Links
- Update styles for ".delete-action" to handle the case where there are
several
- Add I18n keys accordingly
|
|
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
|
|
|
|
|
|
af83/5281-workbench-import-structural-bug-reading-zip
5281 workbench import structural bug reading zip
|
|
5006 wb import filter refs with foreign lines
|
|
|
|
Fix integration_spec_helper after rebase
|
|
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view
We now have failing tests highlighting the bug
|
|
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view
We now have failing tests highlighting the bug
|
|
- Get rid of ActiveSupport::Concern in the spec helpers
- Rename misnamed spec files
|
|
- Fix specs on connections_links/show
- Update pundit view specs helper to use the current referential when it
has already been defined
|
|
Add specs for the view.
Refactor to come
|
|
- add missing policies
- update permissions translator
- update views to check for the permission
- update views helper to check for the permission
- uipdate controllers to check for the permission
|
|
Fix integration_spec_helper after rebase
|
|
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view
We now have failing tests highlighting the bug
|
|
|
|
- Get rid of ActiveSupport::Concern in the spec helpers
- Rename misnamed spec files
|
|
- Fix specs on connections_links/show
- Update pundit view specs helper to use the current referential when it
has already been defined
|
|
Add specs for the view.
Refactor to come
|