Commits on Source (14)
-
Bartek Wrona authored
Separated hive sync process from hive server - splitted into 2 separate jobs to make possible running them independently (i.e. just restart rebuilt server without sync)
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Hivemind ci separate sync See merge request !38
-
Bartek Wrona authored
Fixed internal error during processing response containing a Decimal object (value of some Decimal SQL column)
-
Bartek Wrona authored
Fixed internal error during processing response containing a Decimal object... See merge request !39
-
Bartek Wrona authored
-
Bartek Wrona authored
Bumped version of tests_api submodule See merge request !37
-
Bartek Wrona authored
Showing
- .gitlab-ci.yaml 35 additions, 27 deletions.gitlab-ci.yaml
- Pipfile 1 addition, 1 deletionPipfile
- hive/server/serve.py 10 additions, 2 deletionshive/server/serve.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- scripts/ci_start_server.sh 24 additions, 0 deletionsscripts/ci_start_server.sh
- scripts/ci_sync.sh 28 additions, 0 deletionsscripts/ci_sync.sh
- setup.py 5 additions, 1 deletionsetup.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
... | ... | @@ -14,7 +14,8 @@ funcy==1.14 |
-e git+git@gitlab.syncad.com:hive/hivemind.git@ba54fc07c08c2fd08b37475c9a15d61c64e380c9#egg=hivemind | ||
humanize==2.4.0 | ||
idna==2.9 | ||
jsonrpcserver==4.0.1 | ||
-e git+https://github.com/bcb/jsonrpcserver.git@8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver-4.1.3+8f3437a | ||
simplejson | ||
jsonschema==2.6.0 | ||
Mako==1.1.2 | ||
Markdown==2.4.1 | ||
... | ... |
scripts/ci_start_server.sh
0 → 100755
scripts/ci_sync.sh
0 → 100755