Commit graph

40 commits

Author SHA1 Message Date
91bbc61f77
Update module github.com/alecthomas/kong to v0.9.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 07:19:08 +00:00
9f017e7e03
Update golang Docker tag to v1.22.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 20:19:34 +00:00
aa222c9cc3
pkg/geoloc: rename types.go to models.go
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-02 11:49:40 +01:00
20b21c0221
Adjust cache to private variable 2024-03-02 11:48:53 +01:00
41605f743a
api/v1/server.go: remove unused response values 2024-03-02 11:20:42 +01:00
ca09e5efc5
Adjust downloader functions 2024-03-02 10:55:27 +01:00
06eaff6503
Adjust settings functions 2024-03-02 10:29:59 +01:00
c295d20b1a Merge pull request 'Optimize lookup speed / add net address cache' (#13) from optimize_lookup_speed into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
2024-02-26 09:55:04 +01:00
2c62bfad2f go.sum: go mod tidy (remove unused modules)
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-26 09:54:41 +01:00
ec76d2b728 Add caching to minimize lookup time (closes #12) 2024-02-26 09:54:41 +01:00
177f378715 pkg/geoloc/database.go: optimize database functions & resolve nil pointer dereference 2024-02-26 09:54:41 +01:00
82e8d3ca45
renovate.json: allow renovate to use "go mod tidy"
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-26 09:54:15 +01:00
80ec407989
Update module github.com/schollz/progressbar/v3 to v3.14.2
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-24 18:04:08 +00:00
c33e3ab1c2
Update module github.com/go-chi/chi/v5 to v5.0.12
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-17 01:04:06 +00:00
a139131e62
Update dependency go to v1.22.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-09 11:34:26 +01:00
f3a9b151cd
Update golang Docker tag to v1.22.0 2024-02-09 11:33:56 +01:00
669144c09f
Update dependency go to v1.21.7
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-08 23:39:12 +01:00
5148efb50f
.drone.yml: use explizit version definition 2024-02-08 23:39:12 +01:00
a3e9d11a69
Update golang Docker tag to v1.21.7 2024-02-08 23:39:11 +01:00
6bb5d25683
.drone.yml: add format & vuln check 2024-02-08 23:39:11 +01:00
2ca426ee4e
pkg/geoloc: remove static country definition 2024-02-08 23:39:11 +01:00
cfbad73d1e
Makefile & Dockerfile: update docker mirror & file name 2024-02-08 23:38:55 +01:00
005ac9c60c Merge pull request 'simplify downloader' (#4) from rework-downloader into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2024-01-25 12:56:27 +01:00
35600e9200
simplify downloader
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-25 12:52:09 +01:00
c420144b68
Update dependency go to v1.21.6
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-10 19:12:52 +00:00
149f688a87
Dockerfile: update build image version to patches
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-10 19:40:51 +01:00
7930bbf098
change image repository to git.ar21.de
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-24 18:25:43 +01:00
6178bec08b
pkg/downloader/downloader.go: Add status code check for downloader
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 23:50:50 +01:00
74593b8bbf
cfg/cfg.go: Replace real file URL with template URL 2023-12-23 23:50:05 +01:00
9e5c58207c
change repo name
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 18:43:56 +01:00
6561db6723
automatically push new tag
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 17:40:57 +01:00
cca9ebe9a6
add staging build 2023-12-23 17:17:23 +01:00
fae6b6e5e2
switch docker plugin
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-22 21:25:22 +01:00
9ac065f2db
add build pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-22 21:03:28 +01:00
4b56dc1799 Merge pull request 'Update module github.com/go-chi/chi/v5 to v5.0.11' (#2) from renovate/github.com-go-chi-chi-v5-5.x into main
Reviewed-on: tom/country-geo-locations#2
2023-12-21 22:47:14 +01:00
7a65f8d18d
Update module github.com/go-chi/chi/v5 to v5.0.11 2023-12-20 03:12:04 +00:00
aebf7447c6
Rework complete project 2023-12-20 02:57:05 +01:00
868965a072
Add Dependency Dashboard 2023-12-19 13:53:19 +01:00
79958c89e6
initial commit / little collection for geo locations 2023-12-13 19:51:31 +01:00
ea4bf00fc6 Initial commit 2023-12-13 17:39:40 +01:00