Juro Oravec
|
5c89d4dbeb
|
refactor: pass slot data and slot default to slot render fn and rename LazySlot to SlotRef
|
2024-06-11 14:34:04 +02:00 |
|
Emil Stenström
|
c95c4e621c
|
Merge pull request #524 from EmilStenstrom/dependabot/pip/pytest-8.2.2
build(deps-dev): bump pytest from 8.2.1 to 8.2.2
|
2024-06-10 22:37:37 +02:00 |
|
Emil Stenström
|
ba920c98a0
|
Merge branch 'master' into dependabot/pip/pytest-8.2.2
|
2024-06-10 22:37:16 +02:00 |
|
Emil Stenström
|
eb8c402b28
|
Merge pull request #523 from EmilStenstrom/dependabot/pip/tox-4.15.1
build(deps-dev): bump tox from 4.15.0 to 4.15.1
|
2024-06-10 22:37:02 +02:00 |
|
dependabot[bot]
|
f526e71c85
|
build(deps-dev): bump pytest from 8.2.1 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [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/8.2.1...8.2.2)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-10 17:10:10 +00:00 |
|
dependabot[bot]
|
db46d194eb
|
build(deps-dev): bump tox from 4.15.0 to 4.15.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.15.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.15.0...4.15.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-06-10 17:09:37 +00:00 |
|
Juro Oravec
|
40f4476993
|
refactor: add test for response_class
|
2024-06-02 16:37:22 +02:00 |
|
pre-commit-ci[bot]
|
a5a0c74d31
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-06-02 14:23:56 +00:00 |
|
Juro Oravec
|
5f07f3d4da
|
refactor: update tests
|
2024-06-02 16:22:49 +02:00 |
|
Juro Oravec
|
fee26ec1d8
|
feat: refactor render fn and allow slots as functions
|
2024-06-02 16:22:38 +02:00 |
|
Juro Oravec
|
3a7d5355cf
|
chore: bump v0.80 (#519)
|
2024-06-01 10:55:15 +02:00 |
|
Juro Oravec
|
8ca2814ee3
|
feat: dependency injection with inject/provide (#506)
|
2024-06-01 10:51:21 +02:00 |
|
Juro Oravec
|
9bfb50b8f2
|
chore: bump v0.79 (#517)
|
2024-06-01 09:33:47 +02:00 |
|
Juro Oravec
|
f3e0bf6b62
|
refactor: change context_behavior default to "django" (#515)
|
2024-06-01 09:24:52 +02:00 |
|
Juro Oravec
|
881c36219a
|
chore: bump v0.78 (#514)
|
2024-05-30 08:38:50 +02:00 |
|
Juro Oravec
|
b8ff610a48
|
fix: compat with block tag in django mode (#511)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-05-30 08:34:58 +02:00 |
|
Zach Bellay
|
0101f6dae6
|
fix: typo in html_attrs defaults dict fetching (#513)
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
|
2024-05-30 08:29:57 +02:00 |
|
Juro Oravec
|
95f6554f4c
|
tests: Split test files and run template tests under both context behavior modes (#509)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-05-28 08:23:32 +02:00 |
|
Juro Oravec
|
8bbe81d717
|
chore: bump v0.77 (#505)
|
2024-05-23 20:28:33 +02:00 |
|
Juro Oravec
|
edb2f347f2
|
refactor: change fill alias from "as var" to default=var (#504)
|
2024-05-23 20:25:16 +02:00 |
|
Juro Oravec
|
c07f0e6341
|
chore: bump v0.76 (#503)
|
2024-05-23 07:10:18 +02:00 |
|
Juro Oravec
|
b1b66fd751
|
feat: Scoped slots + Updated docs (#495)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-05-23 07:08:10 +02:00 |
|
Emil Stenström
|
bdeb9c4e32
|
Merge pull request #501 from EmilStenstrom/dependabot/pip/pytest-8.2.1
build(deps-dev): bump pytest from 8.2.0 to 8.2.1
|
2024-05-20 20:06:00 +02:00 |
|
dependabot[bot]
|
0a2884cd74
|
build(deps-dev): bump pytest from 8.2.0 to 8.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1.
- [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/8.2.0...8.2.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-20 17:05:29 +00:00 |
|
Juro Oravec
|
badffdda35
|
chore: bump v0.75 (#500)
|
2024-05-19 09:58:36 +02:00 |
|
Michał Kuczaj
|
1817edd391
|
feat: alias component_registry imports for mypy (#499)
|
2024-05-19 09:56:48 +02:00 |
|
Emil Stenström
|
453b2a7e66
|
Merge pull request #497 from EmilStenstrom/dependabot/pip/pre-commit-3.7.1
build(deps-dev): bump pre-commit from 3.7.0 to 3.7.1
|
2024-05-14 18:18:57 +02:00 |
|
Emil Stenström
|
7af2473cf3
|
Merge branch 'master' into dependabot/pip/pre-commit-3.7.1
|
2024-05-14 18:18:01 +02:00 |
|
Emil Stenström
|
aa0167bccf
|
Merge pull request #496 from EmilStenstrom/dependabot/pip/django-5.0.6
build(deps): bump django from 5.0.5 to 5.0.6
|
2024-05-14 18:17:48 +02:00 |
|
dependabot[bot]
|
a5978f7fc7
|
build(deps-dev): bump pre-commit from 3.7.0 to 3.7.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.0...v3.7.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-13 17:48:16 +00:00 |
|
dependabot[bot]
|
90d6d940ef
|
build(deps): bump django from 5.0.5 to 5.0.6
Bumps [django](https://github.com/django/django) from 5.0.5 to 5.0.6.
- [Commits](https://github.com/django/django/compare/5.0.5...5.0.6)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-13 17:47:55 +00:00 |
|
Juro Oravec
|
dd292b0350
|
chore: bump v0.74 (#493)
|
2024-05-12 11:26:26 +02:00 |
|
Juro Oravec
|
610475353f
|
feat: Support for HTML attributes and html_attrs tag (#491)
|
2024-05-12 11:21:34 +02:00 |
|
Juro Oravec
|
ba86cee578
|
chore: bump v0.73 (#492)
|
2024-05-07 21:44:57 +02:00 |
|
Alex Martin (Contexte)
|
d18aefc629
|
fix: make template_loader consider tuples for STATICFILES_DIRS (#489)
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
|
2024-05-07 21:41:46 +02:00 |
|
Juro Oravec
|
085c60a8c9
|
chore: bump v0.72 (#490)
|
2024-05-07 15:15:15 +02:00 |
|
Juro Oravec
|
dd6540cfcc
|
fix: incorrect name for default slot in is_filled dict (#482)
|
2024-05-07 15:11:40 +02:00 |
|
dependabot[bot]
|
dee1524dc0
|
build(deps): bump django from 5.0.4 to 5.0.5 (#487)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-06 20:59:32 +02:00 |
|
Juro Oravec
|
2316f79dff
|
chore: bump v0.71 (#481)
|
2024-05-05 14:31:59 +02:00 |
|
Juro Oravec
|
bf61df81b7
|
feat: support special chars # @ - . : in component kwargs (#477)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-05-05 14:23:27 +02:00 |
|
Emil Stenström
|
4646695b3e
|
Merge pull request #474 from JuroOravec/470-refactor-tests
tests: add inline syntax highlight, inline template files
|
2024-05-03 23:38:00 +02:00 |
|
Juro Oravec
|
49f64ec61c
|
refactor: fix linter issues
|
2024-05-03 15:03:01 +02:00 |
|
Juro Oravec
|
13ecb2dace
|
Merge branch 'master' into 470-refactor-tests
|
2024-05-03 12:10:06 +02:00 |
|
Emil Stenström
|
d06dab6703
|
Merge pull request #475 from EmilStenstrom/standalone-tests
Inline component view tests
|
2024-05-03 10:37:16 +02:00 |
|
pre-commit-ci[bot]
|
3bef2cae11
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-05-02 21:17:20 +00:00 |
|
Emil Stenström
|
7de554b440
|
Cleanup unneeded stuff.
|
2024-05-02 23:14:28 +02:00 |
|
Emil Stenström
|
9b56f1d165
|
Inline test_replace_context_in_view_with_insecure_content.
|
2024-05-02 23:11:05 +02:00 |
|
Emil Stenström
|
61b0832525
|
Inline test_replace_slot_in_view_with_insecure_content.
|
2024-05-02 23:09:17 +02:00 |
|
Emil Stenström
|
2949969ea5
|
Inline test_replace_slot_in_view.
|
2024-05-02 23:00:40 +02:00 |
|
Emil Stenström
|
8d8ae35c0e
|
Inline test_get_request & test_post_request.
|
2024-05-02 22:57:39 +02:00 |
|