Commit graph

493 commits

Author SHA1 Message Date
Mike
f9fd4eb51f
Merge pull request #232 from jazzband/dependabot/pip/tomlkit-0.11.4
chore(deps): bump tomlkit from 0.11.1 to 0.11.4
2022-08-13 10:37:49 -07:00
dependabot[bot]
e98823fb6e
chore(deps): bump tomlkit from 0.11.1 to 0.11.4
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.1 to 0.11.4.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.11.1...0.11.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-13 17:34:51 +00:00
Mike
676ea27a79
Merge pull request #231 from Dresdn/Dresdn/issue-230
Update read the docs config
2022-08-13 10:31:59 -07:00
Mike
fc94c29138 chore: remove unneeded files 2022-08-13 10:22:32 -07:00
Mike
943a63fd84 chore: use new theme and clean up style errors 2022-08-13 10:22:22 -07:00
Mike
5e1193c0ee chore(deps): add sphinx-rtd-theme 2022-08-13 10:08:16 -07:00
Mike
62184d8ccf docs: resolve docstring error 2022-08-13 10:07:54 -07:00
Mike
9cb71074ec
Merge pull request #229 from Dresdn/Dresdn/issue-93a
docs: update config file path
2022-08-12 18:20:10 -07:00
Mike
5cf6f1d708 docs: update config file path 2022-08-12 18:19:47 -07:00
Mike
1a9e442567
Merge pull request #228 from Dresdn/Dresdn/issue-93
Update Read the Docs build
2022-08-12 18:06:15 -07:00
Mike
b59f556187 chore(deps): mark django as main dependency 2022-08-12 17:59:17 -07:00
Mike
a0de1686bc fix: #93 add read the docs config file 2022-08-12 17:58:10 -07:00
Mike
ba0577a5ae
Merge pull request #224 from jazzband/dependabot/pip/sphinx-autodoc-typehints-1.19.2
chore(deps-dev): bump sphinx-autodoc-typehints from 1.19.1 to 1.19.2
2022-08-12 16:48:49 -07:00
dependabot[bot]
479cbf93d3
chore(deps-dev): bump sphinx-autodoc-typehints from 1.19.1 to 1.19.2
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.1...1.19.2)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12 22:53:13 +00:00
Mike
8a7d16d783
Merge pull request #227 from Dresdn/Dresdn/issue-223
Update the way Attribute.slug field is generated
2022-08-12 15:50:53 -07:00
Mike
bbf12d5413 doc: update CHANGELOG 2022-08-12 15:00:59 -07:00
Mike
0a3a6f6fd7 fix: use typing_extensions 2022-08-12 14:56:47 -07:00
Mike
e24edcdc2d ci: bump base coverage to 90% 2022-08-12 14:46:16 -07:00
Mike
fb83744dd9 test: remove deprecated slug test 2022-08-12 14:45:30 -07:00
Mike
31e12a0ef9 chore: remove unused EavSlugField 2022-08-12 14:36:49 -07:00
Mike
8c183333d1 chore: update text description 2022-08-12 14:24:47 -07:00
Mike
653ed7fd38 refactor: move generate_slug to logic 2022-08-12 14:23:41 -07:00
Mike
f6afc45613 fix: ensure a proper slug is generated 2022-08-12 14:00:35 -07:00
Mike
e5f9ecb9e9 chore: use Django's SlugField() for Attribute.slug 2022-08-12 13:36:26 -07:00
Mike
cc2acd0724 test: add Attribute model tests 2022-08-12 13:31:55 -07:00
Mike
c0a6188405 chore(deps): add hypothesis 2022-08-12 13:27:46 -07:00
Mike
850ee17187
Merge pull request #221 from jazzband/dependabot/pip/django-3.2.15
chore(deps-dev): bump django from 3.2.14 to 3.2.15
2022-08-05 07:27:59 -07:00
Mike
ab3e7093ad
Merge pull request #220 from jazzband/dependabot/pip/sphinx-autodoc-typehints-1.19.1
chore(deps-dev): bump sphinx-autodoc-typehints from 1.18.3 to 1.19.1
2022-08-05 07:27:49 -07:00
dependabot[bot]
9c0c1365c6
chore(deps-dev): bump django from 3.2.14 to 3.2.15
Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.14...3.2.15)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 02:27:42 +00:00
dependabot[bot]
c1b44e24d1
chore(deps-dev): bump sphinx-autodoc-typehints from 1.18.3 to 1.19.1
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.18.3 to 1.19.1.
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.18.3...1.19.1)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 02:32:50 +00:00
Mike
0a2f15628f
Merge pull request #218 from jazzband/dependabot/pip/doc8-1.0.0
chore(deps-dev): bump doc8 from 0.11.2 to 1.0.0
2022-07-30 08:06:15 -07:00
dependabot[bot]
9965ce16c9
chore(deps-dev): bump doc8 from 0.11.2 to 1.0.0
Bumps [doc8](https://github.com/pycqa/doc8) from 0.11.2 to 1.0.0.
- [Release notes](https://github.com/pycqa/doc8/releases)
- [Commits](https://github.com/pycqa/doc8/compare/0.11.2...v1.0.0)

---
updated-dependencies:
- dependency-name: doc8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 02:22:56 +00:00
Mike
b8f9a49f39
Merge pull request #217 from jazzband/dependabot/pip/sphinx-5.1.1
chore(deps-dev): bump sphinx from 5.0.2 to 5.1.1
2022-07-27 08:04:59 -07:00
dependabot[bot]
edce1cfa58
chore(deps-dev): bump sphinx from 5.0.2 to 5.1.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.2...v5.1.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 02:25:21 +00:00
Mike
71c7615aba
Merge pull request #215 from jazzband/dependabot/pip/mypy-0.971
chore(deps-dev): bump mypy from 0.961 to 0.971
2022-07-25 19:36:34 -07:00
Mike
33a87cdb5c
Merge pull request #214 from jazzband/dependabot/pip/safety-2.1.1
chore(deps-dev): bump safety from 2.1.0 to 2.1.1
2022-07-25 19:24:37 -07:00
dependabot[bot]
3c201a453c
chore(deps-dev): bump mypy from 0.961 to 0.971
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 02:23:43 +00:00
dependabot[bot]
7c5f6fc8d2
chore(deps-dev): bump safety from 2.1.0 to 2.1.1
Bumps [safety](https://github.com/pyupio/safety) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/2.1.1/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 02:29:13 +00:00
Mike
0941a6899a
Merge pull request #212 from jazzband/dependabot/pip/tomlkit-0.11.1
chore(deps-dev): bump tomlkit from 0.11.0 to 0.11.1
2022-07-15 08:57:31 -07:00
dependabot[bot]
432217db0b
chore(deps-dev): bump tomlkit from 0.11.0 to 0.11.1
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.11.0...0.11.1)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 15:47:12 +00:00
Mike
a3165f095c
Merge pull request #213 from jazzband/dependabot/pip/safety-2.1.0
chore(deps-dev): bump safety from 2.0.0 to 2.1.0
2022-07-15 08:45:04 -07:00
Mike
aa09555875
Merge pull request #211 from jazzband/dependabot/pip/django-3.2.14
chore(deps-dev): bump django from 3.2.13 to 3.2.14
2022-07-14 20:34:51 -07:00
Mike
0abd935cf1
Merge pull request #210 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-07-14 20:34:34 -07:00
dependabot[bot]
b9f745cdfe
chore(deps-dev): bump safety from 2.0.0 to 2.1.0
Bumps [safety](https://github.com/pyupio/safety) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 02:28:55 +00:00
dependabot[bot]
a6b3dcaaf3
chore(deps-dev): bump django from 3.2.13 to 3.2.14
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.14.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.13...3.2.14)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 02:28:43 +00:00
Mike
af700aa9d0
Merge pull request #209 from jazzband/dependabot/pip/safety-2.0.0
chore(deps-dev): bump safety from 1.10.3 to 2.0.0
2022-07-04 11:31:19 -07:00
pre-commit-ci[bot]
be09b47bff
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0)
2022-07-04 18:11:46 +00:00
dependabot[bot]
4d96b48091
chore(deps-dev): bump safety from 1.10.3 to 2.0.0
Bumps [safety](https://github.com/pyupio/safety) from 1.10.3 to 2.0.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/1.10.3...2.0.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 16:49:27 +00:00
Mike
f5a5fe9530
Merge pull request #208 from jazzband/dependabot/pip/black-22.6.0
chore(deps-dev): bump black from 22.3.0 to 22.6.0
2022-07-04 09:45:59 -07:00
dependabot[bot]
9d6953fedc
chore(deps-dev): bump black from 22.3.0 to 22.6.0
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 02:28:24 +00:00