Thanks for your interest in this project.
- Project description
- Developer resources
- Problem Eclipse Development Process
- Eclipse Contributor Agreement
- General contribution to the project
- Contributing as a Consultant
- Contributing as a Developer
- Contact
The companies involved want to increase the automotive industry's competitiveness, improve efficiency through industry-specific cooperation and accelerate company processes through standardization and access to information and data. A special focus is also on SMEs, whose active participation is of central importance for the network's success. That is why Catena-X has been conceived from the outset as an open network with solutions ready for SMEs, where these companies will be able to participate quickly and with little IT infrastructure investment. Tractus-X is meant to be the PoC project of the Catena-X alliance focusing on parts traceability.
- https://projects.eclipse.org/projects/automotive.tractusx
- https://github.com/eclipse-tractusx/traceability-foss
Information regarding source code management, builds, coding standards, and more.
The project maintains the source code repositories in the following GitHub organization:
This Eclipse Foundation open project is governed by the Eclipse Foundation Development Process and operates under the terms of the Eclipse IP Policy.
- https://eclipse.org/projects/dev_process
- https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf
In order to be able to contribute to Eclipse Foundation projects you must electronically sign the Eclipse Contributor Agreement (ECA).
The ECA provides the Eclipse Foundation with a permanent record that you agree that each of your contributions will comply with the commitments documented in the Developer Certificate of Origin (DCO). Having an ECA on file associated with the email address matching the "Author" field of your contribution's Git commits fulfills the DCO's requirement that you sign-off on your contributions.
For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit
Maintaining CHANGELOG.md
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For better traceability add the corresponding GitHub issue number in each changelog entry, please.
Prerequisites:
- Create access token https://gitlab.eclipse.org/-/profile/personal_access_tokens
We are using the GitHub Flow for our branching system.
The general idea behind this approach is that you keep the main code in a constant deployable state. You start off with the main branch, then a developer creates a feature branch directly from main. After the feature is developed the code is reviewed and tested on the branch. Only after the code is stable it can be merged to main.
- The commit messages have to match a pattern in the form of:
<type>(optional scope): <Ticket_ID> <description>
- Allowed types are
chore
,fix
andfeature
.
Examples:
feature(users): #DDD description
fix: #322 make X work again
The detailed pattern can be found here: commit-msg
cp dev/commit-msg .git/hooks/commit-msg && chmod 500 .git/hooks/commit-msg
- The prerequisite for a concept is always a github issue that defines the business value and the acceptance criteria that are to be implemented with the concept
- Copy and rename directory /docs/#000-concept-name-template /docs/#-
- Copy file /docs/Concept_TEMPLATE.md into new directory /docs/#-
To maintain coding styles we utilize EditorConfig tool, see configuration file for the details.
This project utilizes SonarCloud for static code analysis, which provides feedback on issues such as code smells, bugs, and security vulnerabilities.
To connect your remote SonarCloud instance with your IntelliJ IDE, follow these steps:
-
Install the SonarLint plugin for IntelliJ:
- Open IntelliJ and go to File > Settings (or IntelliJ IDEA > Preferences on macOS)
- Select Plugins and search for "SonarLint"
- Click on the "Install" button and follow the prompts to complete the installation
-
Configure SonarLint with your SonarCloud account:
- Go to File > Settings (or IntelliJ IDEA > Preferences on macOS)
- Select Other Settings > SonarLint
- Click on the "+ Add" button and select "SonarCloud"
- Add your project key
- Click on "Create Token" and log in
- Copy and paste the token
- Click on the "Test Connection" button to verify the connection
-
Analyze your code with SonarLint:
- Open your project in IntelliJ IDEA
- Right-click on your project folder in the Project Explorer and select "SonarLint > Analyze <project_name>"
By following these steps, you can connect your remote SonarCloud instance with your IntelliJ IDE and analyze your code with SonarLint.
These guidelines are defined to maintain homogeneous code quality and style. It can be adapted as the need arises.
New and old developers should regularly review this guide to update it as new points emerge and to sync themselves with the latest changes.
Attributes in Angular template should be properly ordered by groups:
*
- Structural Directives[]
- Attribute Directives or Input parameters()
- Event listeners- All other attributes
- IntelliJ IDEA ships with built-in support for .editorconfig files
- Eclipse plugin
- Visual studio code plugin
mvn package org.eclipse.dash:license-tool-plugin:license-check -DskipTests=true -Ddash.summary=DEPENDENCIES_BACKEND -Ddash.fail=true
mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.iplab.token=<token> -Ddash.projectId=automotive.tractusx
cd frontend
yarn install
yarn run dependencies:generate
java -jar scripts/download/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar yarn.lock -review -token <token> -project automotive.tractusx
Contact the Eclipse Tractus-X developers via the developer mailing list.
Contact the project developers via eclipse matrix chat.
- Eclipse Matrix Chat https://chat.eclipse.org/#/room/#tractusx-trace-x:matrix.eclipse.org