-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version": "https://jsonfeed.org/version/1", "title": "pressly/goose", "home_page_url": "https://pressly.github.io/goose/", "feed_url": "https://pressly.github.io/goose/feed_json_updated.json", "description": "The missing goose docs.", "icon": null, "authors": [], "language": "en", "items": [{"id": "https://pressly.github.io/goose/blog/2021/welcome/", "url": "https://pressly.github.io/goose/blog/2021/welcome/", "title": "Hello, docs!", "content_html": "Introductory blog post.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-07-welcome.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}, {"id": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "url": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "title": "Embedding migrations", "content_html": "Embed your SQL files directly into goose binary. No more copying files around!", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-08-embed-sql-migrations.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Go migrations"]}, {"id": "https://pressly.github.io/goose/blog/2021/better-tests/", "url": "https://pressly.github.io/goose/blog/2021/better-tests/", "title": "Better tests with containers", "content_html": "A container a test makes the bugs \ud83d\udc1b go away.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-09-better-tests.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Testing"]}, {"id": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "url": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "title": "support for out-of-order migrations", "content_html": "<h1>Adding support for out-of-order migrations</h1>\n<p>Starting with <code>goose</code> <a href=\"https://github.com/pressly/goose/releases/tag/v3.3.0\">v3.3.0</a> we added the\nability to apply missing (out-of-order) migrations. Thanks for all the the community feedback over\nthe years.</p>", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-10-out-of-order-migrations.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "url": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "title": "Ad-hoc migrations with no versioning", "content_html": "Database seeding. Apply migrations with no versioning.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-no-version-migrations.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "url": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "title": "Visualizing goose up and down commands", "content_html": "Visualizing goose up and down commands.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-visualizing-up-down-commands.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "url": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "title": "Improving ClickHouse support", "content_html": "goose improves ClickHouse support. Bug fixes, improvements, full end-end tests and upgrade to ClickHouse/clickhouse-go v2 driver.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-06-improving-clickhouse-support.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "ClickHouse"]}, {"id": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "url": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "title": "SQL migration files and goose annotations", "content_html": "An overview of goose SQL migrations and annotations.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-12-sql-migration-files.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "SQL migrations"]}, {"id": "https://pressly.github.io/goose/blog/2023/goose-provider/", "url": "https://pressly.github.io/goose/blog/2023/goose-provider/", "title": "Adding a goose provider", "content_html": "Introduction to the new goose provider", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2023-11-goose-provider.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Package"]}, {"id": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "url": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "title": "Using sqlc and goose", "content_html": "How to use sqlc and goose", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2024-02-goose-sqlc.png", "date_modified": "2024-04-05T13:32:02+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}]} | ||
{"version": "https://jsonfeed.org/version/1", "title": "pressly/goose", "home_page_url": "https://pressly.github.io/goose/", "feed_url": "https://pressly.github.io/goose/feed_json_updated.json", "description": "The missing goose docs.", "icon": null, "authors": [], "language": "en", "items": [{"id": "https://pressly.github.io/goose/blog/2021/welcome/", "url": "https://pressly.github.io/goose/blog/2021/welcome/", "title": "Hello, docs!", "content_html": "Introductory blog post.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-07-welcome.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}, {"id": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "url": "https://pressly.github.io/goose/blog/2021/embed-sql-migrations/", "title": "Embedding migrations", "content_html": "Embed your SQL files directly into goose binary. No more copying files around!", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-08-embed-sql-migrations.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Go migrations"]}, {"id": "https://pressly.github.io/goose/blog/2021/better-tests/", "url": "https://pressly.github.io/goose/blog/2021/better-tests/", "title": "Better tests with containers", "content_html": "A container a test makes the bugs \ud83d\udc1b go away.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-09-better-tests.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Testing"]}, {"id": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "url": "https://pressly.github.io/goose/blog/2021/out-of-order-migrations/", "title": "support for out-of-order migrations", "content_html": "<h1>Adding support for out-of-order migrations</h1>\n<p>Starting with <code>goose</code> <a href=\"https://github.com/pressly/goose/releases/tag/v3.3.0\">v3.3.0</a> we added the\nability to apply missing (out-of-order) migrations. Thanks for all the the community feedback over\nthe years.</p>", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-10-out-of-order-migrations.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "url": "https://pressly.github.io/goose/blog/2021/no-version-migrations/", "title": "Ad-hoc migrations with no versioning", "content_html": "Database seeding. Apply migrations with no versioning.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-no-version-migrations.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "url": "https://pressly.github.io/goose/blog/2021/visualizing-up-down-commands/", "title": "Visualizing goose up and down commands", "content_html": "Visualizing goose up and down commands.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2021-12-visualizing-up-down-commands.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "General"]}, {"id": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "url": "https://pressly.github.io/goose/blog/2022/improving-clickhouse/", "title": "Improving ClickHouse support", "content_html": "goose improves ClickHouse support. Bug fixes, improvements, full end-end tests and upgrade to ClickHouse/clickhouse-go v2 driver.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-06-improving-clickhouse-support.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "ClickHouse"]}, {"id": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "url": "https://pressly.github.io/goose/blog/2022/overview-sql-file/", "title": "SQL migration files and goose annotations", "content_html": "An overview of goose SQL migrations and annotations.", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2022-12-sql-migration-files.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "SQL migrations"]}, {"id": "https://pressly.github.io/goose/blog/2023/goose-provider/", "url": "https://pressly.github.io/goose/blog/2023/goose-provider/", "title": "Adding a goose provider", "content_html": "Introduction to the new goose provider", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2023-11-goose-provider.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog", "Package"]}, {"id": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "url": "https://pressly.github.io/goose/blog/2024/goose-sqlc/", "title": "Using sqlc and goose", "content_html": "How to use sqlc and goose", "image": "https://pressly.github.io/goose/assets/images/social/blog/posts/2024-02-goose-sqlc.png", "date_modified": "2024-05-11T17:41:23+00:00", "authors": [{"name": "mfridman"}], "tags": ["Blog"]}]} |