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

process: add aspice standard #372

Merged
merged 1 commit into from
Feb 20, 2025
Merged

process: add aspice standard #372

merged 1 commit into from
Feb 20, 2025

Conversation

masc2023
Copy link
Contributor

Tailored processes of APSICE PAM 4.0 are added

Resolves: #318

Copy link

The created documentation from the pull request is available at: docu-html

@AlexanderLanin
Copy link
Member

@hoe-jo why don't we have something like .. standard-req::, .. norm-req::, .. iso-req:: or however we would call these?

@masc2023 masc2023 force-pushed the masc2023_add_aspice_standard branch from 7dc7272 to 38c52fc Compare February 16, 2025 08:29
Copy link

The created documentation from the pull request is available at: docu-html

@masc2023 masc2023 force-pushed the masc2023_add_aspice_standard branch from 38c52fc to 7b5bdfd Compare February 16, 2025 08:36
Copy link

The created documentation from the pull request is available at: docu-html

@masc2023
Copy link
Contributor Author

@hoe-jo . can we allow Upper Letter for Standards, e.g. STD_BP_ASPICE-40__SWE-5-BP5

Copy link
Contributor

@aschemmel-tech aschemmel-tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see inline comments

@masc2023 masc2023 force-pushed the masc2023_add_aspice_standard branch from 7b5bdfd to a9fb377 Compare February 19, 2025 08:49
@hoe-jo
Copy link
Contributor

hoe-jo commented Feb 20, 2025

@AlexanderLanin we do have the directive std_req

@masc2023 i rather would not have an exception here, we could simply reformat the IDs with regex (also inside VScode possible) one way could be:
Search: \b(([A-Z0-9-]+){1,4})*(?=[a-z])
Replace: \L$1_

@masc2023
Copy link
Contributor Author

@hoe-jo , already changed it, please check if it is ok, currently the checks does still check for STD_REQ_......

@masc2023 i rather would not have an exception here, we could simply reformat the IDs with regex (also inside VScode possible) one way could be: Search: \b(([A-Z0-9-]+){1,4})*(?=[a-z]) Replace: \L$1_

Tailored processes of APSICE PAM 4.0 are added

Resolves: #318
@masc2023 masc2023 force-pushed the masc2023_add_aspice_standard branch from a9fb377 to 08508f4 Compare February 20, 2025 07:46
Copy link
Contributor

@aschemmel-tech aschemmel-tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine

@masc2023 masc2023 merged commit 3d8e150 into main Feb 20, 2025
11 checks passed
@masc2023 masc2023 deleted the masc2023_add_aspice_standard branch February 20, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvement: Add ASPICE standard references for process
4 participants