Compare commits
4 commits
afdb5f0647
...
14061401ea
| Author | SHA1 | Date | |
|---|---|---|---|
| 14061401ea | |||
| ec61f28f3c | |||
| 025f0d1ff5 | |||
| 92ad34aad4 |
7 changed files with 3 additions and 104 deletions
|
|
@ -109,6 +109,7 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
- custom
|
- custom
|
||||||
|
- push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
@ -117,7 +118,7 @@ environment:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:41.72
|
image: renovate/renovate:41.51
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
|
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
---
|
|
||||||
name: 'Bug Tempate'
|
|
||||||
about: 'This template is for bugs!'
|
|
||||||
title: '[BUG]: '
|
|
||||||
ref: 'main'
|
|
||||||
labels:
|
|
||||||
- bug
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--- Provide a general summary of the issue in the Title above -->
|
|
||||||
|
|
||||||
## Expected Behavior
|
|
||||||
<!--- Tell us what should happen -->
|
|
||||||
|
|
||||||
## Current Behavior
|
|
||||||
<!--- Tell us what happens instead of the expected behavior -->
|
|
||||||
|
|
||||||
## Possible Solution
|
|
||||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
|
||||||
|
|
||||||
## Steps to Reproduce
|
|
||||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
4.
|
|
||||||
|
|
||||||
|
|
||||||
## Detailed Description
|
|
||||||
<!--- Provide a detailed description of the change or addition you are proposing -->
|
|
||||||
|
|
||||||
## Possible Implementation
|
|
||||||
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
name: 'Feature Template'
|
|
||||||
about: 'This template is for new features!'
|
|
||||||
title: '[FEATURE]: '
|
|
||||||
ref: 'main'
|
|
||||||
labels:
|
|
||||||
- feature
|
|
||||||
---
|
|
||||||
## Description
|
|
||||||
<!--- Describe the goal and desired output --->
|
|
||||||
<!--- Add the estimated effort as label --->
|
|
||||||
|
|
||||||
## Acceptance criteria
|
|
||||||
- [ ] AC 1
|
|
||||||
- [ ] AC 2
|
|
||||||
|
|
||||||
## External or internal Dependencies
|
|
||||||
<!-- List any dependencies --->
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
---
|
|
||||||
name: 'New Pull-Request'
|
|
||||||
about: 'This is the template for a new Pull Request'
|
|
||||||
title: 'WIP: '
|
|
||||||
ref: 'main'
|
|
||||||
labels:
|
|
||||||
---
|
|
||||||
|
|
||||||
## Description of the implemented changes
|
|
||||||
The changes were:
|
|
||||||
- [ ] Bugfixing
|
|
||||||
- [ ] New Feature
|
|
||||||
- [ ] Breaking Change
|
|
||||||
- [ ] 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 -->
|
|
||||||
|
|
||||||
6
Justfile
6
Justfile
|
|
@ -78,9 +78,3 @@ regen-migrations migration_name commit_hash='':
|
||||||
|
|
||||||
# Generate a fresh migration
|
# Generate a fresh migration
|
||||||
mix ash.codegen --name "{{migration_name}}"
|
mix ash.codegen --name "{{migration_name}}"
|
||||||
|
|
||||||
# Remove all build artifacts
|
|
||||||
clean:
|
|
||||||
mix clean
|
|
||||||
rm -rf .elixir_ls
|
|
||||||
rm -rf _build
|
|
||||||
|
|
@ -30,7 +30,7 @@ services:
|
||||||
|
|
||||||
rauthy:
|
rauthy:
|
||||||
container_name: rauthy-dev
|
container_name: rauthy-dev
|
||||||
image: ghcr.io/sebadob/rauthy:0.32.0
|
image: ghcr.io/sebadob/rauthy:0.31.3
|
||||||
environment:
|
environment:
|
||||||
- LOCAL_TEST=true
|
- LOCAL_TEST=true
|
||||||
- SMTP_URL=mailcrab
|
- SMTP_URL=mailcrab
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"schedule": ["* * 3 * *"],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "Mix dependencies",
|
"groupName": "Mix dependencies",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue