releases

5 rows where "published_at" is on date 2019-07-06

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-07-06 · 5
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18451662 https://github.com/simonw/datasette-auth-github/releases/tag/0.2 MDc6UmVsZWFzZTE4NDUxNjYy 0.2 master 0.2 0 simonw 9599 0 2019-07-06T17:11:39Z 2019-07-06T17:14:02Z [] * `/-/logout` URL for logging out #7 * Custom navigation showing login state #5 * Restored ASGI lifespan support #10 * `disable_auto_login` setting #9 * `Cache-Control: private` #6 datasette-auth-github 195087137
18451672 https://github.com/simonw/datasette-auth-github/releases/tag/0.3 MDc6UmVsZWFzZTE4NDUxNjcy 0.3 master 0.3 0 simonw 9599 0 2019-07-06T17:14:58Z 2019-07-06T17:15:29Z [] * Ability to restrict access to specific users or members of specific GitHub organizations #4 datasette-auth-github 195087137
18451716 https://github.com/simonw/datasette-auth-github/releases/tag/0.3.1 MDc6UmVsZWFzZTE4NDUxNzE2 0.3.1 master 0.3.1 0 simonw 9599 0 2019-07-06T17:27:03Z 2019-07-06T17:27:46Z [] * Fixed bug where we were requesting the incorrect OAuth scope when using `allow_orgs` #14 datasette-auth-github 195087137
18452996 https://github.com/simonw/datasette-auth-github/releases/tag/0.3.2 MDc6UmVsZWFzZTE4NDUyOTk2 0.3.2 master 0.3.2 0 simonw 9599 0 2019-07-06T20:18:37Z 2019-07-06T22:01:45Z [] * Fixed bug where custom template was not correctly included in the package #15 datasette-auth-github 195087137
18453004 https://github.com/simonw/datasette-auth-github/releases/tag/0.4 MDc6UmVsZWFzZTE4NDUzMDA0 0.4 master 0.4 0 simonw 9599 0 2019-07-06T22:02:38Z 2019-07-06T22:03:41Z [] * More compact JSON encoding for authentication cookie value * Support single string values for `allow_users`/`allow_orgs` options, #16 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 43.658ms · About: github-to-sqlite