{"id":14990780,"url":"https://github.com/zigcc/zig-milestone","last_synced_at":"2025-04-12T03:24:14.029Z","repository":{"id":230226251,"uuid":"778798562","full_name":"zigcc/zig-milestone","owner":"zigcc","description":"Zig milstone monitor","archived":false,"fork":false,"pushed_at":"2025-03-09T12:40:08.000Z","size":75,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T22:51:33.326Z","etag":null,"topics":["monitor","monitoring","turso","zig","ziglang"],"latest_commit_sha":null,"homepage":"https://milestone.ziglang.cc/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigcc.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-28T12:31:17.000Z","updated_at":"2025-03-24T19:23:11.000Z","dependencies_parsed_at":"2024-04-22T15:46:46.270Z","dependency_job_id":"0a93be88-df8e-45ca-8015-92a21d7a35ca","html_url":"https://github.com/zigcc/zig-milestone","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"e9253920fbe291ec0fb095c6c528ced3c031d497"},"previous_names":["zigcc/zig-milestone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigcc%2Fzig-milestone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigcc%2Fzig-milestone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigcc%2Fzig-milestone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigcc%2Fzig-milestone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigcc","download_url":"https://codeload.github.com/zigcc/zig-milestone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248511018,"owners_count":21116333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["monitor","monitoring","turso","zig","ziglang"],"created_at":"2024-09-24T14:20:49.478Z","updated_at":"2025-04-12T03:24:14.008Z","avatar_url":"https://github.com/zigcc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Zig Milestone Monitor\n#+DATE: 2024-03-28T21:12:54+0800\n#+LASTMOD: 2024-04-18T21:56:25+0800\n#+AUTHOR: Jiacai Liu\n\n[[https://github.com/zigcc/zig-milestone/actions/workflows/ci.yml][https://github.com/zigcc/zig-milestone/actions/workflows/ci.yml/badge.svg]]\n[[https://github.com/zigcc/zig-milestone/actions/workflows/fetch.yml][https://github.com/zigcc/zig-milestone/actions/workflows/fetch.yml/badge.svg]]\n\nMonitor [[https://github.com/ziglang/zig/milestones][Zig milestone]] progress ⚡️, powered by [[https://turso.tech/][Turso]] and update every day via GitHub Actions.\n\n#+begin_quote\n[[https://milestone.ziglang.cc/]]\n#+end_quote\n\n* SQLite tables\n#+begin_src bash :results code :exports results :wrap src sql\ncat schema.sql\n#+end_src\n\n#+RESULTS:\n#+begin_src sql\nCREATE TABLE IF NOT EXISTS milestones (\n  id integer PRIMARY KEY,\n  created_at integer,\n  updated_at integer,\n  state text,\n  title text,\n  description text\n);\n\nCREATE TABLE IF NOT EXISTS milestone_histories (\n  created_at integer,\n  mid integer,\n  open_issues integer,\n  closed_issues integer\n);\n\nCREATE TABLE IF NOT EXISTS repo_histories (\n  created_at integer,\n  forks integer,\n  stars integer,\n  watchers integer,\n  open_pulls integer,\n  closed_pulls integer,\n  merged_pulls integer,\n  open_issues integer,\n  closed_issues integer\n);\n#+end_src\n\n* Note\n- All metrics are collected since 2024-03-28.\n* License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigcc%2Fzig-milestone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigcc%2Fzig-milestone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigcc%2Fzig-milestone/lists"}