Commit graph

1494 commits

Author SHA1 Message Date
Juro Oravec
3b1f6088a0
feat: allow different template settings for ComponentRegistries (#615)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-27 06:18:50 +02:00
github-actions[bot]
ee5c92ba00
Merge pull request #621 from EmilStenstrom/dependabot/pip/importlib-metadata-8.4.0
build(deps): bump importlib-metadata from 7.1.0 to 8.4.0
2024-08-26 17:30:35 +00:00
dependabot[bot]
2ad7083187
build(deps): bump importlib-metadata from 7.1.0 to 8.4.0
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.1.0 to 8.4.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/v7.1.0...v8.4.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:29:18 +00:00
github-actions[bot]
99f90d36b1
Merge pull request #619 from EmilStenstrom/dependabot/pip/paginate-0.5.7
build(deps): bump paginate from 0.5.6 to 0.5.7
2024-08-26 17:28:35 +00:00
dependabot[bot]
ceed212dc0
build(deps): bump paginate from 0.5.6 to 0.5.7
Bumps [paginate](https://github.com/Signum/paginate) from 0.5.6 to 0.5.7.
- [Changelog](https://github.com/Pylons/paginate/blob/master/CHANGELOG.txt)
- [Commits](https://github.com/Signum/paginate/compare/0.5.6...0.5.7)

---
updated-dependencies:
- dependency-name: paginate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:27:17 +00:00
github-actions[bot]
be4dde7bca
Merge pull request #620 from EmilStenstrom/dependabot/pip/mkdocstrings-0.25.2
build(deps): bump mkdocstrings from 0.24.1 to 0.25.2
2024-08-26 17:26:34 +00:00
dependabot[bot]
4e548bbce7
build(deps): bump mkdocstrings from 0.24.1 to 0.25.2
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.24.1 to 0.25.2.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.1...0.25.2)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:25:26 +00:00
github-actions[bot]
aafe00e487
Merge pull request #618 from EmilStenstrom/dependabot/pip/regex-2024.7.24
build(deps): bump regex from 2022.10.31 to 2024.7.24
2024-08-26 17:24:40 +00:00
dependabot[bot]
606604b494
build(deps): bump regex from 2022.10.31 to 2024.7.24
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2024.7.24.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2024.7.24)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:23:29 +00:00
github-actions[bot]
02cb3f213a
Merge pull request #616 from EmilStenstrom/dependabot/pip/requests-2.32.3
build(deps): bump requests from 2.32.2 to 2.32.3
2024-08-26 17:22:44 +00:00
dependabot[bot]
2663ba6ba0
build(deps): bump requests from 2.32.2 to 2.32.3
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:21:24 +00:00
github-actions[bot]
4bd90811cf
Merge pull request #617 from EmilStenstrom/dependabot/pip/pymdown-extensions-10.9
build(deps): bump pymdown-extensions from 10.7.1 to 10.9
2024-08-26 17:20:42 +00:00
dependabot[bot]
212463ef36
build(deps): bump pymdown-extensions from 10.7.1 to 10.9
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7.1 to 10.9.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7.1...10.9)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:19:35 +00:00
Juro Oravec
b90961b4a7
feat: dynamic slots, fills, and provides (#609)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-25 22:35:10 +02:00
Emil Stenström
6793aec9b4
Merge pull request #608 from dalito/gh-docs-redirect-mike2.0
Fix redirect to latest for mike 2.0
2024-08-25 16:42:50 +02:00
David Linke
1efdff7daf Fix redirect to latest for mike 2.0 2024-08-25 16:41:27 +02:00
Juro Oravec
39cff5a1d0
feat: add dynamic expressions (#605)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-25 12:53:40 +02:00
Emil Stenström
fc5ea78739
Merge pull request #607 from EmilStenstrom/up-test-coverage
Increase minimum coverage to 97%
2024-08-25 12:35:07 +02:00
Emil Stenström
038d2c3e97 Increase minimum coverage to 97% 2024-08-25 12:33:57 +02:00
Emil Stenström
a1cd97ceda
Merge pull request #606 from dalito/docs-at-gh-pages
Fix docs deployment to gh-pages.
2024-08-25 10:45:26 +02:00
David Linke
2feb339387 Fix docs deployment to gh-pages. 2024-08-24 19:48:08 +02:00
Juro Oravec
d6ec62c6be
feat: add spread operator (#596)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-24 15:01:18 +02:00
Emil Stenström
36b8fcfbe6 Make sure we run on master. 2024-08-24 14:31:40 +02:00
Emil Stenström
3f38a25dd3 Try adding write permissions to action. 2024-08-24 14:02:43 +02:00
github-actions[bot]
d8f858b891
Merge pull request #604 from EmilStenstrom/dependabot/pip/requests-2.32.2
build(deps): bump requests from 2.31.0 to 2.32.2
2024-08-24 09:50:45 +00:00
dependabot[bot]
fa6a3c5336
build(deps): bump requests from 2.31.0 to 2.32.2
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:49:30 +00:00
github-actions[bot]
818fb3655d
Merge pull request #602 from EmilStenstrom/dependabot/pip/idna-3.7
build(deps): bump idna from 3.6 to 3.7
2024-08-24 09:48:48 +00:00
dependabot[bot]
5676f61301
build(deps): bump idna from 3.6 to 3.7
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:47:43 +00:00
github-actions[bot]
8817b70d6d
Merge pull request #603 from EmilStenstrom/dependabot/pip/jinja2-3.1.4
build(deps): bump jinja2 from 3.1.3 to 3.1.4
2024-08-24 09:47:16 +00:00
dependabot[bot]
b06a0c6bd8
build(deps): bump jinja2 from 3.1.3 to 3.1.4
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:46:10 +00:00
github-actions[bot]
49f681597e
Merge pull request #597 from EmilStenstrom/dependabot/pip/certifi-2024.7.4
build(deps): bump certifi from 2024.2.2 to 2024.7.4
2024-08-24 09:45:26 +00:00
dependabot[bot]
645a72ba9a
build(deps): bump certifi from 2024.2.2 to 2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:44:17 +00:00
github-actions[bot]
6d4181d6b2
Merge pull request #601 from EmilStenstrom/dependabot/pip/sqlparse-0.5.0
build(deps): bump sqlparse from 0.4.4 to 0.5.0
2024-08-24 09:43:50 +00:00
dependabot[bot]
8beb35fb4c
build(deps): bump sqlparse from 0.4.4 to 0.5.0
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:42:45 +00:00
github-actions[bot]
d2dc611c2e
Merge pull request #600 from EmilStenstrom/dependabot/pip/urllib3-2.2.2
build(deps): bump urllib3 from 2.2.1 to 2.2.2
2024-08-24 09:42:03 +00:00
dependabot[bot]
73dad70c04
build(deps): bump urllib3 from 2.2.1 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:40:52 +00:00
github-actions[bot]
8ffc0e9b62
Merge pull request #599 from EmilStenstrom/dependabot/pip/django-5.0.8
build(deps): bump django from 5.0.3 to 5.0.8
2024-08-24 09:40:24 +00:00
dependabot[bot]
15600ee83f
build(deps): bump django from 5.0.3 to 5.0.8
Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.8.
- [Commits](https://github.com/django/django/compare/5.0.3...5.0.8)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:39:21 +00:00
github-actions[bot]
e6797049f9
Merge pull request #598 from EmilStenstrom/dependabot/pip/zipp-3.19.1
build(deps): bump zipp from 3.18.1 to 3.19.1
2024-08-24 09:38:48 +00:00
dependabot[bot]
570b56509a
build(deps): bump zipp from 3.18.1 to 3.19.1
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.19.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 09:37:37 +00:00
Emil Stenström
a8a3828076
Merge pull request #420 from GabDug/docs/init
docs: add mkdocs
2024-08-24 11:37:06 +02:00
Gabriel Dugny
4947bfe0f6 chore: banner 2024-08-24 11:24:43 +02:00
Gabriel Dugny
3f87571ce3 chore: remove content, keep only README 2024-08-24 11:24:43 +02:00
Gabriel Dugny
7211679bae chore: warn about WIP docs state 2024-08-24 11:24:43 +02:00
Gabriel Dugny
052945415e docs: add advanced topics 2024-08-24 11:24:43 +02:00
Gabriel Dugny
ab0b5c6266 chore: update README 2024-08-24 11:24:43 +02:00
Gabriel Dugny
19ee26a811 docs: absolute image link in the README 2024-08-24 11:24:26 +02:00
Gabriel Dugny
d56e27c05a chore: fix links, remove top navigation 2024-08-24 11:23:43 +02:00
Gabriel Dugny
95400944ec chore: working docs 2024-08-24 11:23:24 +02:00
Gabriel Dugny
295ea95d1b chore: remove hardcoded reference 2024-08-24 11:23:24 +02:00