Compare commits

...

13 Commits

Author SHA1 Message Date
e181f660e3 chore(docker): update node.js to 20bec29
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-10-03 18:12:23 +00:00
49f5ebbeed chore(docker): update node.js to faa521a
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-29 08:01:43 +00:00
d449b0cf62 chore(docker): update node.js to 9a7b6bb
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-29 02:01:50 +00:00
e0fe59f2cd
chore: add missing license file
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-27 09:15:21 +02:00
3beb3c9609
improve changelog template
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-22 11:39:24 +02:00
503f59b2df
improve drone-matrix template
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-22 09:22:38 +02:00
02cc961198
ci: switch to drone-matrix plugin
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-19 21:48:23 +02:00
f65aa1ed0d chore(docker): update node.js to bd7f387
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-01 10:01:37 +00:00
09230bdccf chore(docker): update node.js to 5365f4c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-01 08:01:39 +00:00
e02c4a57d0 chore(docker): update node.js to fae520c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-01 03:01:42 +00:00
a52eca29f3 chore(docker): update node.js to e2cb6b6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-01 00:01:39 +00:00
61b9daa676 chore(docker): update node.js to 5746903
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-08-24 14:08:32 +00:00
076b864bc0 chore(deps): update node.js
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-07-31 21:47:35 +00:00
4 changed files with 173 additions and 156 deletions

View File

@ -6,13 +6,9 @@
{{ range .CommitGroups -}}
### {{ .Title }}
{{ $subjects := list }}
{{ range .Commits -}}
{{ if not (has .Subject $subjects) -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ $subjects = append $subjects .Subject -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }}
{{ end }}
{{- end }}
{{- end -}}
{{- if .NoteGroups -}}

View File

@ -7,7 +7,7 @@ platform:
arch: amd64
steps:
- name: markdownlint
- name: markdownlint
image: thegeeklab/markdownlint-cli
commands:
- markdownlint 'README.md'
@ -27,7 +27,7 @@ platform:
arch: amd64
steps:
- name: dryrun
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
settings:
build_args:
@ -43,7 +43,7 @@ steps:
ref:
- refs/pull/**
- name: tags
- name: tags
image: thegeeklab/docker-autotag
environment:
DOCKER_AUTOTAG_FORCE_LATEST: True
@ -57,7 +57,7 @@ steps:
depends_on:
- dryrun
- name: changelog-generate
- name: changelog-generate
image: thegeeklab/git-chglog
commands:
- git fetch -tq
@ -65,7 +65,7 @@ steps:
depends_on:
- tags
- name: changelog-format
- name: changelog-format
image: thegeeklab/alpine-tools
commands:
- prettier CHANGELOG.md
@ -73,7 +73,7 @@ steps:
depends_on:
- changelog-generate
- name: publish-dockerhub
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
settings:
build_args:
@ -91,7 +91,7 @@ steps:
depends_on:
- changelog-format
- name: publish-quay
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
settings:
build_args:
@ -110,7 +110,7 @@ steps:
depends_on:
- changelog-format
- name: publish-gitea
- name: publish-gitea
image: plugins/gitea-release
settings:
api_key:
@ -133,7 +133,7 @@ trigger:
- refs/tags/**
depends_on:
- test
- test
---
kind: pipeline
@ -144,7 +144,7 @@ platform:
arch: amd64
steps:
- name: pushrm-dockerhub
- name: pushrm-dockerhub
pull: always
image: chko/docker-pushrm:1
environment:
@ -159,7 +159,7 @@ steps:
status:
- success
- name: pushrm-quay
- name: pushrm-quay
pull: always
image: chko/docker-pushrm:1
environment:
@ -171,8 +171,8 @@ steps:
status:
- success
- name: matrix
image: plugins/matrix
- name: matrix
image: thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -180,7 +180,7 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
username:
from_secret: matrix_username
when:
@ -197,10 +197,10 @@ trigger:
- failure
depends_on:
- build-container
- build-container
---
kind: signature
hmac: 281a3574a24bdd5504af5ab5574ca4852c7a5ce7c90de6b307922e6806cb9357
hmac: ca041203f61f0275d3f2e6a830a7a92b881392a0b6d95f50e2eb05d65e5cc980
...

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine3.13@sha256:efadbdd1ef5f84a93729185767b132606f211a98921d2f30464550a6e5f62437
FROM node:lts-alpine3.13@sha256:20bec29cd640cee1c240df016fc6acbeae4604d1179f274e92a712bb0d9815fc
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.