{"id":17513003,"url":"https://github.com/gafawork/scopre-repository","last_synced_at":"2026-01-27T07:33:04.169Z","repository":{"id":252480485,"uuid":"828522224","full_name":"gafawork/scopre-repository","owner":"gafawork","description":"Easyfind for Gitlab","archived":false,"fork":false,"pushed_at":"2025-12-25T09:46:09.000Z","size":382,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T22:42:09.085Z","etag":null,"topics":["git","gitlab"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gafawork.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,"zenodo":null}},"created_at":"2024-07-14T12:09:00.000Z","updated_at":"2024-10-14T01:15:35.000Z","dependencies_parsed_at":"2024-09-09T01:30:20.758Z","dependency_job_id":"b8cdf949-68cd-4a64-b770-d40fccea7469","html_url":"https://github.com/gafawork/scopre-repository","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"b08239d2ccc9b19f329daca6b3e0e6d2140d73e0"},"previous_names":["gafawork/easyfind"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gafawork/scopre-repository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafawork%2Fscopre-repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafawork%2Fscopre-repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafawork%2Fscopre-repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafawork%2Fscopre-repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gafawork","download_url":"https://codeload.github.com/gafawork/scopre-repository/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gafawork%2Fscopre-repository/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28808021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:14:39.408Z","status":"ssl_error","status_checked_at":"2026-01-27T07:14:39.098Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["git","gitlab"],"created_at":"2024-10-20T06:06:37.385Z","updated_at":"2026-01-27T07:33:04.155Z","avatar_url":"https://github.com/gafawork.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scopre Repository for Gitlab \u003cbr /\u003eJava Library for search in the GitLab repository\n\nJava library for searching Gitlab Server repositories.\n\n\n---\n\n## GitLab Server Version Support\n\ngitlab4j-api which supports versions 11.0+ of Gitlab Community Edition and Gitlab Enterprise Edition\n\n---\n\n### Generate Jar\n```\nmvn clean install\n```\n\n---\n### Using Scopre Repository\n\n| parameter                   | functionality                                                | sample                                               |\n|-----------------------------|--------------------------------------------------------------|------------------------------------------------------|\n| -d, --debug                 | debug                                                        | -d                                                   |\n| -t, --token  \u003carg\u003e          | token [REQUIRED]                                             | -t glpat-x3Udy1PSS5_AgRwjUDu                         |\n| -f, --filter \u003cargs\u003e         | filter files                                                 | -f \"pom.xml\" \"config.properties\"                     |\n| -s, --search \u003cargs\u003e         | one text or list of many text as input for search [REQUIRED] | -s \"context\" \"Spring-boot\"                           |\n| -b, --searchBranches \u003cargs\u003e | branch(es)                                                   | -b \"master\" \"develop\"                                |\n| -h, hostUrl \u003carg\u003e           | host gitlab  [REQUIRED]                                      | -h https://gitlab.com                                |\n| -n, --projectName \u003cargs\u003e    | project name                                                 | -n \"gitlab-search\" \"gafawork\"                        |\n| -p, --parallel \u003carg\u003e        | total threads                                                | -p 4                                                 |\n| -c, --classPlugin \u003carg\u003e     | plugin for execute                                           | -c plugin.gafawork.scopre.repository.SystemOutPlugin |\n| -i, --inputFile \u003carg\u003e       | input file filter projects                                   | -i inputFilterFile.csv                               |\n\n\u003cbr\u003e \n\n### **Java 21 Requirement**\n\n### **Project Set Up**\n\nTo run Gitlab-Search, you must run it via the command line using the parameters below:\n\n```\njava -jar ./target/scopre-repository-1.0-jar-with-dependencies.jar\n-d\n-t glpat-x2UHy2PSS7_AGRwKqUDu\n-p 4\n-f pom.xml\n-s jasper\n-b master\n-h https://gitlab.com\n```\n\n\u003cbr\u003e \n\n```\njava -jar ./target/scopre-repository-1.0-jar-with-dependencies.jar\n-d\n-t glpat-x2UHy2PSS7_AGRwKqUDu\n-p 4\n-f ^.*.java$\n-s \"String\" \"Integer\"\n-b master\n-h https://gitlab.com\n```\n\n\u003cbr\u003e \n\n```\njava -jar ./target/scopre-repository-1.0-jar-with-dependencies.jar\n-d\n-t glpat-x2UHy2PSS7_AGRwKqUDu\n-p 4\n-f ^.*.java$\n-s \"String\" \"Integer\"\n-b master\n-h https://gitlab.com\n-c plugin.gafawork.scopre.repository.SystemOutPlugin\n```\n\n\u003cbr\u003e \n\n```\njava -jar ./target/scopre-repository-1.0-jar-with-dependencies.jar\n-d\n-t glpat-x2UHy2PSS7_AGRwKqUDu\n-p 4\n-f ^.*.java$\n-s \"String\" \"Integer\"\n-b master\n-h https://gitlab.com\n-i inputfile.csv\n```\n\n\u003cbr\u003e \n\n**Output:**\n\n![img.png](img.png)\n\n**Note: **\n- report-yyyy-MM-dd hh-mm-ss.csv file generated with the search result.\n\n![img_1.png](img_1.png)\n\n- report-yyyy-MM-dd hh-mm-ss.txt file generated with the search result.\n\n![img_2.png](img_2.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgafawork%2Fscopre-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgafawork%2Fscopre-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgafawork%2Fscopre-repository/lists"}