Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deltas order race submission condition for remote entities (#59)
* refactor: extract NewPluginInfo * refactor: readability * refactor: rename pluginIDMap to pluginSource2Info * refactor: remove unrequired code * fix: replace MostRecentID with MostRecentIDs indexed by entity-key * docs: NewPluginInfo docblock * privatise newPluginInfo * refactor: improve TestReadDeltas * test: ReadDeltas on same plugin with multiple entities got their ID increased independently * refactor: simplify conditional * refactor: simplify conditional * remove first_archive_id obsolete dead code * refactor: guard clause * refactor: rename nextIDMap to plugins it was used for more stuff than next id * docs: platform behaviour comments * refactor: extract reconciliateWithBackend * refactor: use available var * refactor: reorg arguments * refactor: simplify conditional * refactor: rename method receivers * refactor: readability * docs: comments * refactor: readability * docs: comments * refactor: readability * refactor: readability * docs: comments * extract entities data per plugin into own struct map * refactor: consistent names * docs: docblocks * Polish root folder (#24) * Move win_build to build folder * Move infra_build to build * Move Dockerfile into build * Move external_content to assets Co-authored-by: Juan Hernandez <[email protected]> Co-authored-by: Carlos <[email protected]> * feat: Added makefiles used to build Docker containers of the agent (#54) * feat: added ability to build infra agent container locally * ci: added build job for Linx agent container * Missing copyrights * Fix vendor dependency direct type (#56) * refactor: replace map with array Co-authored-by: Carlos <[email protected]>
- Loading branch information