releases

2 rows where "published_at" is on date 2018-12-16 sorted by html_url

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2018-12-16 · 2
id html_url ▼ node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
14560294 https://github.com/simonw/datasette/releases/tag/0.25.1 MDc6UmVsZWFzZTE0NTYwMjk0 0.25.1 master Datasette 0.25.1 0 simonw 9599 0 2018-11-05T06:31:41Z 2018-12-16T21:44:27Z [] Documentation improvements plus a fix for publishing to Zeit Now. * `datasette publish now` now uses Zeit’s v1 platform, to work around the new 100MB image limit. Thanks, @slygent - closes #366. datasette 107914493
14560304 https://github.com/simonw/datasette/releases/tag/0.25.2 MDc6UmVsZWFzZTE0NTYwMzA0 0.25.2 master Datasette 0.25.2 0 simonw 9599 0 2018-12-16T21:26:37Z 2018-12-16T21:45:39Z [] * `datasette publish heroku` now uses the `python-3.6.7` runtime * Added documentation on [how to build the documentation](https://datasette.readthedocs.io/en/stable/contributing.html#editing-and-building-the-documentation) * Added documentation covering [our release process](https://datasette.readthedocs.io/en/stable/contributing.html#release-process) * Upgraded to pytest 4.0.2 datasette 107914493

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 30.083ms · About: github-to-sqlite