about summary refs log tree commit diff
path: root/bskyweb/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into go-124Jaz Volpert2025-07-301-2/+2
|\
| * git tidyAustin McKinley2025-07-291-44/+6
| |
| * switch to using DefaultServeMux, include go.mod and go.sum changesAustin McKinley2025-07-291-0/+38
| |
* | Update golang toolchain to 1.24 and clean importsAustin McKinley2025-07-301-42/+42
|/
* bskyweb: bump indigo (several codegen updates) (#8442)bnewbold2025-06-061-15/+14
| | | | | * bump indigo (several codegen updates) * update call to getAuthorFeed
* Add og meta tags to starter pack detail (#4585)devin ivy2024-06-241-48/+28
| | | | | | | | | | | | | * 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-116/+132
| | | | | | | | | | | | | (#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-0/+2
| | | | | * 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/+2
| | | | | | | * 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-24/+28
| | | | | | | | | (#582) * bskyweb: update modules * bskyweb: fix XRPC string type * gitignore: yarn web build output in bskyweb
* bskyweb: bump indigo version (#383)bnewbold2023-04-051-2/+2
|
* golang: update deps (minor) (#367)bnewbold2023-04-031-8/+4
| | | | | * golang: minor deps update * golang: update deps for latest indigo
* update for lex refactorJake Gold2023-04-021-58/+126
|
* bskyweb additions (#296)Jake Gold2023-03-201-2/+4
| | | 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/+287
* 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>