Releases: basicrum/front_basicrum_go
Releases · basicrum/front_basicrum_go
Simplification and security updates
- Simplified and removed multi org setup.
- Update go packages due to security reasons
Minor fixes for demo.
v0.0.3: Subscription Caching Service (#87)
* TODO * add caching subscription service * code review * fix dao final * add 3 instances of batcher for each backup process * add default batcher * make regular backup default * fix handler tests on slower cpus * more precise logs for each batch service * code review * update * should build successfully, tests to add * fix tabs * fix errors reported by lint * add catcher handler test * nolint revive warnings * remove whitespace lines, will readd in next commit * whitespace removed * Update docker-compose.test-letsencrypt.yaml remove manually the whitespace as it does not appear in IDE * remove time.sleep from handler tests, add backup enagled flag check * remove log.Fatal from catcher * remove backup flag check since it's already handled in backup constructor * change backup directories as per convention * apply review comments * fix * update * update * add caching_test.go * revert makefile * fix BRUM_BACKUP_DIRECTORY * update readme * fix typo * clean test config * clean docker files * update * clean * WIP TestService_processEvent * move assert logic below expect statements * remove GetSubscription case * add GetSubscription test cases * WIP TestService_processEvent - please add directing comments * fix lint issues * Revert "fix lint issues" This reverts commit 970735a9c7166f226b2791ff98ec988b6cfd9157. * Revert "WIP TestService_processEvent - please add directing comments" This reverts commit 79e2c40774460017a516e546be8ac9822601c9b3. * Revert "add GetSubscription test cases" This reverts commit 0d5b44dbc6d6b18167585a1b051527ac35426001. * Revert "remove GetSubscription case" This reverts commit 0d00a63f97daaf562129f10d841cd3e2538c8871. * Revert "move assert logic below expect statements" This reverts commit 6db469da1a12adfd12999962240b9f1c3024727a. * Revert "WIP TestService_processEvent" This reverts commit 2da0fceab005b70a24d2d73792a5d355e0768573. * service_test.go TestService_processEvent --------- Co-authored-by: mar1n3r0 <[email protected]>
v0.0.2
v0.0.1
Dockerize and push to Docker hub (#71)