milestones
7 rows where repo = 140912432
This data as json, CSV (advanced)
Suggested facets: description, open_issues, created_at (date), updated_at (date), closed_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4348046 | 1.0 | 0.15 is already pretty stable - a few small fixes and I'm going to ship 1.0. |
simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/1 | MDk6TWlsZXN0b25lNDM0ODA0Ng== | 1 | 0 | 4 | closed | 2019-05-25T00:11:25Z | 2019-05-25T01:28:06Z | 2019-05-25T01:28:06Z | |
5896742 | 2.19 | simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/2 | MDk6TWlsZXN0b25lNTg5Njc0Mg== | 2 | 0 | 3 | closed | 2020-09-20T04:23:57Z | 2020-09-22T01:35:48Z | 2020-09-22T01:35:48Z | ||
5897911 | 2.20 | simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/3 | MDk6TWlsZXN0b25lNTg5NzkxMQ== | 3 | 0 | 8 | closed | 2020-09-20T22:06:21Z | 2020-11-06T23:52:09Z | 2020-11-06T23:52:09Z | ||
6079500 | 3.0 | simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/4 | MDk6TWlsZXN0b25lNjA3OTUwMA== | 4 | 0 | 7 | closed | 2020-11-06T23:52:16Z | 2022-01-10T19:25:44Z | 2022-01-10T19:25:44Z | ||
7558727 | 3.21 | simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/5 | MI_kwDOCGYnMM4Ac1ZH | 5 | 0 | 16 | closed | 2022-01-10T19:25:50Z | 2022-01-11T18:41:13Z | 2022-01-11T18:41:13Z | ||
8355157 | 3.29 | simonw 9599 | sqlite-utils 140912432 | https://github.com/simonw/sqlite-utils/milestone/6 | MI_kwDOCGYnMM4Af31V | 6 | 0 | 10 | closed | 2022-08-27T03:54:48Z | 2022-10-18T18:26:45Z | 2022-10-18T18:26:45Z | ||
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]);