Commit Graph

14 Commits

Author SHA1 Message Date
8fd4bc26bf partial GIN logging replacement 2024-06-07 17:56:01 +03:00
e9e9c4c442 update adapters & fixes 2024-06-07 17:56:01 +03:00
a2eb85eb25 wip: structured logging 2024-06-07 17:56:01 +03:00
c09319ce8c notifier func, sequential job execution 2023-01-09 15:53:24 +03:00
52109ee4ba
Refactoring and new features (#35)
* new error collector & improvements for errors
* update golangci-lint, microoptimizations, linter fixes
* UseTLS10 method
* remove dead code
* add 1.17 to the test matrix
* fix for docstring
* split the core package symbols into the subpackages (if feasible)
2021-12-01 15:40:23 +03:00
d15ed7ffec
Static analysis (#23)
* lint stage for a workflow
* golangci-lint config
* lint only new code or last commit
* run lint only for pull requests
2021-02-09 14:57:14 +03:00
ac9e7e768e
All retailCRM currencies support (#16)
* all currencies supported in retailCRM"
* function which allows to pick currency symbol without interacting with map
* tweak for new function test
* check for undefined currency code
* increase timeout for failing test
* refactored test to WaitGroup, which resulted in finding and fixing actual data race in the job object
2020-10-20 15:19:36 +03:00
9ad220967e allow alternative logger implementations 2019-12-26 17:23:26 +03:00
cd31e6ea9e prevent duplicating log items 2019-12-17 14:59:53 +03:00
d7bad94495 method to start all regular jobs in manager 2019-12-17 14:11:29 +03:00
9801b4d47f fixes for tests 2019-12-17 13:50:30 +03:00
37d815ba34 more tests, prevent test hangup 2019-12-17 12:16:54 +03:00
ee1de01b31 changes for JobManager internal logic, partial tests 2019-12-17 10:39:48 +03:00
c191d2c8e0 job manager draft 2019-12-16 17:24:40 +03:00