You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change order of typeMatching entries [#68](https://github.com/pulp-platform/Deeploy/pull/68)
10
10
- Node Mangling to avoid duplication [#93](https://github.com/pulp-platform/Deeploy/pull/93)
@@ -30,6 +30,9 @@ This file contains the changelog for the Deeploy project. The changelog is divid
30
30
- missing checks for environment variables
31
31
-`_permuteHyperRectangle` helper function
32
32
- Added CI badges to the README
33
+
- Added YAML linting to CI
34
+
- Added missing license headers and C header include guards
35
+
- Extended the pre-commit hooks to remove trailing whitespace, check licenses, format and lint files
33
36
34
37
### Changed
35
38
- Replaced platform-specific tags (`*-amd64`, `*-arm64`) with direct digest references in `Noelware/docker-manifest-action`.
@@ -50,12 +53,14 @@ This file contains the changelog for the Deeploy project. The changelog is divid
50
53
- in some functions, instead of passing the name of a buffer, the actual buffer is just passed
51
54
- tile function allows overriding the optimizer with external tilingSolution and memoryMap
52
55
- refactor of the permutation functions for clarity
53
-
- Split CI into multiple files (one per platform, one for lint & license, one general Deeploy tests, one testing infrastructure, and two Docker flows)
56
+
- Split CI into multiple workflow files: one per platform, one for lint & license, one for general Deeploy tests, one for infrastructure, and two for Docker flows, improving maintainability and status reporting
57
+
- Extended CI to check license in cMake and YAML files
58
+
- Removed all trailing whitespace
54
59
55
60
### Fixed
56
61
- Prevent node duplication for graphs generated via GraphSurgeon
57
62
- Resolved issue with missing `id` in the `Build Cache for Docker` step, used in the `Inject build-cache` step.
58
-
- Fix license CI check.
63
+
- Fix license CI check and prevent potential issues with `jq` installation
59
64
60
65
### Removed
61
66
- Delete outdated and unused `.gitlab-ci.yml` file
0 commit comments