{"id":17210990,"url":"https://github.com/arturbosch/gitlab-milestone-report","last_synced_at":"2026-04-27T21:32:17.724Z","repository":{"id":114468419,"uuid":"79902972","full_name":"arturbosch/gitlab-milestone-report","owner":"arturbosch","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-24T10:58:14.000Z","size":52,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T12:17:19.005Z","etag":null,"topics":["gitlab","groovy-script","milestone","report"],"latest_commit_sha":null,"homepage":null,"language":"Groovy","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/arturbosch.png","metadata":{"files":{"readme":"README.md","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":"2017-01-24T10:52:27.000Z","updated_at":"2017-01-24T10:52:37.000Z","dependencies_parsed_at":"2023-03-21T08:54:36.356Z","dependency_job_id":null,"html_url":"https://github.com/arturbosch/gitlab-milestone-report","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arturbosch/gitlab-milestone-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturbosch%2Fgitlab-milestone-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturbosch%2Fgitlab-milestone-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturbosch%2Fgitlab-milestone-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturbosch%2Fgitlab-milestone-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturbosch","download_url":"https://codeload.github.com/arturbosch/gitlab-milestone-report/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturbosch%2Fgitlab-milestone-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gitlab","groovy-script","milestone","report"],"created_at":"2024-10-15T02:55:56.912Z","updated_at":"2026-04-27T21:32:17.710Z","avatar_url":"https://github.com/arturbosch.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitlabMilestoneReport\n\nThis repository holds one groovy script to generate markdown reports of milestones from gitlab.\n\n### Usage\nScheme:\n```groovy \ngroovy milestone-report.groovy [gitlab/url] [access token] [projectId] [milestoneId]\n```\nIn action:\n```groovy\ngroovy milestone-report.groovy https://gitlab.com/ abcdefghij... arturbosch/detekt M6\n```\n\n### Example\n\nGenerated report for my project 'detekt' for milestone M6:\n\n#### M6\n\n##### Documentation\n\n- Rework Parameters for CLI section in readme - [#80](https://gitlab.com/arturbosch/detekt/issues/80)\n- Update command line options in readme - [#74](https://gitlab.com/arturbosch/detekt/issues/74)\n\n##### Work in progress\n\n- Progress logging - [#69](https://gitlab.com/arturbosch/detekt/issues/69)\n- Track analysis progress via #ktFiles - [#68](https://gitlab.com/arturbosch/detekt/issues/68)\n\n##### defect\n\n- Measure run time of detekt even if 'SmellBorder' is met - [#81](https://gitlab.com/arturbosch/detekt/issues/81)\n- KtTreeCompiler considers only \"kt\" as file ending, which may led to crashed on other file endings eg \".detekt\" - [#78](https://gitlab.com/arturbosch/detekt/issues/78)\n\n##### feature\n\n- Allow to save findings into a text file with --output - [#77](https://gitlab.com/arturbosch/detekt/issues/77)\n- Allow to define code smell baseline where only new smells are shown - [#76](https://gitlab.com/arturbosch/detekt/issues/76)\n- Fail gradle task on found issues - [#75](https://gitlab.com/arturbosch/detekt/issues/75)\n- Move formatting rule set to own project - [#73](https://gitlab.com/arturbosch/detekt/issues/73)\n- Progress logging - [#69](https://gitlab.com/arturbosch/detekt/issues/69)\n- Track analysis progress via #ktFiles - [#68](https://gitlab.com/arturbosch/detekt/issues/68)\n\n##### improvement\n\n- Move Optional- rules to formatting and support autocorrecting - [#72](https://gitlab.com/arturbosch/detekt/issues/72)\n\n##### release\n\n- Rework Parameters for CLI section in readme - [#80](https://gitlab.com/arturbosch/detekt/issues/80)\n- Update command line options in readme - [#74](https://gitlab.com/arturbosch/detekt/issues/74)\n\n\nSee all issues at: [M6](https://gitlab.com/arturbosch/detekt/milestones/M6)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturbosch%2Fgitlab-milestone-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturbosch%2Fgitlab-milestone-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturbosch%2Fgitlab-milestone-report/lists"}