home / content

releases

11 rows where repo = 279357123

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: prerelease, 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
28515890 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI4NTE1ODkw 0.1 main 0.1 0 0 2020-07-13T19:20:55Z 2020-07-13T19:22:41Z - Initial release, supporting a hard-coded list of accounts in the plugin configuration. datasette-auth-passwords 279357123    
28517953 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.2a simonw 9599 MDc6UmVsZWFzZTI4NTE3OTUz 0.2a main 0.2a 0 1 2020-07-13T20:25:18Z 2020-07-13T20:25:58Z Alpha release to help test #7 and #8. datasette-auth-passwords 279357123    
28518793 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI4NTE4Nzkz 0.2 main 0.2 0 0 2020-07-13T20:49:03Z 2020-07-13T20:50:00Z * Redesigned configuration to work with `--plugin-secret`. #8 * Correctly package all templates. #9 datasette-auth-passwords 279357123    
28519258 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTI4NTE5MjU4 0.2.1 main 0.2.1 0 0 2020-07-13T21:03:33Z 2020-07-13T21:04:03Z - Fixed bug in the `datasette publish` documentation. datasette-auth-passwords 279357123    
28521128 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTI4NTIxMTI4 0.3 main 0.3 0 0 2020-07-13T22:10:02Z 2020-07-13T22:11:28Z - Added a live demo at https://datasette-auth-passwords-demo.datasette.io/ - #7 - Fix for login form display on mobile - #10 - `/-/password-tool` now has a "copy to clipboard" button - #11 datasette-auth-passwords 279357123    
28951464 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.3.1 simonw 9599 MDc6UmVsZWFzZTI4OTUxNDY0 0.3.1 main 0.3.1 0 0 2020-07-26T00:26:07Z 2020-07-26T00:27:22Z - Cosmetic improvement to [/-/password-tool](https://datasette-auth-passwords-demo.datasette.io/-/password-tool) interface - the copy button now displays "Copied!" after it is clicked to let the user know that the hash has been copied to their clipboard datasette-auth-passwords 279357123    
30008134 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.3.2 simonw 9599 MDc6UmVsZWFzZTMwMDA4MTM0 0.3.2 main 0.3.2 0 0 2020-08-22T04:07:45Z 2020-08-22T04:08:40Z - `setup.py` now depends on `datasette>=0.44` datasette-auth-passwords 279357123    
35136140 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.3.3 simonw 9599 MDc6UmVsZWFzZTM1MTM2MTQw 0.3.3 main 0.3.3 0 0 2020-12-11T05:27:06Z 2020-12-11T05:29:14Z - Fixed bug where users with a `"someusername_password_hash"` value defined in `metadata.json` but no corresponding `"actor"` record were incorrectly signed in as an actor with `"id": "username"`, when they should have been signed in as an actor with `"id": "someusername"`. #14 datasette-auth-passwords 279357123    
40087911 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTQwMDg3OTEx 0.4 main 0.4 0 0 2021-03-19T21:00:26Z 2021-03-19T21:02:12Z - Optional support for HTTP Basic authentication. [#15](https://github.com/simonw/datasette-auth-passwords/issues/15) datasette-auth-passwords 279357123    
44156485 https://github.com/simonw/datasette-auth-passwords/releases/tag/0.4.1 simonw 9599 MDc6UmVsZWFzZTQ0MTU2NDg1 0.4.1 main 0.4.1 0 0 2021-06-05T23:37:05Z 2021-06-05T23:39:15Z - Now depends on datasette>=0.56.1, to avoid a [Datasette security vulnerability](https://github.com/simonw/datasette/issues/1360). datasette-auth-passwords 279357123    
59151835 https://github.com/simonw/datasette-auth-passwords/releases/tag/1.0 simonw 9599 RE_kwDOEKamw84DhpXb 1.0 main 1.0 0 0 2022-02-09T17:59:05Z 2022-02-09T18:02:01Z - New command, `datasette hash-password`, for generating password hashes on the command line. [#19](https://github.com/simonw/datasette-auth-passwords/issues/19) datasette-auth-passwords 279357123    

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 198.984ms