home / content

releases

6 rows where repo = 274293597

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
27810938 https://github.com/simonw/datasette-block-robots/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI3ODEwOTM4 0.1 main 0.1 0 0 2020-06-23T02:51:54Z 2020-06-23T02:53:49Z Initial release. datasette-block-robots 274293597    
27811662 https://github.com/simonw/datasette-block-robots/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTI3ODExNjYy 0.1.1 main 0.1.1 0 0 2020-06-23T03:37:04Z 2020-06-23T03:37:27Z Added a link to a demo in the README. datasette-block-robots 274293597    
30781965 https://github.com/simonw/datasette-block-robots/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTMwNzgxOTY1 0.2 main 0.2 0 0 2020-09-05T17:14:05Z 2020-09-05T17:14:56Z - New `disallow` plugin configuration option for specifically listing paths to disallow from robots. #2 datasette-block-robots 274293597    
30793060 https://github.com/simonw/datasette-block-robots/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTMwNzkzMDYw 0.3 main 0.3 0 0 2020-09-06T01:43:20Z 2020-09-06T01:43:52Z - `literal` plugin configuration option for defining the full contents of `robots.txt`. #3 datasette-block-robots 274293597    
48140460 https://github.com/simonw/datasette-block-robots/releases/tag/1.0 simonw 9599 MDc6UmVsZWFzZTQ4MTQwNDYw 1.0 main 1.0 0 0 2021-08-19T20:05:50Z 2021-08-19T20:09:53Z - New `allow_only_index` configuration option for allowing access to just the index page but blocking access to database, table and row pages. [#5](https://github.com/simonw/datasette-block-robots/issues/5) datasette-block-robots 274293597    
75799943 https://github.com/simonw/datasette-block-robots/releases/tag/1.1 simonw 9599 RE_kwDOEFljXc4EhJ2H 1.1 main 1.1 0 0 2022-08-30T16:23:32Z 2022-08-30T16:25:38Z - Now registers a new [block_robots_extra_lines() plugin hook](https://github.com/simonw/datasette-block-robots/blob/1.1/README.md#extending-this-with-other-plugins) which other plugins can use to contribute to `/robots.txt`. [#6](https://github.com/simonw/datasette-block-robots/issues/6) datasette-block-robots 274293597    

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.878ms