1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
9300bb3bf8 Add dependabot config for github-actions
This is to automate the updating of CI components, and remember to keep
CI up to date on a regular basis.
2024-02-07 00:12:29 +03:00
c4aab04f0b Make Gitlab mirroring great again
The https mirroring is broken for some reason. Since I don't need to
manually start CI anymore, I made mirroring via SSH.
2024-02-07 00:04:22 +03:00
82f4ebc0f9 Add dependabot configuration
For monitoring vulnerabilities in dependencies used in project and keep
dependencies up-to-date with Dependabot.

And also to remember to keep the repository up to date.
2024-01-27 16:01:50 +03:00
ef4031f027 Allow running pipelines without merge request
This will allow me to pass CI checks without creating merge requests,
since I work alone there is no point in them.
2023-11-15 22:23:35 +03:00
0339ceb25b Bump golangci-lint to v1.55.2 2023-11-14 22:35:25 +03:00
31d6570cd7 Fix command for teardown test env in GitHub Actions 2023-10-05 17:51:26 +03:00
42815eab15 Add GitLab CI and mirroring to GitLab
Added an example .gitlab-ci.yml, to make a sample more informative.

Also added mirroring to gitlab to simplify repository development and
gitlab ci validation.
2023-07-11 22:53:23 +03:00
5fc60fb2f5 Add coverage report by Codecov
This is needed to display coverage, and as an example of setting up
coverage counts.

Also, added badges to make the repositories look prettier.
2023-07-10 23:36:05 +03:00
cfe9add3d7 Add lint to CI
It is necessary to remember not to bring the code to a state complying
with the rules.
2023-07-10 23:10:36 +03:00
f5f4e2ce8c Add GitHub actions workflow
This is necessary for the completeness of the example.
2023-07-10 22:52:46 +03:00