Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork Sync #202

Open
wants to merge 1,493 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1493 commits
Select commit Hold shift + click to select a range
02b86a4
Feat (Automate): CNX-8636 automate sdk breaking change (#3131)
oguzhankoral Jan 11, 2024
3db9590
refactor(autocadcivil): CNX-8389 fixes CA1031 warnings in autocad and…
clairekuang Jan 12, 2024
50e468d
Fix(Automate): CNX-8610 automate sdk warnings (#3132)
oguzhankoral Jan 12, 2024
a4966cf
Chore(Tests): CNX-8640 core integration test project (#3130)
JR-Morgan Jan 12, 2024
e71b1a2
Chore(Test): CNX-8688 core performance test project (#3134)
JR-Morgan Jan 12, 2024
2dce975
Chore: Enforce WarningsAsErrors on CI builds for all projects current…
JR-Morgan Jan 12, 2024
ba5abad
Chore(Tests): CNX-8693 Resolved warnings in Objects unit test project…
JR-Morgan Jan 15, 2024
2dce498
chore(objects): Resolve namespace warnings (#3137)
clairekuang Jan 15, 2024
9faa211
Chore(core): CNX-8689 - Example App Removed (#3139)
JR-Morgan Jan 15, 2024
551f0f0
feat(Archicad): Archicad 27 and Apple Silicon version support (#3135)
jozseflkiss Jan 16, 2024
1484e92
fix(core): CNX-8692 Fixed regression with AccountManager updating acc…
JR-Morgan Jan 16, 2024
4853d35
fix(grasshopper): CNX-8642 resolving account by id from the accounts …
AlanRynne Jan 16, 2024
ee00647
fix(dynamo): CNX-8394 Handle CA1031 warnings in Dynamo projects (#3145)
AlanRynne Jan 17, 2024
928ef8b
Chore(Objects): CNX-8710 objects xml warnings (#3144)
JR-Morgan Jan 17, 2024
719040b
feat(Archicad): Archicad 27 and Apple Silicon version support (#3146)
jozseflkiss Jan 17, 2024
c47f870
chore(objects): CNX-8709 suppress warnings in obsolete classes, metho…
clairekuang Jan 17, 2024
af09435
Test(core): CNX-8745 - Added unit test for logger (#3147)
JR-Morgan Jan 18, 2024
a07fe34
Fix(Logger): CNX-8443 speckle connectors overwrite static logger inst…
oguzhankoral Jan 18, 2024
ffcaa9f
Chore(build): CNX-8713 CNX-8572 CNX-8389: Enforce no more warning (U…
JR-Morgan Jan 22, 2024
f1ef2ab
feat(Archicad): Archicad Connector UI finalization (#3149)
jozseflkiss Jan 23, 2024
71e4797
chore(archicad): CNX-8304 fix ide0005 in archicad (#3150)
JR-Morgan Jan 26, 2024
8d0bc93
fix(Archicad): Receive slowed down in Archicad 26 (#3154)
jozseflkiss Jan 31, 2024
83c8379
Chore(build) Lowered several XML warnings from errors (#3157)
JR-Morgan Feb 1, 2024
4b73e3b
Update GisTopography.cs
KatKatKateryna Feb 2, 2024
2ed9b49
fix(Archicad): Crash when sending columns with "subtract from zone" r…
jozseflkiss Feb 6, 2024
c496381
CNX-8753-Downgrade-Text.Json (#3160)
BovineOx Feb 6, 2024
e1f8c00
Fix (FE2): CNX-8776 get header from front end (#3164)
oguzhankoral Feb 6, 2024
a674151
fix(core): CNX-8841 Fix StreamWrapper.ToString() so that it is not FE…
AlanRynne Feb 7, 2024
a6576fc
Update GisTopography.cs (#3162)
KatKatKateryna Feb 7, 2024
220e4fe
bug(rhino): fixes missing user strings on nested instances when recei…
clairekuang Feb 9, 2024
df7d93c
CNX-8866 Grasshopper nodes format result URL in Stream/Branch format …
AlanRynne Feb 9, 2024
f7fb435
IncludeSourceRevisionInInformationalVersion false (#3171)
JR-Morgan Feb 12, 2024
96881e5
Fix(GH) : account token component not finding correct account (#3172)
connorivy Feb 14, 2024
366dde6
fix: enforce the minimum 1 objectId is in the automate result case (#…
gjedlicska Feb 14, 2024
4610c72
CNX-8844 - remove alpha flag from Archicad (#3175)
jozseflkiss Feb 15, 2024
23d1bb8
fix(Archicad): Could not receive parametric elements with localized v…
jozseflkiss Feb 15, 2024
12dbb23
CNX-8963: Grasshopper - Send node output URLs are incorrectly formatt…
KatKatKateryna Feb 20, 2024
60a1beb
Fix(rhino): restores previous collection to native method and no long…
clairekuang Feb 20, 2024
5e9f7cb
Update BaseObjectSerializerV2.cs (#3182)
JR-Morgan Feb 20, 2024
a19067e
Update Http.cs (#3181)
JR-Morgan Feb 20, 2024
41a55c2
CNX-8978: Civil3d missing elements due to unhandled exception (#3179)
clairekuang Feb 20, 2024
cdcbb07
fix(Archicad): Sending "Skylights" element type throws null reference…
jozseflkiss Feb 20, 2024
31235d1
Fix(Revit) : getting project info can throw and kills conversion (#3177)
connorivy Feb 20, 2024
2fb6d4c
fix(rhino): uses correct method for cleaning layer paths on receive (…
clairekuang Feb 20, 2024
1afea5d
Update `dev` with changes from `main` (#3188)
AlanRynne Feb 20, 2024
d5137bb
Fix(Core) : expect empty strings in "GetUnitsFromString" (#3189)
connorivy Feb 20, 2024
8f5db88
fix(autocadcivil): Cnx 9042 creating a new file doesnt update DUI sav…
clairekuang Feb 21, 2024
b8d5d16
fix(DUI2): CNX-9024 bug d ui2 branch keeps re setting to main when op…
JR-Morgan Feb 21, 2024
d739bf5
bug(rhino): missing application ids when converting instances to nati…
clairekuang Feb 21, 2024
d643b94
fix(Archicad): CNX-9031 CNX-9040 Missing elements in Archicad from re…
jozseflkiss Feb 21, 2024
5dbc34f
chore(dui): amends changes in #3193 to remove unecessary index check …
clairekuang Feb 21, 2024
32dda27
CNX-9079: CI - Sign installers with DigiCert (#3185)
AlanRynne Feb 26, 2024
4d73b7e
Reverted disposal of multipart data form (#3197)
JR-Morgan Feb 26, 2024
3850b09
Update `main` with changes from `dev` (#3196)
AlanRynne Feb 26, 2024
8f9ea2d
feat(DUI2): Cnx 9068 update dui2 to use new fe2 terminology (#3200)
clairekuang Feb 28, 2024
a3fe748
fix(rhino8): adds runtime identifier to rhino 8 connector (#3202)
clairekuang Mar 1, 2024
8b5a712
CNX-9043 update server info return type and queries to include new mi…
connorivy Mar 1, 2024
623f6e2
CI: Use Keylocker to sign releases (#3213)
AlanRynne Mar 11, 2024
cdcedf7
CNX-8975: mixpanel metrics for grasshopper and dynamo are incorrectly…
JR-Morgan Mar 11, 2024
a5432d6
Feat(Core) : [CNX-8816] Add account upgrade method (#3205)
connorivy Mar 11, 2024
c0d46c4
fix(URGENT): DUI2 FE2 naming work should be on main (#3219)
AlanRynne Mar 12, 2024
cbe6511
CNX-8920 use account migration when selecting accounts in sdk (#3216)
BovineOx Mar 12, 2024
ea47da6
Update `dev` with changes from `main` (#3214)
AlanRynne Mar 12, 2024
fd99b48
bug(revit): [CNX-7509] revit wall by face doesnt work in revit 2022 (…
clairekuang Mar 12, 2024
9a3e689
Fixing account equality (#3220)
BovineOx Mar 12, 2024
ec1191f
Feat(Core) : Remove account from db and save new one (#3221)
connorivy Mar 13, 2024
3a356f6
BACK MERGE MAIN -> DEV (#3223)
BovineOx Mar 13, 2024
f8a6850
bug(revit): CNX-8730 deletes existing objects in a subtransaction dur…
clairekuang Mar 14, 2024
7a4278f
fix(ci): suppressed nuget warning about preview packages for the auto…
JR-Morgan Mar 14, 2024
64588ce
Update `dev` with changes from `main` (#3227)
AlanRynne Mar 14, 2024
b29bf55
Update link to the new web app in the README (#3235)
benjaminvo Mar 19, 2024
5fb0342
CNX-9176 remove relative paths from csprojects (#3250)
bimgeek Mar 28, 2024
b025200
Fix(logging): profile union and set calls to analytics (#3256)
teocomi Apr 5, 2024
e64f68d
CNX-9206 - Adds Navis2025 support (#3260)
jsdbroughton Apr 8, 2024
454eb1d
CNX-9163 type mapping dialog not picking up loaded families (#3266)
connorivy Apr 10, 2024
118f6bb
Hotfix(metrics): CNX-9196 add object type event tracking for mixpanel…
clairekuang Apr 10, 2024
f0f9eb3
perf(civil): CNX-9178 Civil: Optimised ToSpeckle conversion performan…
JR-Morgan Apr 11, 2024
bb6eed1
Back merge Main -> Dev (#3277)
JR-Morgan Apr 11, 2024
540b0d1
Fix for issue #3222 (#3232)
andreaslennartz Apr 11, 2024
b67e46c
Fix bug in SetSpaceLimits. (#3129)
RobClaessensRHDHV Apr 17, 2024
28a0607
Feat(Revit): CNX-9204 add parameters to groups (#3293)
connorivy Apr 22, 2024
74b94a4
Update `dev` with changes from `main` (#3299)
AlanRynne Apr 22, 2024
93dd518
CNX-8397-DLL-Conflict-Handling in existing DUI2 connectors (#3273)
connorivy Apr 23, 2024
ff0e8d3
Brings CreateNewVersionInProject up to parity with SpeckePy (#3298)
secretlyagoblin Apr 25, 2024
607d327
CNX-9205 : Properly initialize connector on Revit file double-click (…
connorivy Apr 26, 2024
31f0dc7
use speckle newtonsoft for dll conflict detection
Apr 26, 2024
9736d56
fix build
Apr 26, 2024
612ff3f
Fix(Revit) : Use speckle newtonsoft instead of System.Text.Json for i…
AlanRynne Apr 29, 2024
4b9ae23
fix(revit): exclude element params which are not visible (#3332)
teocomi May 2, 2024
9854cdc
Feature: support automate function input secrets in C# SDK (#3324)
cdriesler May 2, 2024
9697c01
fix: 2025 navis projects missing from build solution 🤔 (#3388)
AlanRynne May 9, 2024
3f85c57
CNX-9158 - Replace `BinaryFormatter` with UTF-8 encoded bytes for SHA…
JR-Morgan May 10, 2024
a04d11d
add support for revit 2025 (#3391)
connorivy May 10, 2024
02af65f
suppress warning dialog for potential dll conflicts (#3405)
connorivy May 13, 2024
5293e60
Chore(Revit): remove batch uploader from running in the background (#…
connorivy May 14, 2024
3ed07ca
feat(autocad): CNX-9237 CNX-9238 Add support for Autocad and Civil3D …
clairekuang May 14, 2024
630df49
CNX-9441-ETABS-to-Revit-Scaling-Issue (#3410)
connorivy May 14, 2024
09debd3
Update `main` with changes from `dev` (#3408)
AlanRynne May 14, 2024
9092757
Fix nuget publish by installing dotnet 8 where needed (#3415)
AlanRynne May 14, 2024
30ef483
CNX 9442 Incorrect Export of 'Room Type' Parameter from Revit to Spec…
connorivy May 16, 2024
f177a4c
add revit 2025 support to the .sln in order for installer to work (#3…
connorivy May 16, 2024
2c5c842
fix(ci): Install <8.0.300 everywhere (#3435)
AlanRynne May 21, 2024
7b3f646
Update DesktopUI link in README.md (#3427)
mv-fs May 21, 2024
b2f9f49
WEB-961 Update `Automate.SDK` to match new `AutomationRunData` shape …
cdriesler May 24, 2024
486ef45
Update `dev` with changes from `main` (#3436)
AlanRynne May 24, 2024
88257b8
CNX-9674 CNX-9673: Stop using intel mac images on CircleCI (#3449)
AlanRynne May 30, 2024
19211a6
Update `dev` with changes from `main` (#3450)
AlanRynne May 30, 2024
c4b928c
Promoted CS8618 to warning (dev) (#3453)
JR-Morgan May 30, 2024
e7450a2
CNX-9586 Text input not working in Rhino 8 (#3461)
AlanRynne Jun 3, 2024
dfb6d2e
CNX-9443 Rhino Compute units set as mm (#3460)
AlanRynne Jun 3, 2024
a40569e
CNX-9752 add parts data to pipes and structures (#3457)
clairekuang Jun 3, 2024
3124ced
gergo/automateSdkExitCodeHotfix (#3465)
gjedlicska Jun 4, 2024
a021359
WEB-1031 Provide test utils from sdk (#3467)
cdriesler Jun 5, 2024
f29aaeb
feat(Archicad): Add default commit message (#3473)
jozseflkiss Jun 5, 2024
f454421
Copy important changes to core from DUI3/alpha to main (#3478)
JR-Morgan Jun 6, 2024
504a606
CNX-9295 Speckle Connector doesn't initialize on Mac (#3480)
AlanRynne Jun 6, 2024
c311a3b
Update `dev` with changes from `main` (#3481)
AlanRynne Jun 6, 2024
c92da2d
CNX-9760 [Rhino]: add gis attributes as user strings (#3477)
clairekuang Jun 6, 2024
e28f84e
Gergo/automate sdk exit code hotfix (#3492)
gjedlicska Jun 7, 2024
460e9ac
CNX-9753: Add assembly and subassembly objects to Corridors (#3475)
clairekuang Jun 7, 2024
8fe7878
CNX-9439 interacting with structural gh models in the viewer (#3451)
JR-Morgan Jun 7, 2024
3c20d30
Updates `dev` with changes from `main` (#3494)
AlanRynne Jun 7, 2024
2e6e61f
CNX-9768: add additional properties to Civil3D pipes and structures (…
clairekuang Jun 8, 2024
c4cd55e
bug(Archicad): Properties not showing in viewer (#3472)
jozseflkiss Jun 12, 2024
f37ad90
feat(Archicad): Add support for openings (#3470)
jozseflkiss Jun 12, 2024
aa132d2
Update README.md (#3502)
clairekuang Jun 12, 2024
1478866
Archicad: Update connector icon on mac (#3503)
AlanRynne Jun 13, 2024
f5868d3
fetching branchName for FE2 URLs (#3487)
KatKatKateryna Jun 14, 2024
d151cf5
Added support for IReadOnlyList deserialization (#3520)
JR-Morgan Jun 18, 2024
c9e27de
CNX-9775 sending revit elements via dynamo (#3495)
oguzhankoral Jul 1, 2024
c324994
Fixes integration tests (#3551)
JR-Morgan Jul 2, 2024
235233d
MAIN -> Dev (#3552)
JR-Morgan Jul 2, 2024
2c6087c
feat(Core): [CNX-7561] - GraphQL Client functions for new FE2 API (#3…
JR-Morgan Jul 8, 2024
84bdb4f
Reverted consolidation of UserInfo and UserBase (#3563)
JR-Morgan Jul 8, 2024
9821069
CNX-9438 Grasshopper in Rhino 8 - New Types Support for Text, User At…
AlanRynne Jul 10, 2024
4239236
Chore(deps): Bump System.Text.Json from 7.0.2 to 8.0.4 in /Core/Tests…
dependabot[bot] Jul 10, 2024
6820ae1
Merge `main` -> `dev` (#3570)
JR-Morgan Jul 10, 2024
e4f7c63
[CNX-9823] add material quantity attribute to archicad elements (#3567)
r-wessel Jul 11, 2024
97021f0
Disable signed builds on non-main/dev branches (#3566)
adamhathcock Jul 11, 2024
5381b0a
use constructors to generate element1ds (#3571)
connorivy Jul 15, 2024
aafcc02
fix(core): Fixed issue with DisplayValue helper functions (#3575)
JR-Morgan Jul 16, 2024
bef9821
fix(core/http): log message should not duplicate path separator (#3573)
iainsproat Jul 16, 2024
fb573b7
Main -> Dev (#3576)
JR-Morgan Jul 18, 2024
9855d2e
Jsdb/navisworks/optiimisations (#3565)
jsdbroughton Jul 18, 2024
c22a3fa
fix: if headless use original material (#3511)
vwnd Jul 18, 2024
05cf31f
CNX-9877-units-fix (#3577)
bjoernsteinhagen Jul 18, 2024
b1ad169
feat(logging): adds correlation ID to http logs to assist debugging (…
iainsproat Jul 18, 2024
5c5489e
Cnx 9776 rhino 8 issue with non concurrent collections (#3582)
adamhathcock Jul 18, 2024
8dad212
Fix: resolved issue sending pipes from Revit (#3560)
EuanKeyframe Jul 18, 2024
96a6f29
Cnx 9894 update circle ci windows images to newer ones (#3581)
adamhathcock Jul 22, 2024
8c32ad4
chore(civil3d): changes property sets and parts data to be a `Base` (…
clairekuang Jul 22, 2024
885a05b
chore(send operation): print correlation ID in error & success messag…
iainsproat Jul 23, 2024
fe0c923
Fix: AppliedAssembly.AdjustedElevation error, and Single Point Featu…
jhdempsey86 Jul 24, 2024
536941b
Fix: Corrects serialised data from Archicad (macOS) (#3587)
r-wessel Jul 24, 2024
af53b70
Support shared parameter in schedules (#3585)
connorivy Jul 24, 2024
ffc35bf
fix(civil3d): added units to civil classes missing them (#3591)
clairekuang Jul 25, 2024
9d66940
Retry Fixes (#3592)
JR-Morgan Jul 25, 2024
82d9820
bug(civil3d) : fixes pipe base curve conversion bc civil3d api sucks …
clairekuang Jul 26, 2024
eeb7161
QGIS attributes in Revit (#3595)
KatKatKateryna Jul 26, 2024
39d9687
formatting (#3596)
KatKatKateryna Jul 26, 2024
ef996a3
fix(civil3d): prop sets & changes name to definition name (#3598)
clairekuang Jul 29, 2024
87198af
Remove sentry (#3590)
adamhathcock Jul 29, 2024
e5a38f3
Cnx 9910 v2 needs better open uri handling (#3588)
adamhathcock Jul 29, 2024
eb5757b
Fix: Throw SpeckleException on unhandled elements (#3599)
r-wessel Jul 30, 2024
2211fd9
Fix circle regex (#3600)
adamhathcock Jul 30, 2024
3f9577b
Changed dot net installer url (#3602)
JR-Morgan Jul 30, 2024
26c3113
Jrm/ci test (#3603)
JR-Morgan Jul 30, 2024
b341303
Jrm/ci test (#3604)
JR-Morgan Jul 30, 2024
44a1a37
duplicate list instead of referencing (#3605)
KatKatKateryna Jul 30, 2024
4f7829c
Add filter to skip the modifying when the zone of space is null (#3525)
ItsPatrickHe Jul 31, 2024
3faacab
CNX-9912 - Implement a display fallback for Revit Areas equivalent to…
jsdbroughton Jul 31, 2024
fdddfd7
Change regex to Sign rc builds (#3607)
JR-Morgan Jul 31, 2024
b65c3fa
add null check around assembly & location (#3606)
adamhathcock Jul 31, 2024
1f2fda4
Dev -> Main for 2.20.0-rc (#3609)
JR-Morgan Aug 2, 2024
a6a42e5
fix(Navisworks) - Improve SelectionSet extraction with error handling…
jsdbroughton Aug 2, 2024
0ec1f10
Restored helper function for faster library/object creation (#3610)
r-wessel Aug 2, 2024
149d35e
Back merge dev -> main (#3611)
JR-Morgan Aug 8, 2024
ef5692d
fix(automate): remove extra slash
cdriesler Aug 10, 2024
232f87c
fix(automate): remove extra slash (#3612)
cdriesler Aug 15, 2024
f11a179
Swallow an exception specific for .NET Core and other plugins (#3613)
adamhathcock Aug 16, 2024
118cf2b
Resiliency
JR-Morgan Aug 21, 2024
06b1aec
formatting
JR-Morgan Aug 22, 2024
3f24134
IDE0005 violation
JR-Morgan Aug 22, 2024
31d67da
Resiliency (#3617)
JR-Morgan Aug 22, 2024
0054094
fix(Revit): Only physical connectors can have an origin property. (#3…
jsdbroughton Aug 22, 2024
a50fc4d
Fixed issue with Meters to Km unit scalling (#3619)
JR-Morgan Aug 28, 2024
04defb2
`main` -> `dev` (#3620)
JR-Morgan Aug 28, 2024
6e9e62a
Removed vulnerable packages (#3622)
JR-Morgan Aug 30, 2024
8226bb3
fix: Update receive node with proper tracking (#3621)
AlanRynne Aug 30, 2024
d8e58c9
Bumped rhino 8 nuget (#3623)
JR-Morgan Sep 2, 2024
25483ad
Rhino8 Net7 -> Net4.8 (#3625)
JR-Morgan Sep 13, 2024
5e3e8c7
Update `main` to `dev` (#3629)
AlanRynne Sep 16, 2024
ee6176d
Exposed SeqToken (#3624)
JR-Morgan Sep 16, 2024
c791206
bjorn/cnx-255-etabs-assigning-to-frameobj-areaobj-setmodifiers-setpie…
bjoernsteinhagen Sep 16, 2024
03d12af
bjorn/cnx-397-etabs-frame-properties (#3627)
bjoernsteinhagen Sep 16, 2024
429dcfd
bjorn/cnx-396-etabs-structure-layout (#3628)
bjoernsteinhagen Sep 16, 2024
ac83b0f
Update `dev` with hotfixes from `main` (#3630)
AlanRynne Sep 19, 2024
2d9942b
fix: use v1 for tag links (#3641)
AlanRynne Oct 15, 2024
0230748
Added workspace Id tracking (#3637)
JR-Morgan Oct 15, 2024
fa2d92e
CNX-599 - ETABS Sending Multiple Load Combination Results (#3636)
bjoernsteinhagen Oct 15, 2024
052aa15
Revit Connector: Floors missing when converting linked models (#3635)
ks-cph Oct 15, 2024
65210c8
CNX-640 Sending Linked Ceiling (#3643)
bjoernsteinhagen Oct 21, 2024
953329e
Update `dev` with changes from `main` (#3642)
JR-Morgan Oct 22, 2024
ec868ed
Fix: Potential fix for godot issue (#3647)
JR-Morgan Oct 31, 2024
5770531
Update README.md to align with main github page (#3650)
clairekuang Nov 4, 2024
b1601f7
jrm/fe2 corrections (#3649)
JR-Morgan Nov 5, 2024
b45733e
fix(navis): Fixes missing element properties on coalesce from First S…
jsdbroughton Nov 5, 2024
407022b
enhancement(GH): Add Scope instruction text for access with token nod…
jsdbroughton Nov 5, 2024
c1a680e
minor(navis): coalesced properties to reflect instance as dominant on…
jsdbroughton Nov 5, 2024
af1b479
grasshopper workspace id tracking (#3653)
JR-Morgan Nov 5, 2024
264e21e
Update dev with changes from main (#3654)
AlanRynne Nov 12, 2024
9b90159
Updated version inputs
JR-Morgan Nov 13, 2024
0a206c7
Updated version inputs (#3655)
JR-Morgan Nov 13, 2024
ae17b3f
fix(automate): add success object level
cdriesler Nov 21, 2024
f706e24
fix(automate): forgot string mapping
cdriesler Nov 21, 2024
b5c5712
Remove Launched Event (#3656)
teocomi Nov 25, 2024
6354863
fix(automate): add success object level (#3657)
cdriesler Nov 26, 2024
e2a593a
fix(ci): Bump to net8.0 and drop unused net7.0 target for grasshopper…
AlanRynne Nov 27, 2024
743eea1
fix(automate): submit project id with run status (#3660)
cdriesler Nov 28, 2024
a0e7496
Merge Main -> Dev (#3663)
JR-Morgan Dec 10, 2024
ff929b3
fix: update direct shape parameters when it already exists (#3664)
teocomi Dec 11, 2024
2861ade
Limit FE1 API usage to essentials (#3662)
JR-Morgan Dec 12, 2024
a2169f0
Main -> Dev (#3665)
JR-Morgan Dec 12, 2024
63dbec0
CNX-961 - Remove keyboard shortcuts from plugin registration (#3667)
jsdbroughton Jan 7, 2025
62009cb
fix(Revit): DirectShape Instances to Speckle Conversion support (#3572)
jsdbroughton Jan 7, 2025
17b2486
Jrm/ci fix (#3670)
JR-Morgan Jan 7, 2025
2ae0fde
Fixed email invites (#3669)
JR-Morgan Jan 7, 2025
a737b8e
removed chunking from model class. (#3668)
bimgeek Jan 7, 2025
7c3b5b2
CNX-619 Revit Analytical Panel (#3645)
bjoernsteinhagen Jan 9, 2025
72fefd5
Revert deploy step to use .NET 6 SDK for Manager Feed (#3671)
JR-Morgan Jan 9, 2025
516caa6
Fix ping in SDK and add user agent headers (#3672)
adamhathcock Jan 13, 2025
e061225
Remove Node Run events from GH nodes (#3674)
JR-Morgan Jan 14, 2025
dfbc5ad
Ping `/api/ping` with fallbacks to older style pings (#3676)
JR-Morgan Jan 16, 2025
a830975
Removed favourite stream count from DUI2 stream view (#3675)
JR-Morgan Jan 16, 2025
2176e5e
Jrm/optimise query (#3677)
JR-Morgan Jan 17, 2025
c08f650
Jrm/optimise query (#3678)
JR-Morgan Jan 17, 2025
4cbda77
fix: Disappearing Grasshopper components after save (#3679)
AlanRynne Jan 22, 2025
f584fcb
fix(gh): Use external getter for `Value` property (#3680)
AlanRynne Jan 23, 2025
98430c3
Branch get nullabilty
JR-Morgan Feb 4, 2025
5e5349d
Dev -> Main (#3682)
JR-Morgan Feb 4, 2025
b8705b0
Jrm/branch get nullability (#3687)
JR-Morgan Feb 5, 2025
dab05d9
Merge branch 'dev' into jrm/main-dev-merge
JR-Morgan Feb 5, 2025
d1a5da1
Jrm/main dev merge (#3689)
JR-Morgan Feb 5, 2025
43edfef
Fix Ci (#3690)
JR-Morgan Feb 19, 2025
35b2a85
hotfix(civil3d): always use civil units (#3685)
clairekuang Feb 19, 2025
176a265
CNX 671 Local Axes of Structural Objects (#3648)
bjoernsteinhagen Feb 19, 2025
c9a4e82
Dev -> Main (#3691)
JR-Morgan Feb 19, 2025
ad75438
fix(sap): design orientation for sap members
bjoernsteinhagen Mar 2, 2025
4de65dc
fix(sap2000): sap model being received as generic models in revit (#3…
bjoernsteinhagen Mar 3, 2025
89f2188
Chore(mixpanel): Remove DllConflictsDetected event (#3694)
oguzhankoral Mar 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 17 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ setup: true
# the path-filtering orb is required to continue a pipeline based on
# the path of an updated fileset
orbs:
path-filtering: circleci/[email protected]
continuation: circleci/[email protected]
python: circleci/[email protected]
continuation: circleci/[email protected]
python: circleci/[email protected]

jobs:
setup:
Expand All @@ -30,25 +29,26 @@ jobs:
value: << pipeline.git.tag >>
steps:
- run: git branch internal_circleci
- path-filtering/set-parameters:
mapping: |
Core/.* run_core true
(Core|Objects|ConnectorRhino|ConnectorGrasshopper|.*/ConverterRhinoGh)/.* rhino true
(Core|Objects|ConnectorRevit|.*/ConverterRevit)/.* revit true
(Core|Objects|ConnectorDynamo|.*/ConverterDynamo)/.* dynamo true
(Core|Objects|ConnectorAutocadCivil|.*/ConverterAutocadCivil)/.* autocadcivil true
(Core|Objects|ConnectorCSI|.*/ConverterCSI)/.* csi true
(Core|Objects|ConnectorMicroStation|.*/ConverterMicroStation)/.* microstation true
(Core|Objects|ConnectorTeklaStructures|.*/ConverterTeklaStructures)/.* teklastructures true
(Core|Objects|ConnectorArchicad)/.* archicad true
base-revision: main
output-path: .circleci/scripts/parameters.json
# - path-filtering/set-parameters:
# mapping: |
# Core/.* core true
# (Core|Objects|ConnectorRhino|ConnectorGrasshopper|.*/ConverterRhinoGh)/.* rhino true
# (Core|Objects|ConnectorRevit|.*/ConverterRevit)/.* revit true
# (Core|Objects|ConnectorDynamo|.*/ConverterDynamo)/.* dynamo true
# (Core|Objects|ConnectorAutocadCivil|.*/ConverterAutocadCivil)/.* autocadcivil true
# (Core|Objects|ConnectorCSI|.*/ConverterCSI)/.* csi true
# (Core|Objects|ConnectorBentley|.*/ConverterBentley)/.* bentley true
# (Core|Objects|ConnectorTeklaStructures|.*/ConverterTeklaStructures)/.* teklastructures true
# (Core|Objects|ConnectorArchicad)/.* archicad true
# (Core|Objects|ConnectorNavisworks|.*/ConverterNavisworks)/.* navisworks true
# base-revision: main
# output-path: .circleci/scripts/parameters.json
- run: cat .circleci/scripts/parameters.json
- run: pip install pyyaml
- run: # run a command
name: Generate config
command: |
python .circleci/scripts/config-generator.py -d ${CIRCLE_TAG:-none} -o .circleci/continuation-config.yml
python .circleci/scripts/config-generator.py -d ${CIRCLE_TAG:-none} -o .circleci/continuation-config.yml -e ${CIRCLE_PR_REPONAME:-none}
- continuation/continue:
configuration_path: .circleci/continuation-config.yml # use newly generated config to continue
workflows:
Expand Down
Loading