-
- Downloads
Merge remote-tracking branch 'client/master' into develop
This integrates the old taas-client repository into this one: https://gitlab.ost.ch/ins-courses/autpy/taas-client Done via git-filter-repo in the old taas-client repo: https://github.com/newren/git-filter-repo/ By running: - git clone ssh://git@gitlab.ost.ch:45022/ins-courses/autpy/taas-client.git taas-client-merge - cd taas-client-merge - git filter-repo --to-subdirectory-filter client --message-callback 'return b"client: " + message' And then here doing: - git remote add client ../taas-client-merge - git fetch client - git merge --allow-unrelated-histories client/master - git remote rm client
Branches failed-client-merge
No related tags found
Showing
- client/README.md 3 additions, 0 deletionsclient/README.md
- client/poetry.lock 446 additions, 0 deletionsclient/poetry.lock
- client/pyproject.toml 23 additions, 0 deletionsclient/pyproject.toml
- client/taas_client/__init__.py 1 addition, 0 deletionsclient/taas_client/__init__.py
- client/taas_client/cli.py 102 additions, 0 deletionsclient/taas_client/cli.py
- client/tests/__init__.py 0 additions, 0 deletionsclient/tests/__init__.py
- client/tests/test_taas_client.py 5 additions, 0 deletionsclient/tests/test_taas_client.py
client/README.md
0 → 100644
client/poetry.lock
0 → 100644
client/pyproject.toml
0 → 100644
client/taas_client/__init__.py
0 → 100644
client/taas_client/cli.py
0 → 100644
client/tests/__init__.py
0 → 100644
client/tests/test_taas_client.py
0 → 100644
Please register or sign in to comment