Skip to content

Commit 8e9b20f

Browse files
committed
(filtered current version)
1 parent e248ae8 commit 8e9b20f

File tree

1,421 files changed

+34947
-45538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,421 files changed

+34947
-45538
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ build
3939

4040
.env
4141
!launchers/.env.connector
42+
!launchers/.env.catalog-crawler
4243

4344
# Log files
4445
*.log

.editorconfig

+8-17
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,32 @@
1-
# This file is for unifying the coding style for different editors and IDEs
2-
# See editorconfig.org
1+
# Editor configuration, see https://editorconfig.org
32
root = true
43

54
[*]
6-
indent_style = space
7-
end_of_line = lf
85
charset = utf-8
9-
trim_trailing_whitespace = true
6+
indent_style = space
107
insert_final_newline = true
11-
indent_size = 4
8+
trim_trailing_whitespace = true
9+
end_of_line = lf
10+
indent_size = 2
1211
ij_continuation_indent_size = 4
1312

14-
[*.ts]
15-
quote_type = single
16-
1713
[*.md]
1814
max_line_length = off
1915
trim_trailing_whitespace = false
20-
indent_size = 2
21-
22-
[*.{yml,yaml}]
23-
indent_size = 2
2416

2517
[*.java]
2618
max_line_length = 140
2719
ij_java_blank_lines_after_imports = 1
2820
ij_java_blank_lines_after_package = 1
2921
ij_java_line_comment_add_space = true
30-
ij_java_imports_layout = *,|,java.**,javax.**,|,$*
22+
ij_java_imports_layout = *, |, java.**, javax.**, |, $*
3123
ij_java_class_count_to_use_import_on_demand = 999
3224
ij_java_doc_align_param_comments = false
33-
25+
indent_size = 4
3426

3527
[{*.kt,*.kts}]
3628
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^
3729
ij_kotlin_packages_to_use_import_on_demand = explicitly-none
3830
ij_kotlin_name_count_to_use_star_import = 2147483647
3931
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
40-
ij_continuation_indent_size = 4
41-
32+
indent_size = 4

.env

-5
This file was deleted.

.env.dev

-5
This file was deleted.

.gitbook.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
root: ./docs/
2-
3-
​structure:
4-
summary: SUMMARY.md​
2+
structure:
3+
summary: SUMMARY.md

.github/ISSUE_TEMPLATE/documentation.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
name: Documentation Update Request
2+
name: "Product: Documentation Update Request"
33
about: Create a report to help us improve our documentation
44
title: ""
55
labels: "task/documentation"
66
assignees: ""
77
---
88

9+
# Documentation Update Request
10+
911
## Description
1012
<!-- Provide a brief overview of the documentation update request. What section or topic needs to be updated? -->
1113

.github/ISSUE_TEMPLATE/enhancement.md

-27
This file was deleted.

.github/ISSUE_TEMPLATE/epic_template.md

-37
This file was deleted.
+11-16
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,32 @@
11
---
2-
name: Feature Request
2+
name: "Product: Feature Request"
33
about: Help us with new features
44
title: ""
55
labels: "kind/enhancement"
66
assignees: ""
77
---
88

9+
# Feature Request
10+
911
## Description
10-
<!-- A clear and concise description of what the user wants to happen. Example below. Replace brackets! -->
11-
As a {user} who {preconditions}, I want to {do something}, so I can {goal}.
12+
<!-- A clear and concise description of what the customer wants to happen. Example below. -->
13+
- As a USER who PRECONDITIONS, I want to DO_THING, so I can ACCOMPLISH_GOAL.
1214

13-
## Affected Areas
14-
<!-- Specify areas that this feature will impact (e.g., CI, DPF, transfer, etc.) -->
15+
## Which Areas Would Be Affected?
16+
<!-- e.g., DPF, CI, build, transfer, etc. -->
1517

16-
## Motivation
17-
<!-- Explain why this feature is needed and any specific requirements. -->
18+
## Why Is the Feature Desired?
19+
<!-- Are there any requirements? -->
1820

19-
## Related Initiatives or Features
20-
<!-- Describe how this request ties into existing workflows, features, or initiatives. -->
21+
## How does this tie into our current product?
22+
<!-- Describe whether this request is related to an existing workflow, feature, or otherwise something in the product today. Or, does this open us up to new markets and innovative ideas? -->
2123

2224
## Stakeholders
2325
<!-- Add more on who asked for this, i.e. company, person, how much they pay us, what their tier is, are they a strategic account, etc. Who needs to be kept up-to-date about this feature? -->
2426

25-
## Acceptance Criteria
26-
<!-- Define what is a must-have for launch and in-scope (e.g. security-related tasks like successful pen-tests). Keep this section fluid and dynamic until you lock-in priority during planning. Please list your criteria below. -->
27-
2827
## Solution Proposal and Work Breakdown
2928
<!-- If you already know what needs to be done, please add a tasklist. -->
3029

31-
```[tasklist]
3230
- [ ] Fix the GitHub Projects Labels, Sprint and other Metadata
3331
- [ ] Refine a Solution Proposal / Work Breakdown
3432
- [ ] (For Tech Team): Include acceptance criteria for the sub-tasks of the work breakdown
35-
- [ ] Add security related tasks and checks
36-
- [ ] Final solution design has been challenged for security related topics
37-
```

.github/ISSUE_TEMPLATE/feature_request_mds.md

-47
This file was deleted.

.github/ISSUE_TEMPLATE/mds_enhancement.md

-27
This file was deleted.

.github/ISSUE_TEMPLATE/process.md

-22
This file was deleted.

.github/ISSUE_TEMPLATE/release.md

-73
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
_What issues does this PR close?_
2-
3-
4-
```[tasklist]
51
### Checklist
2+
63
- [ ] The PR title is short and expressive.
7-
- [ ] I have updated the CHANGELOG.md and linked the changes to their issues. See [changelog_update.md](https://github.com/sovity/authority-portal/blob/main/docs/dev/changelog_updates.md) for more information.
4+
- [ ] I have updated the CHANGELOG.md. Hints on formulation: Important information first, details second.
85
- [ ] I have updated the Deployment Migration Notes Section in the CHANGELOG.md for any configuration / external API changes.
96
- [ ] I have updated the Community Edition [Postman-Collection](https://github.com/sovity/edc-ce/blob/main/docs/api/postman_collection.json) if I changed existing APIs or added new APIs (e.g. for Management-API or API-Wrapper)
10-
- [ ] I have performed a **self-review**
11-
```
7+
- [ ] I have performed a self-review
8+
- [ ] I understand that my contributions will be contributed under the Contributor License Agreement (CLA) which has to be agreed to on your first contribution.
9+
- [ ] I have added / adjusted Apache 2.0 license headers to files *.ts, *.kts, *.kt, *.java and marked anything else of relevance in the NOTICE file.

0 commit comments

Comments
 (0)