milestones
5 rows where state = "open"
This data as json, CSV (advanced)
Suggested facets: description, number, updated_at, created_at (date), updated_at (date)
repo 3
state 1
- open · 5 ✖
id ▼ | title | description | creator | repo | html_url | node_id | number | open_issues | closed_issues | state | created_at | updated_at | due_on | closed_at |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3268330 | Datasette 1.0 | https://github.com/simonw/datasette/issues/519 - stable JSON API, documented template context, plugin API guarantee that plugins will not break until a 2.0 release. |
simonw 9599 | datasette 107914493 | https://github.com/simonw/datasette/milestone/7 | MDk6TWlsZXN0b25lMzI2ODMzMA== | 7 | 57 | 60 | open | 2018-04-15T21:11:18Z | 2023-11-06T04:06:12Z | ||
5324096 | Apple Photos online and securely browsable | simonw 9599 | dogsheep-photos 256834907 | https://github.com/dogsheep/dogsheep-photos/milestone/1 | MDk6TWlsZXN0b25lNTMyNDA5Ng== | 1 | 2 | 2 | open | 2020-04-18T19:23:12Z | 2020-04-28T16:47:21Z | |||
6158551 | Datasette Next | simonw 9599 | datasette 107914493 | https://github.com/simonw/datasette/milestone/21 | MDk6TWlsZXN0b25lNjE1ODU1MQ== | 21 | 9 | 3 | open | 2020-11-28T23:26:15Z | 2021-08-12T23:53:24Z | |||
8755003 | Datasette 1.0a-next | Issues planned for the next 1.0 alpha release. |
simonw 9599 | datasette 107914493 | https://github.com/simonw/datasette/milestone/28 | MI_kwDOBm6k_c4AhZc7 | 28 | 20 | 4 | open | 2022-12-13T05:28:22Z | 2023-11-06T04:06:12Z | ||
9374594 | 4.0 backwards incomatible changes | simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/7 | MI_kwDOCGYnMM4AjwuC | 7 | 1 | 0 | open | 2023-05-08T21:04:37Z | 2023-05-08T21:04:38Z |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);