Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Guidelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Development guidelines for ECMWF software projects.
- [Containerisation](./Containerisation.md) — guidelines for containerising ECMWF software
- [Observability](./Observability.md) — observability guidelines for ECMWF services
- [External Contributions](./External-Contributions.md) — guidelines for accepting external contributions to ECMWF projects
- [Testing](./Testing.md) — guidelines for unit, integration and regression testing, and for test suites for services
2 changes: 1 addition & 1 deletion Testing/README.md → Guidelines/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Data can be uploaded to the test repository via the web interface, located at
`https://sites.ecmwf.int/repository/<package-name>/s/admin/files/`. There are other interfaces
(CLI, python, REST) available according to [the documentation](https://confluence.ecmwf.int/display/UDOC/Website+as+Data+Repository).

For any new packages, the
For any new packages, the
[linked instructions](https://confluence.ecmwf.int/display/UDOC/Website+as+Data+Repository)
should be followed to create a new package data repository. Once created, you will need to
request that the data repository be made public, in the repository settings, and then contact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Codex is a set of guidelines for development of software and services at ECM
- [Architectural Decision Records](./ADR)
- [Repository Structure](./Repository%20Structure)
- [Project Maturity](./Project%20Maturity)
- [Testing](./Testing)
- [Testing](./Guidelines/Testing.md)
- [Containerisation](./Guidelines/Containerisation.md)
- [Observability](./Guidelines/Observability.md)
- [ECMWF Software EnginE (ESEE)](./ESEE)
Expand Down