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
236d53f78a
feat(obj): finish point example
2021-01-26 11:49:36 +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
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
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
5eee3fee07
TEMPfix(serialisation): get around server bug
...
will revert when fix available for specklesystems/speckle-server#78
2021-01-19 11:05:42 +00:00
izzy lyseggen
ca234536bc
feat(chunking): dynamic chunking with @() syntax
...
closes #24
2021-01-19 09:28:12 +00:00
izzy lyseggen
f155129f7c
feat(base): dynamic chunk default (1000)
2021-01-19 09:26:42 +00:00
izzy lyseggen
7b6e0aa6ed
feat(commits): update queries and models
2021-01-18 15:43:58 +00:00
izzy lyseggen
ad47f649db
feat(serializer): support deserialising of props
2021-01-18 15:27:43 +00:00
izzy lyseggen
750657db19
feat(base): bypass setattr for prop setters
2021-01-18 15:27:29 +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
11bc10d072
feat(base): get id method
2020-12-24 11:37:47 +00:00
izzy lyseggen
28e68e090c
fix(objects): remove duplicate prop defs
2020-12-23 18:32:37 +00:00
izzy lyseggen
6eb73555ed
feat(objects): mesh obj for chunk testing
2020-12-23 18:32:37 +00:00
izzy lyseggen
e6727a9552
fix(chunking): delay chunk check to handle_value
2020-12-23 18:32:37 +00:00
izzy lyseggen
b36e7e000f
feat(chunking): initial chunking implementation
2020-12-23 18:32:36 +00:00
izzy lyseggen
2dba909eba
feat(objects): import all obj classes
2020-12-23 18:32:36 +00:00
izzy lyseggen
21abd5181a
fix(base): make chunkable prop protected
2020-12-23 18:32:36 +00:00
izzy lyseggen
969b6a92e5
fix(memory): remove redundant serialisation
2020-12-23 18:32:36 +00:00
izzy lyseggen
77dcf53c4b
feat(chunking): add DataChunk class
2020-12-23 18:32:36 +00:00
izzy lyseggen
7fbfdb4b92
fix(base): always use class name for string repr
2020-12-23 18:32:36 +00:00
izzy lyseggen
a4f7ce326e
feat(Base): add chunks prop
2020-12-23 18:32:36 +00:00
izzy lyseggen
a3830a95fd
feat(Base): self populate speckleType
2020-12-23 18:32:36 +00:00
izzy lyseggen
36d5abf7d4
fix(transports): inherit from ABC
2020-12-23 18:31:00 +00:00
izzy lyseggen
6d4fc17b4c
Merge branch 'main' into deffered_type_hints
2020-12-23 18:28:09 +00:00
izzy lyseggen
075d77fea6
refactor(transports): inherit from BaseModel
...
resolves #19
2020-12-23 18:21:33 +00:00
Gergő Jedlicska
6b276243de
mend
2020-12-23 18:42:22 +01:00
Gergő Jedlicska
e671a6d086
refactor(abstract_transport.py): added deffered type hints to AbstractTransport
...
Python type hint evaluation can be deffered by enclosing the type hint in quotes. This renders the
Transport class useless, while still keeping the functionality. Plus you asked for it :D
2020-12-23 17:40:58 +01:00
izzy lyseggen
48e4ad1e93
feat(models): some string overrides
2020-12-22 11:27:37 +00:00