| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-16 | compile et embarque les traductions pour le javascriptdocker | Florent Peyraud | |
| 2018-01-05 | embed packs dir into release package | Florent Peyraud | |
| 2017-12-19 | disable sqlite and tune install task | Florent Peyraud | |
| 2017-12-17 | docker first commit | Florent Peyraud | |
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-22 | Fix the delation of the hacking of Chouette::ActiveRecord#model_name to ↵ | cedricnjanga | |
| remove the Chouette namespace off of the construction of link in the app and in other places. Added a small change in the reflex sync to set the stop_area_referential in the initialization of the object to be in sync with the work on the objectids (need a objectid_formatter) | |||
| 2017-11-17 | Refs: #4461@1.5h; Repaired netex_import factory, adapted spec/models/import_spec | Robert | |
| 2017-11-13 | Refs #4952 Fix bug related to compliance control set action links display | cedricnjanga | |
| 2017-11-09 | Remove model route_sections | Xinhui | |
| 2017-11-06 | Refs #4849 Change compliance control name setting during compliance control ↵ | cedricnjanga | |
| set cloning | |||
| 2017-10-30 | ComplianceControlSetCopyWorker: Pass ComplianceCheckSet ID to Java | Teddy Wing | |
| Previously I had been passing the `ComplianceControlSet` ID to the Java API. The API actually expects the ID of the `ComplianceCheckSet`. In order to get this ID, have the `ComplianceControlSetCopier` return the `ComplianceCheckSet` that it creates, and use that to pass the the ID to the Java API. Refs #4782 | |||
| 2017-10-30 | Merge pull request #104 from af83/4726-breadcrumb | Luc Donnet | |
| 4726 breadcrumb | |||
| 2017-10-26 | Remove bootstrap breadcrumbs lib | Xinhui | |
| 2017-10-25 | Refs #4759 | cedricnjanga | |
| Fix bug on dashboard to show the 5 first referentials of the current_organisation's first workbench. Added a small changes dashboard.rb to avoid '@workbench is not defined error' With the same logic we list only the first 5 calendars | |||
| 2017-10-24 | Make erd patch for multi relationships and add merge png in output | Luc Donnet | |
| 2017-10-23 | Hotfix ComplianceControlSet.clone | Robert | |
| 2017-10-17 | Fixes: #4727@0.1h; Added organisation to clone for and rebased master4727-clone-compliance-control-set | Robert | |
| 2017-10-17 | Refs: #4727@2h; Debugged test setup to comply to new validation | Robert | |
| 2017-10-17 | Refs: #4727@3h; Specing and implementing lib function to clone ↵ | Robert | |
| ComplianceControlSet | |||
| 2017-10-17 | add ci jest task Refs #4737 | Guillaume | |
| 2017-10-17 | fix ci spec task Refs #4737 | Guillaume | |
| 2017-10-14 | Fix translations for compliance_control type translation, compliance_control ↵ | Luc Donnet | |
| validation, compliance_control module | |||
| 2017-10-12 | Refs: #4709@0.75h; | Robert | |
| DONE: - Copied all node atts for ComplianceChecks - Migration of CompliancCheck#criticity int -> string TODO: - Check what to do with attribute ComplianceCheck#type | |||
| 2017-10-12 | Refs: #4709@1h; Preparing tests for correctly copy of data and migration | Robert | |
| 2017-10-12 | Use yarn and not npm anymore | Luc Donnet | |
| 2017-10-11 | Merge pull request #89 from af83/4707-simplify-compliance-control-copy | Luc Donnet | |
| Fixes: #4707@1.5h; | |||
| 2017-10-11 | add dev and staging file for wepack config, modify spec task | Guillaume | |
| 2017-10-11 | delete bundle exec for spec task | Guillaume | |
| 2017-10-11 | remove tespoon test, prefer rspec for testing | Guillaume | |
| 2017-10-10 | Fixes: #4707@1.5h; | Robert | |
| 2017-10-09 | Refs: #4629@1h; Implementing CR + missing worker spec | Robert | |
| 2017-10-09 | Fixes: #4629@4.5h; Implemented copy | Robert | |
| 2017-10-06 | ComplianceControl#new target field | Xinhui | |
| Refs #4687 | |||
| 2017-09-30 | Create DashboardController with STIF implementation. Refs #4655 | Alban Peignier | |
| 2017-09-28 | Refs #4635 Add permissions translations regarding the news models ↵ | cedricnjanga | |
| (Compliance Control) | |||
| 2017-09-28 | Merge branch 'master' into 4466-compliance_check_sets | Guillaume | |
| 2017-09-28 | fix locales translations, remove unused array for date filters | Guillaume | |
| 2017-09-26 | Specs fixed (from logical merge errors) | Robert | |
| 2017-09-26 | Refs: #4440@1h; ImportPolicy applied in views and controller | Robert | |
| 2017-09-26 | Refs: #4440@1.5h; | Robert | |
| ImportPolicy changing *.imports →' imports.* | |||
| 2017-09-26 | Refs: #4440@0.5h Added import permission | Robert | |
| 2017-09-25 | add compliance_check_sets structure Refs #3564 | Guillaume | |
| 2017-09-25 | ModelAttribute#==: Check for matching class type | Teddy Wing | |
| Thanks to Robert for this suggestion, of course it makes a lot of sense to verify class equivalence when checking equality. Refs #4401 | |||
| 2017-09-25 | ModelAttribute.classes: Move `#uniq` call higher | Teddy Wing | |
| Call `#uniq` right after mapping over the `klass` attribute. Recommendation from Robert (thanks!). This means there are less elements to deal with in the subsequent maps. Refs #4401 | |||
| 2017-09-22 | Merge pull request #75 from ↵ | teddywing | |
| af83/4401-create-compliance-control-model-attribute-class 4401 create compliance control model attribute class | |||
| 2017-09-22 | ModelAttribute: Add `#from_code` method | Teddy Wing | |
| Enables finding a `ModelAttribute` by a string code combining klass and name. Refs #4401 | |||
| 2017-09-22 | ModelAttribute: Add `.group_by_class` method | Teddy Wing | |
| This returns all defined `ModelAttribute`s as a hash of class keys containing lists of the attributes they contain. Refs #4401 | |||
| 2017-09-22 | ModelAttribute: Add `.classes` method | Teddy Wing | |
| This allows people to get a list of the classes defined in `ModelAttribute`. The classes are turned into constant-cased strings. Not sure if that's useful, but this is how it was described in the ticket. Refs #4401 | |||
| 2017-09-22 | ModelAttribute: Add `.methods_by_class_and_type` method | Teddy Wing | |
| This enables filtering by class like `.methods_by_class` and additionally only selecting attributes matching a certain data type. Refs #4401 | |||
