Commit Graph

58 Commits

Author SHA1 Message Date
oguzhankoral 4536ecee87 Remove the Point value prop getter 2024-07-17 09:32:05 +02:00
Dimitrie Stefanescu 72b7123f7b Merge pull request #35 from specklesystems/claire/layer-constructor-fix
Fixes Layer class constructors
2024-07-16 17:44:40 +01:00
Claire Kuang 72fe3d1384 Update Layer.cs 2024-07-16 17:38:42 +01:00
Dimitrie Stefanescu 481a095ed3 Merge pull request #34 from specklesystems/dim/dui3/layers
feat(dui3): adds layer concept in core as a poc
2024-07-16 15:03:08 +01:00
Dimitrie Stefanescu e3a5af037e chore: formatting 2024-07-16 14:56:28 +01:00
Dimitrie Stefanescu fe27951d96 feat(dui3): adds layer concept in core as a poc 2024-07-16 14:49:37 +01:00
Jedd Morgan baf5ab0b14 Fixed mistake (#32) 2024-07-16 10:47:56 +01:00
Adam Hathcock 057aef10c0 Merge pull request #31 from specklesystems/fixed-versions
Use GitVersion.MsBuild
2024-07-16 10:16:01 +01:00
Adam Hathcock c35ce07337 remove extra versioning stuff 2024-07-16 10:09:41 +01:00
Jedd Morgan e088e139af fix(core): Fixed regression with displayValue helper functions (#30) 2024-07-16 11:06:50 +02:00
Adam Hathcock dc62aa22b9 Use GitVersion.MsBuild 2024-07-16 10:06:29 +01:00
Adam Hathcock cd67efdfff Use the non-prerelease DoubleNumerics package (#29) 2024-07-16 08:15:28 +00:00
Dimitrie Stefanescu f0124a76c1 Merge pull request #28 from specklesystems/oguzhan/add-name-prop-to-definition
Add name property to definition proxy
2024-07-16 08:45:38 +01:00
oguzhankoral 5d4e14e802 Add name property to definition proxy 2024-07-16 09:28:14 +02:00
Adam Hathcock a88f860c5e Merge pull request #27 from specklesystems/git-version
switch from minver to gitversion
2024-07-15 15:16:35 +01:00
Adam Hathcock 1112ec39ab clean up tests and altcover the integration tests 2024-07-12 15:42:40 +01:00
Adam Hathcock 3ec1007b7b format 2024-07-12 15:21:06 +01:00
Adam Hathcock 82d51af262 fix checkout 2024-07-12 15:20:00 +01:00
Adam Hathcock e83c0125ba oops be linux 2024-07-12 15:17:24 +01:00
Adam Hathcock b23e91651c switch from minver to gitversion 2024-07-12 15:15:19 +01:00
Jedd Morgan db88dbe6d0 Avoid wrapping cancellation exception (#26) 2024-07-11 14:58:08 +01:00
Jedd Morgan da792173ff Added new Version Mutations (#25) 2024-07-11 14:03:02 +01:00
Jedd Morgan 51f0c26838 Re added level public setter for Revit Column (#24)
* Readded revit wall level setter

* csharpier

* Revit Column
2024-07-11 09:33:06 +01:00
Jedd Morgan cb14c43381 Readded revit wall level setter (#23) 2024-07-10 16:56:19 +00:00
Adam Hathcock ea68a245b8 Use a different minver id for now 2024-07-10 17:01:06 +01:00
Adam Hathcock c5df445483 git version 2024-07-10 16:50:37 +01:00
Adam Hathcock adadaa4d91 add dev to main build 2024-07-10 16:47:08 +01:00
Adam Hathcock 6e46fd2f8a use more build fun for nugets (#22)
* add license file

* use more build for nugets
2024-07-10 15:45:06 +00:00
Adam Hathcock 5df0c4401e Empty 2024-07-10 16:31:23 +01:00
Adam Hathcock 6778b7086c All int tests on CI: Don't run non-int tests during int tests. Reduce logging level (#20)
* Add Integration tests to CI (#19)

* Add Instances base (#6)

* Use Uri for checks in GetAccounts function (#8)

* Add integration and perf tests to sln (#9)

* Remove perf tests (#10)

* remove perf tests

* do all unit tests

* Code coverage (#11)

* code coverage

* enable codecov for GA

* Update README.md

* Update coverage and dependencies (#12)

* Update coverage and dependencies

* fmt

* add codecov config

* merge DUI3/Alpha into sdk (#13)

* merge DUI3/Alpha into sdk

* formatting

* Merge Objects dui3/alpha -> dev (#14)

* merge DUI3/Alpha into sdk

* formatting

* Objects changes

* Objects tests

* Unit test project

* add coverage exclusion

* fix some tests and fix nullability errors

* update codecov to be less intrusive (#15)

* update codecov to be less intrusive

* fix codecov yaml

* add coverage exclusion

* Merge sharp `dui3/alpha` -> sdk `main` (#16)

* Merge

* csharpier format

* Fixed polysharp issues

* Integration Tests

* Fixes

* add build for docker compose

* add integration tests

* remove extra services

* update healthcheck for server

---------

Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>

* Don't run non-int tests during int tests.  Reduce logging level

---------

Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
2024-07-10 13:52:19 +01:00
Adam Hathcock 2dcf89f6fe Merge pull request #21 from specklesystems/main
Main to dev
2024-07-10 13:42:14 +01:00
Adam Hathcock 3249265560 Merge branch 'dev' 2024-07-09 13:58:09 +01:00
Adam Hathcock 200b84f49a Main to dev (#18)
* Add Instances base (#6)

* Use Uri for checks in GetAccounts function (#8)

* Add integration and perf tests to sln (#9)

* Remove perf tests (#10)

* remove perf tests

* do all unit tests

* Code coverage (#11)

* code coverage

* enable codecov for GA

* Update README.md

* Update coverage and dependencies (#12)

* Update coverage and dependencies

* fmt

* add codecov config

* merge DUI3/Alpha into sdk (#13)

* merge DUI3/Alpha into sdk

* formatting

* Merge Objects dui3/alpha -> dev (#14)

* merge DUI3/Alpha into sdk

* formatting

* Objects changes

* Objects tests

* Unit test project

* update codecov to be less intrusive (#15)

* update codecov to be less intrusive

* fix codecov yaml

* add coverage exclusion

* Merge sharp `dui3/alpha` -> sdk `main` (#16)

* Merge

* csharpier format

* Fixed polysharp issues

* Integration Tests

* Fixes

* Some nullability fixes (#17)

* add coverage exclusion

* fix some tests and fix nullability errors

---------

Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
2024-07-09 13:56:03 +01:00
Jedd Morgan 1268a08baf Merge sharp dui3/alpha -> sdk main (#16)
* Merge

* csharpier format

* Fixed polysharp issues

* Integration Tests

* Fixes
2024-07-09 12:32:24 +01:00
Adam Hathcock 46c3f9d1ac update codecov to be less intrusive (#15)
* update codecov to be less intrusive

* fix codecov yaml

* add coverage exclusion
2024-07-09 12:52:53 +02:00
Jedd Morgan 29e7e84f4e Merge Objects dui3/alpha -> dev (#14)
* merge DUI3/Alpha into sdk

* formatting

* Objects changes

* Objects tests

* Unit test project
2024-07-08 16:30:54 +01:00
Jedd Morgan b2883c91e4 merge DUI3/Alpha into sdk (#13)
* merge DUI3/Alpha into sdk

* formatting
2024-07-08 14:03:54 +01:00
Adam Hathcock 82b7ca1a26 Update coverage and dependencies (#12)
* Update coverage and dependencies

* fmt

* add codecov config
2024-07-04 10:14:38 +01:00
Adam Hathcock b56eac2f50 Update README.md 2024-07-04 09:44:40 +01:00
Adam Hathcock f26f79c3c8 Code coverage (#11)
* code coverage

* enable codecov for GA
2024-07-04 09:43:16 +01:00
Adam Hathcock a0b723b2cb Remove perf tests (#10)
* remove perf tests

* do all unit tests
2024-07-04 09:34:57 +01:00
Adam Hathcock 1b472be6b7 Add integration and perf tests to sln (#9) 2024-07-02 18:24:44 +01:00
Oğuzhan Koral 662984268b Use Uri for checks in GetAccounts function (#8) 2024-07-02 15:00:55 +01:00
Adam Hathcock 1d681f9166 Add Instances base (#6) 2024-06-27 17:42:07 +01:00
Adam Hathcock cfe5f330c9 trying to get the deterministic builds checkbox on nuget again, works locally 2024-06-25 16:29:14 +01:00
Adam Hathcock 17e6780357 trying to get the deterministic builds checkbox on nuget (#4) 2024-06-25 16:00:18 +01:00
Adam Hathcock 98132d2811 Make name Civil3d instead of Civil (#3) 2024-06-25 15:29:24 +01:00
Adam Hathcock d9d1865504 downgrade sqlite to match core 2024-06-25 10:57:44 +01:00
Adam Hathcock 405f3f4ee4 renamespace and other fixes (#2)
* renamespace

* add to sln and move

* manage package centrally

* add sourcelink and use GlobalPackageReference

* properly use globals

* fix nuget push

* fix readme

* add namespace handling for new types

* Removing used classes to stop viral spread of dependencies.  Some JSON usage was STJ and not newtonsoft

* fmt

* initial test

* serialization namespace test

* fmt

* put back old namespaces

* fix tests

* fixes while trying to do a roundtrip test

* remove namespace fix
2024-06-25 10:27:59 +01:00
Adam Hathcock ca350002ba add packing and minver (#1)
* add packing and minver

* update permissions

* fix build script

* fix it again :(

* fmt

* update sqlite to avoid rid warning
2024-06-21 13:18:10 +01:00