Граф коммитов

5858 Коммитов

Автор SHA1 Сообщение Дата
Chuck Driesler 743eea1f99
fix(automate): submit project id with run status (#3660) 2024-11-28 12:54:02 +00:00
Alan Rynne e2a593acb2
fix(ci): Bump to net8.0 and drop unused net7.0 target for grasshopper (#3659)
* fix(ci): install net7.0 explicitly on CI

* test: Bump everything to net8 or drop

* test: Global.json points to net8 with `latestFeature`. This prevents using net9 accidentally

* fix: Typo in target framework

* fix: TargetFramework instead of plural

* fix: Use net8:0 image to build on mac

* Added deprecation warning to comments API

* reverted inputs change

* Removed inputs

---------

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
2024-11-27 17:59:34 +01:00
Chuck Driesler 6354863c35
fix(automate): add success object level (#3657) 2024-11-26 23:02:06 +00:00
Matteo Cominetti b5c5712c02
Remove Launched Event (#3656)
Remove Launched event
2024-11-25 10:50:56 +01:00
Charles Driesler f706e24cab
fix(automate): forgot string mapping 2024-11-21 12:09:58 +00:00
Charles Driesler ae17b3fab5
fix(automate): add success object level 2024-11-21 11:45:03 +00:00
Jedd Morgan 0a206c739d
Updated version inputs (#3655) 2024-11-13 17:03:24 +00:00
Jedd Morgan 9b90159fb1
Updated version inputs 2024-11-13 10:56:22 +00:00
Jedd Morgan af1b479bd8
grasshopper workspace id tracking (#3653)
* grasshopper workspace id tracking

* formatting
2024-11-05 18:19:31 +00:00
Jonathon Broughton 407022bcd6
enhancement(GH): Add Scope instruction text for access with token nodes (#3644)
Adds Scope instructions to help for token access to Streams and Accounts

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
Co-authored-by: Alan Rynne <alan@speckle.systems>
2024-11-05 17:19:53 +01:00
Jedd Morgan b1601f7158
jrm/fe2 corrections (#3649)
API corrections

Co-authored-by: Alan Rynne <alan@speckle.systems>
2024-11-05 16:48:00 +01:00
Claire Kuang 5770531122
Update README.md to align with main github page (#3650) 2024-11-04 18:44:40 +01:00
Jedd Morgan ec868ede76
Fix: Potential fix for godot issue (#3647)
* File Version Info

* IsNullOrEmpty

* add-co-author

Co-authored-by: Adam Sheather <adam.sheather@autonomation.co>

---------

Co-authored-by: Adam Sheather <adam.sheather@autonomation.co>
2024-10-31 13:46:11 +00:00
Björn Steinhagen 65210c8c6a
CNX-640 Sending Linked Ceiling (#3643)
Linked Ceilings

Same medicine for floors
2024-10-21 13:15:36 +02:00
Kilian 052aa156b6
Revit Connector: Floors missing when converting linked models (#3635)
Document ref changed

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
Co-authored-by: Alan Rynne <alan@speckle.systems>
2024-10-15 15:50:31 +01:00
Björn Steinhagen fa2d92ea15
CNX-599 - ETABS Sending Multiple Load Combination Results (#3636)
ResultsConverter - Trim Leading White Space

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
Co-authored-by: Alan Rynne <alan@speckle.systems>
2024-10-15 11:50:25 +01:00
Jedd Morgan 0230748156
Added workspace Id tracking (#3637)
* Added workspace Id tracking

* updated workspace id to correct snake_case
2024-10-15 12:35:43 +02:00
Alan Rynne 2d9942b40e
fix: use v1 for tag links (#3641)
* fix: use v1 for tag links

* fix: Security update for system.text.json in test projects
2024-10-15 11:19:37 +02:00
Björn Steinhagen 429dcfd6a9
bjorn/cnx-396-etabs-structure-layout (#3628)
gridLinesToSpeckle() Transformation

Applying the same logic of GridLinesToNative() in the gridLinesToSpeckle()
2024-09-16 17:31:27 +02:00
Björn Steinhagen 03d12aff03
bjorn/cnx-397-etabs-frame-properties (#3627)
enum Update

Duplicate enum pointing to essentially the same thing. STRUCTURAL_BOTTOM_RELEASE_ was used, but we also have a STRUCTURAL_START_RELEASE_ enum which returns something when calling get_Parameter(). The enum we were using always returns none for get_Parameter() hence why always defaulted to "F".
2024-09-16 17:30:52 +02:00
Björn Steinhagen c791206ff5
bjorn/cnx-255-etabs-assigning-to-frameobj-areaobj-setmodifiers-setpier-set (#3614)
* CSIElement2D and ConvertArea changes

* Change of our Speckle definition of modifiers as List<double> , not double[] arrays
* Argument of csiArea.name updated to use name, csiArea.name always evaluated as null (i.e. won't be assigned to an AreaObj

* Change of modifiers from double[] to List<double>

* fix: Minor tweak and rebuild schema objects

* Text description

* feat: Regenerate schema components

* fix: CI failing due to wrong format of namespace

---------

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
Co-authored-by: Alan Rynne <alan@speckle.systems>
2024-09-16 16:22:13 +02:00
Jedd Morgan ee6176dd93
Exposed SeqToken (#3624) 2024-09-16 12:34:50 +02:00
Jedd Morgan 25483ada36
Rhino8 Net7 -> Net4.8 (#3625)
* Net7 -> Net4.8

* Removed serilog enriching for netframework compat

* fix: docker-compose.yml updates

---------

Co-authored-by: Alan Rynne <alan@speckle.systems>
2024-09-13 15:13:12 +01:00
Jedd Morgan d8e58c9f2f
Bumped rhino 8 nuget (#3623) 2024-09-02 15:37:21 +01:00
Alan Rynne 8226bb3bce
fix: Update receive node with proper tracking (#3621)
* fix: Update receive node with proper tracking

Update tracker to allow all properties tracked on receive

* fix: Use tracker on sync receive component

* fix: Remove unnecessary using statement
2024-08-30 19:04:46 +02:00
Jedd Morgan 6e9e62a710
Removed vulnerable packages (#3622)
removed vulnerable packages
2024-08-30 17:27:12 +01:00
Jedd Morgan a50fc4d075
Fixed issue with Meters to Km unit scalling (#3619) 2024-08-28 14:02:03 +01:00
Jonathon Broughton 00540945b5
fix(Revit): Only physical connectors can have an origin property. (#3618)
There is no property of the connector that checks for physicality

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
2024-08-22 14:24:45 +01:00
Jedd Morgan 31d67dadb4
Resiliency (#3617) 2024-08-22 13:41:33 +01:00
Jedd Morgan 3f24134acd
IDE0005 violation 2024-08-22 13:27:17 +01:00
Jedd Morgan 06b1aec46d
formatting 2024-08-22 13:22:04 +01:00
Jedd Morgan 118cf2b014
Resiliency 2024-08-21 16:41:35 +01:00
Adam Hathcock f11a17913f
Swallow an exception specific for .NET Core and other plugins (#3613) 2024-08-16 12:56:35 +02:00
Chuck Driesler 232f87cea1
fix(automate): remove extra slash (#3612) 2024-08-15 10:21:56 +01:00
Charles Driesler ef5692dc1b
fix(automate): remove extra slash 2024-08-10 23:30:33 +01:00
Ralph Wessel 0ec1f105f7
Restored helper function for faster library/object creation (#3610) 2024-08-02 16:10:22 +01:00
Jonathon Broughton a6a42e5507
fix(Navisworks) - Improve SelectionSet extraction with error handling and documentation (#3608)
Improve SelectionSet extraction with error handling and documentation

- Refactor `ExtractSelectionSets` method for better reusability
- Add comprehensive XML documentation for clarity
- Implement null checks to prevent potential exceptions
- Optimize LINQ query for `SelectionSet` extraction from GUIDs
2024-08-02 18:08:08 +03:00
Jedd Morgan 1f2fda4dd7
Dev -> Main for 2.20.0-rc (#3609) 2024-08-02 11:11:47 +01:00
Adam Hathcock b65c3fa420
add null check around assembly & location (#3606)
* add null check around assembly & location

* Add PathIsValid check

* fmt
2024-07-31 15:35:05 +01:00
Jedd Morgan fdddfd7b3b
Change regex to Sign rc builds (#3607)
Regex on RC builds
2024-07-31 14:53:44 +01:00
Jonathon Broughton 3faacabd66
CNX-9912 - Implement a display fallback for Revit Areas equivalent to the outline. (#3594)
* Implements displayValue to be the Area outline as there is no method to retrieve or generate a displayMesh

* Meshify version held in reserve

* Adding TeklaContourPlate correction

Inflicted by the same error as AdvanceSteel

* fmt

---------

Co-authored-by: Claire Kuang <kuang.claire@gmail.com>
2024-07-31 14:47:24 +01:00
Patrick He 4f7829cb6e
Add filter to skip the modifying when the zone of space is null (#3525)
Co-authored-by: Jinxuan He <jinxuan.he@rhdhv.com>
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com>
Co-authored-by: Claire Kuang <kuang.claire@gmail.com>
2024-07-31 13:35:49 +01:00
KatKatKateryna 44a1a37dee
duplicate list instead of referencing (#3605) 2024-07-31 03:43:17 +08:00
Jedd Morgan b341303c48
Jrm/ci test (#3604)
* Changed Installer url

* Persist to workspace

* dotnet version 206
2024-07-30 15:27:08 +01:00
Jedd Morgan 26c31139fb
Jrm/ci test (#3603)
* Changed Installer url

* Persist to workspace
2024-07-30 15:03:12 +01:00
Jedd Morgan 3f9577b60b
Changed dot net installer url (#3602)
Changed Installer url
2024-07-30 14:31:15 +01:00
Adam Hathcock 2211fd9f8e
Fix circle regex (#3600)
need full match on tag
2024-07-30 11:47:29 +01:00
Ralph Wessel eb5757b65c
Fix: Throw SpeckleException on unhandled elements (#3599)
* Change handling of non-polyline openings to throw SpeckleException rather than nulling object refs (which throws an exception terminating the receive)

* Formatted with csharpier
2024-07-30 09:59:10 +01:00
Adam Hathcock e5a38f31ab
Cnx 9910 v2 needs better open uri handling (#3588)
* Use new Open functions to get Process.Start for all platforms correct

* fmt

* Build fixes

* remove extra usings

* remove even more usings

* even even more usings

* Get rid of the catch just in case
2024-07-29 16:00:29 +01:00
Adam Hathcock 87198aff44
Remove sentry (#3590) 2024-07-29 15:59:56 +01:00