milestones
3 rows where repo = 107914493 and state = "open"
This data as json, CSV (advanced)
Suggested facets: updated_at, created_at (date), updated_at (date)
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 | ||
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 |
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]);