Integrate gitlab-ci/use-common-artifact-pathspecs and 11 more
Commit: seco-ne/yocto/infrastructure/gitlab-ci@c227e053
Yocto build: use common artifact pathspec for image and SDK builds
This is the first step on the way to a common pipeline for all build configurations.
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@fa2766e6
README: review documentation for adding new project
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@c027f42b
README: use consistent heading style
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@f8bf107b
Sourcery: keep min-max-identity check disabled
IMO code is easier to read without the proposed change: https://docs.sourcery.ai/Reference/Python/Default-Rules/min-max-identity/
Move the disabled check to the top of the list and add a comment that all the checks below need to be verified.
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@01484573
Refactoring: replace if-expression with or
See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/or-if-exp-identity/
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@ccdac3d5
Sourcery: enable more passing checks
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@d5908ee5
Refactoring: remove needless str() from print()
See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/remove-str-from-print/
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@479861fb
Sourcery: enable passing checks
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@7c87d4d1
Sourcery: skip use-assigned-variable
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@26591c0b
Refactoring: use datetime.now() instead of datetime.today()
now() is officially preferred over today() according to the docs. See for reference:
https://docs.sourcery.ai/Reference/Python/Default-Rules/use-datetime-now-not-today/ https://docs.python.org/3/library/datetime.html#datetime.datetime.now
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@414ebe6d
Add python code analysis via sourcery
Disable all checks which do not pass currently. These should be enabled in the future along with a code refactoring to make them pass.
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@df817ecf
README: Add howto to create a new project.