home / content

releases

7 rows where repo = 271665336

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target_commitish, created_at (date), published_at (date)

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
27475857 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI3NDc1ODU3 0.1 master 0.1 0 0 2020-06-11T23:32:03Z 2020-06-11T23:34:19Z First working version. datasette-auth-tokens 271665336    
27483299 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTI3NDgzMjk5 0.1.1 master 0.1.1 0 0 2020-06-12T07:07:53Z 2020-06-12T07:11:48Z Now depends on Datasette 0.44. datasette-auth-tokens 271665336    
27695516 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.1.2 simonw 9599 MDc6UmVsZWFzZTI3Njk1NTE2 0.1.2 master 0.1.2 0 0 2020-06-18T17:36:08Z 2020-06-18T17:36:58Z - Removed rogue print statements. datasette-auth-tokens 271665336    
28128881 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI4MTI4ODgx 0.2 master 0.2 0 0 2020-07-01T19:07:51Z 2020-07-01T19:08:44Z - New SQL configuration mode. You can now configure this plugin to look up incoming API tokens in a database table. #1 datasette-auth-tokens 271665336    
28129403 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTI4MTI5NDAz 0.2.1 master 0.2.1 0 0 2020-07-01T19:20:41Z 2020-07-01T19:22:08Z - Documentation on how to secure tokens. #3 datasette-auth-tokens 271665336    
28720106 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.2.2 simonw 9599 MDc6UmVsZWFzZTI4NzIwMTA2 0.2.2 master 0.2.2 0 0 2020-07-20T00:33:26Z 2020-07-20T00:33:43Z - Minor documentation fixes datasette-auth-tokens 271665336    
51401877 https://github.com/simonw/datasette-auth-tokens/releases/tag/0.3 simonw 9599 RE_kwDOEDFIuM4DEFSV 0.3 main 0.3 0 0 2021-10-15T00:52:48Z 2021-10-15T00:54:20Z - New `param` plugin configuration option for specifying a query string parameter that can be used instead of the `Authorization: Bearer` header - thanks, Jannis Leidel. ([#5](https://github.com/simonw/datasette-auth-tokens/pull/5)) datasette-auth-tokens 271665336    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 206.713ms