| Age | Commit message (Collapse) | Author |
|
Update the view to match the actual controller behaviour.
|
|
Update TableBuilderHelper to allow the `selectable` param to be a
lambda, thus allowing us to have row-based granularity.
|
|
- 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
|
|
Update the view to match the actual controller behaviour.
|
|
Update TableBuilderHelper to allow the `selectable` param to be a
lambda, thus allowing us to have row-based granularity.
|
|
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view
We now have failing tests highlighting the bug
|
|
|
|
Refs #5305
|
|
When a "duplicate referential" action is initiated, show a flash message
to let users know that it started and is in progress (and will take a
while since it's an asynchronous task).
Refs #5317
|
|
* Luc specified a new flash message string to use here. Update the old
one with the new version.
* Move the translation key to `notice.referentials.validate` because we
have multiple "operation_in_progress" messages (this one for
validation, and another for referential cloning/duplication).
* Add a test to confirm that the flash message is set.
Refs #5317
|
|
Add a message to let users know that the import has started and to be
patient while it does its thing.
Refs #5317
|
|
|
|
|
|
af83/5317-add-flash-messages-to-inform-users-when-asynchronous-jo
5317 add flash messages to inform users when asynchronous jo
|
|
5305 autocomplete stop area unaccent
|
|
Refs #5305
|
|
|
|
When a "duplicate referential" action is initiated, show a flash message
to let users know that it started and is in progress (and will take a
while since it's an asynchronous task).
Refs #5317
|
|
|
|
|
|
i18n. Refs #5311
|
|
* Luc specified a new flash message string to use here. Update the old
one with the new version.
* Move the translation key to `notice.referentials.validate` because we
have multiple "operation_in_progress" messages (this one for
validation, and another for referential cloning/duplication).
* Add a test to confirm that the flash message is set.
Refs #5317
|
|
Add a message to let users know that the import has started and to be
patient while it does its thing.
Refs #5317
|
|
#5283 - Simplifier ReferentialCloningWorker
|
|
|
|
- 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
|
|
- CR change from #5006, severity of zip file messages :warning -> :error
- View specs for showing import_messages
|
|
|
|
- Renaming as requested STIF::NetexFile::Frame.get_line_object_id -> get_sgort_id
- working on error_messages for imports#show
|
|
- Rebased #5006 upoon master and created #5281 from #5006
- Setup regression test based on client provided input
- Fixed bug with multiple spurious directory occurances
|
|
Implementation of Filtering Out Referentials with foreign lines in `app/workers/workbench_import_worker.rb`
- Using ZipService with the set of allowed lines of the organisation
- Fixing Integration Specs of the worker
- Refactoring, Debugging and Rebasing
|
|
Implementing allowed vs foreign line lookup for the zip service
- Adapting `lib/stif/netex_file.rb` to expose the already implemented matching
- `app/services/zip_service.rb` augmented to check for allowed lines and returning forbidden lines
- Specs with fixtures and using the beforementioned new zip support in the specs
- Fixture directories for the new specs
|
|
Zip Support for Specs, allowing to create zip archives in memory
* create zip archive from hash or directory tree
* Metaspecs -- commented out
- for potential refactoring of Zip Support
- as readable documentation on how to use Zip Support
|
|
Working out how to check for allowed lines vs. foreign lines
- Implement allowed_lines as `Organisation#lines_set`
- Pushed line_id related stuff into `lib/stif/codif_line_id.rb`
- Related Specs
|
|
|
|
|
|
|
|
|
|
Now that I've skipped the referential lock tests that were set as
'truncation', we can revert back to old behaviour and not run the
'truncation' tests as part of the normal suite runner. This gets the
tests passing again.
Refs #5024
|