Skip to content

Anubis v3.1.0

Compare
Choose a tag to compare
@wabscale wabscale released this 26 Jun 02:44
044d656

A whole lot of general cleaning went into this version. We cleaned up the repo, and tried to remove a lot of things that should not exist in a public repo. A big effort was made by Teo Nys to clean up the frontend code. The effort persists still with many open issues that would be good for first time contributors.

Some new things in this version:

  • Add LICENSE file
  • Add landing page (still could use improvements)
  • Replace all remaining material-ui tables with material-ui DataGrid components
  • Rework of blog components to be defined in Markdown
  • Rework of public pages to have Layout components
  • Added new Horizonal Pod Autoscaler definitions for major deployments
  • Rework of production provisioning
  • Rework of the role of elasticsearch in the cluster
  • Replace logstash with filebeat for logging
  • Rework of the way backups are done
  • Add pip-compile requirements file for proper and consitent versioning of dependencies for api
  • Add settable join code
  • Replace the useGET hook with more proper useSWR
  • Add some general Dockerfile optimizations (mostly regarding final image size)
  • Greatly expand the design document (something like 10 pages added)

Checkout the project board to see how you can contribute. Look out for issues marked as good first issue.

-- John