Commit Graph

205 Commits

Author SHA1 Message Date
Gergő Jedlicska 8a673a54a9 chore(.vscode): remove .vscode folder, this should not be part of version control 2021-02-11 09:18:13 +01:00
izzy lyseggen f98b40cce3 Merge pull request #47 from specklesystems/izzy/doc-fix
docs: small config option for poetry venvs
2021-02-11 09:10:20 +01:00
izzy lyseggen 1db0fca68c docs: small config option for poetry venvs 2021-02-04 16:34:41 +00:00
izzy lyseggen dff3496712 Merge pull request #46 from gjedlicska/python_poetry
Switch to pyproject.toml and Poetry
2021-02-04 16:22:22 +00:00
Gergő Jedlicska dbcb691fbc chore(merge remote master): merged remote main branch. Added pytest-ordering 2021-01-31 10:29:11 +01:00
Gergő Jedlicska 4572d15b10 Merge remote-tracking branch 'upstream/main' into python_poetry 2021-01-31 10:05:13 +01:00
Gergő Jedlicska 779c4e6d70 docs(readme.md): replace Developing & Debugging with poetry instructions
re #44
2021-01-31 07:18:03 +01:00
Gergő Jedlicska 12ba5b347e feat(dependecy management): add basic pyproject.toml definition with python-poetry
This should be compatible with the current requirements.txt dependency definition.

re #44
2021-01-30 18:08:58 +01:00
izzy lyseggen 8dc3355f51 Merge pull request #42 from specklesystems/izzy/source-app
fix(commit): sourceapp change pyspeckle to python
2021-01-27 16:30:08 +00:00
izzy lyseggen 9e095e8673 fix(commit): sourceapp change pyspeckle to python
to be consistent with the other connectors
2021-01-27 16:27:04 +00:00
izzy lyseggen 089c10facd Merge pull request #41 from specklesystems/izzy/point-example
🔹 Implement `Point` example class (from core objects)
2021-01-26 11:53:25 +00:00
izzy lyseggen 236d53f78a feat(obj): finish point example 2021-01-26 11:49:36 +00:00
izzy lyseggen 257c32665e Merge pull request #40 from specklesystems/izzy/base-props
😇 Base Object Improvements
2021-01-26 10:37:04 +00:00
izzy lyseggen 82f7ee6f0a test(objects&serialisation): new base features 2021-01-26 10:04:00 +00:00
izzy lyseggen 748faf277d feat(serialiser): check defined detachable props 2021-01-26 10:02:55 +00:00
izzy lyseggen 90f5e7602c feat(base): add units prop with helper setter 2021-01-26 10:01:45 +00:00
izzy lyseggen 6b4dc9a6b2 fix(object): step into 'data' in get response 2021-01-26 09:53:56 +00:00
izzy lyseggen efa8c46b61 fix(receive): step into 'data' for server receive 2021-01-26 09:53:26 +00:00
izzy lyseggen 9527425c38 Merge pull request #39 from specklesystems/izzy/local-db
🗃 Default to SQLiteTransport as local transport
2021-01-21 15:38:08 +00:00
izzy lyseggen 6ab9252398 test(serialisation): both sqlite & server receive 2021-01-21 15:33:06 +00:00
izzy lyseggen 661c25c8fb test: smol tidy 2021-01-21 15:24:02 +00:00
izzy lyseggen 28ee9ec201 refactor(transports): comment out sqlite wip 2021-01-21 15:23:38 +00:00
izzy lyseggen 6155962bd8 feat(operations): swap out mem for sqlite transport 2021-01-21 15:23:24 +00:00
izzy lyseggen 607ad2c721 fix(models): make ServerInfo fields optional 2021-01-21 15:22:23 +00:00
izzy lyseggen 7866e1082e Merge pull request #38 from specklesystems/izzy/gql-stuff
🕸 More GQL Queries!
2021-01-21 12:16:10 +00:00
izzy lyseggen 0bd4b3b093 refactor(stream): remove unused importts 2021-01-21 12:10:59 +00:00
izzy lyseggen 94f47eeb17 test(user): user provile updates 2021-01-21 12:10:44 +00:00
izzy lyseggen 11fee54d36 feat(user): user update 2021-01-21 12:09:50 +00:00
izzy lyseggen b6943bbe6f test(server): api token create and revoke 2021-01-21 11:54:45 +00:00
izzy lyseggen 8b25fa1470 feat(server): api token create and revoke 2021-01-21 11:54:36 +00:00
izzy lyseggen 617e202a02 refactor(credentials): move ServerInfo to models 2021-01-21 11:33:18 +00:00
izzy lyseggen 76da3cacfb test(server): server get and apps 2021-01-21 11:32:46 +00:00
izzy lyseggen b3e9f425c0 feat(server): parse ServerInfo response 2021-01-21 11:32:37 +00:00
izzy lyseggen 739837bad2 test: reoder test execution 2021-01-21 11:07:27 +00:00
izzy lyseggen 0110b5b11a test(user): get and search 2021-01-21 11:07:08 +00:00
izzy lyseggen 0d31337350 test(stream): grant and revoke permissions 2021-01-21 11:06:01 +00:00
izzy lyseggen 12eb88819e test: add additional test user 2021-01-21 11:05:39 +00:00
izzy lyseggen 3d7d138841 feat(stream): grant and revoke permissions 2021-01-21 11:04:27 +00:00
izzy lyseggen 60bc4df16a test(commit): list query 2021-01-21 09:42:48 +00:00
izzy lyseggen d99c05761d test(branch): update and delete queries 2021-01-21 09:38:59 +00:00
izzy lyseggen dc326e6c6b feat(branch): update and delete queries 2021-01-21 09:38:47 +00:00
izzy lyseggen eb10e93300 fix(branch): adjust list query 2021-01-21 09:20:08 +00:00
izzy lyseggen 64434cd7f5 test(branch): get and list queries 2021-01-21 09:16:11 +00:00
izzy lyseggen 35a121abd9 feat(branch): get and list queries 2021-01-21 09:16:11 +00:00
izzy lyseggen fe5e7b19b0 Merge pull request #37 from specklesystems/izzy/accounts-fix
fix(credentials): adjust defs for py3.6 compat
2021-01-21 09:14:21 +00:00
izzy lyseggen adae615e29 fix(credentials): adjust defs for py3.6 compat 2021-01-21 09:12:26 +00:00
izzy lyseggen 203230fd8b Merge pull request #36 from specklesystems/izzy/ci-matrix-tests
🤖 ci: run tests for py 3.6 - 3.9
2021-01-20 17:03:24 +00:00
izzy lyseggen 64df2f241c ci: run tests for py 3.6 - 3.9 2021-01-20 16:57:49 +00:00
izzy lyseggen 110f10623e Merge pull request #35 from specklesystems/izzy/3.6-compat
fix: remove annotations for py 3.6 compatibility
2021-01-20 16:55:40 +00:00
izzy lyseggen 4dda9b8fe5 fix: remove annotations for py 3.6 compatibility 2021-01-20 16:53:48 +00:00