aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/buckit/README.org (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 Cuny1-13/+8
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-13initial documentationFranck Cuny1-0/+63
This is a high level description of what buckit is and how it works.