releases

4 rows where "published_at" is on date 2019-10-14

View and edit SQL

Suggested facets: repo, created_at (date)

published_at (date)

  • 2019-10-14 · 4
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
20685181 https://github.com/simonw/datasette-render-timestamps/releases/tag/0.1 MDc6UmVsZWFzZTIwNjg1MTgx 0.1 master 0.1 0 simonw 9599 0 2019-10-10T22:53:49Z 2019-10-14T14:51:38Z [] Initial release datasette-render-timestamps 214299267
20685215 https://github.com/simonw/datasette-render-timestamps/releases/tag/0.2 MDc6UmVsZWFzZTIwNjg1MjE1 0.2 master 0.2 0 simonw 9599 0 2019-10-14T14:51:18Z 2019-10-14T14:52:55Z [] * Ability to [configure date format](https://github.com/simonw/datasette-render-timestamps/blob/0.2/README.md#configuration) - (pull request #1). Thanks, @chris48s! datasette-render-timestamps 214299267
20686035 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.3 MDc6UmVsZWFzZTIwNjg2MDM1 0.3 master 0.3 0 simonw 9599 0 2019-10-14T15:13:15Z 2019-10-14T15:18:48Z [] * Fixed bug displaying multiple polygon maps on a page - #4 - thanks, @chris48s * Upgraded Leaflet to 1.5.1 - #5 - thanks, @chris48s datasette-leaflet-geojson 135007287
20687261 https://github.com/simonw/datasette-auth-github/releases/tag/0.11 MDc6UmVsZWFzZTIwNjg3MjYx 0.11 master 0.11 0 simonw 9599 0 2019-10-14T15:25:24Z 2019-10-14T16:06:25Z [] * Subclasses can now customize the creation of the redirect cookie - #49 - thanks, @ananis25 datasette-auth-github 195087137

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