-
Notifications
You must be signed in to change notification settings - Fork 20
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 #242 from eclipse-tractusx/release/v1.8.0-RC3
build(1.8.0-RC3): merge release into main
- Loading branch information
Showing
397 changed files
with
1,183 additions
and
261 deletions.
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,86 @@ | ||
{ | ||
"fileHeaderComment.parameter": { | ||
"*": { | ||
"commentbegin": "/********************************************************************************", | ||
"commentend": " ********************************************************************************/", | ||
"commentprefix": "", | ||
"commentbegin#": "###############################################################", | ||
"commentend#": "###############################################################", | ||
"commentprefix#": "#", | ||
"commentbegin<!->": "<!--", | ||
"commentend<!->": "-->", | ||
"commentprefix<!->": "-", | ||
"cx_header_default": [ | ||
"* 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" | ||
], | ||
"cx_header_with_#": [ | ||
"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" | ||
], | ||
"cx_header_with_<!->": [ | ||
"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" | ||
] | ||
} | ||
}, | ||
"fileHeaderComment.template": { | ||
"cx_header_default": [ | ||
"${commentbegin}", | ||
"${commentprefix} ${cx_header_default}", | ||
"${commentend}" | ||
], | ||
"cx_header_with_<!->": [ | ||
"${commentbegin<!->}", | ||
"${commentprefix<!->} ${cx_header_with_<!->}", | ||
"${commentend<!->}" | ||
], | ||
"cx_header_with_#": [ | ||
"${commentbegin#}", | ||
"${commentprefix#} ${cx_header_with_#}", | ||
"${commentend#}" | ||
] | ||
} | ||
} |
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
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,16 @@ | ||
## Copyright and License Header | ||
|
||
Where possible, all source code, property files, and metadata files (including application, test, and generated source code as well as other types of files such as XML, HTML, etc.) must include a header with appropriate copyright and license notices. | ||
|
||
## Use the 'File Header Comment' VS Code extension | ||
|
||
It's recommended to use the [File Header Comment](https://marketplace.visualstudio.com/items?itemName=doi.fileheadercomment) VS Code extension because it allows us to share the header within the team by the .vscode/settings.json. | ||
|
||
Install the extension and assign some [keyboard shortcut](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-editor) to the extension insertFileHeaderCommentOther, Ctrl+Alt+I for instance. | ||
|
||
Every time you create a new file or edit a file that you created and doesn't yet have a header, use the keyboard shortcut to insert the according header template in the file. | ||
|
||
Currently the following templates are available: | ||
|
||
- cx_header_default | ||
- cx*header_with*# |
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...al Integration/02. Identity Provider Management/04. Delete Identity Provider.md
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
2 changes: 1 addition & 1 deletion
2
...l Integration/02. Identity Provider Management/05. Disable Identity Provider.md
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
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
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
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
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
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
Oops, something went wrong.