{"id":28535182,"url":"https://github.com/gerritcodereview/plugins_scripting_scala-provider","last_synced_at":"2025-06-17T09:06:54.379Z","repository":{"id":84111873,"uuid":"47752489","full_name":"GerritCodeReview/plugins_scripting_scala-provider","owner":"GerritCodeReview","description":"Allows the load Gerrit plugins implemented as Scala scripts - (mirror of http://gerrit.googlesource.com/plugins%2Fscripting%2Fscala-provider)","archived":false,"fork":false,"pushed_at":"2025-02-12T13:32:27.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T14:48:23.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/GerritCodeReview.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":"2015-12-10T09:44:36.000Z","updated_at":"2025-02-12T13:32:31.000Z","dependencies_parsed_at":"2023-03-12T21:44:41.875Z","dependency_job_id":null,"html_url":"https://github.com/GerritCodeReview/plugins_scripting_scala-provider","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GerritCodeReview%2Fplugins_scripting_scala-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GerritCodeReview%2Fplugins_scripting_scala-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GerritCodeReview%2Fplugins_scripting_scala-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GerritCodeReview%2Fplugins_scripting_scala-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GerritCodeReview","download_url":"https://codeload.github.com/GerritCodeReview/plugins_scripting_scala-provider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GerritCodeReview%2Fplugins_scripting_scala-provider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258919815,"owners_count":22778189,"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":[],"created_at":"2025-06-09T17:14:17.695Z","updated_at":"2025-06-17T09:06:54.371Z","avatar_url":"https://github.com/GerritCodeReview.png","language":"Java","readme":"Gerrit Scala Provider Plugin\n=============================\n\nThis plugin provides Scala runtime environment for Gerrit plugins in Scala.\n\nTo build link this directory under Gerrit's tree plugins directory and run:\n\n```\n  buck build plugins/scala-provider:scala-provider\n```\n\nThe resulting artifact can be found under:\n\n```\n buck-out/gen/plugins/scala-provider/scala-provider.jar\n```\n\nA sample Scala hello world script is:\n```\n  import com.google.gerrit.sshd._\n  import com.google.gerrit.extensions.annotations._\n\n  @Export(\"scala\")\n  class ScalaCommand extends SshCommand {\n    override def run = stdout println \"Hello from Scala!\"\n  }\n```\n\nCopy and past the above sample Scala fragment into the file $GERRIT_SITE/plugin/hello-1.0.scala.\n\nThe \"hello\" plugin version 1.0 will be automatically loaded into Gerrit and will provide a new\nSSH command \"hello scala\".\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerritcodereview%2Fplugins_scripting_scala-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerritcodereview%2Fplugins_scripting_scala-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerritcodereview%2Fplugins_scripting_scala-provider/lists"}