releases

5 rows where "published_at" is on date 2019-09-03 sorted by repo

View and edit SQL

Suggested facets: repo, created_at (date)

published_at (date)

  • 2019-09-03 · 5
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo ▼
19704661 https://github.com/simonw/datasette/releases/tag/0.29.2 MDc6UmVsZWFzZTE5NzA0NjYx 0.29.2 master 0.29.2 0 simonw 9599 0 2019-07-14T03:04:05Z 2019-09-03T00:33:35Z [] * Bumped Uvicorn to 0.8.4, fixing a bug where the querystring was not included in the server logs. (#559) * Fixed bug where the navigation breadcrumbs were not displayed correctly on the page for a custom query. (#558) * Fixed bug where custom query names containing unicode characters caused errors. https://datasette.readthedocs.io/en/stable/changelog.html#v0-29-2 datasette 107914493
19704736 https://github.com/simonw/sqlite-utils/releases/tag/1.8 MDc6UmVsZWFzZTE5NzA0NzM2 1.8 master 1.8 0 simonw 9599 0 2019-07-28T15:41:42Z 2019-09-03T00:45:42Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-8 sqlite-utils 140912432
19704739 https://github.com/simonw/sqlite-utils/releases/tag/1.9 MDc6UmVsZWFzZTE5NzA0NzM5 1.9 master 1.9 0 simonw 9599 0 2019-08-04T03:35:30Z 2019-09-03T00:46:02Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-9 sqlite-utils 140912432
19704743 https://github.com/simonw/sqlite-utils/releases/tag/1.10 MDc6UmVsZWFzZTE5NzA0NzQz 1.10 master 1.10 0 simonw 9599 0 2019-08-23T12:24:04Z 2019-09-03T00:46:27Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-10 sqlite-utils 140912432
19704889 https://github.com/simonw/sqlite-utils/releases/tag/1.11 MDc6UmVsZWFzZTE5NzA0ODg5 1.11 master 1.11 0 simonw 9599 0 2019-09-03T00:58:41Z 2019-09-03T01:03:27Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-11 sqlite-utils 140912432

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 33.213ms · About: github-to-sqlite