home / github

Menu
  • Search all tables
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

9 rows where "created_at" is on date 2020-11-24 and user = 9599 sorted by updated_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: milestone, comments, created_at (date), updated_at (date), closed_at (date)

state 2

  • closed 7
  • open 2

type 1

  • issue 9

repo 1

  • datasette 9
id node_id number title user state locked assignee milestone comments created_at updated_at ▲ closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
749283032 MDU6SXNzdWU3NDkyODMwMzI= 1101 register_output_renderer() should support streaming data simonw 9599 open 0   Datasette 1.0 3268330 13 2020-11-24T02:17:09Z 2023-01-21T22:07:19Z   OWNER  

I'd like to implement this by first extending the register_output_renderer() hook to support streaming huge responses, then switching CSV to use the plugin hook in addition to TSV using it.

Originally posted by @simonw in https://github.com/simonw/datasette/issues/1096#issuecomment-732542285

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1101/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
   
750089847 MDU6SXNzdWU3NTAwODk4NDc= 1109 Deprecate --config in Datasette 1.0 (in favour of --setting) simonw 9599 open 0   Datasette 1.0 3268330 0 2020-11-24T21:43:57Z 2020-12-17T22:07:49Z   OWNER  

I added a deprecation warning to this in #992.

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1109/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
   
749289611 MDU6SXNzdWU3NDkyODk2MTE= 1102 Plugin testing docs should show datasette.client simonw 9599 closed 0     1 2020-11-24T02:34:46Z 2020-11-29T07:47:22Z 2020-11-29T07:44:58Z OWNER  

https://docs.datasette.io/en/stable/testing_plugins.html currently shows how to use HTTPX directly.

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1102/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed
750087350 MDU6SXNzdWU3NTAwODczNTA= 1108 Configure /en/stable/config.html redirect when I ship 0.52 simonw 9599 closed 0   Datasette 0.52 6055094 1 2020-11-24T21:39:19Z 2020-11-29T02:42:42Z 2020-11-29T02:42:42Z OWNER  

Like this:

Originally posted by @simonw in https://github.com/simonw/datasette/issues/1106#issuecomment-733248437

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1108/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed
750079085 MDU6SXNzdWU3NTAwNzkwODU= 1107 Rename datasette.config() method to datasette.setting() simonw 9599 closed 0   Datasette 0.52 6055094 5 2020-11-24T21:24:11Z 2020-11-24T22:09:11Z 2020-11-24T22:06:38Z OWNER  

Part of #1105. Thankfully this isn't yet part of the documented public API on https://docs.datasette.io/en/stable/internals.html

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1107/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed
749982022 MDU6SXNzdWU3NDk5ODIwMjI= 1105 Rebrand config as settings simonw 9599 closed 0   Datasette 0.52 6055094 2 2020-11-24T19:35:12Z 2020-11-24T21:40:28Z 2020-11-24T21:40:28Z OWNER  

I realized I need a tracking ticket for this.

I want to start splitting things like plugin configuration and default facets / sort order out of metadata.json - so I want to start calling those things configuration. But the term configuration is already used for the --config family of global settings. So I'm rebranding that type of configuration as settings to free up the name "configuration" for more run-time concerns (default sort order) and plugin configuration.

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1105/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed
749983857 MDU6SXNzdWU3NDk5ODM4NTc= 1106 Rebrand and redirect config.rst as settings.rst simonw 9599 closed 0   Datasette 0.52 6055094 4 2020-11-24T19:38:17Z 2020-11-24T21:39:58Z 2020-11-24T21:39:58Z OWNER  

I'd like to redirect https://docs.datasette.io/en/stable/config.html to a new https://docs.datasette.io/en/stable/settings.html page too. I can use https://docs.readthedocs.io/en/stable/user-defined-redirects.html for that.

Originally posted by @simonw in https://github.com/simonw/datasette/issues/1105#issuecomment-733190827

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1106/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed
749981663 MDU6SXNzdWU3NDk5ODE2NjM= 1104 config.json in directory config mode should be settings.json simonw 9599 closed 0   Datasette 0.52 6055094 2 2020-11-24T19:34:38Z 2020-11-24T20:37:42Z 2020-11-24T20:37:41Z OWNER  

Another knock-on effect of #992.

https://github.com/simonw/datasette/blob/4bac9f18f9d04e5ed10f072502bcc508e365438e/docs/config.rst#L51-L55

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1104/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed
749979454 MDU6SXNzdWU3NDk5Nzk0NTQ= 1103 Rename /-/config to /-/settings simonw 9599 closed 0   Datasette 0.52 6055094 2 2020-11-24T19:31:00Z 2020-11-24T20:19:20Z 2020-11-24T20:19:19Z OWNER  

As part of rebranding config to settings, see also #992.

datasette 107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1103/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [state] TEXT,
   [locked] INTEGER,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [comments] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [author_association] TEXT,
   [pull_request] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [type] TEXT
, [active_lock_reason] TEXT, [performed_via_github_app] TEXT, [reactions] TEXT, [draft] INTEGER, [state_reason] TEXT);
CREATE INDEX [idx_issues_repo]
                ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
                ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
                ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
                ON [issues] ([user]);
Powered by Datasette · Queries took 379.313ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows