Commit Graph

51 Commits

Author SHA1 Message Date
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 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 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 0bd4b3b093 refactor(stream): remove unused importts 2021-01-21 12:10:59 +00:00
izzy lyseggen 11fee54d36 feat(user): user update 2021-01-21 12:09:50 +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 b3e9f425c0 feat(server): parse ServerInfo response 2021-01-21 11:32:37 +00:00
izzy lyseggen 3d7d138841 feat(stream): grant and revoke permissions 2021-01-21 11:04:27 +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 35a121abd9 feat(branch): get and list queries 2021-01-21 09:16:11 +00:00
izzy lyseggen adae615e29 fix(credentials): adjust defs for py3.6 compat 2021-01-21 09:12:26 +00:00
izzy lyseggen 4dda9b8fe5 fix: remove annotations for py 3.6 compatibility 2021-01-20 16:53:48 +00:00
izzy lyseggen 063191e961 docs(object): update docstring 2021-01-19 15:56:38 +00:00
izzy lyseggen f9da5422c6 fix(branch): specify create return type 2021-01-19 15:55:52 +00:00
izzy lyseggen 41e66dda0d chore: requirements & formatting 2021-01-19 12:01:05 +00:00
izzy lyseggen 7b6e0aa6ed feat(commits): update queries and models 2021-01-18 15:43:58 +00:00
izzy lyseggen 2ca184538d docs(objects): update docstring & add example obj 2021-01-18 11:43:19 +00:00
izzy lyseggen 028ca641ef fix(serialisation): some quick fixes 2020-12-24 11:38:44 +00:00
izzy lyseggen 48e4ad1e93 feat(models): some string overrides 2020-12-22 11:27:37 +00:00
izzy lyseggen c9746a6d57 fix(client): sanitise host input
remove protocol and trailing slash
2020-12-09 12:14:23 +00:00
izzy lyseggen 2f8ecf7430 feat(object): object get and create 2020-12-07 10:06:46 +00:00
izzy lyseggen ad0a01c5ce fix(commit): add return type to create 2020-12-07 10:06:15 +00:00
izzy lyseggen def3d3c27b feat(commit): update and delete 2020-12-07 09:41:42 +00:00
izzy lyseggen 6cde8d6e8a feat(commits): commit create 2020-12-07 09:30:50 +00:00
izzy lyseggen d63d24201e feat(gql): add some commit and obj functions 2020-12-04 15:55:51 +00:00
izzy lyseggen c20c805e19 feat(accounts): handle if no default found 2020-12-02 09:45:13 +00:00
izzy lyseggen 665f6b8c32 feat(accounts): get all local and default accounts 2020-12-02 09:37:37 +00:00
izzy lyseggen 99a80ba85e feat(operations): add checks for null remote 2020-12-01 15:14:44 +00:00
izzy lyseggen 1d7b120f26 feat(deserialisation): from memory transport 2020-11-30 19:00:37 +00:00
izzy lyseggen 7295689e12 feat(operations): implement send 2020-11-27 18:31:33 +00:00
izzy lyseggen 8b48167dca feat(ops): scaffolding 2020-11-25 20:01:44 +00:00
izzy lyseggen 0f0dcdbbf5 refactor(gql): use generated models 2020-11-17 16:47:45 +00:00
izzy lyseggen 99a2a4a958 fix(models): make everything optional 2020-11-17 16:47:30 +00:00
izzy lyseggen 2e2ddf77c5 feat(models): generated schemas from Core! 2020-11-17 16:36:08 +00:00
izzy lyseggen 6db3c607bc feat(subs): add stream subscriptions 2020-11-17 11:52:42 +00:00
izzy lyseggen b6d19f9944 refactor(requests): extract some logic for subs 2020-11-17 11:51:26 +00:00
izzy lyseggen b3cd5fd2d3 feat(subs): add ws transport 2020-11-17 11:50:19 +00:00
izzy lyseggen 17ae8e7c98 feat(gql): branch and commit classes 2020-11-13 18:54:01 +00:00
izzy lyseggen 6889541e84 feat(stream): stream serach 2020-11-13 18:53:43 +00:00
izzy lyseggen 5afd51d1fd feat(gql): user get and search 2020-11-13 18:52:56 +00:00
izzy lyseggen 5f546a035e fix(resource): catch unknown gql query errors 2020-11-13 18:52:13 +00:00
izzy lyseggen 5e17effb51 fix(schema): add schema file from server
can use for validation, but not using it yet
2020-11-13 18:48:36 +00:00
izzy lyseggen 6fff9b412a feat(stream): get, list, create, update, & delete 2020-11-12 18:12:46 +00:00
izzy lyseggen 88820faeb2 feat(server): server resource to get info and apps 2020-11-12 18:12:06 +00:00
izzy lyseggen 290db1dfca feat(resources): base resource
for making requests and parsing the response if necessary
2020-11-12 18:11:40 +00:00
izzy lyseggen a29ed1058b feat(client): bare bones auth with token 2020-11-12 18:10:14 +00:00