aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-11-13yet another Teddy contributionupdate-INSTALLRobertDober
2017-11-13Nice catch Teddy, thanxRobertDober
2017-11-13updated INSTALL.md for Webpack and Linux installationRobert
2017-11-10Merge pull request #114 from af83/4947-change-new-foreign-keys-to-bigintRobert Dober
Migrate all foreign keys to `bigint` from `integer`
2017-11-10Change `compliance_check_set_id` to `bigint`Teddy Wing
I had missed this one in 63d85933ac99453c76df7cda102a4f60d94f5f53. Thanks a lot to Robert for scouring the fields and finding it. Since the v2 migration was irreversible, add a new one to change the type of this foreign key. Refs #4947
2017-11-10Migrate all foreign keys to `bigint` from `integer`Teddy Wing
All our primary keys are supposed to be `bigint`s, and our foreign keys should likewise be `bigint`s. But it's easy to forget this when creating migrations, or some committers might not have been up to speed on the convention. In any case, this changes all existing foreign keys to be `bigint`s. Need to get this out now so that Michel Etienne can use it to correctly test the Java application for compliance check validations. That's why I'm not including any future-looking checks or enforcements here. That will be coming next. Refs #4947
2017-11-10Remove RouteSection from SetUpdatedAt migration. Refs #4944Alban Peignier
2017-11-09Merge branch '4944_remove_route_section_code'Xinhui
2017-11-09Fix VJ shift button disable on conditioncedricnjanga
2017-11-09Remove call to route_section related method4944_remove_route_section_codeXinhui
2017-11-09Refs #4932 Change route duplication to redrect to routes#indexcedricnjanga
2017-11-09Refs #4776 Add policies to ComplianceControl and ComplianceControlSetcedricnjanga
2017-11-09Remove route_section localesXinhui
2017-11-09Remove model route_sectionsXinhui
2017-11-09Remove route_sections controllers, views, helperXinhui
2017-11-09Remove route_sections & route_sections related routesXinhui
2017-11-09Migration drop table route_sections & journey_pattern_sectionsXinhui
2017-11-08Merge pull request #110 from af83/4755-page_for_validate_referentialteddywing
4755 page for validate referential
2017-11-08fix bad indentationGuillaume
2017-11-08filter compliance_control_set by organisation on valisate referential and ↵Guillaume
add specs
2017-11-08Hotfix: adapted .nvmrc to node version in package.jsonRobert
2017-11-08update minumum node version to 6.12.0Guillaume
2017-11-07Merge branch '4820_refactoring_breadcrumb'Xinhui
2017-11-07Add missing breadcrumb on edit page4820_refactoring_breadcrumbXinhui
2017-11-06fix specsGuillaume
2017-11-06Fix on ImportMessage#criticity enumerationcedricnjanga
2017-11-06Refs #4919 Fix translations on ComplianceControl#showcedricnjanga
2017-11-06Refs #4859 Change ImportMessage#criticity type to stringcedricnjanga
2017-11-06add validate method in referentials_controller for call ↵Guillaume
ComplianceControlSetCopyWorker, and change routes/views for select compliance_control_set
2017-11-06Merge pull request #109 from af83/4802-referential-model-normalisationteddywing
4802 referential model normalisation
2017-11-06Refs #4849 change compliance control clone speccedricnjanga
2017-11-06Refs #4809 apapt redirect on compliance control updatecedricnjanga
2017-11-06Refs #4788 Add predicate and perequisite for ComplianceControlcedricnjanga
2017-11-06Refs #4790 Fix 500 error on compliance control showcedricnjanga
2017-11-06Refs #4837 display correctly owner_jdc in Compliance control set index and showcedricnjanga
2017-11-06Refs #4813 Add funicular in transport mode enumerationcedricnjanga
2017-11-06Refs #4849 Change compliance control name setting during compliance control ↵cedricnjanga
set cloning
2017-11-06Refs #4838 Add pagination to CCS#indexcedricnjanga
2017-11-06Refs #4784 Change typo in compliance control select type viewcedricnjanga
2017-11-03 Fixes: #4802@1h;Robert
CR 3rd (and hopefully last) part - more typo corrections - reactivating deactivated specs - fixed reactivated specs
2017-11-03Merge branch 'master' into 4755-page_for_validate_referentialGuillaume
2017-11-03Merge pull request #106 from ↵Robert Dober
af83/4782-create-worker-for-compliance-check-copy--rb201710301748 4782 create worker for compliance check copy rb201710301748
2017-11-03Refs: #4802@0.15h;Robert
CR 2nd part - typos - unnecessary `class: Referential` removed from referentials_factory - regrouping of referential_suite related model specs
2017-11-03 Refs:#4802@0.5h;Robert
CodeReview: - Exchange fr and en translation files for referential_suites - Consistent usage of `jeu de donées` and `espace de travail` dans les *fr.yml Fixes: #4802@0.2h; Replaying former work. To identify spec regression Step 3: Added validation of reference_suite#new/current Made all specs pass
2017-11-03Helper limit breadcrumb sizeXinhui
Refs #4820
2017-11-03Showing root breadcrumb on root_pathXinhui
Refs #4820
2017-11-03Refs: #4774@0.1h; CodeReview putting Business Logic of ↵Robert
@indirect_compliance_controls into controller
2017-11-03Fixes: #4774@1h;Robert
Filter Feature Spex of ComplianceControlSet#show implemented
2017-11-03Refs: #4774@2h;Robert
View correctly implemented, but spex on filters do not work yet.
2017-11-03Refs: #4774@2h; Debugging feature specs, added ↵Robert
ComplianceControl.subclass_patterns [amend me] [skip-ci]