about summary refs log tree commit diff
path: root/bskyweb/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into go-124Jaz Volpert2025-07-301-5/+4
|\
| * git tidyAustin McKinley2025-07-291-3/+1
| |
| * switch to using DefaultServeMux, include go.mod and go.sum changesAustin McKinley2025-07-291-19/+22
| |
* | Update golang toolchain to 1.24 and clean importsAustin McKinley2025-07-301-20/+20
|/
* bskyweb: bump indigo (several codegen updates) (#8442)bnewbold2025-06-061-6/+7
| | | | | * bump indigo (several codegen updates) * update call to getAuthorFeed
* bump golang version to v1.23 (#7325)bnewbold2025-01-021-2/+2
|
* Add og meta tags to starter pack detail (#4585)devin ivy2024-06-241-14/+16
| | | | | | | | | | | | | * add og meta tags to starter pack detail * tidy * bskyweb: add starter pack title to og meta * bskyweb build * go version to 1.22 * tidy
* bskyweb: update golang indigo dep (from May!), and some small devex tweaks ↵bnewbold2023-12-181-39/+55
| | | | | | | | | | | | | (#2227) * bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web
* update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)bnewbold2023-08-281-1/+1
| | | | | * golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
* bskyweb: gzip HTTP responses + some other minor improvements (#826)Jake Gold2023-06-011-0/+1
| | | | | | | * bskyweb: gzip HTTP responses + JSON logging + minor refactoring * reduce timeout and max header size * add a security.txt
* Updates indigo golang packages post-lex-refactor (!), which fixes XRPC calls ↵bnewbold2023-05-041-14/+14
| | | | | | | | | (#582) * bskyweb: update modules * bskyweb: fix XRPC string type * gitignore: yarn web build output in bskyweb
* bskyweb: bump indigo version (#383)bnewbold2023-04-051-1/+1
|
* golang: update deps (minor) (#367)bnewbold2023-04-031-3/+4
| | | | | * golang: minor deps update * golang: update deps for latest indigo
* update for lex refactorJake Gold2023-04-021-20/+36
|
* Basic golang CI setup (#360)bnewbold2023-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | * bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20
* bskyweb additions (#296)Jake Gold2023-03-201-1/+1
| | | Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
* bskyweb: proof-of-concept golang daemon to serve SPA (#275)bnewbold2023-03-141-0/+72
* gitignore: /dist/ * bskyweb: initial work-in-progress * bskyweb: import icons from bluesky-website * bskyweb: switch to pongo2 templates; iterate on views * bskyweb: example.env (and docs) * bskyweb: go fmt * bskyweb: remove plan file * bskyweb: README: tweak formatting * prettier: ignore /dist/, bskyweb templates --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>