{"id":19052366,"url":"https://github.com/gopenguin/gitlab-bot","last_synced_at":"2025-04-24T02:28:27.464Z","repository":{"id":143880151,"uuid":"114788276","full_name":"gopenguin/gitlab-bot","owner":"gopenguin","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-09T08:43:22.000Z","size":35,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-18T10:23:39.604Z","etag":null,"topics":["gitlab","gitlab-api","nodejs"],"latest_commit_sha":null,"homepage":null,"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/gopenguin.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":"2017-12-19T16:37:36.000Z","updated_at":"2024-03-16T09:06:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4bf8ff6-a004-4951-99c8-51b27708f8e8","html_url":"https://github.com/gopenguin/gitlab-bot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopenguin%2Fgitlab-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopenguin%2Fgitlab-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopenguin%2Fgitlab-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopenguin%2Fgitlab-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopenguin","download_url":"https://codeload.github.com/gopenguin/gitlab-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250547475,"owners_count":21448499,"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":["gitlab","gitlab-api","nodejs"],"created_at":"2024-11-08T23:26:08.753Z","updated_at":"2025-04-24T02:28:27.459Z","avatar_url":"https://github.com/gopenguin.png","language":"JavaScript","readme":"# Gitlab Bot\n\nThe purpose of the gitlab bot is to automate trivial tasks in project management using gitlab. This project is heavily inspired by [ProBot](https://github.com/probot/probot).\n\nAt the hart of this bot is a plugin system. This can be used to register actions which should be triggered by certain events e.g. creating an issue.\n\n## Install\n\n```\n$ npm install --save gitlab-bot my-awesome-gitlab-bot-plugin and-another-one\n```\n\n## Usage\n\nAfter installing the plugins and gitlab bot itself, you need to tell the bot which plugins to load via the package.json.\n\n```json\n{\n\t\"name\": \"my-gitlab-bot-project\",\n\t\"version\": \"1.0.0\",\n\t...\n\t\"gitlab-bot\": {\n\t\t\"plugins\": [\n\t\t    \"my-awesome-gitlab-bot-plugin\",\n\t\t    \"and-another-one\"\n\t\t]\n\t}\n}\n```\n\n## Development\n\nFor a development evnironment see [SETUP.md](SETUP.md).\n\n## Implementierung --- Just some notes of the developers\n\n[x] vorbereiten der Infrastruktur: Eintragen des Servers für Events im Gitlab; minimaler Webserver zum Testen, ob die Requests ankommen\n\n[x] Parsen der Events und definieren der Eventschnittstelle; erstes kleines, noch nicht ausgelagertes Plugin\n\n[x] Umsetzen der Pluginstruktur ähnlich wie in Probot\n\n[ ] Umwandeln des ersten \"Plugins\" in ein \"richtiges\" Plugin\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopenguin%2Fgitlab-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopenguin%2Fgitlab-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopenguin%2Fgitlab-bot/lists"}