-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Async export : streamed and zipped csv exports in filesystem (#148)
* WIP: exports are done async with workers * improved export worker * added tests for export package * delete forgotten zip_test * Added export routes * lot of changes, replaced mutexes by channels * changed queue channel to array with mutex + tests * fixed tests * added endpoints + wip facts not factids in export structs * Export endpoints + cancel tests * added missing test for getuserexport and fixed pipeline * added missing test for getuserexport and fixed pipeline * its better to define Factids * Fixed variablesconfig responding nil when no data was found * Lot of changes for export: wrapped export request * changed export method to post * wip: reworking notification system * changed notification way of work * Changed notifications & user.login as main unique id for users * improved notification system * notification system improvements * fixed returning handler returning null * changed error to string since its not marshalling * Some fixes & file moves * a lot of fixes * some changes & added title field * added new status export canceling * some fixes * added download export * changed swagger doc * fixed test * fixed another tests * fixed tests * Update go.yml rm branch condition * added some tests
- Loading branch information
1 parent
b2b353b
commit b10cae2
Showing
53 changed files
with
3,192 additions
and
472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.