Releases: datasette/datasette-enrichments
Releases · datasette/datasette-enrichments
0.6a0
06 Nov 00:10
Compare
Sorry, something went wrong.
No results found
Add actor_id parameter to enrich_batch() method. #59
Upgrade for Datasette 1.0a21. #61
0.5.1
05 May 14:53
Compare
Sorry, something went wrong.
No results found
Fixed error about a missing table on server startup for some environments. #58
0.5
15 Jan 20:56
Compare
Sorry, something went wrong.
No results found
UI for viewing status of enrichment jobs. #51
Pause, resume and cancel buttons. #17
Visible progress bar on table with running enrichments. #52
Table and database action menu items for viewing enrichment runs. #53
Enrichments continue running after a server restart. #54
An enrichment permission is now correctly registered with Datasette 1.0a+. #55
Enrichments can pause or cancel themselves by raising the new self.Pause(reason) and self.Cancel(reason) exceptions. #56
0.5a1
15 Jan 19:25
Compare
Sorry, something went wrong.
No results found
Pause, resume, cancel buttons for jobs. #17
Enrichments can raise self.Pause("message") or self.Cancel("message") exceptions inside their enrich_batch() methods. #56
0.5a0
14 Jan 18:46
Compare
Sorry, something went wrong.
No results found
New /-/enrich/databasename/-/jobs listing page /-/enrich/databasename/-/jobs/123 detail page. #51
Visible progress bar on tables that have enrichments running. #52
Table and database action menu items to view previous runs. #53
Continue any enrichment runs after a server restart. #54
0.4.3
03 Sep 17:31
Compare
Sorry, something went wrong.
No results found
Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417
0.4.2
27 Apr 22:44
Compare
Sorry, something went wrong.
No results found
The get_config_form() method is now optional when implementing an enrichment, as previously incorrectly described in the documentation. #44
0.4.1
27 Apr 22:04
Compare
Sorry, something went wrong.
No results found
Removed breakpoint() calls in an error path that should not have been released. #49
0.4
27 Apr 06:03
Compare
Sorry, something went wrong.
No results found
0.3.2
09 Apr 20:06
Compare
Sorry, something went wrong.
No results found
Handle case where no enrichments plugins are installed. #43
Added description to the menu items.