debian-mirror-gitlab/doc/development/chatops_on_gitlabcom.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

2019-09-04 21:01:54 +05:30
# Chatops on GitLab.com
2019-09-30 21:07:59 +05:30
ChatOps on GitLab.com allows GitLab team members to run various automation tasks on GitLab.com using Slack.
2019-09-04 21:01:54 +05:30
## Requesting access
2019-09-30 21:07:59 +05:30
GitLab team-members may need access to Chatops on GitLab.com for administration
tasks such as:
2019-09-04 21:01:54 +05:30
2019-09-30 21:07:59 +05:30
- Configuring feature flags.
2019-09-04 21:01:54 +05:30
- Running `EXPLAIN` queries against the GitLab.com production replica.
2019-12-04 20:38:33 +05:30
- Get deployment status of all of our environments or for a specific commit: `/chatops run auto_deploy status [commit_sha]`
2019-09-04 21:01:54 +05:30
To request access to Chatops on GitLab.com:
2019-12-21 20:55:43 +05:30
1. Log into <https://ops.gitlab.net/users/sign_in> **using the same username** as for GitLab.com (you may have to rename it).
2020-07-28 23:09:34 +05:30
1. You could also use the "Sign in with" Google button to sign in, with your GitLab.com email address.
2020-04-22 19:07:51 +05:30
1. Ask in the [#production](https://gitlab.slack.com/messages/production) channel for an existing member to add you to the `chatops` project in Ops. They can do it by running `/chatops run member add <username> gitlab-com/chatops --ops` command in that channel.
2020-07-28 23:09:34 +05:30
NOTE: **Note:**
If you had to change your username for GitLab.com on the first step, make sure [to reflect this information](https://gitlab.com/gitlab-com/www-gitlab-com#adding-yourself-to-the-team-page) on [the team page](https://about.gitlab.com/company/team/).
2019-09-04 21:01:54 +05:30
## See also
2019-09-30 21:07:59 +05:30
- [Chatops Usage](../ci/chatops/README.md)
- [Understanding EXPLAIN plans](understanding_explain_plans.md)
- [Feature Groups](feature_flags/development.md#feature-groups)