summaryrefslogtreecommitdiff
path: root/internal/discovery/discovery.go
AgeCommit message (Expand)Author
2026-02-20Building: Remove release tagJeroen Wijenbergh
2026-02-20All: Log HTTP body when JSON unmarshal failsJeroen Wijenbergh
2026-02-12All: Rename packages that sound useless or clash with stdJeroen Wijenbergh
2025-08-29Discovery: Remove manager and DiscoveryStartupJeroen Wijenbergh
2025-08-29Discovery: Add cache argument and embed unmarshal on startupJeroen Wijenbergh
2025-05-06All: Move to log/slogJeroen Wijenbergh
2025-05-06All: Run modernize --test --fixJeroen Wijenbergh
2025-05-06All: Fix staticcheck errorsJeroen Wijenbergh
2024-11-21Replace all links from GitHub to Codebergjwijenbergh
2024-07-30Format: Run Gofumptjwijenbergh
2024-07-17Discovery: Remove organizations per 4 hour expiryjwijenbergh
2024-07-17Client + Discovery: Fetch dscovery at startup using DiscoveryStartupjwijenbergh
2024-07-17Discovery: Implement conditional requestsjwijenbergh
2024-07-17Client: Fetch disco fresh after startup calling GetConfigjwijenbergh
2024-06-27Discovery: Unmarshal to a new structure to fix #55jwijenbergh
2024-06-25Discovery: Return a fresh booleanjwijenbergh
2024-06-06Discovery: Organization list cache updatesjwijenbergh
2024-05-29Discovery: Improve search using levenshtein distance and sortingjwijenbergh
2024-05-29Discovery: return country_code to the clientjwijenbergh
2024-05-29Discovery: Convert the search query to lowerjwijenbergh
2024-05-29Discovery: Implement search and do not return keywordsjwijenbergh
2024-05-29Discovery: Return a subset to the clientJeroen Wijenbergh
2024-03-07Discovery: Resolve logging TODOsjwijenbergh
2024-02-19All: Document everything to pass revive lintjwijenbergh
2024-02-19Discovery: Mark orgs expired on org by id errorjwijenbergh
2024-02-19Discovery: Use new HTTP Clientjwijenbergh
2024-02-19All: Prepare to get rid of go-errors/errors libjwijenbergh
2023-09-25Discovery: Pass a context aroundjwijenbergh
2023-09-25Types: Split discovery into its own packagejwijenbergh
2023-02-28Discovery: Cache within JSON as welljwijenbergh
2023-02-27Discovery: Conditionally embed latest discovery files for local cachejwijenbergh
2023-02-16Test: Implement util package for starting a TLS serverjwijenbergh
2023-01-10Client + Discovery: Implement further organizations expiryjwijenbergh
2023-01-06Refactor: Re-use a HTTP clientjwijenbergh
2023-01-03Discovery: Remove server type from getting by country codejwijenbergh
2023-01-02Discovery: Omit type info for global disco URLjwijenbergh
2023-01-02Discovery: Allow overriding Disco URLjwijenbergh
2022-12-12Discovery: Minor style changes with variable namesjwijenbergh
2022-12-12simplify error handlingAleksandar Pesic
2022-11-28Formatting: Run gofumpt -wjwijenbergh
2022-11-28Refactor: Fix revive linter errors by deleting redundant prefixesjwijenbergh
2022-11-28Lint: Run godot fixjwijenbergh
2022-11-28Refactor: Remove most get prefixes for receiver functionsjwijenbergh
2022-11-28Document: Add comments for most functions and packagesjwijenbergh
2022-11-25Discovery + Exports: Rename variable to not clash with server pkgjwijenbergh
2022-11-24Style: Use stylecheck and fix errorsjwijenbergh
2022-11-24Discovery + Server: Get rid of unused importsjwijenbergh
2022-11-24Util: Get rid of current time helperjwijenbergh
2022-10-19Refactor: Make errors use the parent's error leveljwijenbergh
2022-10-19Discovery + Server: Remove unused 'Raw' stringsjwijenbergh