home / content

releases

3 rows where repo = 242260583

✎ 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
25495534 https://github.com/simonw/datasette-mask-columns/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI1NDk1NTM0 0.1 master 0.1 0 0 2020-02-22T03:28:34Z 2020-04-14T16:49:29Z Initial release. datasette-mask-columns 242260583    
25495599 https://github.com/simonw/datasette-mask-columns/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI1NDk1NTk5 0.2 master 0.2 0 0 2020-04-14T16:50:31Z 2020-04-14T16:51:02Z * Table view now shows `REDACTED` on columns that have been redacted. #1 datasette-mask-columns 242260583    
44438806 https://github.com/simonw/datasette-mask-columns/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTQ0NDM4ODA2 0.2.1 main 0.2.1 0 0 2021-06-10T19:50:35Z 2021-06-10T19:51:02Z - No longer pins a specific version of Datasette. datasette-mask-columns 242260583    

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