releases

3 rows where "created_at" is on date 2019-11-02

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-11-02 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
21162720 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.4 MDc6UmVsZWFzZTIxMTYyNzIw 0.4 master 0.4 0 simonw 9599 0 2019-11-02T01:45:52Z 2019-11-02T01:48:09Z [] - Fixed bug where plugin fails to render a map if the cell value was truncated (#3) - Fixed incompatibility when loaded in the same environment as `datasette-pretty-json` (#6) datasette-leaflet-geojson 135007287
21163426 https://github.com/simonw/datasette-cluster-map/releases/tag/0.7 MDc6UmVsZWFzZTIxMTYzNDI2 0.7 master 0.7 0 simonw 9599 0 2019-11-02T03:35:00Z 2019-11-02T03:54:36Z [] - Upgraded Leaflet to 1.5.1 - Upgraded leaflet.markercluster to 1.4.1 This fixes a bug where `datasette-cluster-map` and [datasette-leaflet-geojson](https://github.com/simonw/datasette-leaflet-geojson) could not run within the same Datasette instance. datasette-cluster-map 130236762
21169835 https://github.com/simonw/datasette/releases/tag/0.30.2 MDc6UmVsZWFzZTIxMTY5ODM1 0.30.2 master 0.30.2 0 simonw 9599 0 2019-11-02T23:12:46Z 2019-11-02T23:33:13Z [] https://datasette.readthedocs.io/en/latest/changelog.html#v0-30-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.922ms · About: github-to-sqlite