Commit Graph

71 Commits

Author SHA1 Message Date
a0bd4e61a1 s/add-on-script.py/entrypoint.py 2024-10-15 06:30:57 +00:00
ecb8dea19b Update entrypoint.py 2024-10-15 06:26:23 +00:00
30c53faea7 Delete Add-on-script.py 2024-10-15 06:24:45 +00:00
7608bb5199 Add entrypoint.py 2024-10-15 06:24:31 +00:00
f09dc70891 Update Dockerfile 2024-10-15 06:24:03 +00:00
f4407fd3fa Update diagram 2024-07-21 22:03:41 -05:00
28252e5e32 Add diagram 2024-07-21 21:14:23 -05:00
AllSpiceUser
d18cf0d11c Merge pull request 'Fix linting issues' () from dd/dev into main
Reviewed-on: 
2024-07-22 01:17:20 +00:00
03356d5c41 Fix linting issues 2024-07-21 20:16:28 -05:00
AllSpiceUser
b1bc79439e Merge pull request 'Create boilerplate template from example' () from dd/dev into main
Reviewed-on: 
2024-07-22 01:14:25 +00:00
5439ce4483 Change Add-on name to explicit URL@V 2024-07-21 20:10:07 -05:00
4f8ac8b817 Update Readme.md 2024-07-21 20:09:40 -05:00
a047c86c54 Fix action.yml to match Add-on-script.py 2024-07-21 19:25:09 -05:00
f6872b6874 Add config_file 2024-07-21 19:05:44 -05:00
7e76738f06 Fix token reference 2024-07-21 19:05:25 -05:00
5ecd3551c9 Update env var name to ALLSPICE_TOKEN 2024-07-21 19:00:18 -05:00
b0fe5488ec Add config_file argument parameter 2024-07-21 18:56:50 -05:00
17047c7cb6 Rename file back to action.yml 2024-07-21 18:52:26 -05:00
b7ab121b9f Fix example inputs 2024-07-21 18:19:56 -05:00
9ddef54109 Update examples 2024-07-21 18:16:11 -05:00
8610006665 Create generic template 2024-07-21 18:03:17 -05:00
391dfeeb56
Merge pull request from AllSpiceIO/su/bump
Bump py-allspice version for multi-part components
2024-07-02 11:31:12 -04:00
Shrikanth Upadhayaya
f3c895f002
Bump py-allspice version for multi-part components 2024-07-01 12:03:04 -04:00
42a1da4417
Merge pull request from AllSpiceIO/dd/update-readme
Update generate-bom to @v0.4
2024-06-27 11:11:06 -06:00
124bdda4a0 Update README.md 2024-06-27 11:33:10 -05:00
14760b5a0e Update generate-bom to @v0.3 2024-06-24 16:42:45 -05:00
8724a708ba
Merge pull request from AllSpiceIO/kd/quote_yaml
Quote yaml strings in README.md
2024-06-04 16:54:54 +02:00
941ea40f4a
Quote yaml strings in README.md 2024-06-04 10:43:53 +02:00
dependabot[bot]
31775745b8
Bump ruff from 0.4.4 to 0.4.7 ()
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 11:57:29 -04:00
5e40485cf6
Merge pull request from AllSpiceIO/su/yaml-config
Use YAML based columns config
2024-05-23 13:14:02 -07:00
Shrikanth Upadhayaya
8c5d681f86
Rename column_name to name
See https://github.com/AllSpiceIO/generate-bom/pull/8#discussion_r1611771720
2024-05-23 12:15:10 -07:00
Shrikanth Upadhayaya
28ac5f7aae
Use YAML based columns config 2024-05-22 15:56:17 -07:00
Shrikanth Upadhayaya
979bc74280
Merge pull request from AllSpiceIO/su/variant-arg
Ignore blank string args for variant and ref
2024-05-22 12:25:39 -07:00
Shrikanth Upadhayaya
a1f0c302cc
Ignore blank string args for variant and ref 2024-05-22 12:15:39 -07:00
Shrikanth Upadhayaya
fc9c478884
Merge pull request from AllSpiceIO/kd/docs-generate-bom-update
Update url to generate-bom
2024-05-22 09:43:44 -07:00
d723956279 Update for v0.3 release 2024-05-22 12:01:02 -04:00
9d908fc84f Update url to generate-bom 2024-05-22 11:52:31 -04:00
Shrikanth Upadhayaya
3ef36c28d4
Merge pull request from AllSpiceIO/su/orcad
Support OrCAD BOM generation
2024-05-22 08:51:08 -07:00
Shrikanth Upadhayaya
a345b68535
Reformat with Ruff 2024-05-22 08:48:53 -07:00
Shrikanth Upadhayaya
e6a7b091da
Update to use OrCAD BOM generation 2024-05-22 08:48:36 -07:00
Shrikanth Upadhayaya
b12728b477
Merge pull request from AllSpiceIO/su/ci
Add linting and CI checks
2024-05-16 16:04:15 -07:00
Shrikanth Upadhayaya
ed20e4ed7c
Add linting and CI checks 2024-05-16 15:13:54 -07:00
Jonathan Tran
bcef1d1c8b
Add license () 2024-05-15 18:22:51 -04:00
43e9bd59fe Merge pull request 'Update README.md' () from kd/fix-readme_json into main
Reviewed-on: 
Reviewed-by: shrikanth-allspice <shrikanth-allspice@noreply.hub.allspice.io>
2024-05-14 14:33:54 +00:00
f9af3dfd51 Update README.md 2024-05-13 18:23:40 +00:00
077021c25a Merge pull request 'Update README.md' () from kd/update_readme into main
Reviewed-on: 
Reviewed-by: shrikanth-allspice <shrikanth-allspice@noreply.hub.allspice.io>
2024-05-10 21:32:37 +00:00
f6caac24af Add default for columns.json 2024-05-10 20:48:14 +00:00
3e898aa828 Fix typo 2024-05-10 20:39:51 +00:00
c74bd6b47e Update README.md 2024-05-10 20:38:41 +00:00
7559123d43 Add Group By section 2024-05-10 20:35:28 +00:00