1
0
forked from MTSR/mapserver
Commit Graph

29 Commits

Author SHA1 Message Date
renovate[bot]
34b303fdec chore(deps): update shogo82148/actions-goveralls action to v1.9.0 2024-06-06 19:26:53 +02:00
renovate[bot]
a1f84556ad chore(deps): update actions/setup-go action to v5.0.1 2024-06-06 19:26:27 +02:00
renovate[bot]
e667ca580a chore(deps): update actions/checkout action to v4 2023-12-29 16:09:47 +01:00
renovate[bot]
eed72a199d chore(deps): update dependency ubuntu to v22 2023-12-29 16:08:38 +01:00
renovate[bot]
c5fd436f09 chore(deps): update actions/setup-go action to v5 2023-12-29 16:03:48 +01:00
renovate[bot]
9a4499fd24 Update shogo82148/actions-goveralls action to v1.8.0 2023-12-27 10:44:42 +01:00
renovate[bot]
5ca9d0c89e Update actions/setup-go action to v4.1.0 2023-12-27 10:44:35 +01:00
Buckaroo Banzai
be38c83fd8
db cleanup (#341)
* db cleanup

* dev

* pg setup

* postgres uuid migration

* cleanup

* fk

* sqlite migration

* cleanup

* wal

* max open conns = 1

* fix panic

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2023-12-27 10:35:24 +01:00
renovate[bot]
53689acf53 Update actions/setup-go action to v4 2023-04-10 18:19:59 +02:00
renovate[bot]
de375c3d16 Update actions/setup-go action to v3.5.0 2022-12-16 08:21:44 +01:00
Kenneth Watson
9943d62dc4 Bump Go version to support Time.UnixMicro 2022-08-14 12:23:24 +02:00
Renovate Bot
8eecb07ba0 Update shogo82148/actions-goveralls action to v1.6.0 2022-03-19 17:24:44 +01:00
Renovate Bot
4f61067cf2 Update actions/checkout action to v3 2022-03-06 11:58:24 +01:00
Renovate Bot
f40d348a8b Update actions/setup-go action to v3 2022-03-06 11:55:54 +01:00
Renovate Bot
94ce74dd24 Update actions/setup-go action to v2.1.5 2022-01-17 09:36:46 +01:00
Renovate Bot
ea5bef1f8c Update shogo82148/actions-goveralls action to v1.5.1 2022-01-17 09:12:10 +01:00
Renovate Bot
7d9624cd72 Update actions/checkout action to v2 2021-09-01 20:02:10 +02:00
dependabot[bot]
997071378a Bump actions/setup-go from 2.1.3 to 2.1.4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 19:41:25 +02:00
dependabot[bot]
24214d3c24 Bump shogo82148/actions-goveralls from 1.4.6 to 1.4.7
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.6...v1.4.7)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 19:41:12 +02:00
dependabot[bot]
5454d414a2 Bump shogo82148/actions-goveralls from 1.4.5 to 1.4.6
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.5...v1.4.6)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-19 19:27:46 +02:00
dependabot[bot]
b9d698c14d Bump shogo82148/actions-goveralls from 1.4.4 to 1.4.5
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.4...v1.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 08:19:56 +02:00
dependabot[bot]
ff16d3b9d7 Bump shogo82148/actions-goveralls from 1 to 1.4.4
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1 to 1.4.4.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1...v1.4.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 15:56:16 +02:00
BuckarooBanzay
bbd4e6a8c7 coverage 2021-04-12 13:32:33 +02:00
BuckarooBanzay
6639db1d2b public/static cleanup 2021-04-12 13:07:17 +02:00
BuckarooBanzay
074055a5d3 update gh workflow go version 2021-04-12 11:57:29 +02:00
BuckarooBanzay
064a50d377 use ubuntu 20.04 for workflows 2020-12-14 09:44:17 +01:00
dependabot[bot]
d3d52341fc Bump actions/setup-go from v1 to v2.1.3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v1 to v2.1.3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v1...37335c7bb261b353407cff977110895fa0b4f7d8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 20:21:02 +02:00
Thomas Rudin
152d01f6c4 run tests on PR's 2020-01-13 17:33:06 +01:00
NatureFreshMilk
716648aabf rename go-test 2019-11-28 11:27:29 +01:00