releases

3 rows where "published_at" is on date 2019-07-14

View and edit SQL

Suggested facets: repo, created_at (date)

published_at (date)

  • 2019-07-14 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18598299 https://github.com/simonw/datasette-auth-github/releases/tag/0.9 MDc6UmVsZWFzZTE4NTk4Mjk5 0.9 master 0.9 0 simonw 9599 0 2019-07-14T00:40:16Z 2019-07-14T00:41:33Z [] - Explicit log in screen now includes SVG GitHub logo on the button - #42 - Default signed cookie TTL is now 1 hour, not 24 hours - #43 datasette-auth-github 195087137
18598348 https://github.com/simonw/datasette-auth-github/releases/tag/0.9.1 MDc6UmVsZWFzZTE4NTk4MzQ4 0.9.1 master 0.9.1 0 simonw 9599 0 2019-07-14T00:58:35Z 2019-07-14T00:59:24Z [] - Updated documentation to reflect new one hour `cookie_ttl` default - #43 datasette-auth-github 195087137
18598489 https://github.com/simonw/datasette/releases/tag/0.29.1 MDc6UmVsZWFzZTE4NTk4NDg5 0.29.1 master 0.29.1 0 simonw 9599 0 2019-07-11T16:17:55Z 2019-07-14T01:43:44Z [] - Fixed bug with static mounts using relative paths which could lead to traversal exploits (#555) - thanks Abdussamet Kocak! https://datasette.readthedocs.io/en/stable/changelog.html#v0-29-1 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 25.653ms · About: github-to-sqlite