cv and coverletter

This commit is contained in:
Allen Languor
2021-08-01 12:13:43 +03:00
parent fb10ca03e7
commit 46c9cedd32
26 changed files with 271 additions and 636 deletions

View File

@ -1,5 +0,0 @@
# beveiler-init
## TODO
- [ ] Write encoded messages to file
- [ ] Chop file into chunks

View File

@ -1,7 +0,0 @@
# gitlab-env
TODO:
- [ ] Refactor proto
- [ ] Gitlab package in third_party
- [ ] Real-time getting projects end environments
- [ ]

View File

@ -0,0 +1,30 @@
# migrations
tables
actions_log
id
action name
action description
action trigger
db_lock
db_name
locked
Once started applications send grpc message with the following information
```
appVersion
databaseStructure[]
maps
```
1. App stated and send message to migrator
2. Migrator registered a new version in database actions_version and checks other versions
3. Migrator checks db structure and triggers actions (actions are version based)
4.