-
Notifications
You must be signed in to change notification settings - Fork 45
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
First draft of classes and properties as base for discussion WIP! #897
Conversation
Signed-off-by: Ummo Schwarting <69399030+umm0@users.noreply.github.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Co-authored-by: Gary O'Neall <gary@sourceauditor.com> Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
- Fix typos in model descriptions - Make sure that the property names have correct casing (starts with a lowercase letter) in model descriptions - Add "The" to entry description of SoftwarePurpose (some already have, some don't; also make "The" casing consistent with entry description in other vocabs) Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Fix typos, casing, and make SoftwarePurpose entry description consistent
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
[Diagram] Remove all named individuals
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
[CHANGELOG] Add changes in buildType and SpdxOrganization
…ionship Fix typo: Asbtract -> Abstract. Merge with 1 approval because it is minor and time constraint for PDF production, please kindly revert if there's an issue.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Fix typos: an -> a; descendents -> descendants
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There's an error message from the spec-parser:
|
Is that spec-parser available to use locally in my repo, so that I could do a pre-commit or pre-PR check? |
It is available at https://github.com/spdx/spec-parser For that particular error, it means that you need a file named Operations.md in model/Operations/ folder. See for example model/Build/Build.md -- Possible content of SPDX-License-Identifier: Community-Spec-1.0
# Operations
## Summary
The Operations Profile defines ...
## Description
...
## Metadata
- id: https://spdx.org/rdf/3.1/terms/Operations
- name: Operations
## Profile Conformance
... |
Btw, we're drafting a document about the formatting and convention for model Markdown. If you find anything that you think if you know about them before it will save your time writing the model file, please share them in #867 - Thank you |
Thank you for your hints. We will care about it. |
This is the correct way of doing it, Marcel -- thanks! |
@mkurzman Note that if you like to see if the PR actually passed the validation, at this moment you have to click to look inside the workflow details (spec-parser currently returns 0 even if there is an error, so GitHub will think that there is no error and display "Green" checkmark). For example, this is the output from the most recent validation |
as preparation for the peer review and discussion in the Operation Profile round.
Open points: