Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crazy-max/ddns-route53
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: crazy-max/ddns-route53
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 1,323 changed files with 455,562 additions and 644 deletions.
7 changes: 0 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
/.idea
/*.iml

.dev
/bin
/dist
/site
/coverage.txt
96 changes: 96 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Bug Report
description: Report a bug
labels:
- status/triage

body:
- type: checkboxes
attributes:
label: Support guidelines
description: Please read the support guidelines before proceeding.
options:
- label: I've read the [support guidelines](https://github.com/crazy-max/ddns-route53/blob/master/.github/SUPPORT.md)
required: true

- type: checkboxes
attributes:
label: I've found a bug and checked that ...
description: |
Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
options:
- label: ... the documentation does not mention anything about my problem
- label: ... there are no open or closed issues that are related to my problem

- type: textarea
attributes:
label: Description
description: |
Please provide a brief description of the bug in 1-2 sentences.
validations:
required: true

- type: textarea
attributes:
label: Expected behaviour
description: |
Please describe precisely what you'd expect to happen.
validations:
required: true

- type: textarea
attributes:
label: Actual behaviour
description: |
Please describe precisely what is actually happening.
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: |
Please describe the steps to reproduce the bug.
placeholder: |
1. ...
2. ...
3. ...
validations:
required: true

- type: input
attributes:
label: ddns-route53 version
validations:
required: true

- type: textarea
attributes:
label: Docker info
description: |
Output of `docker info` command.
render: text
validations:
required: true

- type: textarea
attributes:
label: Docker Compose config
description: |
Output of `docker compose config` command.
render: yaml

- type: textarea
attributes:
label: Logs
description: |
Please provide the container logs (set log level to debug first).
render: text
validations:
required: true

- type: textarea
attributes:
label: Additional info
description: |
Please provide any additional information that seem useful.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: true
contact_links:
- name: Questions and Discussions
url: https://github.com/crazy-max/ddns-route53/discussions/new
about: Use Github Discussions to ask questions and/or open discussion topics.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Feature request
description: Missing functionality? Come tell us about it!
labels:
- kind/enhancement
- status/triage

body:
- type: textarea
id: description
attributes:
label: Description
description: What is the feature you want to see?
validations:
required: true
14 changes: 10 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -7,9 +7,15 @@ updates:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
groups:
aws-sdk-go:
patterns:
- "github.com/aws/aws-sdk-go"
- "github.com/aws/aws-sdk-go-v2"
- "github.com/aws/aws-sdk-go-v2/*"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "kind/dependencies"
- "bot"
- package-ecosystem: "github-actions"
open-pull-requests-limit: 10
directory: "/"
@@ -18,5 +24,5 @@ updates:
time: "08:00"
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "kind/dependencies"
- "bot"
110 changes: 49 additions & 61 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,85 +1,73 @@
## more info https://github.com/crazy-max/ghaction-github-labeler
- # automerge
name: ":bell: automerge"
color: "8f4fbc"
description: ""
- # bot
name: ":robot: bot"
-
name: "bot"
color: "69cde9"
description: ""
- # bug
name: ":bug: bug"
-
name: "good first issue"
color: "7057ff"
description: ""
-
name: "help wanted"
color: "4caf50"
description: ""
-
name: "area/ci"
color: "ed9ca9"
description: ""
-
name: "area/dockerfile"
color: "03a9f4"
description: ""
-
name: "kind/bug"
color: "b60205"
description: ""
- # dependencies
name: ":game_die: dependencies"
-
name: "kind/dependencies"
color: "0366d6"
description: ""
- # documentation
name: ":memo: documentation"
-
name: "kind/docs"
color: "c5def5"
description: ""
- # duplicate
name: ":busts_in_silhouette: duplicate"
-
name: "kind/duplicate"
color: "cccccc"
description: ""
- # enhancement
name: ":sparkles: enhancement"
-
name: "kind/enhancement"
color: "0054ca"
description: ""
- # feature request
name: ":bulb: feature request"
color: "0e8a16"
description: ""
- # feedback
name: ":mega: feedback"
color: "03a9f4"
description: ""
- # future maybe
name: ":rocket: future maybe"
color: "fef2c0"
-
name: "kind/invalid"
color: "e6e6e6"
description: ""
- # good first issue
name: ":hatching_chick: good first issue"
color: "7057ff"
-
name: "kind/upstream"
color: "fbca04"
description: ""
- # help wanted
name: ":pray: help wanted"
color: "4caf50"
-
name: "kind/wontfix"
color: "ffffff"
description: ""
- # invalid
name: ":no_entry_sign: invalid"
color: "e6e6e6"
-
name: "status/automerge"
color: "8f4fbc"
description: ""
- # investigate
name: ":mag: investigate"
-
name: "status/needs-investigation"
color: "e6625b"
description: ""
- # needs more info
name: ":thinking: needs more info"
-
name: "status/needs-more-info"
color: "795548"
description: ""
- # pinned
name: ":pushpin: pinned"
color: "28008e"
description: ""
- # question
name: ":question: question"
color: "3f51b5"
description: ""
- # sponsor
name: ":sparkling_heart: sponsor"
color: "fedbf0"
description: ""
- # stale
name: ":skull: stale"
-
name: "status/stale"
color: "237da0"
description: ""
- # upstream
name: ":eyes: upstream"
color: "fbca04"
description: ""
- # wontfix
name: ":coffin: wontfix"
color: "ffffff"
-
name: "status/triage"
color: "dde4b7"
description: ""
Loading