* feat: separate test job into separate workflow
* feat: add dependabot for github actions, docker and go
* feat: new releaes workflow
* feat: add docker build step
* feat: add docker build step
* chore: remove unused steps in the Dockerfile
Since it is multistage, we don't need to remove stuff like `git` since we only copy the binary
* refactor: Dockerfile now cache better
The layers that have a less chance of being updated, is added earlier
* build: use golang `1.17.2` as builder stage
* build: use alpine `3.14.2` as runtime stage
* chore: remove `gcc` from runtime stage
* feat: add heroku step
* chore: remove `main.yaml` workflow
* fix: remove `latest` flavor, the action handles it
* Add azure-storage-blob-go dependency
* Implement Azure BlobStorage store
* Add AzureStore Mock test
* Refactor Blob interfaces to use uppercase fields
* Refactor and remove the Create function
When getting the offset, and we get the status code BlobNotFound, we can say the offset is 0, and start from the beginning
* Update the mock
* Refactor error checking of GetOffset to actually check the service code
* Begin testing azurestore
* Write more tests
* New feature allows to set access type on new containers and blob access tier
* Write more docs
* Upgrade azure-storage-blob-go to v0.13.0
* Remove AzError, not needed
* Update link to container access type information
* Remove ?toc from link in comments
* Remove trailing spaces from workflow
* Run tests with go1.15 and 1.16
* Don't fail fast
This lets all other tests complete, and makes it easier to see if it's just a one-off fail, or on different OSes and versions
* Remove darwin 386 from `build_all.sh` script
Removed in go1.15 https://github.com/golang/go/issues/37610
* Update go version in `Dockerfile`
* Compile for Apple Silicone (darwin arm64)
Only go1.16 supports it
* Change branch and change deployment method
* Fix DA DOCKER FIIIIILE
* Fix docker
* Maybe just update deployment ?
* Switch back to base64
* Remove useless lines and replace it by stable installation
* Don't use /home/kiloreux
* Added kubeconfig again
* Replicate stuff
* Final fixes
* Avoid contacting server
* remove quotes
* Try again
* Trigger
* Use master
This makes it easier to reason about tusd's run environment. It also
significantly lowers the docker image size from 280MB for the current 0.11.0
image to only 26MB. Also not having the entire build environment in the
shipped images makes it quite attractive to use this image as a base
for other images. Those could contain some custom hooks for example.
* Initial kube
* Added testing docker image
* Added docker building
* Deploy the branch
* Deploy to production
* hiddent maybe
* Faster build please
* One charachter
* We need to use yaml in standard way
* Bring test back again
* Added command arguments
* Move to tus project
* Domain expired
* Added King Marius recommendation
* Added pvc
* Change branch name
* Added HPA
* Extended memory @Acconut
* Separete gcloud from kubernetes
* remove test for quicker iteration
* Remove garbage ignore
* Move back to old trusty
* Debug base64
* Remove docker build and test again base64
* Bring it back
* Wrong
* we don't need helm
* Update domain
* Increase body size
* Add long timeouts because we don't want another nginx instance
* Get the tests running again