Commit Graph

64 Commits

Author SHA1 Message Date
Alan Rynne 2dc2d452e6 Use new nuget context (#18)
* Update config.yml

Updated nuget API key to use contexts instead.

* Updated config.yml
2023-01-24 11:03:43 +01:00
Alan Rynne 2ea6fdd32e Merge pull request #17 from specklesystems/github-template-update 2022-08-09 11:58:23 +02:00
Matteo Cominetti 8c770e1fbc Add files via upload 2021-10-02 17:06:03 +01:00
Matteo Cominetti 30ae1b7420 Create open-ssie.yml 2021-10-02 17:05:35 +01:00
Alan Rynne 66a1ccb8ba fix: Bump version v1.2.3 2021-06-11 10:17:38 +02:00
Alan Rynne 4bb2759be9 Merge pull request #16 from specklesystems/alan/rhino-version-downgrade
Downgraded rhino nugets to 6.28 for broader compatibility
2021-06-09 16:55:47 +02:00
Alan Rynne 0a1a3e1627 Downgraded rhino nugets to 6.28 for broader compatibility 2021-06-09 16:53:51 +02:00
Dimitrie Stefanescu 57c7dd0bd0 Merge branch 'main' of https://github.com/specklesystems/GrasshopperAsyncComponent into main v1.2.2 2021-04-03 19:01:24 +01:00
Dimitrie Stefanescu 330a55b058 fix(nuspec): versioning 2021-04-03 19:01:04 +01:00
Dimitrie Stefanescu 1b92138ce9 Update README.md
closes #7
2021-04-03 18:39:23 +01:00
Dimitrie Stefanescu 2f2be53bff fix: fixes incorrect cancellation v1.2.1 2021-04-03 18:22:22 +01:00
Dimitrie Stefanescu af6b381578 fix(merge conflicts): fixed merge conflicts (for real) 2021-04-03 18:17:22 +01:00
Dimitrie Stefanescu a53cef31a8 Merge pull request #13 from specklesystems/dim/fixes
Dim/fixes
v1.2.0
2021-04-03 18:09:20 +01:00
Dimitrie Stefanescu 8dc8c9a0fb Merge branch 'main' into dim/fixes 2021-04-03 18:07:21 +01:00
Dimitrie Stefanescu 65fab58006 feat: thread safety 2021-04-03 18:04:53 +01:00
Dimitrie Stefanescu b93aa1a76a feat(cancellation): adds readme example 2021-04-03 18:03:30 +01:00
Dimitrie Stefanescu bdc105fa95 feat(cancellation): implements it cyclotron component 2021-04-03 17:59:58 +01:00
Dimitrie Stefanescu 59f87b2a7d feat(cancellation): exposes cancellation request (example in prime calculator) 2021-04-03 17:56:39 +01:00
Dimitrie Stefanescu c314fc5834 feat(cancellation): exposes task cancellation method 2021-04-03 17:10:36 +01:00
Alan Rynne b7e57b1ec8 fix(0.2.1): Missmatched GH versions v0.2.1 2021-02-03 22:53:09 +01:00
Alan Rynne 0f649d6d2d release(0.2.1): Bumped version
Should also publish nuget symbols package for easier debugging!
2021-02-03 22:38:15 +01:00
Dimitrie Stefanescu 92f814dab4 fix(threading): fixes race condition in settings vars on worker done() calls
changes SetData to int value (1=setting, 0=not setting), and moves all ops to interlocked calls on
ints - fingers crossed
2021-02-03 19:49:21 +00:00
Alan Rynne c4dd423018 Minor version bump v0.2.0 2020-12-08 10:35:34 +01:00
Alan Rynne 27147e1d0a fix(nuget): Reverted to GH and Rhinocommon 6.29 2020-12-08 10:34:50 +01:00
Alan Rynne e3f9aed47d cd into component folder for push 2020-12-08 10:21:13 +01:00
Alan Rynne fa8976a7b8 Back to single publish job 2020-12-08 10:15:40 +01:00
Alan Rynne aa798e4528 Test job split 2020-12-08 10:10:20 +01:00
Alan Rynne 6f1ab85332 $env is the key? 2020-12-08 09:51:50 +01:00
Alan Rynne 57eccd2495 Printing nuget token env var 2020-12-08 09:47:27 +01:00
Alan Rynne 04f11d4c2a Will braces fix it? Removed filter for easier test
Added echo commands to check too!
2020-12-08 09:44:13 +01:00
Alan Rynne 21234e5f75 Added setApiKey step 2020-12-07 18:05:02 +01:00
Alan Rynne e07f28b52a Merge branch 'feat/refactor+ci' into main 2020-12-07 17:47:51 +01:00
Alan Rynne b531b98168 Removed unnecessary targets
Pack fix


Added release prop


Added nuget push + nuspec changes


Added tags filter to workflow


Modified filter


Updated push comand


This filter should do it


Added wildcard in push command
2020-12-07 17:47:34 +01:00
Alan Rynne 447015c2f5 Merge branch 'feat/refactor+ci' into main 2020-12-07 16:44:58 +01:00
Alan Rynne 9914679933 Added initial config 2020-12-07 16:42:27 +01:00
Alan Rynne be84225d48 fix: Edited details 2020-12-07 15:44:37 +01:00
Alan Rynne 0db4ca4d8b Added nuspec + downgraded to 4.5 for max compatibility 2020-12-07 15:27:20 +01:00
Alan Rynne b97846efbb Added logos to demo 2020-12-07 15:22:39 +01:00
Alan Rynne ff5f9d6320 fix: Reorganized solution into two projects
Demo project for sample implementations and project for publishing dll
2020-12-07 14:51:43 +01:00
Alan Rynne 5b7fcc67a2 Exposed cancellation sources in GH_AsyncComponent 2020-12-07 09:34:46 +01:00
Matteo Cominetti 04196584b6 Merge pull request #8 from specklesystems/osx
feat(build): adds post build event to correctly rename artifact in osx
2020-11-13 14:34:26 +00:00
Matteo Cominetti c9253d1f16 feat(build): adds post build event to correctly rename artifact in osx 2020-11-12 23:10:33 +00:00
Alan Rynne 81920b336d fix(component): Removed leftover test lines 2020-10-28 08:15:21 +01:00
Dimitrie Stefanescu dc7ab7fe5f Merge pull request #6 from specklesystems/dim/dev
Updates
2020-10-16 00:19:33 +01:00
Dimitrie Stefanescu 88cfab2910 feat(messages): removes the ReportError action (pass in parent comp)
easier to pass in the parent comp and directly set runtime messages on it

BREAKING CHANGE: signature for the DoWork function changes
2020-10-16 00:17:02 +01:00
Dimitrie Stefanescu 381579d1f9 feat(workers): now possible to pass the parent component to the worker 2020-10-16 00:07:08 +01:00
Dimitrie Stefanescu 26c86a361d feat(fields): made some progress report related props public 2020-10-14 13:52:23 +01:00
Dimitrie Stefanescu ed41f2967a feat(progress display): makes the progress display function overridable 2020-10-14 13:31:29 +01:00
Dimitrie Stefanescu 9846711ec3 Update README.md 2020-10-09 15:44:07 +01:00
Dimitrie Stefanescu 3d05d05e4c Merge pull request #5 from specklesystems/dim/dev
feat(nulls): prevents the flash of null data between component iterations
2020-10-09 15:33:45 +01:00