TwiN
|
719f684982
|
ci: Update interval to daily
|
2023-06-07 18:31:41 -04:00 |
|
Hugues Lismonde
|
7e163c3fcf
|
feat(alerting): Add GitLab alerting provider (#485)
* feat: ✨ add gitlab provider
* docs: 📝 add documentation for gitlab provider
* docs: 📝 fix removed github screenshot
* refactor: ➖ remove uniuri dependency
* refactor: 🎨 correctly capitalize GitLab
* Update alerting/alert/type.go
* fix: 💡 correct comments about webhook url and authorization key
* Update alerting/provider/gitlab/gitlab.go
* Update alerting/provider/gitlab/gitlab_test.go
---------
Co-authored-by: TwiN <twin@linux.com>
|
2023-05-30 21:57:15 -04:00 |
|
dependabot[bot]
|
3350e81443
|
chore(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 (#478)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-18 22:05:11 -04:00 |
|
dependabot[bot]
|
b12f652553
|
chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 (#459)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-26 22:39:19 -04:00 |
|
dependabot[bot]
|
37325cd78a
|
chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#453)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.2)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-15 12:01:44 -04:00 |
|
dependabot[bot]
|
a69ccfdb08
|
chore(deps): bump actions/setup-go from 3 to 4 (#447)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-26 16:34:03 -04:00 |
|
TwiN
|
542da61215
|
fix(ci): Use single quotes instead of double quotes
|
2023-02-09 21:25:06 -05:00 |
|
TwiN
|
45fe7beb6d
|
fix(ci): Add missing asterisk to path-ignore elements with nested structure
|
2023-02-09 21:23:29 -05:00 |
|
TwiN
|
26611b7793
|
ci: Run benchmark on every new latest image
|
2023-02-09 21:15:36 -05:00 |
|
dependabot[bot]
|
277e805dbb
|
chore(deps): bump docker/build-push-action from 3 to 4 (#415)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-01 01:16:25 -05:00 |
|
TwiN
|
4225d22369
|
docs: Add example of docker-compose with multiple configuration files
|
2023-01-08 18:34:13 -05:00 |
|
TwiN
|
a1c8422c2f
|
ci: Make release also push latest tag
|
2022-12-23 10:00:17 -05:00 |
|
TwiN
|
ecc0636a59
|
feat(alerting): Implement GitHub alerting provider
|
2022-12-15 23:38:44 -05:00 |
|
TwiN
|
9acace7d37
|
Revert "ci: Allow triggering releases manually"
This reverts commit 184c7f23ad .
|
2022-12-10 16:29:07 -05:00 |
|
TwiN
|
184c7f23ad
|
ci: Allow triggering releases manually
|
2022-12-10 16:24:35 -05:00 |
|
TwiN
|
5ce890bbff
|
ci: Don't run tests for workflow changes
|
2022-12-10 16:24:01 -05:00 |
|
TwiN
|
b0bec5ff94
|
fix(ci): Don't prevent publish-release-to-ghcr from running
|
2022-12-10 16:08:46 -05:00 |
|
TwiN
|
f2d51f3e50
|
docs: Update Gatus diagram
|
2022-12-06 23:03:27 -05:00 |
|
TwiN
|
bcb565ba37
|
ci: Remove workflow_dispatch
|
2022-11-23 18:15:01 -05:00 |
|
TwiN
|
2327854641
|
ci: Update workflows
|
2022-11-23 18:12:55 -05:00 |
|
TwiN
|
79eacc5e50
|
ci: Re-add other platforms
|
2022-11-22 22:02:38 -05:00 |
|
TwiN
|
048a1d4a88
|
ci: Only publish for linux/amd64 during tests
|
2022-11-22 21:53:28 -05:00 |
|
TwiN
|
c09ee0b82f
|
ci: Create workflow to publish latest to GHCR
|
2022-11-22 21:08:40 -05:00 |
|
TwiN
|
7908eea2df
|
ci: Update workflow dependency name
|
2022-11-22 20:56:49 -05:00 |
|
TwiN
|
c7f80f1301
|
ci: Rename build.yml to test.yml
|
2022-11-15 21:51:40 -05:00 |
|
TwiN
|
cd927f630b
|
ci: Remove unnecessary dependabot labels
|
2022-11-01 23:41:35 -04:00 |
|
TwiN
|
c6c9bc8fa5
|
ci: Update dependabot labels
|
2022-11-01 23:36:40 -04:00 |
|
dependabot[bot]
|
a3facc3887
|
chore(deps): bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-01 23:34:49 -04:00 |
|
dependabot[bot]
|
991d7e876d
|
chore(deps): bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-01 23:34:40 -04:00 |
|
dependabot[bot]
|
3b7fb083ca
|
chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.1)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-01 23:34:14 -04:00 |
|
TwiN
|
d4983733f5
|
ci: Add dependabot.yml
|
2022-11-01 23:30:35 -04:00 |
|
TwiN
|
34f8cd1eca
|
docs: Update screenshot of Mattermost alerts
|
2022-10-20 20:23:10 -04:00 |
|
TwiN
|
fc778300be
|
ci: Update Go to 1.19
|
2022-10-19 17:52:53 -04:00 |
|
TwiN
|
3c0ea72a5c
|
ci: Bump docker/build-push-action to v3
|
2022-10-10 22:11:19 -04:00 |
|
TwiN
|
f6b99f34db
|
ci: Add missing concurrency.group parameter
|
2022-10-09 23:08:52 -04:00 |
|
TwiN
|
37495ac3f3
|
ci: Prevent publish-latest workflow from running concurrently
|
2022-10-09 23:02:05 -04:00 |
|
TwiN
|
02879e2645
|
ci: Bump docker/build-push-action to v3 and add "stable" tag
|
2022-10-09 21:33:55 -04:00 |
|
TwiN
|
262d436533
|
ci: Remove paths-ignore since workflow_run doesn't support it
|
2022-08-11 20:33:25 -04:00 |
|
TwiN
|
b8ab17eee1
|
ci: Decrease timeout-minutes to 20
|
2022-08-11 20:31:36 -04:00 |
|
TwiN
|
7bbd7bcee3
|
ci: Stop publish-latest from being triggered by changes in .github folder
|
2022-08-11 20:29:33 -04:00 |
|
TwiN
|
4865d12147
|
chore(ci): Remove redundant input
Since we now get to pick from what branch to execute the workflow, it is no longer necessary to have a branch input.
|
2022-08-11 20:27:48 -04:00 |
|
TwiN
|
0713ca1c1a
|
chore(ci): Remove useless "description" parameter
|
2022-08-11 20:25:10 -04:00 |
|
TwiN
|
dce202d0be
|
feat(ci): Add publish-experimental workflow
|
2022-08-11 20:24:23 -04:00 |
|
TwiN
|
4673d147db
|
chore(ci): Update docker/login-action to v2
|
2022-08-11 20:17:17 -04:00 |
|
TwiN
|
4a1a8ff380
|
ci: Increase timeout-minutes to 60
|
2022-07-18 20:45:42 -04:00 |
|
TwiN
|
0193a200b8
|
refactor(ci): Wrap benchmark workflow inputs with quotes
|
2022-06-19 22:37:19 -04:00 |
|
TwiN
|
7224464202
|
fix(ci): Set default repository to TwiN/gatus
|
2022-06-18 14:09:24 -04:00 |
|
TwiN
|
c457aadcab
|
feat(ci): Add benchmark workflow
|
2022-06-18 14:04:11 -04:00 |
|
TwiN
|
f38b12d55b
|
refactor(ci): Clean up steps
|
2022-06-18 13:06:24 -04:00 |
|
TwiN
|
e4c9ad8796
|
chore(ci): Update actions/checkout to v3
|
2022-06-18 12:58:26 -04:00 |
|