aboutsummaryrefslogtreecommitdiffstats
path: root/app/workers
AgeCommit message (Collapse)Author
2017-08-28Don't use directly Rails.root/tmp directory (no writable on servers). Refs #4315Alban Peignier
2017-08-27Add .zip to uploaded filename (mandatory for java import ?). Refs #4273Alban Peignier
2017-08-27Make NetexImport#parent mandatory. Refs #4273Alban Peignier
2017-08-27Disable authentication in NetexImportsController for the moment. Refs #4273Alban Peignier
2017-08-25WorkbenchImportWorker#params: Remove unpermitted `referential_id`Teddy Wing
This param isn't permitted by the controller and we're currently not using it for anything. It produces a warning message in the logs, so I figured we should remove it. We may want to change the architecture to create referentials outside of the API, and thus would have to add this param in, but until then it's not needed.
2017-08-23Transferring code to Teddy; allowing him to do git push --force-with-leaseRobert
2017-08-22Refs: 4273@5h; Still debugging zip file upload inside post to Rails api; ↵Robert
Retry removed (but not the deadcode yet) [amend me]
2017-08-22Refs: #4273@3h;Robert
Debugging Java Integration (ZipService -> HTTPService -> Object Creation) - Created an ErrorFormat concern to see what went wrong in the HTTP call as so many things can go wrong due to: * Timeout Issues * Illegal database setup or cleaning before tests
2017-08-21Refs: #4273@20h; Reverse Engeneeiring RubyZip fixed ZipServiceRobert
- Replzed Lazy Enum over get_next_entry and group by with explicit looping and yielding to an instance level enumerator that yields streams per subdir (wich represents a referential). - Fixtures and Specs that use a REAL usecase. Next: Get rid of metadata kludge (should fix failing specs)
2017-08-11initialRobert
2017-08-08Microfix local renaming and codegeneration artefact removalRobert
2017-08-03renamingRobert
2017-08-01Refs: #3507@2h; CR Step 4Robert
- Added tests for HTTPService (regression) - Removed some dead code (Workbench model spec, Import factory) - Changed front_end_host to rails_host in config
2017-07-31Refs: #3507@3h; CR finishedRobert
2017-07-31Refs: #3507@2h CR 2nd legRobert
2017-07-31Refs: #3507_1726@6h Code ReviewRobert
2017-07-27Refs: 3507@2.5h; Specing WorkbenchImportWorker failure and DB behaviorRobert
- speced and implemented Import instance behavior (status, total_steps, current_step) - failure behavior and it's impact to the above
2017-07-27Fixes: #3507@1.5h Retries & Error Handling in WorkbenchImportWorkerRobert
2017-07-26Refs: #3507@4h; Finished Basic WorkbenchImportWorkerRobert
- speced but missing error treatment
2017-07-25Refs: #3507;20h Specing and Implementing the ZipServiceRobert
2017-07-21Sketching out the unzip/zip process, need to change Tempfile to ↵Robert
File.open(..., r) in a configurable directory [amend me]
2017-07-21Refs: #3507@4.5h spec setup and refactoring, using Faraday in workerRobert
- Setting up correct headers for the Webmock request (Oh Boy) - Refactoring all Faraday requests into `lib/af83/http_fetcher.rb` - Implementing the Download
2017-07-20Refs: #3507@1hRobert
Introduction of Presence Validation in Import model, for: - workbench - referential
2017-07-20bup working on WorkbenchImportWorker's integration spec [amend me]Robert
2017-06-09refs 3604 @12h all tests passRobert
2017-06-06Refs: #3604; rewriting schema cloner in RubyRobert
2017-06-06Refs: #3604; added tests for cloning with data ⇒ ✓Robert
2017-06-05Refs: #3604; Bad schema renaming and removal fixedRobert
2017-06-05xxxRobert
2017-05-31Refs: #3604; using default sidekiq queueRobert
2017-04-19removed obsolete migration 20170123131243_set_user_permissions.rb; Refs #3105Robert
2017-04-18clone_schema fixed -> lib/sql/clone_schema.sql; ↵RobertDober
lib/af83/stored_procedures.rb for sql stored procedure management; Refs #2864
2017-03-06ReferentialDestroyWorkerXinhui
Refs #2695
2017-02-15Log error in LineReferentialSyncWorker#performAlban Peignier
2017-02-15Log error in StopAreaReferentialSyncWorker#performAlban Peignier
2017-01-12Set status failed for reflex:codiflign sync on sidekiq restartXinhui
Refs #2390
2016-11-15Refactoring CleanUpResult as ActiveRecord modelXinhui
Refs #1933
2016-11-14Wip refactoring cleanup modelXinhui
Refs #1933
2016-10-27Fix Apartement switch on not cloned schemaXinhui
Refs #1863
2016-10-26Add ReferentialCloning to appartement excluded_modelsXinhui
Refs #1863
2016-10-25Worker referential_cloningXinhui
Refs #1863
2016-10-11Disable codifline GroupOfLine SyncXinhui
Refs #1794
2016-10-06Override codifligne api urlXinhui
Refs #1765
2016-09-29Refactoring StopAreaReferentialSyncXinhui
Refs #1710
2016-09-28Templating line_referential_sync_messageXinhui
Refs #1707
2016-09-28Log messages of LineReferentialSyncXinhui
Refs #1707
2016-09-27LineReferentialSync status aasmXinhui
Refs #1707
2016-09-27Refactoring rake codifligne:syncXinhui
Refs #1707
2016-09-27Rspec model LineReferentialSyncXinhui
2016-09-27Wip gem sidekiq && LineReferentialSyncWorkerXinhui
Refs #1707