18 Commits

Author SHA1 Message Date
Iain Sproat 2e143d8e88 feat(input): support json schema path as an absolute path (#393)
* feat(input): support json schema path as an absolute path

* update documentation
2024-10-05 08:07:37 +01:00
Iain Sproat d5c4844583 docs(README): adds descriptions for all inputs (#305) 2024-01-09 16:00:45 +00:00
Iain Sproat 94cd180e64 Update README to match actual intent of release tag (#262) 2023-11-12 17:31:54 +00:00
Iain Sproat 0e00242543 Align with API and update documentation (#261) 2023-11-12 17:17:56 +00:00
Iain Sproat 2f4e3cf8e3 feat(compute resources): suggest recommended limits to CPU and Memory for a Function (#243)
* feat(compute resources): suggest recommended limits to CPU and Memory for a Function

* Adds documentation
2023-11-06 14:48:11 +01:00
Gergő Jedlicska e7d9ad8844 add ref to composite action 2023-08-07 15:54:11 +02:00
Iain Sproat f7280a269b fix(action.yaml): document all outputs (#184) 2023-08-04 16:28:40 +01:00
Iain Sproat d1a6a411ae feat(output): action will output the server host (#183) 2023-08-04 16:32:31 +02:00
Iain Sproat 37802efd77 fix(action.yaml): update defaults and align readme (#169) 2023-07-26 18:20:07 +01:00
Iain Sproat 04dc0a5a07 fix(docs): update action and docs to match actual output (#113) 2023-06-06 21:25:19 +01:00
Iain Sproat 042a3dedcb Rename input variable function_id to speckle_function_id
- output variable function_id remains unchanged
2023-05-18 16:52:37 +01:00
dependabot[bot] 11abc378d9 build(deps-dev): bump h3 from 1.6.2 to 1.6.4 (#20)
* build(deps-dev): bump h3 from 1.6.2 to 1.6.4

Bumps [h3](https://github.com/unjs/h3) from 1.6.2 to 1.6.4.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.6.2...v1.6.4)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build javascript into dist directory

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2023-03-28 19:43:41 +01:00
Iain Sproat 8737d6fdaa fix(README): headers were not marked up correctly (#15) 2023-03-24 19:38:08 +00:00
Iain Sproat 1fceda4724 test(coverage): 100% test coverage & refactor to vitest and msw (#6)
* chore(refactor): tests use vitest and msw
* fix(directory): Ensure filenames conform to eslint requirements
* chore(yarn): Specify node engine version
* fix(yarn): use the proper nodelinker
* fix(GitHub workflow): yarn install with caching
* docs(README): update to match changes

---------

Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2023-03-23 15:37:32 +00:00
Iain Sproat 938e24921d feat(action): Create a Typescript action (#1) 2023-03-21 23:06:59 +00:00
Iain Sproat 0eb31b2f6b Example GitHub Action 2023-03-20 16:01:47 +00:00
Iain Sproat 83ac03f20e fix(README): customise to project 2023-03-20 15:42:55 +00:00
Iain Sproat b0d7b5ce16 Initial commit 2023-03-20 15:31:14 +00:00