bloggulus

A collective index of my favorite blogs

MIT License

Stars
6

Bot releases are visible (Hide)

bloggulus - v0.3.7 Latest Release

Published by github-actions[bot] 3 months ago

Changelog

  • 78ad851934a30a3aa804e73ef2f65fd8ac32cf68 Update deps
  • 156f2f3ed0e6807063917c660914f964f81183df Add admin page for managing posts
  • 5a07a305584695903fffc2b16b35340b4234abbf Add admin page for viewing blogs
  • 5415f70cb8a164d6101a2cf572b4bb90d6bc1e8d Enable deleting tags, get a multi-action working
  • 9502b8753b87257ad499b5079ba3664cf3a485cd Fix headers formatting
  • be85af63b052454c9569a258d509be2fb484c738 Make fetchAPI helper more universal
  • 27974fa8625d8721d760ca8fec9affc30ff31fb7 Fix status codes, create auth'd fetch helper
  • 4819c4129c2266290ed5bdd4cd43a0afec553e56 Add ButtonLink, make error page nicer, throw more
  • f7ea1e4e9c9bd76e06bfd872510d5d759d38ae57 Run List+Count queries together, ditch "test in TX" concept
  • f1e7bda04083e1c007931e7c4e4e7737d5a71c90 Flip routes back to admin required
  • f949334b4865d13e5778e2943d8035f035f2077d Remove unused import
  • 3c44c2bc3952ee011770081e311f7436fcdb131e Add count to list endpoints, add page for blogs
  • a19598fb7bfe403c69d9f118ee3138c616c09f75 Make validation messages nicer
  • 86c2ebd8ab8747e58ba716408a3e45ec05c5f7ca Update deps
  • 7b6dc4d94df29496995634eba623b4ad3dc0a7f8 Update deps
  • 7190afc8602c59c19f33096a0d57e9ce8e3072aa Clarify some names
  • 8c5347eec48ed86b02848d17a75ebad8b6f21251 Make invalid username / password a 422
  • e8529696249031372188ef7861bcbb1f4aa14844 Bit more work on error handling
  • 7c3c0b6f4eeebf9d65962fba6b01b94da7635ed8 Create component for SearchInput
  • 2807ed287c2c70ba8a9eb61edb23a30f807c8290 Omit field if empty
  • 2ecb62434414017551ae77cd3287ec5057605272 Convert errors from a map to a list
  • e203fd672fd35362b4e133d2fc7ec579e7691b9b Make the auth pages look a bit nicer
  • ede02e942e250a7148286402793426b6bf3409b6 Limit cards to three tags
  • ac6a9609d4e4bcc6723cdf27bd1588bc7de35cf6 Remove API docs link
  • a49523734795570832de8c30702c8892f542cc30 Show "Relevant" when searching
  • 6b104203fedb5aed6c37a5359891b8255659488b Move postcss config into package.json
  • b25667701495120bf3480670dec2af98c17ee726 Get register and login actions working
  • 4e3706fb22f4767c038e90103ec2fdf3b98c5311 Get a basic layout working, prep auth pages
  • e98f0b18f4c616e38516b366f863bcbb787e6f7a Organize components and pages into folders
  • 32d45aa914ee33b9f39f2be722862f0f524584d6 Split out a few components
  • ca212f9670fb27e9f639afa69917fa827cf11579 Get the search bar working
  • 36810cf1b397cc5229503f1a053e655c7f79ff0f More frontend work
  • bba07ba9a5d78c9e2b6281a4e071611d205614c1 Work on the basic site layout
  • b9ba022b48b14c1c6bf59c4e1780f411d0f4509e Start using Tailwind CSS
  • c275f8170446990ff8cf1be1469a8e1c1be9812e Add ErrorPage fallback
  • 77020526ba4a8134174e4fa3294613fc73fb033b Use vite dev to observe react's debug behavior
  • 281daf3255624ab60a3d6762a7523dc88b5b9432 Get started with React Router
  • 15f6dd9e5a2d31ac73fdb51cf01f08b3d3455b76 Drop SvelteKit SPA, prep for React
  • 4a764d9694ad5c661f71187901a83ebc60862d88 Get auth working via local storage... kinda messy
  • 32c077d02088c5bdbbe31e95005f918a10a7c3b4 Update deps
  • 590a6eb1ab33e5e18f7fc4191eedb69ca59b18b3 Remove sort from goreleaser changelog
bloggulus - v0.3.6

Published by github-actions[bot] 3 months ago

Changelog

  • 17644d8 Adapt May Ryer's middleware Adapter pattern
  • 9396860 Add FE pages for blogs
  • 62a698c Add RegisterType fix for UTC timestamps
  • 4a10774 Add account.is_admin column
  • 0dc4e39 Add backend endpoint for creating tokens
  • 5f57250 Add deploy command to Makefile
  • f0e6061 Add endpoint and test for creating accounts
  • e58b872 Add endpoint for creating tags
  • 84d95c0 Add endpoint for deleting blogs
  • 357c6ee Add endpoint for deleting posts
  • 9733fc8 Add endpoint for deleting tags
  • 35fcece Add extra checks to creation tests
  • 806528b Add goreleaser version
  • 5a3c15f Add middleware and tests for checking user auth
  • 21fa126 Add migrations, models, and storage for Accounts and Tokens
  • f8a32e5 Add missing comment
  • 65b7abf Add missing return to AccountRequired mware
  • 858d50c Add mware for AccountRequired and AccountOptional
  • d600bcb Add other API doc renderers for fun
  • 3ea48fe Add posts to blog page
  • 616e151 Add route for managing individual posts
  • 10295b0 Add test and clearer error message for dupe username
  • 02c8568 Add test for AdminRequired middleware
  • e4bd3f6 Add tests for middleware and validator
  • 220cedb Add timeutil package for rounded UTC times
  • 3057182 Add vite build --watch command, update Makefile
  • 80260f7 Delete reader subpackages
  • 6e2de6f Fix an old admin ref in a comment
  • 29a3146 Fix some bugs, remove tz from PG timestamps, add endpoint for adding blogs
  • 0ae0d89 Fix test name
  • bb77011 Fix ts_query call for tags, add some FE deps
  • 4798e2e Format middleware usage
  • c77207a Format routes
  • 2e8003a Increase SyncInterval and SyncCooldown durations
  • 9372fae Lock "meta" routes behind auth middleware
  • 23d1040 Make GenerateToken visible
  • aca0c74 Make posts a per-blog item
  • 33914a4 Make route IDs more specific
  • 081f9c3 Migrate to the Go 1.22 enhanced router
  • d23360e Move web fetch impl to fetch package
  • 15416f5 Refactor a couple more routes
  • d834c23 Refactor a few handlers to closure their deps
  • bf96e8f Refactor blog handlers
  • bc7f29c Refactor post handlers
  • 9246aee Refactor tag handlers
  • d7a938b Remove --skip-validate from goreleaser command
  • aa1fbaa Remove TODO
  • b3d18cc Remove admin subpackage from api
  • da98325 Remove admin subpackages for model and storage
  • 3f094ec Remove superforms and zod, just use FormData
  • b68fd2f Rename FE code from Post to Article
  • d07f0f5 Rename Middleware type and Use func
  • c50d27b Rename Router() to Handler()
  • b68bf8a Rename domain package to model
  • bb9333a Rename interface{} to any
  • d5816f5 Rename reader/post to reader/article
  • 131ad61 Rename some test vars, prep for testing w/ auth
  • 92563db Return errors from NewFoo domain obj constructors
  • cc2bfeb Return http.Handlers from handler methods
  • 1b1347a Round timestamps to microseconds (which is what PG supports)
  • 10db980 Simplify API handler creation
  • 404a517 Simplify create tag form
  • fa73aa7 Simplify token storage API
  • 1651b7c Simplify web handler, ditch application concept
  • f2c60cc Simplify web package structure
  • e42b6a6 Specify a ttl when creating tokens
  • bf5f3be Start messing around with superforms
  • f8b4348 Start working on the FE tags page
  • b57d4f4 Tweak a few tests
  • ee039c8 Tweak the "add tag" form a bit
  • d30b33f Undo changes to docker compose file
  • e4b8f88 Undo timestamp migration, use time.Equal for comparison
  • 73baac3 Update a couple comments
  • 112128d Update deps
  • 016f675 Update deps
  • 2c6199e Update deps
  • 8f96390 Update deps
  • 2963c27 Update deps
  • 382799e Update deps
  • 56b598a Update deps
  • 1f29560 Update deps
  • 14d5e0a Update deps
  • 3785343 Update deps
  • 1c8eb42 Update deps, add a couple comments
  • 56c4fdd Update frontend deps
  • 020abec Update goreleaser-action version
  • 3004a50 Update sync service test name
  • 15aaf0b Use actions/setup-go@v5
bloggulus - v0.3.5

Published by github-actions[bot] 6 months ago

Changelog

  • 6830e2b Add helper for formatting post dates
  • 981424b Simplify semaphore contexts
  • dd267f1 Update deps
bloggulus - v0.3.4

Published by github-actions[bot] 6 months ago

Changelog

  • 8bac604 Add concurrency w/ upper limit to blog sync
  • 2da6cd7 Fix overflowing tags on smaller screens
  • 89d0233 Update comment, add a TODO
bloggulus - v0.3.3

Published by github-actions[bot] 6 months ago

Changelog

  • 21cd395 Add SyncCooldown concept
  • 5a7df2c Add title and meta description
bloggulus - v0.3.2

Published by github-actions[bot] 6 months ago

Changelog

  • 36615a7 Add ListAll method to BlogStorage
  • 775fe1a Fix SyncInterval name, limit freq to an hour
  • 766d83d Make sync service runnable
bloggulus - v0.3.1

Published by github-actions[bot] 6 months ago

Changelog

  • efe0543 Simplify release file names
bloggulus - v0.3.0

Published by github-actions[bot] 6 months ago

Changelog

  • efd507e Achieve parity with bloggulus-svelte tests!
  • beac6d7 Add Node setup to GHA workflows
  • 8557665 Add a few missing integ tests
  • f30f999 Add a few more tests
  • 330dc6c Add a few more tests, add some sentinel errors
  • 9599ca3 Add config tests
  • b6263fd Add endpoint for listing / searching reader posts
  • bac55f1 Add endpoint for tags
  • 01832e8 Add metadata columns to each table
  • 556d0a1 Add migration to convert integer IDs to UUIDs
  • cba51df Add mock feed fetcher
  • f3c9eea Add more parsing tests (and fix a bug!)
  • a1c84ce Add post count to API response
  • 4fed58c Add proper "See More" logic
  • 04dc4f4 Add some test asserts and simplify tests
  • 65a4a3e Add storage logic to postgres/admin/storage package
  • a1e1429 Add storage methods for counting posts
  • dd85757 Add t.Parallel() to remaining tests
  • 3997564 Add tag model
  • eccb33b Add tests for blog and post updates
  • ba9faf0 Add tests for parsing and hydrating feeds
  • 1b2dd72 Add tests for skipping posts w/o url or title
  • a103707 Call tag.CheckDelete before deletion
  • f3b9778 Cleanup some test assertions
  • d9f88bf Convert remaining prints to slogs
  • 04fb572 Create api/util package for errors / json
  • de0974f Delete and replace old postgres errors
  • 2a71380 Delete old storage package, migrate old callers
  • f28110a Ensure post publishedAt dates are converted to UTC
  • 4b6fba1 Ensure timestamps are in UTC
  • da5e038 Fix broken test
  • d0e1887 Fix domain model usage in api tests
  • 3c9fc9b Fix embedding
  • 605cd98 Fix goreleaser
  • fc0a874 Fix mock storage tests to run in parallel (add mutex)
  • b7b1568 Fix typo in migration
  • 49beecf Format migrations using tabs
  • 63d7226 Get pagination working
  • 6707363 Get the error page working
  • 1eec0b9 Get the frontend matching bloggulus-svelte
  • 41ee1e6 Impl mock storage interfaces
  • ae33ce7 Impl postgres queries for listing / searching reader posts
  • 93b09df Impl simpler marshalling for other types
  • de1ca81 Implement remaining sync logic
  • eba4fee Merge database and migrate into postgres package
  • b380bef Modernize migrations
  • b94b7d1 Move ErrRollback to storage package
  • 8066718 Move Storage interface tests to suite package
  • 455c2b1 Move fetch mocks into sub package
  • 2f21ad0 Move frontend files into subdir, impl cond embedding
  • b8119ed Move params to util package
  • e24af3c Move postgres admin storage into domain
  • 5cb2b98 Move postgres reader storage to domain
  • f7811b3 Move validator into web package
  • 063e59c Move validator package to api
  • ec44087 Nest admin API routes under api/admin package
  • 88e371d Optimize reader post queries, cleanup frontend
  • 4761930 Refactor Blog to be a proper domain object
  • 89e33b4 Refactor Post to be a proper domain model
  • 3e7667e Refactor code to use UUIDs for domain model IDs
  • eb74772 Refactor fetch package
  • 1212fd3 Refactor storage system a bit
  • 88d10d5 Refactor web packages, simplify running the web server
  • 40b4dc1 Remove obsolete version from compose file
  • c9bf682 Remove old non-domain code, verify addblog works
  • 70c19d9 Remove old template frontend, prep svelte
  • 7ea40e8 Remove storage test suite idea
  • 288c8a6 Remove unused code
  • 2968c62 Rename internal/ to backend/
  • 61768b7 Rename post contents->content
  • a3007da Rename storage->store when using
  • 7b93977 Rename test->suite, todo->test in storage
  • b4838d7 Rename testutil->test
  • f22449d Rename todo.go to ddd.go (just has ideas)
  • 2c83b4d Replace print statements with slog
  • 4a01fa7 Run all tests in parallel
  • 68b9466 Run storage tests within transactions (and rollback)
  • 04b6464 Run tests in a separate DB
  • cb5daff Show some post data on the frontend!
  • 3afec61 Simplify admin domain mock func names
  • 3c190ab Simplify domain/table marshalling for tags
  • c866d9a Simplify how the frontend embedding works
  • d8f0061 Simplify storage mock helper names
  • 7feddef Split testutil package up
  • 18bb914 Start thinking about more tests
  • 0191939 Start work on SyncService
  • 9409795 Start work on multi-domain idea
  • 2b8683d Start work on reader domain
  • b52d01c Start writing a few SyncService tests
  • ea6b210 Tone down the abstraction a bit
  • 5180efe Update GHA test workflow
  • 70d9c3d Update Makefile and release workflow
  • 3586382 Update README, fix rapi-doc viewer
  • 50e66c7 Update Tag to be a proper domain object
  • 8e82bc1 Update deps
  • 32d0b73 Update deps
  • 8622165 Update deps
  • 3590689 Update deps
  • abb2d11 Update deps
  • 10f1d51 Update deps
  • 4fb4539 Update deps, knockout a small TODO
  • 1eeedd7 Update docker compose command in GHA workflow
  • 5002ba7 Update svelte config
  • cceb799 Use page/size for API pagination
  • db7e740 Use plural API routes
  • ca7e621 Use the app.Router() pattern for top-level app
  • 49d6cc6 Various cleaning and organization
  • 5d9223c Write storage tests in a reusable way
bloggulus - v0.2.2

Published by github-actions[bot] 8 months ago

Changelog

  • 500cb00 Add go-http-metrics
  • 7306bab Update to Go 1.22 and pgx v5
bloggulus - v0.2.1

Published by github-actions[bot] about 1 year ago

Changelog

  • 31f785c Log when a feed is skipped
bloggulus - v0.2.0

Published by github-actions[bot] about 1 year ago

Changelog

  • 8d6c938 Fix goreleaser command
  • 2b9ff5c Respect ETag and Last-Modified headers
  • 09641de Update Go version in GHA workflows
  • c8b3169 Update deps
  • 37307af Use DEBUG instead of ENV var
  • 73a7c4c Various fixes
bloggulus - v0.1.5

Published by github-actions[bot] over 2 years ago

Changelog

  • f8a3203 Add more logging to the blog sync process
bloggulus - v0.1.4

Published by github-actions[bot] over 2 years ago

Changelog

  • 0424229 Move Limit and Offset to methods of Client
bloggulus - v0.1.3

Published by github-actions[bot] over 2 years ago

Changelog

  • f96531f Add functional options for client
  • c179b67 Give client options a named type
  • db2cced Impl pagination in the client library
bloggulus - v0.1.2

Published by github-actions[bot] over 2 years ago

Changelog

  • 37f96d8 Update README and rename example dir
  • 469ede2 Update README and update examples
  • 7d97258 Update gofmt command
bloggulus - v0.1.1

Published by github-actions[bot] over 2 years ago

Changelog

  • 0ab97ca Ensure post links have a valid scheme
  • 67fac6e Make systemd unit a config file in deb
bloggulus - v0.1.0

Published by github-actions[bot] over 2 years ago

Changelog

  • fa51d0e Add a few client docs
  • 2408038 Add docs, switch router to flow, write some mware
  • a2ad41c Add link to project source
  • e284553 Adjust tailwindcss output location
  • 5c3e3bf Finish storage tests
  • 8da704e Fix posts without hostname in link
  • 4d50e13 Get the tests working again after refactoring
  • b87f422 Start work on refactor to support client library
  • 1731e2f Start working on the API client
  • f9be3be Update README
  • 197b15d Update deps
bloggulus - v0.0.10

Published by github-actions[bot] over 2 years ago

Changelog

  • 10d2a0e Add simple link to REST API
  • 0207d22 Fix template dir name, fix empty q param on paging
  • bb3576f Rename dirs to be singular
  • 62f2a2a Update README
  • c81829b Update deps
bloggulus - v0.0.9

Published by github-actions[bot] over 2 years ago

Changelog

  • 960bf7c Update Go version in GHA workflows
  • 163cc4e Update to 1.18, update deps, format code
bloggulus - v0.0.8

Published by github-actions[bot] almost 3 years ago

Changelog

  • 9d0cbd5 Error upon extra values in config file
  • 3c9502f Fix spacing in tailwind.config.js
  • b07eba2 Remove GoatCounter
  • f2832f2 Simplify local dev config file handling
  • 0bc362c Simplify tailwind input file location
  • f43619f Update README
  • 9f4998e Update README
Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects