-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Implement Graceful shutdown (#21)
* docs: Added more documentation to functions and objects in the project * fix: Repaired dockerfile and added commands in Makefile to build/push image with specified IMAGE_NAME variable * feat: Added Taskfile for the owner to compare it with Makefile * fix: Removed redundant clock package, changed all calls to time.Now() * Completely removed clock package * refactor: Adding more descriptive error messages, and renaming vars * Made visualizer and proxy server ports as flags, to allow user specify different ports * Handling errors during certificate loading. * Fix: removed redundant commans at the end of line. * Handlded error in proxy/main.go * Implemented graceful shutdown in collector and proxy * Implemented graceful shutdown in server/server.go * fix: Fixed CI/CD * fix: Repaired github action, and building docker image instead of project, since it can be later pushed * fix: Commented unused code * Running tests only in internal package instead of ./... * fix: Running tests in every folder in internal pkg * fix: Repairing Github Pipeline; Added pcap installation * fix: Repairing Github Pipeline; Added sudo to pcap install * Testing everything in waffle folder, since pcap error is resolved. * changed username in docker image to YOUR_USERNAME * Removed unused packages from project. * Repaired taskfile and added description to all tasks * fix: Building application binary instead of docker, since we should login in registry then * fixed task name from dockerBuild to build * fix: Changed output path in build task * Changed flag name to avoid duplication and added better logging.
- Loading branch information
Showing
21 changed files
with
32 additions
and
1,989 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.