Commit graph

190 commits

Author SHA1 Message Date
Gabriel Augendre 4b036ece54 Ignore character json 2022-11-14 18:50:02 +01:00
Gabriel Augendre 703075b226 Add more tests 2022-11-14 18:49:37 +01:00
Gabriel Augendre 7fce858e54 Update fixture 2022-11-14 13:16:13 +01:00
Gabriel Augendre 5c38c60af2 Fix deps 2022-11-14 13:13:28 +01:00
dependabot[bot] d0c1ba322c
Merge pull request #17 from Crocmagnon/dependabot/pip/hypothesis-6.57.1 2022-11-14 12:07:48 +00:00
dependabot[bot] a32bf9c551
Bump hypothesis from 6.56.4 to 6.57.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.56.4 to 6.57.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.56.4...hypothesis-python-6.57.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 12:01:01 +00:00
Gabriel Augendre 19c5a19524
Merge pull request #16 from Crocmagnon/dependabot/pip/django-htmx-1.13.0
Bump django-htmx from 1.12.2 to 1.13.0
2022-11-14 12:56:23 +01:00
dependabot[bot] cb76e0881f
Bump django-htmx from 1.12.2 to 1.13.0
Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/adamchainz/django-htmx/releases)
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/HISTORY.rst)
- [Commits](https://github.com/adamchainz/django-htmx/compare/1.12.2...1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 11:13:46 +00:00
Gabriel Augendre ddf1a1b6d3 Restrict access to character view 2022-11-11 08:59:18 +01:00
Gabriel Augendre c2de3c9731 Mark private characters on list 2022-11-10 22:59:39 +01:00
Gabriel Augendre ca394f19a3 Display path rank as badge 2022-11-10 22:53:02 +01:00
Gabriel Augendre ca32576054 Display capability points counter 2022-11-10 22:48:25 +01:00
Gabriel Augendre 0470cb869b Add margin between main content and footer 2022-11-10 22:09:20 +01:00
Gabriel Augendre 91670b36fa Fix img width in notes 2022-11-10 22:07:33 +01:00
Gabriel Augendre abff148dd6 Increase notes update height 2022-11-10 21:40:44 +01:00
Gabriel Augendre 1c7d59c20e Allow configuring trusted origins 2022-11-10 20:45:44 +01:00
Gabriel Augendre 14f0122639 Remove not implemented test 2022-11-10 19:30:41 +01:00
Gabriel Augendre 2ae48dadbd Add geckodriver to github actions 2022-11-10 19:28:28 +01:00
Gabriel Augendre abf2aeb459 Add selenium tests 2022-11-10 19:23:47 +01:00
Gabriel Augendre 5d3869403d Fix stop container 2022-11-10 18:27:45 +01:00
Gabriel Augendre f261ceadab Improve logging 2022-11-10 18:27:26 +01:00
Gabriel Augendre 1e91722794 Fix run command 2022-11-10 17:46:38 +01:00
Gabriel Augendre f652e8e37e Remove gunicorn pin 2022-11-10 17:43:36 +01:00
Gabriel Augendre cf6df4bf2f Switch from uwsgi to gunicorn 2022-11-10 17:42:20 +01:00
Gabriel Augendre c43c33f06f Fix character creation 2022-11-10 11:40:51 +01:00
Gabriel Augendre 6158002796 Fix sha check while deploying 2022-11-09 21:33:54 +01:00
Gabriel Augendre 0fc839a4e8 Add footer
Closes #9
2022-11-09 21:25:14 +01:00
Gabriel Augendre 6abf6bec8b Vary health and mana bar color according to percentage remaining 2022-11-09 21:01:36 +01:00
Gabriel Augendre 71ce3eefa0 Update cursor for states 2022-11-09 20:57:09 +01:00
Gabriel Augendre 7b4d379f43 Display whole paths at first rank 2022-11-09 20:49:57 +01:00
Gabriel Augendre 467c582a83 Add notice about capabilities in form view 2022-11-09 19:19:08 +01:00
Gabriel Augendre e8ea8d6505 Improve character form display 2022-11-09 19:16:44 +01:00
Gabriel Augendre e6d2568686 Cleanup activation views 2022-11-09 18:55:36 +01:00
Gabriel Augendre 71faf4dbe1 Add create and update character views 2022-11-09 18:53:42 +01:00
Gabriel Augendre ee2caf8a2f Add private profile 2022-11-09 18:22:38 +01:00
Gabriel Augendre 35205a9524 Add opengraph 2022-11-09 18:22:38 +01:00
Gabriel Augendre c5c4bf4e7d Add favicon 2022-11-09 18:22:28 +01:00
Gabriel Augendre ae1f6112ea Add favicons 2022-11-09 18:22:17 +01:00
Gabriel Augendre 54c45832cc Fix party invite 404 2022-11-09 17:38:37 +01:00
Gabriel Augendre 8c7918458a Merge branch 'pre-commit-ci-update-config' 2022-11-08 08:34:47 +01:00
Gabriel Augendre 3fe3e4c267 Revert "Merge pull request #5 from Crocmagnon/dependabot/pip/selenium-4.6.0"
This reverts commit 2f9ee2aa87, reversing
changes made to 2e9e101332.
2022-11-08 08:31:34 +01:00
pre-commit-ci[bot] 84bfc644e7
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/flakeheaven/flakeheaven: 3.2.0 → 3.2.1](https://github.com/flakeheaven/flakeheaven/compare/3.2.0...3.2.1)
- [github.com/pre-commit/mirrors-eslint: v8.26.0 → v8.27.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.26.0...v8.27.0)
2022-11-07 23:40:25 +00:00
Gabriel Augendre 2f9ee2aa87
Merge pull request #5 from Crocmagnon/dependabot/pip/selenium-4.6.0
Bump selenium from 4.5.0 to 4.6.0
2022-11-07 20:38:54 +01:00
Gabriel Augendre 2e9e101332
Merge pull request #6 from Crocmagnon/dependabot/pip/django-4.1.3
Bump django from 4.1.2 to 4.1.3
2022-11-07 20:38:16 +01:00
dependabot[bot] 6ad3ef581b
Bump django from 4.1.2 to 4.1.3
Bumps [django](https://github.com/django/django) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.2...4.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 11:10:57 +00:00
dependabot[bot] 458f281595
Bump selenium from 4.5.0 to 4.6.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.5.0...selenium-4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 11:10:19 +00:00
Gabriel Augendre e8693af4c7 Display mana and health in character sheet as well 2022-11-06 16:22:54 +01:00
Gabriel Augendre ec9912b22a Add progress bars to display health and mana in list 2022-11-06 16:09:41 +01:00
Gabriel Augendre d37b1496bc Fix group creation 2022-11-06 15:57:26 +01:00
Gabriel Augendre b929cb6cbd Fix states click on other characters 2022-11-06 15:49:39 +01:00