Commit Graph

3930 Commits

Author SHA1 Message Date
Ayaz Salikhov
22efe37e40 Better workflow names 2025-03-10 01:05:13 +00:00
Ayaz Salikhov
f7d59ceffe Better logs in DockerRunner 2025-03-10 00:54:15 +00:00
Ayaz Salikhov
0510a43920 Refactor container.exec_run usages 2025-03-10 00:49:28 +00:00
Ayaz Salikhov
f2b42fd461 Make sure build info works properly for messages with more than one line
Test on this commit
2025-03-10 00:27:05 +00:00
Ayaz Salikhov
18ff4a3fb1 Small updates related to Makefile 2025-03-09 23:24:03 +00:00
Ayaz Salikhov
29240ab803 Better wording about hadolint ignore 2025-03-09 22:49:47 +00:00
Ayaz Salikhov
3e3e3e651d Fix typo 2025-03-08 22:45:05 +00:00
Ayaz Salikhov
afdc806119 Move tagging/utils/config to tagging/apps/config 2025-03-05 02:01:07 +00:00
pre-commit-ci[bot]
f8f489beea [pre-commit.ci] pre-commit autoupdate (#2248)
updates:
- [github.com/PyCQA/isort: 6.0.0 → 6.0.1](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.1...v1.15.0)
- [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.3](https://github.com/rbubley/mirrors-prettier/compare/v3.4.2...v3.5.3)
- [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](https://github.com/PyCQA/flake8/compare/7.1.1...7.1.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-03 21:02:57 +00:00
Ayaz Salikhov
01e1bc157c Use double quotes in binder example 2025-03-03 20:29:33 +00:00
Ayaz Salikhov
8f03304445 Add pre-commit hooks to check shebangs (#2247) 2025-03-03 17:30:57 +00:00
Ayaz Salikhov
cf453282a0 Use {} instead of dict() 2025-03-03 16:22:42 +00:00
Ayaz Salikhov
17442ed877 Fix typo 2025-03-03 16:22:03 +00:00
Ayaz Salikhov
342a08e6f9 Fix more minor typos 2025-03-03 11:06:59 +00:00
Ayaz Salikhov
d43e9f4bb4 Fix minor typos 2025-02-28 22:04:06 +00:00
Ayaz Salikhov
6cdaf23d17 Mention dependent files in sphinx workflow 2025-02-26 17:59:54 +00:00
Ayaz Salikhov
8c22cc2892 Add by_image subdir for tests where needed 2025-02-26 17:43:09 +00:00
Julien Jerphanion
dfbdcb7f5d docs: Add badge for supported Python versions in README.md (#2244)
* docs: Format notes in `README.md`

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* docs: Add python versions supported

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Revert "docs: Format notes in `README.md`"

This reverts commit 984761cde7.

* Move badge down to appropriate section

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

Co-authored-by: Ayaz Salikhov <mathbunnyru@gmail.com>

---------

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Ayaz Salikhov <mathbunnyru@gmail.com>
2025-02-25 18:20:05 +00:00
Ayaz Salikhov
fc542dae88 Fix some minor issues in docs 2025-02-24 17:29:34 +00:00
Ayaz Salikhov
955ee9f987 Simplify plumbum usage in update_wiki 2025-02-24 15:22:53 +00:00
Ayaz Salikhov
449ed285b2 Refactor wiki: create functions, better logs and names (#2242) 2025-02-24 12:01:05 +00:00
Ayaz Salikhov
9d4d382b36 Revert wrong usage of textwrap.dedent 2025-02-24 11:50:39 +00:00
Ayaz Salikhov
8f1b27da65 Use tabulate in wiki to create better tables (#2241) 2025-02-24 09:25:27 +00:00
Ayaz Salikhov
b603a70822 Use default permissions for GitHub workflows (#2240) 2025-02-24 09:25:14 +00:00
Ayaz Salikhov
0d5c0aa42d Increase timeout for sphinx to 10 minutes 2025-02-24 01:47:33 +00:00
Ayaz Salikhov
d80bdd5a4d Use only internal references inside docs/ 2025-02-24 01:39:23 +00:00
Ayaz Salikhov
9c303c2545 Update tests.md for new test directories 2025-02-24 01:23:11 +00:00
Ayaz Salikhov
5a556f5c8a Shorten test paths: rename image_specific_tests => by_image 2025-02-24 01:18:33 +00:00
Ayaz Salikhov
24fe890c21 Move get_test_dirs to a separate file 2025-02-23 20:57:41 +00:00
Ayaz Salikhov
27dfcdb326 Fix broken link 2025-02-23 20:43:42 +00:00
Ayaz Salikhov
123d215128 Refactor tagging: create functions, better logs and names, textwrap.dedent (#2239) 2025-02-23 20:41:04 +00:00
Ayaz Salikhov
6c47a89558 Use textwrap.dedent() to create build info 2025-02-23 19:17:09 +00:00
Ayaz Salikhov
92a029158c Add MarkdownPiece class to make manifest pieces better structured (#2238) 2025-02-23 19:15:45 +00:00
Ayaz Salikhov
4ee4f2b906 Remove explicit utf-8 from decode() as it's default (#2237) 2025-02-22 14:15:53 +00:00
Ayaz Salikhov
8fc97cb36b Add tagging config to pass params easier (#2234)
* Add tagging config to pass params easier

* Shorter function signatures
2025-02-22 01:05:54 +00:00
Ayaz Salikhov
18e09a7872 Clarify container.remove() behaviour (#2235) 2025-02-22 00:46:48 +00:00
Ayaz Salikhov
1bbab5c80d Add more logs in tagging 2025-02-21 22:24:59 +00:00
Ayaz Salikhov
d9b6333f13 Write correct manifests in forks 2025-02-21 22:23:51 +00:00
Ayaz Salikhov
73628de2cd Fail if test dir doesn't exist (#2233) 2025-02-21 18:58:30 +00:00
Ayaz Salikhov
ba19c03837 Better logs for unit tests when dir doesn't exist 2025-02-21 17:59:07 +00:00
Ayaz Salikhov
2a6c640eb9 Put run-hooks test files in one data/run-hooks/ subdir 2025-02-21 17:52:32 +00:00
Ayaz Salikhov
165bbc1e71 Better tests directory structure (#2231) 2025-02-21 17:46:43 +00:00
Ayaz Salikhov
80f4426b8e Unify common arguments in tagging/apps (#2230) 2025-02-21 16:28:36 +00:00
Ayaz Salikhov
db4e9efecb Add missing dependencies to x86_64-images-tag-push job (#2232) 2025-02-21 15:15:07 +00:00
Ayaz Salikhov
066fd4af74 Improve tagging docs: do not show useless imports 2025-02-21 14:22:53 +00:00
Ayaz Salikhov
c5da3ed7fb Fix changelog codestyle 2025-02-21 14:18:47 +00:00
Ayaz Salikhov
80a0b6b57f Correctly update wiki repo 2025-02-21 13:36:30 +00:00
Ayaz Salikhov
0c483ad1c1 Add copyright and improve tagging docs 2025-02-21 12:56:28 +00:00
Ayaz Salikhov
e815fde31b Better tagging directory structure (#2228) 2025-02-21 12:48:18 +00:00
Ayaz Salikhov
355813e360 Fix some typing comments 2025-02-21 01:56:40 +00:00