aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/buckit (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-02fix(new-lines): add or remove new lines where neededFranck Cuny1-1/+0
The pre-commit hook for new lines reported and correct a number of issues, so let's commit them now and after that we ca enable the hook for the repository. Change-Id: I5bb882d3c2cca870ef94301303f029acfb308740 Reviewed-on: https://cl.fcuny.net/c/world/+/592 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-13delete reference to namespacesFranck Cuny6-27/+21
We don't need namespaces, a better abstraction is to use different buckets, as this provides a better abstraction to manage quotas and permissions.
2022-06-13github: don't install libpcapFranck Cuny1-3/+0
There's no need to install the libpcap-dev package for this repo.
2022-06-13github: fix workflow configurationFranck Cuny1-1/+1
There's no `cmd` directory in this repo.
2022-06-13github: add workflow configurationFranck Cuny1-0/+38
Let's ensure we test and build a binary when pushing to main and when we create a pull-request.
2022-06-13add stub commands for buckitFranck Cuny8-0/+130
Add the stub commands for the binary. Each command will be in its own file (with the exception of delete/un-delete). This will make it easier to navigate the code. We use `github/urfave/cli` for generating the sub commands, as the module is well documented and easy to use.
2022-06-13git: ignore the generated binary buckitFranck Cuny1-0/+1
2022-06-13initial documentationFranck Cuny2-1/+63
This is a high level description of what buckit is and how it works.
2022-06-13Add README.md, LICENSE.txtFranck Cuny2-0/+21