aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-09-14ComplianceControl Controller4467_compliance_control_crudXinhui
Refs #4467
2017-09-14Routes for resources compliance_control_sets & compliance_controlsXinhui
2017-09-14Fix java messages for netex compliance controls Refs #3565 @1Luc Donnet
2017-09-14Fix api_key policies Refs #4442Luc Donnet
2017-09-14Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-14Change wayback values in route Refs #3395 @4Luc Donnet
2017-09-14fix permission tests for newly introduced `api_keys.*` permissionsRobert
2017-09-14Merge branch 'master' of github.com:af83/stif-boivRobert
2017-09-13Uses match_array in permission_translatorspec. Refs #4019Alban Peignier
2017-09-13Change SimpleCov configuration to exclude some dummy directories. Refs #4474Alban Peignier
2017-09-13Refactoring seed - remove referential - lines - stopareasXinhui
2017-09-13Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-13Apply object id changes to viewscedricnjanga
2017-09-13Add short_id method to Chouette::StifNetexObjectid classcedricnjanga
2017-09-13use new human OID in select2scedricnjanga
2017-09-13Change humanOID function to take into account different object id syntaxcedricnjanga
2017-09-13Disable deploy when not in master/staging or production. Refs #4468Alban Peignier
2017-09-13Restore /20131029115820_create_compliance_check_results. Refs #4469Alban Peignier
2017-09-13Fixes nice pre-commit typo o/. Refs #4468Alban Peignier
2017-09-13Drop, create and migrate database in ci. Refs #4468Alban Peignier
2017-09-12Change typo to load time_table.js file in time_table#indexcedricnjanga
2017-09-12migrationRobert
2017-09-12Change the import status filter to include all of the statuses and not just ↵cedricnjanga
running successful warning and failed. The Import model has seven statuses and we wanted to filter them all so we added a method in the controller that will be called before_action :index to change the params and include the other statuses and include them in the ransack query (witout having duplicates in the checkboxes)
2017-09-12Merge pull request #65 from af83/compliance_controlXinhui Xu
Compliance control
2017-09-12Merge branch 'master' into compliance_controlXinhui Xu
2017-09-12Merge pull request #63 from af83/4189-duplicate-routeLuc Donnet
4189 duplicate route
2017-09-12Edit object#local_id attribute orderXinhui
Refs #4453
2017-09-12Add errors details on reflex:sync logXinhui
2017-09-12Change some specs to have all the wokbenches name to be 'Gestion de l'offre' ↵cedricnjanga
like in application controller
2017-09-12Change the import filter to include two inputs and tweak ransack filter to ↵cedricnjanga
convert date object to dateTime object
2017-09-12Refs: #4189@2h; Fixing logical merging issues, preparing PRRobert
2017-09-11merged with masterRobert
2017-09-11Fix views and access for api keys generation Refs #4276 @8Luc Donnet
2017-09-11Fixes #4189@4h Route DuplicationRobert
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee - Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate - Removing route GET duplicate_referential_line_route --> RoutesController#duplicate - Removing controller action RoutesController#post_duplicate * Link in Route Decorator depends on new policy RoutePolicy#decorate? * Adapting specs
2017-09-11Change the current_offer_workbench methodcedricnjanga
2017-09-11Update of ReferentialsController#new :cedricnjanga
- Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential - Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more - Need to add some Spec features to take into account the functional scope of the current_user
2017-09-11Merge pull request #62 from ↵teddywing
af83/4412-add-tests-for-Import#destroy--v2--rb201709111249 4412 add tests for import#destroy v2 rb201709111249
2017-09-11ImportMessage: Remove `dependent: :destroy` on :resource associationTeddy Wing
It doesn't really make sense to have a `dependent: :destroy` here. For one thing, the `Import` class has the necessary `dependent: :destroy` definitions to remove its associated objects when it gets deleted. At this point, according to Luc, we don't envision deleting `ImportResource`s separately from `Import`s. The other weird thing is that: * `ImportResource` has many `ImportMessage`s * `ImportMessage` has one `ImportResource` With the `dependent: :destroy` set up the way it is here on `ImportMessage`, we could potentially be deleting an `ImportResource` with other `ImportMessage` children that would then become orphaned. For both these reasons, it seems better to remove this trigger. Refs #4412
2017-09-11Import specs: Add tests to verify dependent-destroy of associationsTeddy Wing
When an import is destroyed, all: * child imports * associated `ImportReference`s * associated `ImportMessage`s must be destroyed. This is handled by a `dependent: :destory` on the associations. Here we add tests to validate that the records get properly destroyed. Refs #4412
2017-09-11Fix spec error formatLuc Donnet
2017-09-08Disable uniqueness of name for referential because it stops import for same ↵Luc Donnet
referential Refs #4415 @1
2017-09-07Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-07Fix import messages locales key in java process Refs #4370 @1Luc Donnet
2017-09-07Restore Referential#clone_schema invocation. Refs #4335Alban Peignier
2017-09-07Avoid Appartment schema creation when cloning is pending. Add a spec which ↵Alban Peignier
performs a real referential clone. Refs #4335
2017-09-07Set default value for data_source_refXinhui
Refs #4406
2017-09-07Reflex:sync log invalid objectXinhui
Refs #4367
2017-09-07Add data_source_ref for model Route, JourneyPattern, RoutingConstraintZone, ↵Xinhui
VehicleJourney, Timetable, Footnote Refs #4368
2017-09-07Update links in nav leftLuc Donnet
2017-09-06Add Organisation column in Calendars#index Tablecedricnjanga