-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from nitin-vavdiya/docs/add-legal-docs
docs: legal docs added as per TRGs
- Loading branch information
Showing
26 changed files
with
1,950 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
############################################################### | ||
# Copyright (c) 2024 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Apache License, Version 2.0 which is available at | ||
# https://www.apache.org/licenses/LICENSE-2.0. | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
# License for the specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
############################################################### | ||
|
||
**/.git | ||
build/test-results |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the bug | ||
|
||
_A clear and concise description of what the bug is._ | ||
|
||
### To Reproduce | ||
|
||
_Steps to reproduce the behavior:_ | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
### Expected behavior | ||
|
||
_A clear and concise description of what you expected to happen._ | ||
|
||
### Screenshots/Error Messages | ||
|
||
_If applicable, add screenshots and/or error messages to help explain your problem._ | ||
|
||
## Context Informations | ||
|
||
_Add any other context about the probleme here._ | ||
|
||
- Used version: [e.g. Commit Hash] | ||
- OS: [e.g. Mac OS (M1), Windows, Linux] | ||
- Docker Version: [e.g. 20.10.12] | ||
- `java --version`: | ||
|
||
## Possible Implementation | ||
|
||
_You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
_If you are missing a feature or have an idea how to improve this project that should first be | ||
discussed, please feel free to open up | ||
a [discussion](https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/discussions)._ | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_ | ||
|
||
**Describe the solution you'd like** | ||
_A clear and concise description of what you want to happen._ | ||
|
||
**Describe alternatives you've considered** | ||
_A clear and concise description of any alternative solutions or features you've considered._ | ||
|
||
**Additional context** | ||
_Add any other context or screenshots about the feature request here._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
############################################################### | ||
# Copyright (c) 2024 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Apache License, Version 2.0 which is available at | ||
# https://www.apache.org/licenses/LICENSE-2.0. | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
# License for the specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
############################################################### | ||
|
||
version: 2 | ||
registries: | ||
github-central-pipelines: | ||
type: git | ||
url: https://github.com | ||
username: x-access-token | ||
password: ${{ secrets.CENTRAL_PIPELINES_READ_ONLY_GH_TOKEN }} | ||
|
||
updates: | ||
# maintain dependencies for GitHub actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "dependencies" | ||
- "github_actions" | ||
registries: | ||
- github-central-pipelines | ||
|
||
# maintain dependencies for Gradle | ||
- package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts) | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "dependencies" | ||
- "java" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Description | ||
|
||
<!-- Provide a clear and concise description of the changes introduced by this pull request. Explain the problem it | ||
solves or the feature it adds. --> | ||
|
||
## Why | ||
|
||
<!-- Why are these changes necessary? What problem does it solve? --> | ||
|
||
|
||
## Issue Link | ||
|
||
Refs: <issue_number> | ||
|
||
|
||
## Checklist | ||
Please delete options that are not relevant. | ||
|
||
- [ ] I have followed the contributing guidelines | ||
|
||
- [ ] I have performed IP checks for added or updated 3rd party libraries | ||
|
||
- [ ] I have added copyright and license headers, footers (for .md files) or files (for images) //open source requirement | ||
|
||
- [ ] I have performed a self-review of my own code | ||
|
||
- [ ] I have successfully tested my changes locally | ||
|
||
- [ ] I have added tests and updated existing tests that prove my changes work | ||
|
||
- [ ] I have checked that new and existing tests pass locally with my changes | ||
|
||
- [ ] I have commented my code, particularly in hard-to-understand areas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
############################################################### | ||
# Copyright (c) 2024 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Apache License, Version 2.0 which is available at | ||
# https://www.apache.org/licenses/LICENSE-2.0. | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
# License for the specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
############################################################### | ||
|
||
application-local.yaml | ||
build | ||
.gradle | ||
.gradletasknamecache | ||
.idea/* | ||
!.idea/runConfigurations | ||
!.idea/runConfigurations/* | ||
!.idea/dictionaries | ||
!.idea/dictionaries/* | ||
!.idea/copyright | ||
!.idea/copyright/* | ||
!.idea/codeStyles | ||
!.idea/codeStyles/* | ||
!.idea/icon.png | ||
out | ||
*.iml | ||
.vscode | ||
|
||
*.versionsBackup | ||
*.releaseBackup | ||
release.properties | ||
|
||
|
||
local.properties | ||
*.swp | ||
|
||
.video | ||
.attach_pid* | ||
|
||
|
||
bin/ | ||
.settings | ||
.project | ||
.classpath | ||
.konan | ||
|
||
.DS_Store | ||
|
||
hs_err_pid*.log | ||
|
||
local.db | ||
jacoco-report | ||
dev-assets/env-files/env.local | ||
dev-assets/env-files/env.docker | ||
dev-assets/env-files/env.environment | ||
dev-assets/docker-environment/postgres/db.sh | ||
dev-assets/docker-environment/pgAdmin/servers.json | ||
dev-assets/docker-environment/pgAdmin/storage/* | ||
|
||
.java-version | ||
|
||
# a file created by the 'update_dependencies.sh' script | ||
# it shouldn't be added to version control | ||
# if the filename changes, this section MUST be updated | ||
dash.jar | ||
# An intermediate file used to store the dependencies as a | ||
# flat list, used by the `dashLicenseCheck` gradle task | ||
deps.txt | ||
# Ignore .env files, the root .env is used in the gradle build | ||
# script, when not using `task` | ||
.env | ||
.idea/codeStyles/Project.xml | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
############################################################### | ||
# Copyright (c) 2024 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Apache License, Version 2.0 which is available at | ||
# https://www.apache.org/licenses/LICENSE-2.0. | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
# License for the specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
############################################################### | ||
|
||
product: "SSI DIM Wallet Stub" | ||
leadingRepository: "https://github.com/eclipse-tractusx/ssi-dim-wallet-stub" | ||
repoCategory: "product" | ||
repositories: | ||
- name: "ssi-dim-wallet-stub" | ||
usage: "The repository is the SSI DIM wallet stub application" | ||
url: "https://github.com/eclipse-tractusx/ssi-dim-wallet-stub" |
Empty file.
Empty file.
Oops, something went wrong.