aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers
AgeCommit message (Collapse)Author
2018-05-11Fixes merge in STIF initializer. Refs #6960Alban Peignier
2018-05-10Define Workgroup owner and ignore STIF organisation in initializer callback. ↵Alban Peignier
Refs #6960
2018-05-07Fix NETEX importsZog
2018-04-04Refs #6090; CustomFields inputs made easyZog
:warning: We'll have to refine this code once StopArea are linked to workgroups
2018-03-23Fix i18n enhancements on titles @3Luc Donnet
2018-03-22Fixe features/vehicle_journey_imports spec. Refs #6296Alban Peignier
2018-03-16Refs #6238; Update `t_action` method to handle the 'update' and 'create' actionsenhanced-i18nZog
2018-03-16Use I18n.locale ads default locale (refs #6035)Zog
2018-03-16Proposed i18n enhancementsZog
2018-03-14Refs #6012; Update STIF initializer6021-handlke-offsets-in-journeysZog
2018-03-13Fix duplicate code in config/initializers/sidekiq.rbLuc Donnet
2018-03-12Refs #6133; Sample SimpeImporter ImplementationZog
Still needs to be made asynchronous
2018-03-12Refs #6133; Exports naive implementationZog
2018-03-12Refs #6133; Fix specsZog
2018-03-02Refs #6068; Create a SimpleExporter modelZog
This is an STI model, inheriting from SimpleInterface SimpleImporter has been updated to work likewise
2018-02-22Ignore not ready Referentials in apartment tenant names. Refs #6004Alban Peignier
2018-02-20Refs #5765 @6h; Add a customizable importer mechanismZog
2018-02-19Merge branch 'master' into 0000-dockerLuc Donnet
2018-02-16default sidekiq redis URL to localhost for devs, and make Docker image ↵Florent Peyraud
defaut envvar value to redis host
2018-02-01Refs #5758 @1h; Add localized names to StopAreasZog
2018-01-10Fixes: #5505@2h; Migrations, specs and implementationsRobert
- Migration index_resource_type_on_custom_fields - Specing behavior of custom field's resource (VehicleJourney) - Migration create json col custom_field_values for resource (VehicleJourney) - Create accessor methods inside resource (VehicleJourney)
2018-01-10Refs: #5505@0.5h, added tests and validationsRobert
2018-01-10Aesthetic changes in STIF Organisation.after_create callback. Refs #54995499-workgroup-modelAlban Peignier
2018-01-10Fixes: #5499; Added validations and associationsRobert
2018-01-10Refs: #5499@0.5h; Scaffolded WorkgroupRobert
Next: - spec associations and name - spec initialisation - implement
2018-01-10Refs #5525; RefactorZog
2018-01-10Refs #5525 @1h; Add a `diable-with` attr on all submit buttonsZog
2018-01-09Merge pull request #212 from ↵Luc Donnet
af83/5495-deactivate-Sidekiq-retry-for-WorkbenchImports initializers/sidekiq: Disable retries on Sidekiq jobs
2018-01-08initializers/sidekiq: Disable retries on Sidekiq jobsTeddy Wing
Alban recommended disabling retries on all Sidekiq jobs. In theory, none of our jobs should be automatically retried (except maybe the Reflex/Codifligne sync tasks). Another way of doing this also exists (https://stackoverflow.com/questions/28412913/disable-automatic-retry-with-activejob-used-with-sidekiq/28427385#28427385), but this appeared to work, looking at the job's JSON parameters in the Sidekiq console. This came about because a timeout from Faraday caused a `WorkbenchImport` job to fail and presumably get retried by Sidekiq. The retry caused a second, duplicate `Referential` to be created. Refs #5495
2018-01-08Use localhost instead of redis host in sidekiq initializer (good default and ↵Alban Peignier
avoid Rails.env test)
2018-01-08initializers/sidekiq: Don't set Redis URL in development or testTeddy Wing
Don't set this configuration in development and test environments to enable Sidekiq to connect to the default Redis server by default without setting the environment variable.
2018-01-07docker first commitFlorent Peyraud
2018-01-07Add created organisation in Line/StopAreaReferential. Refs #5487Alban Peignier
2018-01-05Create Merge operation. Refs #5299Alban Peignier
2017-12-21Refs #5334; CR 15334-add-nulldb-supportZog
Remove useless `begin...end` block
2017-12-20Refs #5334; Fix specs broken by null_db adapterZog
2017-12-20Refs #5334@3h; Add support fort NullDB in ApartmentZog
This will allow us to compile assets with a null_db adapter.
2017-12-17docker first commitFlorent Peyraud
2017-12-13Refs # 5256 Change Ransack initializer to escape wildcard on queriescedricnjanga
2017-11-27Merge branch 'master' into 4824-create_line_referentialsGuillaume
2017-11-27Merge branch 'master' of github.com:af83/stif-boivcedricnjanga
2017-11-27Merge branch '4941-refactoring_object_id'cedricnjanga
2017-11-27Refs #5030 Fix missing translation for UnactivatedStopPoint ComplianceControlcedricnjanga
2017-11-26Create STIF organisations with custom_view 'stif'. Refs #4735Alban Peignier
2017-11-23Refs #4824, #4825 update old form views to new layout with simple_form, add ↵Guillaume
permissions for create an edit in line and network controller
2017-11-22Merge branch 'master' into 4941-refactoring_object_idcedricnjanga
2017-11-22Merge branch 'master' into 4941-refactoring_object_idcedricnjanga
2017-11-14Remove rule parameter set from apartment cfgXinhui
Refs #4516
2017-11-13add seedbank gems for spliting seeds, update objectid_format in seeds files, ↵Guillaume
add objectid_format to stif initializers
2017-11-09Remove route_section localesXinhui