Commit 8799ebd
authored
chore: Migrate from Poetry to uv (#63)
* Migrate from Poetry to uv for dependency management
- Convert pyproject.toml from Poetry format to PEP 621 standard
- Replace poetry.lock with uv.lock
- Update CI workflow to use astral-sh/setup-uv@v4 instead of snok/install-poetry
- Update all dependencies to latest versions:
- infrahub-sdk: v1.12.2 -> v1.17.0
- ruff: 0.9.1 -> 0.14.10
- mypy: 1.14.1 -> 1.19.1
- pylint: 3.3.4 -> 4.0.4
- yamllint: 1.35.1 -> 1.37.1
- vale: 3.9.4.0 -> 3.13.0.0
- invoke: 2.1.2 -> 2.2.1
- types-pyyaml: 6.0.12.20250516 -> 6.0.12.20250915
* pin uv version
* test ci fix
* Add linting tasks and fix generated markdown documentation
- Add markdownlint task to tasks/linter.py matching CI pipeline
- Add pylint, ruff format check tasks to match CI
- Create .markdownlintignore for node_modules and .venv
- Fix Jinja templates to generate valid markdown:
- Add blank lines around lists (MD032)
- Use 4-space indentation for nested lists (MD007)
- Trim descriptions to prevent double blank lines (MD012)
- Fix table separator formatting
- Disable MD060 (table column style) for dynamic tables
- Fix MLAG description markdown formatting in .metadata.yml
- Regenerate all reference documentation
* Add markdownlint job to CI pipeline
Add markdown-lint job that runs markdownlint on all .md and .mdx files
when markdown files change, matching the local linter.markdown task.1 parent 9dd38e5 commit 8799ebd
65 files changed
Lines changed: 2281 additions & 2122 deletions
File tree
- .github/workflows
- .vale/styles
- Infrahub
- docs
- _templates
- docs
- reference
- extensions/mlag
- tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 42 | | |
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
51 | | - | |
| 46 | + | |
52 | 47 | | |
53 | 48 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
57 | 52 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 53 | + | |
66 | 54 | | |
67 | | - | |
| 55 | + | |
68 | 56 | | |
69 | | - | |
| 57 | + | |
70 | 58 | | |
71 | | - | |
| 59 | + | |
72 | 60 | | |
73 | | - | |
| 61 | + | |
74 | 62 | | |
75 | | - | |
| 63 | + | |
76 | 64 | | |
77 | 65 | | |
78 | 66 | | |
| |||
88 | 76 | | |
89 | 77 | | |
90 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
114 | | - | |
115 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
116 | 126 | | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
120 | 130 | | |
121 | | - | |
| 131 | + | |
122 | 132 | | |
123 | 133 | | |
124 | 134 | | |
125 | 135 | | |
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
129 | | - | |
| 139 | + | |
130 | 140 | | |
131 | 141 | | |
132 | | - | |
| 142 | + | |
133 | 143 | | |
134 | 144 | | |
135 | 145 | | |
| |||
154 | 164 | | |
155 | 165 | | |
156 | 166 | | |
157 | | - | |
158 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
159 | 174 | | |
160 | | - | |
| 175 | + | |
| 176 | + | |
161 | 177 | | |
162 | | - | |
| 178 | + | |
163 | 179 | | |
164 | 180 | | |
165 | | - | |
| 181 | + | |
| 182 | + | |
166 | 183 | | |
167 | 184 | | |
168 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments