cristi8
6abeafdd9e
Save root object after the children are saved to local transport
2021-05-17 13:37:31 +03:00
cristi8
a016ed9201
Changed parameter name
2021-05-11 19:55:24 +03:00
cristi8
9e0f71e5c0
switched to diff endpoints for download/upload
...
WARNING: not compatible with older/current released speckle servers
2021-05-11 15:53:45 +03:00
izzy lyseggen
e02c4a76e8
Merge pull request #86 from specklesystems/izzy/ci
...
Automated releases to PyPI
2.1.0
2021-04-30 16:04:10 +01:00
izzy lyseggen
8e14cf1904
ci: remove dry run safeguard
2021-04-30 16:02:33 +01:00
izzy lyseggen
1c868b6b60
ci: trying automated publishes
0.0.1
2021-04-30 15:55:37 +01:00
izzy lyseggen
809dff5fb0
build: bump minor version
...
new materials!
2021-04-30 15:44:17 +01:00
izzy lyseggen
e5074acff9
Merge pull request #85 from specklesystems/izzy/ci
...
ci: switch to poetry
2021-04-27 10:34:39 +01:00
izzy lyseggen
85d2065c29
chore: remove requirements.txt
2021-04-27 10:19:14 +01:00
izzy lyseggen
bb48054fea
ci: switch to poetry maybe? :)
2021-04-27 10:05:39 +01:00
izzy lyseggen
5a9b4137da
Merge pull request #84 from specklesystems/izzy/tests-fix
...
Fix failing tests
2021-04-22 10:05:29 +01:00
izzy lyseggen
6c7dc1eed9
tests: upload objects to each test stream
2021-04-22 09:54:23 +01:00
Alan Rynne
d47bf7d842
Merge pull request #82 from specklesystems/ci/docker-images
...
ci: Spin-up new server for each test run
2021-04-21 11:23:10 +02:00
Alan Rynne
d07bab61e7
ci: Fixes with Izzy
2021-04-21 10:05:18 +02:00
Alan Rynne
3f7290ed12
ci: Reverting
2021-04-20 20:17:01 +02:00
Alan Rynne
ed92678a31
ci: Random test with "http"
2021-04-20 20:08:14 +02:00
Alan Rynne
0428d2149f
ci: Run those tests!
2021-04-20 20:03:18 +02:00
Alan Rynne
da2d646f78
ci: Testing matrix versions
2021-04-20 20:00:06 +02:00
Alan Rynne
a6543b122f
ci: Checking build script only... 🤔
2021-04-20 19:56:34 +02:00
Alan Rynne
4e26ebfbe2
ci: First coin-flip on Spinning up a Docker server for each test
2021-04-20 19:47:44 +02:00
izzy lyseggen
4f79698987
Merge pull request #81 from specklesystems/izzy/materials
...
feat(objects): add RenderMaterial
2021-04-15 17:05:05 +01:00
izzy lyseggen
2c10134703
feat(objects): add RenderMaterial
2021-04-15 17:04:39 +01:00
izzy lyseggen
27346b6d38
Merge pull request #78 from specklesystems/izzy/rename-package
...
Rename package to `specklepy` to avoid conflicting with 1.0
2021-04-09 12:36:35 +01:00
izzy lyseggen
816f4373dd
chore: update pyproject.toml
2021-04-09 12:25:51 +01:00
izzy lyseggen
434ada8bc1
feat: rename speckle to specklepy
2021-04-09 12:25:32 +01:00
izzy lyseggen
066bc44457
Merge pull request #77 from specklesystems/izzy/datachunk-fix
...
fix(base): specify full name for datachunk
2021-03-22 17:30:08 +00:00
izzy lyseggen
633267b025
Merge pull request #76 from specklesystems/izzy/test-fix
...
test: update host to use latest.speckle.dev
2021-03-22 17:28:24 +00:00
izzy lyseggen
bd4ae7c5c5
fix(base): specify full name for datachunk
...
would bork in other connectors with name as just `DataChunk`
2021-03-22 17:28:00 +00:00
izzy lyseggen
501f9b8648
test: update host to use latest.speckle.dev
2021-03-22 15:03:22 +00:00
izzy lyseggen
7d2a03e19d
Merge pull request #74 from specklesystems/cristi/server_transport_batching
...
ServerTransport: object batching and sending from multiple background threads
2021-03-22 14:57:09 +00:00
cristi8
c6c7d1731a
ServerTransport: Added object batching and sending from multiple background threads
2021-03-22 14:24:14 +02:00
izzy lyseggen
a839073968
Merge pull request #73 from specklesystems/izzy/ops
...
feat(operations): better (de)serialize functions
2021-03-19 20:04:06 +00:00
izzy lyseggen
883ec6e6ae
feat(operations): better (de)serialize functions
...
allow providing transports to the serialize / deserialize functions
to see detaching and chunking
2021-03-19 15:18:06 +00:00
izzy lyseggen
87002257be
Merge pull request #72 from specklesystems/izzy/detached-attrs
...
feat(base): improve adding chunkables/detachables
2021-03-19 10:26:54 +00:00
izzy lyseggen
1bc0cf04f3
fix(base): grammar (detached -> detachable)
2021-03-19 10:20:17 +00:00
izzy lyseggen
d0e2350ab7
feat(base): improve adding chunkables/detachables
...
adds helper methods on `Base` that can be called in the constructors
to prevent ppl messing this up when defining their own objects
2021-03-19 10:14:42 +00:00
izzy lyseggen
255681a887
Merge pull request #70 from specklesystems/izzy/detached-lists
...
feat(serialisation): optimisations baBY
2021-03-18 18:47:28 +00:00
izzy lyseggen
614eefc393
fix(serialisation): EMBARASSING BUG
...
so i'm a bit of a dumbo here.
i didn't realise that doing `.update()` on attr would update the parent
attr as well and extend to all objects every ahhhhhh
you have to do `self.thing = self.thing + blah blah` to just update
the instance attr. the more ya know!
#roastme @cristi8
2021-03-18 18:45:24 +00:00
izzy lyseggen
d5b506f298
fix(base): swap getattr_static for getattr
...
brought serialisation time for a big object
down from 12 seconds to 1.7 seconds!!
ty cristi
2021-03-18 17:05:18 +00:00
izzy lyseggen
dcd28b5d79
feat(base): don't return set id on get_id
...
align with core in that `get_id` _always_ fully serializes to get hash
2021-03-18 16:35:28 +00:00
izzy lyseggen
c739594ba8
fix(serializer): add children count on serialize
...
this was previously done _after_ hashing leading to different hashes
on two same objects due to this one field being different
2021-03-18 16:35:28 +00:00
izzy lyseggen
1d4867fb9b
test: add detached list to FakeMesh
2021-03-18 16:35:28 +00:00
izzy lyseggen
ec94a42ac6
Merge pull request #69 from specklesystems/izzy/detached-lists
...
fix(serializer): detached lists
2021-03-18 11:09:47 +00:00
izzy lyseggen
6e64770380
test(serializer): test detachment within lists
2021-03-17 17:38:05 +00:00
izzy lyseggen
ef92127ed2
feat(serializer): support detachment within lists
...
this was a borkage on my part - oops!
2021-03-17 17:37:45 +00:00
izzy lyseggen
fb8a40bf76
Merge pull request #67 from specklesystems/izzy/objects
...
fix(serialiser): import geometry objects
2021-03-01 11:17:22 +00:00
izzy lyseggen
81fab3ec6b
fix(serialiser): import geometry objects
...
default to using our obj for deserialisation
2021-03-01 11:15:51 +00:00
izzy lyseggen
9a0c36c665
Merge pull request #66 from specklesystems/izzy/objects
...
🧊 Basic Geometry Objects
2021-02-26 18:03:41 +00:00
izzy lyseggen
995526c786
feat(objects): jk i gotchu with dem breps 😉
2021-02-26 18:01:14 +00:00
izzy lyseggen
5a66d912ae
test: update to use new geo objects
2021-02-26 16:56:49 +00:00