releases

3 rows where "created_at" is on date 2019-07-07

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-07-07 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18453939 https://github.com/simonw/datasette-auth-github/releases/tag/0.5 MDc6UmVsZWFzZTE4NDUzOTM5 0.5 master 0.5 0 simonw 9599 0 2019-07-07T02:35:09Z 2019-07-07T02:37:16Z [] * New `allow_teams` configuration option for restricting access to members of a GitHub team - #11 * Signed cookies expire after a TTL (customize with new `cooke_ttl` setting) - #22 * Documentation on using this as ASGI middleware - #19 * Avoid 404 on `/-/auth-callback` if user is logged in - #24 * Added `cookie_version` setting for invalidating all cookies - #18 datasette-auth-github 195087137
18458558 https://github.com/simonw/datasette-auth-github/releases/tag/0.6 MDc6UmVsZWFzZTE4NDU4NTU4 0.6 master 0.6 0 simonw 9599 0 2019-07-07T19:41:27Z 2019-07-07T19:41:47Z [] * Redirects back to where you were after you login, using a new `asgi_auth_redirect` cookie - #26 * Unset asgi_auth_logout cookie when you sign in again - #28 * Fixed bug where API call to GitHub intermittently failed with `ConnectionResetError` - #27 * More robust creation of derived cookie signing secret using `hashlib.pbkdf2_hmac` * HTML pages now served with `charset=UTF-8` - #30 datasette-auth-github 195087137
18458837 https://github.com/simonw/datasette-auth-github/releases/tag/0.6.1 MDc6UmVsZWFzZTE4NDU4ODM3 0.6.1 master 0.6.1 0 simonw 9599 0 2019-07-07T20:38:42Z 2019-07-07T20:39:19Z [] Minor code clean-up and updated one-line description for PyPI / README. 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 30.405ms · About: github-to-sqlite