Commit Graph

52 Commits (5117d615efb47da7f392eea66f49532b609798af)

Author SHA1 Message Date
Bruce Weirdan 1d2352e0f2
Add `nushell` agent
1 year ago
Igor Chubin 88df26818f Merge branch 'chubin/logging'
1 year ago
Igor Chubin 5671b33126 Disable leftover linter findings for view/v1
2 years ago
Igor Chubin 53b29709b1 Fix revive findings
2 years ago
Igor Chubin 91e52efa31 Fix gocritic findings
2 years ago
Igor Chubin 9190897277 Fix gochecknoglobals findings
2 years ago
Igor Chubin 232637db11 Fix nonamedreturns findings
2 years ago
Igor Chubin 5b80bf417b Fix lll findings
2 years ago
Igor Chubin d86f03f2b7 v1: Move icons to a function
2 years ago
Igor Chubin ba82bbd096 Fix wastedassign findings
2 years ago
Igor Chubin 8cdf491cb5 Fix whitespace findings
2 years ago
Igor Chubin bebbc32353 Fix nlreturn findings
2 years ago
Igor Chubin 0bf476bd41 Run gofumpt for view/v1
2 years ago
Igor Chubin cfe5b0761e Add v1 Go dependencies
2 years ago
Igor Chubin 602ee55a8b Remove internal/view/v1/go.{mod,sum}
2 years ago
Igor Chubin afd335cfa7 Set v1 package
2 years ago
Igor Chubin 25b321015b Rename internal/view/v1/main.go -> internal/view/v1/cmd.go
2 years ago
Igor Chubin c94cc933dd Move we-lang to internal/view/v1
2 years ago
Igor Chubin 7f9eb91ecc Print geolocation errors
2 years ago
Igor Chubin ecc9479719 Skip existing entries in db when converting
2 years ago
Igor Chubin 38e2ddd69b Keep existing db when converting geocache
2 years ago
Igor Chubin 302b00ee7d Add opencage support
2 years ago
Igor Chubin 2e67874e04 Add NominatimLocation
2 years ago
Igor Chubin 45900bc565 Prepend function name when doing logging in readFromCacheDB
2 years ago
Igor Chubin c9fc3aa74a Rename Location to Address in geo/ip
2 years ago
Igor Chubin 0e2e39774e Use db-based location cache by default
2 years ago
Igor Chubin c398d9204d Implement location resolution interface
2 years ago
Igor Chubin 04f064460c Fix linter findings for: funlen, nestif, gocognit, revive, cyclop
2 years ago
Igor Chubin 635ac451c0 Fix linter findings for: goerr113
2 years ago
Igor Chubin 173b501a2d Fix linter findings for: forbidigo, funlen, forcetypeassert, stylecheck
2 years ago
Igor Chubin aa3600a011 Fix linter checks
2 years ago
Igor Chubin aec889e65e Add internal/util/files.go
2 years ago
Igor Chubin 53b074af93 Add internal/geo/location/
2 years ago
Igor Chubin 1bcdd45f34 Add geoloc cache converter
2 years ago
Igor Chubin caecca05cf Add Nominatim configuration
2 years ago
Igor Chubin 2ce4c28c34 Add Nominatim queries resolution initial support
2 years ago
Igor Chubin b8a7991cb6 Switch to GeoIP Cache DB
2 years ago
Igor Chubin 4855adeaf6 Add support for geoip cache db writing
2 years ago
Igor Chubin a27541a25b Add support for geoip cache db reading
2 years ago
Igor Chubin 4599029329 Ignore local queries in stats
2 years ago
Igor Chubin 307476764a Add internal/util/yaml.go
2 years ago
Igor Chubin b54ba36643 Add geoip cache converter
2 years ago
Igor Chubin 6c0107bf7a Add temporary support for /:geo-ip-{get,put}
2 years ago
Igor Chubin 3765dcbfbf Count number of queries with known IPs
2 years ago
Igor Chubin 074b8b6ec8 Add GeoIP info cache access
2 years ago
Igor Chubin a6f2844c67 Suppress log if needed
2 years ago
Igor Chubin 5d86d36b7e Add config file parsing/dumping
2 years ago
Igor Chubin 12df32b07c Split rest of srv into packages
2 years ago
Igor Chubin 0d42c23d5b Move stats to a separate package
2 years ago
Igor Chubin 30c2c85e54 Move global consts to config
2 years ago