-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use wagtail-markdown instead of custom code #116
Conversation
# Conflicts: # myhpi/settings.py
so in theory this would be ready, but for whatever reason the CI is flaky AF on this PR. It keeps complaining that setuptools is not available in the environment although it is. In one place, upgrading setuptools and the dependency in question helped, but not in the next place |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be rebased, since the migrations changed
# Conflicts: # .github/workflows/tests.yml # myhpi/core/migrations/0001_initial.py # myhpi/core/migrations/0002_minutes.py # myhpi/core/migrations/0013_firstlevelmenuitem_informationpage_minutes_rootpage_and_more.py # myhpi/settings.py # poetry.lock # pyproject.toml
@frcroth any idea why the installation of bootstrap suddenly fails with
|
Because you moved |
Pull Request Test Coverage Report for Build 2994967157
💛 - Coveralls |
thx! wasn't aware that it depends on stuff that we install |
Bump django-bootstrap-icons from 0.7.9 to 0.8.1 Bumps [django-bootstrap-icons](https://github.com/christianwgd/django-bootstrap-icons) from 0.7.9 to 0.8.1. - [Release notes](https://github.com/christianwgd/django-bootstrap-icons/releases) - [Changelog](https://github.com/christianwgd/django-bootstrap-icons/blob/master/CHANGELOG.md) - [Commits](christianwgd/django-bootstrap-icons@0.7.9...0.8.1) --- updated-dependencies: - dependency-name: django-bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Use new method of installing poetry Pin poetry version Migrate tenca to myhpi Include localsettings in settings Fix tenca urls Remove localsettings references Remove LegacyAdminURLs Remove bootstrap4 from tenca templates Default to deactivating mailing lists Fix rendering of tenca pages Add tenca admin interface Enable usage of alternative emails Make verbose name for mailing lists less confusing Add README for tenca-django Add view permissions tests and restructure tests Calculate code coverage Add status badges to README Add tests for minutes and minutes lists Update README.md for new test command use wagtail-markdown instead of custom code (fsr-de#116) feat: Hide menu when scrolling down feat: Make menu responsive feat: Add logo and favicon refactor: Generate mobile menu first feature: Add user navbar and minor improvements fix: Ignore all folders starting with 'venv' in Git fix(README): Update poetry download link chore: Make isort skip files ignored by Git chore: Incorporate code feedback
author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662655253 +0200 parent 91d611b author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662655243 +0200 parent 91d611b author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662655210 +0200 parent 91d611b author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662655199 +0200 parent 91d611b author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662654752 +0200 parent 91d611b author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662654729 +0200 parent 91d611b author DrEGZo <[email protected]> 1662639880 +0200 committer DrEGZo <[email protected]> 1662654240 +0200 Merge branch 'main' into replace-root-page Bump django-bootstrap-icons from 0.7.9 to 0.8.1 Bumps [django-bootstrap-icons](https://github.com/christianwgd/django-bootstrap-icons) from 0.7.9 to 0.8.1. - [Release notes](https://github.com/christianwgd/django-bootstrap-icons/releases) - [Changelog](https://github.com/christianwgd/django-bootstrap-icons/blob/master/CHANGELOG.md) - [Commits](christianwgd/django-bootstrap-icons@0.7.9...0.8.1) --- updated-dependencies: - dependency-name: django-bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Use new method of installing poetry Pin poetry version Migrate tenca to myhpi Include localsettings in settings Fix tenca urls Remove localsettings references Remove LegacyAdminURLs Remove bootstrap4 from tenca templates Default to deactivating mailing lists Fix rendering of tenca pages Add tenca admin interface Enable usage of alternative emails Make verbose name for mailing lists less confusing Add README for tenca-django Add view permissions tests and restructure tests Calculate code coverage Add status badges to README Add tests for minutes and minutes lists Update README.md for new test command use wagtail-markdown instead of custom code (fsr-de#116) feat: Hide menu when scrolling down feat: Make menu responsive feat: Add logo and favicon refactor: Generate mobile menu first feature: Add user navbar and minor improvements fix: Ignore all folders starting with 'venv' in Git fix(README): Update poetry download link chore: Make isort skip files ignored by Git chore: Incorporate code feedback
closes #44
ToDo