WIP: speed-up drone #272

Draft
simon wants to merge 4 commits from speed-up-drone into main
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues

Additional Notes

## Description of the implemented changes The changes were: - [ ] Bugfixing - [ ] New Feature - [ ] Breaking Change - [x] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## Definition of Done ### Code Quality - [ ] No new technical depths - [ ] Linting passed - [ ] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [ ] Tests for new code are written - [ ] All tests pass - [ ] axe-core dev tools show no critical or major issues ## Additional Notes <!--- Add any additional information for the reviewers here -->
simon added 1 commit 2025-12-11 01:06:49 +01:00
chore: reorder drone steps for speed improvements
Some checks failed
continuous-integration/drone/push Build is failing
e959d069f2
simon added 1 commit 2025-12-11 01:15:31 +01:00
fix: drone job
Some checks failed
continuous-integration/drone/push Build is failing
69bd519fb4
simon added 1 commit 2025-12-11 02:17:29 +01:00
fix: add rebar to drone job
Some checks failed
continuous-integration/drone/push Build is failing
2bdf7f6f72
simon added 1 commit 2025-12-11 02:43:47 +01:00
fix: drone
Some checks failed
continuous-integration/drone/push Build is failing
765d5ee199
Some checks failed
continuous-integration/drone/push Build is failing
This pull request has changes conflicting with the target branch.
  • .drone.yml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin speed-up-drone:speed-up-drone
git checkout speed-up-drone

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff speed-up-drone
git checkout speed-up-drone
git rebase main
git checkout main
git merge --ff-only speed-up-drone
git checkout speed-up-drone
git rebase main
git checkout main
git merge --no-ff speed-up-drone
git checkout main
git merge --squash speed-up-drone
git checkout main
git merge --ff-only speed-up-drone
git checkout main
git merge speed-up-drone
git push origin main
Sign in to join this conversation.
No description provided.