curl"https://gitlab.com/api/graphql"--header"Authorization: Bearer <token>"\--header"Content-Type: application/json"--request POST\--data"{\"query\": \"query {currentUser {name}}\"}" Parameter authentication Example of using an OAuth 2.0 token in theaccess_tokenparameter: ...
.graphqlrcAdded jh to ".graphqlrc" 11 months ago .haml-lint.ymlRe-enable DocumentationLinks in haml-lint 4 months ago .index.yml.example .license_encryption_key.pub .mailmap .markdownlint-cli2.yaml .nvmrc .prettierignore .prettierrc ...
The administrator or group owner can create a custom role through the API or UI and assign that role to the users. Pull project code ✓ ✓ ✓ ✓ ✓ ✓ On GitLab Self-Managed, users with the Guest role are able to perform this action only on public and internal projects (not...
state_event string Update the status of the merge request ie close or reopen. Returns Body MergeResponse Definitions VersionResponse 展開表格 NamePathTypeDescription statusDetails statusDetails statusDetails ProjectResponse 展開表格 NamePathTypeDescription statusDetails statusDetails statusDetails Branch...
The Abstraction Layer standardizes and simplifies the integration of AI/ML technologies within GitLab, providing an extendable GraphQL API calledaiAction. Key Features: Standardized API:Provides a consistent interface for different AI actions, such as code suggestions and chat features. ...
Take GitLab for a spin See what your team could do with The DevSecOps Platform. Get free trial Have a question? We're here to help. Talk to an expert
Allows delivery of emails using Microsoft Graph API with OAuth 2.0 client ###! credentials flow. ###! Docs: https://docs.gitlab.com/omnibus/settings/microsoft_graph_mailer.html # gitlab_rails['microsoft_graph_mailer_enabled'] = false # gitlab_rails['microsoft_graph_mailer_user_id'] = ...
gitlab.yml.example gitlab_loose_foreign_keys.yml known_invalid_graphql_queries.yml license_finder.yml mail_room.yml object_store_settings.rb open_api.yml puma.example.development.rb puma.rb.example resque.yml.example routes.rb secrets.yml.example settings.rb sidekiq.yml.example sideki...
该文件在初始安装过程中生成,在升级过程中 **不会** 被修改。#! 请查看该文件的最新版本,了解可以配置的不同设置,它们是何时引入的以及为什么引入:#! https://gitlab.com/gitlab-org/omnibus-gitlab/blame/master/files/gitlab-config-template/gitlab.rb.template#! 在本地,对应于已安装版本的完整模板可以...
Example: field :test_field, type: GraphQL::STRING_TYPE, null: true, description: 'Some test field', feature_flag: :my_feature_flag Toggle the value of a field 对字段使用特征标记的这种方法是切换字段的返回值. 这可以在解析器中,在类型中甚至在模型方法中完成,具体取决于您的偏好和情况. 当应用...