releases

3 rows where "created_at" is on date 2019-07-11 sorted by html_url

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-07-11 · 3
id html_url ▼ node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18555982 https://github.com/simonw/datasette-auth-github/releases/tag/0.7 MDc6UmVsZWFzZTE4NTU1OTgy 0.7 master 0.7 0 simonw 9599 0 2019-07-11T15:05:54Z 2019-07-11T15:07:15Z [] * New `require_auth` configuration option. This defaults to `True` (reflecting existing behaviour) when `datasette-auth-github` is used as a Datasette plugin, but it defaults to `False` if you use the wrapper ASGI middleware class directly. #37 datasette-auth-github 195087137
18542137 https://github.com/simonw/datasette-cors/releases/tag/0.3 MDc6UmVsZWFzZTE4NTQyMTM3 0.3 master 0.3 0 simonw 9599 0 2019-07-11T04:40:37Z 2019-07-11T04:43:24Z [] Now with unit tests! #1 datasette-cors 195696804
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 23.791ms · About: github-to-sqlite