## Blocker things ### technical stuff - loading initial data, options: - put the internal.db inside a volume, that will be `kubectl cp`ed by Rafa - [x] adding example.db https://github.com/src-d/issues-infrastructure/issues/129 - [x] adding our real data - ~~deliver the database inside of the image~~ - ~~Rafa access the container, pull the data and run the export~~ - [x] #69 make sure that the server won't panic if it is launched without a DB - (nice to have) the server will init the DB if it does not exist - [x] the server will use the db inside the volume: - the path of the DB will be a default value, and should point to `/var/...` - that path should be hardcoded in the charts, to let them mount the volume properly - deployment (Rafa tested and it works), but there are missing things: - [x] fix the Docker image #36 → #85 - env values, urls... - [x] _Rafa_: configure drone https://github.com/src-d/code-annotation/pull/30#pullrequestreview-94810221 - [x] fix x509 error in /oauth-callback https://github.com/src-d/code-annotation/issues/98 - [x] tag 0.0.1 release and publish ~a binary at~ GH release _Update_: publishing artefacts it tracked under #159 ### PRs that needs to be merged - [x] docs https://github.com/src-d/code-annotation/pull/29 - [x] db part https://github.com/src-d/code-annotation/pull/56 - [x] acl control https://github.com/src-d/code-annotation/pull/60 - [x] single binary https://github.com/src-d/code-annotation/pull/36 - [x] deploy #85 ### GitHub configurations needed - [x] _Alex_: Create Application, generate OAuth tokens, communicate the secrets to infra team - [x] _Alex_: Create the new organization and teams (reviewers and workers), and add users to the teams. ## Next steps - [x] Add a button to export data into volume <br />(_nice to have:_ serve the data right away) https://github.com/src-d/code-annotation/issues/73 - reviewer part - let's decide how to rollback in the future, options: - kubectl command - tag a new version with old code - being able to access the logs: - @rporres should explain how to proceed - improve logging errors https://github.com/src-d/code-annotation/issues/50
Blocker things
technical stuff
kubectl cped by Rafadeliver the database inside of the imageRafa access the container, pull the data and run the export/var/...a binary atGH release Update: publishing artefacts it tracked under Release process: publish more artefacts #159PRs that needs to be merged
GitHub configurations needed
Next steps
(nice to have: serve the data right away) Implement a way to download DB exports #73