1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-07 16:32:46 +01:00
Commit graph

29 commits

Author SHA1 Message Date
dependabot[bot]
170eb1b0da
Bump codecov/codecov-action from 4.0.1 to 4.1.0 (#127)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.0.
- [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/v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 21:15:50 +01:00
dependabot[bot]
1b1c150af4
Bump golangci/golangci-lint-action from 3 to 4 (#124) 2024-02-12 14:43:15 +00:00
dependabot[bot]
01fab70d0b
Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#123) 2024-02-11 17:42:29 +00:00
dependabot[bot]
74f433efd6
Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#120) 2024-01-26 15:26:51 +00:00
dependabot[bot]
60e0f02cdd
Bump actions/setup-go from 4 to 5 (#115)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
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-12-30 14:57:17 +01:00
Jean-Marc Meessen
6454e32387
Implement CD with GitHub App authentication 2023-11-14 12:14:42 +01:00
Jean-Marc Meessen
e3fec2c4bb
small updates to the CI scripts 2023-11-14 11:36:42 +01:00
dependabot[bot]
3bf1b2005b
Bump goreleaser/goreleaser-action from 4 to 5 (#103) 2023-11-14 10:00:12 +00:00
dependabot[bot]
ec66d82166
Bump actions/checkout from 3 to 4 (#102) 2023-11-14 09:57:25 +00:00
dependabot[bot]
97c0332cdd
Merge pull request #98 from on4kjm/dependabot/github_actions/master/codecov/codecov-action-3.1.4 2023-06-10 19:30:13 +00:00
dependabot[bot]
a7831fe38e
Bump codecov/codecov-action from 3.1.1 to 3.1.4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 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.1...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>
2023-05-16 14:04:44 +00:00
dependabot[bot]
2f1ce51dd7
Bump actions/setup-go from 3 to 4
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>
2023-03-16 14:13:44 +00:00
dependabot[bot]
a96504704e
Bump codecov/codecov-action from 1.0.0 to 3.1.1 (#90)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.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/v1.0.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 19:46:13 +01:00
Jean-Marc MEESSEN
97e550e45c
Tidying application after Go release bump (#92)
* Update dependencies (yaml)
* change linter
* format code and correct spelling
* remove deprecated ioutils
* change lint command in "CI" GitHub Action
* check return value of cmd.Execute()
* Solve lint issues
2023-02-10 17:45:10 +01:00
Jean-Marc MEESSEN
0fbebd38cc
Dependabot to create automatic PRs (#88) 2023-02-08 22:28:47 +01:00
Jean-Marc MEESSEN
2b48a80d8e
review and fix build tooling (#85)
* Changes due to the Goreleaser upgrade
* Get rid of GoReleaser warnings
* Update "CI" GitHub action
* Update "release" GitHub action
2023-02-08 22:07:33 +01:00
Jean-Marc Meessen
43f26eda69 Implement homebrew distirbution 2021-12-09 21:56:20 +01:00
Jean-Marc MEESSEN
61c42d1c75
Pota support (#73)
* Add POTA processing
* add end to end POTA test
* allow tabs to be a valid separator in the header section
2021-12-04 22:36:53 +01:00
Jean-Marc MEESSEN
7c5c5b5eb3
Bump GoLang version to 1.15 2020-09-25 23:24:23 +02:00
Jean-Marc MEESSEN
566482744f
Implement end-to-end tests 2020-08-12 18:10:23 +02:00
Jean-Marc MEESSEN
74eb19720c
Enable makefile as a multi-purpose tool 2020-08-11 16:36:40 +02:00
Jean-Marc Meessen
b9d7f5a013 Add custom release notes 2020-08-11 12:40:31 +02:00
Jean-Marc MEESSEN
8afb81eed3
Create Docker Image to run the application 2020-07-26 22:30:14 +02:00
Jean-Marc MEESSEN
33dbfde31a Enable Dependabot 2020-07-23 21:35:42 +02:00
Jean-Marc MEESSEN
499573d8f0 Reactivate the release action 2020-07-23 13:23:35 +02:00
Jean-Marc MEESSEN
156ac9c875 Remove the release github action
as MacOS code signing is required
2020-07-20 22:40:11 +02:00
Jean-Marc MEESSEN
ec01766a8c Remove version update from CI 2020-07-18 22:06:45 +02:00
Jean-Marc MEESSEN
ff2bcc6ca0 Place the version update at an other place in the CI action 2020-07-18 21:57:28 +02:00
Jean-Marc MEESSEN
4e8d0c69d9 Correct typo 2020-07-18 21:46:19 +02:00