{"id":20612036,"url":"https://github.com/tcarrio/github-sync","last_synced_at":"2026-04-09T23:52:51.752Z","repository":{"id":93830381,"uuid":"305029902","full_name":"tcarrio/github-sync","owner":"tcarrio","description":"[Mirror] GitHub App for automated git repository synchronization to GitHub","archived":false,"fork":false,"pushed_at":"2020-10-18T07:16:42.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T18:15:50.510Z","etag":null,"topics":["git","github","java","quarkus"],"latest_commit_sha":null,"homepage":"https://git.sr.ht/~tcarrio/github-sync","language":"Java","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/tcarrio.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":"2020-10-18T05:31:33.000Z","updated_at":"2020-10-18T07:16:44.000Z","dependencies_parsed_at":"2023-06-15T06:45:21.560Z","dependency_job_id":null,"html_url":"https://github.com/tcarrio/github-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tcarrio/github-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fgithub-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fgithub-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fgithub-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fgithub-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcarrio","download_url":"https://codeload.github.com/tcarrio/github-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fgithub-sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266780442,"owners_count":23983043,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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","github","java","quarkus"],"created_at":"2024-11-16T10:23:00.728Z","updated_at":"2026-04-09T23:52:46.712Z","avatar_url":"https://github.com/tcarrio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHubSync\n\nThis is the implementation of the GitHub App, GitHubSync, which provides cross-repository synchronization.\nIt is currently under development, and uses newer technologies designed for lighter weight JVM applications.\nIf you're interested, check back in later, this is mostly to mess around with Java code again.\n\nThis project uses Quarkus, the Supersonic Subatomic Java Framework.\n\nIf you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .\n\n## Running the application in dev mode\n\nYou can run your application in dev mode that enables live coding using:\n```shell script\n./mvnw compile quarkus:dev\n```\n\n## Packaging and running the application\n\nThe application can be packaged using:\n```shell script\n./mvnw package\n```\nIt produces the `code-with-quarkus-1.0.0-SNAPSHOT-runner.jar` file in the `/target` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `target/lib` directory.\nIf you want to build an _über-jar_, execute the following command:\n```shell script\n./mvnw package build -Dquarkus.package.type=uber-jar\n```\n\nThe application is now runnable using `java -jar target/code-with-quarkus-1.0.0-SNAPSHOT-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using: \n```shell script\n./mvnw package -Pnative\n```\n\nOr, if you don't have GraalVM installed, you can run the native executable build in a container using: \n```shell script\n./mvnw package -Pnative -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./target/code-with-quarkus-1.0.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/maven-tooling.html.\n\n# RESTEasy JAX-RS\n\nGuide: https://quarkus.io/guides/rest-json\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcarrio%2Fgithub-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcarrio%2Fgithub-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcarrio%2Fgithub-sync/lists"}