Commit graph

704 commits

Author SHA1 Message Date
Emil Stenström
a3e162c94f
Merge pull request #372 from dylanjcastillo/fix-issue-290
Look for components in BASE_DIR/components as well
2024-02-08 08:51:55 +01:00
Dylan Castillo
5b296b02a3 Remove more prints, sorry :/ 2024-02-08 08:45:00 +01:00
Dylan Castillo
5c2b7eb640 Remove unnecessary function 2024-02-08 08:45:00 +01:00
Dylan Castillo
bb639d45c6 Remove unnecessary print 2024-02-08 08:45:00 +01:00
Dylan Castillo
567c8ccc3d Fix for #290 2024-02-08 08:45:00 +01:00
Emil Stenström
87cf485a5d
Merge pull request #373 from EmilStenstrom/dependabot/pip/django-5.0.2
Bump django from 5.0.1 to 5.0.2
2024-02-08 08:43:34 +01:00
dependabot[bot]
ef3548cebb
Bump django from 5.0.1 to 5.0.2
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2.
- [Commits](https://github.com/django/django/compare/5.0.1...5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 17:40:16 +00:00
Emil Stenström
91a7e0943f
Merge pull request #370 from EmilStenstrom/dependabot/pip/pytest-8.0.0
Bump pytest from 7.4.4 to 8.0.0
2024-02-02 21:12:16 +01:00
dependabot[bot]
46bcef798f Bump pytest from 7.4.4 to 8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 22:38:13 +01:00
Emil Stenström
4761d6d50f
Merge pull request #371 from EmilStenstrom/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-01-29 22:37:56 +01:00
pre-commit-ci[bot]
eac0cb6f4b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-01-29 20:46:50 +00:00
pre-commit-ci[bot]
40147319fe
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1)
2024-01-29 20:46:43 +00:00
Emil Stenström
9f42432320 Bump version. 2024-01-27 23:12:18 +01:00
Dylan Castillo
dc9f1b46b2
Fix issue #368 and add tests (#369) 2024-01-27 23:10:03 +01:00
Emil Stenström
997ed52bb6 Lower coverage threshold to 93 because it's lower in CI. 2024-01-27 22:27:22 +01:00
Emil Stenström
4a7c248d83 Run coverage locally aswell. 2024-01-27 22:20:36 +01:00
Emil Stenström
c003c4be1b Use GitHub Actions with node20 to avoid warnings. 2024-01-27 22:12:54 +01:00
Emil Stenström
db03e0dcbc Add coverage in CI. Pin to current 94%. 2024-01-27 22:08:32 +01:00
Emil Stenström
b8c6ebf4c4 Add coverage in CI. Pin to current 94%. 2024-01-27 22:04:32 +01:00
Emil Stenström
084a06fad8 Another way to comment to avoid Github error. 2024-01-27 13:48:13 +01:00
Emil Stenström
0778ec8e3b Creating a virtualenv for Python 3.6 requires older virtualenv version. 2024-01-27 13:44:08 +01:00
Emil Stenström
f75086115f Creating a virtualenv for Python 3.6 requires older virtualenv version. 2024-01-27 13:42:32 +01:00
Emil Stenström
6874b1531d Bump version. 2024-01-27 09:22:20 +01:00
Emil Stenström
8239359c0a Make py.test work on recent tox 2024-01-27 09:11:45 +01:00
Dylan Castillo
91b4accfeb
Render components as views (#366) (thanks @dylanjcastillo) 2024-01-24 22:36:57 +01:00
Emil Stenström
b29e7fba80 Update dependencies. 2024-01-24 10:17:58 +01:00
Emil Stenström
6c528d7a72
Merge pull request #365 from EmilStenstrom/dependabot/pip/tox-4.12.1
Bump tox from 4.12.0 to 4.12.1
2024-01-22 18:43:04 +01:00
dependabot[bot]
767a507147
Bump tox from 4.12.0 to 4.12.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:21:45 +00:00
Emil Stenström
ea33e0db6c Bump version. 2024-01-19 22:58:03 +01:00
Emil Stenström
83ba14d699
Merge pull request #364 from dylanjcastillo/fix-django-compressor
Fix for issue with django-compressor
2024-01-19 22:56:40 +01:00
Dylan Castillo
90d41c6946 Make nodelist a public attribute 2024-01-19 16:09:54 +01:00
Emil Stenström
bab1b09f73
Merge pull request #363 from EmilStenstrom/EmilStenstrom-patch-1
Update CODE_OF_CONDUCT.md
2024-01-17 09:40:25 +01:00
Emil Stenström
de13acfa82
Update CODE_OF_CONDUCT.md 2024-01-17 09:40:07 +01:00
dependabot[bot]
0ca738e4c0 Bump tox from 4.11.4 to 4.12.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.11.4 to 4.12.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.11.4...4.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 22:02:52 +01:00
pre-commit-ci[bot]
665d5af827 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-01-15 21:58:42 +01:00
Dylan Castillo
560b721523 Change context behavior setting to enum 2024-01-15 21:58:42 +01:00
Dylan Castillo
8971849922 Revert formatting changes 2024-01-15 21:58:42 +01:00
Dylan Castillo
aa1b4e1903 Add setting to isolate components' context by default 2024-01-15 21:58:42 +01:00
Dylan Castillo
d38f6a8426 Revert formatting changes 2024-01-15 21:58:42 +01:00
Dylan Castillo
4da76c178b Add setting to isolate components' context by default 2024-01-15 21:58:42 +01:00
Emil Stenström
93facba53e Bump version. 2024-01-14 22:47:12 +01:00
Dylan Castillo
864c85b067 Update README.md 2024-01-14 22:40:17 +01:00
Dylan Castillo
ec656f25cb Document ComponentDependencyMiddleware 2024-01-14 22:40:17 +01:00
Dylan Castillo
d7cfb9ae9e Fix example in readme 2024-01-14 22:36:55 +01:00
Dylan Castillo
70a2a01400 Implement single file components 2024-01-14 22:36:55 +01:00
dependabot[bot]
27521a5402 Bump flake8 from 6.1.0 to 7.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 09:51:33 +01:00
dependabot[bot]
5e360cd51f Bump django from 5.0 to 5.0.1
Bumps [django](https://github.com/django/django) from 5.0 to 5.0.1.
- [Commits](https://github.com/django/django/compare/5.0...5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 09:18:39 +01:00
pre-commit-ci[bot]
89879ab053 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)
2024-01-09 08:59:40 +01:00
dependabot[bot]
9038353bca Bump pytest from 7.4.3 to 7.4.4
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 12:32:14 +01:00
pre-commit-ci[bot]
9e66d7710b [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1)
2023-12-25 23:17:05 +01:00