home / github

Menu
  • GraphQL API

milestones

Table actions
  • GraphQL API for milestones

2 rows where "closed_at" is on date 2017-11-14 sorted by closed_issues

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date), due_on (date)

closed_at (date) 1 ✖

  • 2017-11-14 · 2 ✖
id title description creator repo html_url node_id number open_issues closed_issues ▼ state created_at updated_at due_on closed_at
2859414 v1 stretch goals   simonw 9599 datasette 107914493 https://github.com/simonw/datasette/milestone/3 MDk6TWlsZXN0b25lMjg1OTQxNA== 3 0 5 closed 2017-10-23T15:16:12Z 2017-12-10T03:12:22Z   2017-11-14T08:27:33Z
2857392 Ship first public release Just addressable content, a full JSON API and pages that don’t look terrible. simonw 9599 datasette 107914493 https://github.com/simonw/datasette/milestone/1 MDk6TWlsZXN0b25lMjg1NzM5Mg== 1 0 49 closed 2017-10-23T01:24:24Z 2019-07-07T20:31:25Z 2017-11-13T08:00:00Z 2017-11-14T08:24:21Z

Advanced export

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

CSV options:

CREATE TABLE [milestones] (
   [id] INTEGER PRIMARY KEY,
   [title] TEXT,
   [description] TEXT,
   [creator] INTEGER REFERENCES [users]([id]),
   [repo] INTEGER REFERENCES [repos]([id])
, [html_url] TEXT, [node_id] TEXT, [number] INTEGER, [open_issues] INTEGER, [closed_issues] INTEGER, [state] TEXT, [created_at] TEXT, [updated_at] TEXT, [due_on] TEXT, [closed_at] TEXT);
CREATE INDEX [idx_milestones_repo]
                ON [milestones] ([repo]);
CREATE INDEX [idx_milestones_creator]
                ON [milestones] ([creator]);
Powered by Datasette · Queries took 24.89ms · About: simonw/datasette-graphql