issue_comments
6 rows where author_association = "OWNER", issue = 1058072543 and "updated_at" is on date 2021-12-12 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Complete refactor of TableView and table.html template · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 991978789 | https://github.com/simonw/datasette/issues/1518#issuecomment-991978789 | https://api.github.com/repos/simonw/datasette/issues/1518 | IC_kwDOBm6k_c47IGUl | simonw 9599 | 2021-12-12T22:04:19Z | 2021-12-12T22:04:19Z | OWNER | Idea: in JSON output include a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Complete refactor of TableView and table.html template 1058072543 | |
| 991828014 | https://github.com/simonw/datasette/issues/1518#issuecomment-991828014 | https://api.github.com/repos/simonw/datasette/issues/1518 | IC_kwDOBm6k_c47Hhgu | simonw 9599 | 2021-12-12T03:21:35Z | 2021-12-12T03:21:35Z | OWNER | No, removing that gave me the following test failure: ``` tests/test_table_api.py::test_table_filter_queries[/fixtures/simple_primary_key.json?content__exact=-expected_rows2] FAILED [100%] =============================================================================== FAILURES ================================================================================ _____ testtable_filter_queries[/fixtures/simple_primary_key.json?contentexact=-expected_rows2] ________ app_client = <datasette.utils.testing.TestClient object at 0x10d45d2d0>, path = '/fixtures/simple_primary_key.json?content__exact=', expected_rows = [['3', '']]
/Users/simon/Dropbox/Development/datasette/tests/test_table_api.py:511: AssertionError ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Complete refactor of TableView and table.html template 1058072543 | |
| 991827468 | https://github.com/simonw/datasette/issues/1518#issuecomment-991827468 | https://api.github.com/repos/simonw/datasette/issues/1518 | IC_kwDOBm6k_c47HhYM | simonw 9599 | 2021-12-12T03:15:00Z | 2021-12-12T03:15:00Z | OWNER | I don't think this code is necessary any more: https://github.com/simonw/datasette/blob/492f9835aa7e90540dd0c6324282b109f73df71b/datasette/views/table.py#L396-L399 That dates back from when Datasette was built on top of Sanic and Sanic didn't preserve those query parameters the way I needed it to: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Complete refactor of TableView and table.html template 1058072543 | |
| 991823001 | https://github.com/simonw/datasette/issues/1518#issuecomment-991823001 | https://api.github.com/repos/simonw/datasette/issues/1518 | IC_kwDOBm6k_c47HgSZ | simonw 9599 | 2021-12-12T02:25:32Z | 2021-12-12T02:25:32Z | OWNER | The tests for |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Complete refactor of TableView and table.html template 1058072543 | |
| 991822853 | https://github.com/simonw/datasette/issues/1518#issuecomment-991822853 | https://api.github.com/repos/simonw/datasette/issues/1518 | IC_kwDOBm6k_c47HgQF | simonw 9599 | 2021-12-12T02:24:00Z | 2021-12-12T02:24:00Z | OWNER | Rebuilding |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Complete refactor of TableView and table.html template 1058072543 | |
| 991819781 | https://github.com/simonw/datasette/issues/1518#issuecomment-991819781 | https://api.github.com/repos/simonw/datasette/issues/1518 | IC_kwDOBm6k_c47HfgF | simonw 9599 | 2021-12-12T01:53:10Z | 2021-12-12T01:53:10Z | OWNER | I have a hunch that the conclusion of this experiment may end up being that the It's possible |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Complete refactor of TableView and table.html template 1058072543 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 1