Skip to content
代码片段 群组 项目
未验证 提交 027c3de8 编辑于 作者: Alejandro Rodríguez's avatar Alejandro Rodríguez 提交者: GitLab
浏览文件

Merge branch 'bc/duo-chat-add-doc-questions' into 'master'

Add extra questions to test Chat's selection of the documentation tool

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142205



Merged-by: default avatarAlejandro Rodríguez <alejandro@gitlab.com>
Approved-by: default avatarGosia Ksionek <mksionek@gitlab.com>
Approved-by: default avatarAlejandro Rodríguez <alejandro@gitlab.com>
Co-authored-by: default avatarBruno Cardoso <bcardoso@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -281,6 +281,42 @@ ...@@ -281,6 +281,42 @@
'How do I clone a repository?' | ['GitlabDocumentation'] 'How do I clone a repository?' | ['GitlabDocumentation']
'How do I create a project template?' | ['GitlabDocumentation'] 'How do I create a project template?' | ['GitlabDocumentation']
'What is DevOps? What is DevSecOps?' | ['GitlabDocumentation'] 'What is DevOps? What is DevSecOps?' | ['GitlabDocumentation']
'Is it possible to resolve threads in issues?' | ['GitlabDocumentation']
'Can I use you to search for code on GitLab?' | []
'How can I search for code on Gitlab' | ['GitlabDocumentation']
'Is it possible to add stages to pipelines?' | ['GitlabDocumentation']
'Explain the GitLab Flow Branching Strategy' | ['GitlabDocumentation']
'How to standardize CICD using GitLab?' | ['GitlabDocumentation']
'Can I fetch a job by name using the Gitlab API?' | ['GitlabDocumentation']
'How does remote development feature work?' | ['GitlabDocumentation']
'How can I migrate from Jenkins to GitLab CI/CD?' | ['GitlabDocumentation']
'How do I push an existing folder into a newly created GitLab Repository?' | ['GitlabDocumentation']
'How do I run unit tests for my Next JS application in a GitLab pipeline?' | ['GitlabDocumentation']
'How to clone a github project to gitlab and keep both repositories in sync?' | ['GitlabDocumentation']
'What is the maximum artifact upload limit?' | ['GitlabDocumentation']
'What is the artifact upload limit for self-managed?' | ['GitlabDocumentation']
'What is the job maximum artifact size?' | ['GitlabDocumentation']
'What is the recommended installation for GitLab?' | ['GitlabDocumentation']
'How can I achieve high availability with GitLab?' | ['GitlabDocumentation']
'What are the tradeoffs between GitLab SaaS vs GitLab self-managed?' | ['GitlabDocumentation']
'How do I create a secure connection from a ci job to AWS?' | ['GitlabDocumentation']
'What are security policies?' | ['GitlabDocumentation']
'How do I set up gitlba pages' | ['GitlabDocumentation']
'How do I set up SAML for my GitLab Instance' | ['GitlabDocumentation']
'What is the difference between gitlab ultimate and gitlab premium?' | ['GitlabDocumentation']
'how do i create custom rulesets with the secret detection scanner?' | ['GitlabDocumentation']
'Is the 50,000 compute units that come with Ultimate for the entire namespace or per user?' \
| ['GitlabDocumentation']
'Where is GitLab.com hosted in GCP?' | ['GitlabDocumentation']
'Is it possible to link MRs between two projects?' | ['GitlabDocumentation']
'What can you do with AI?' | []
'What are the key differences between GitHub Actions and GitLab CI/CD?' | ['GitlabDocumentation']
'Can I store Ruby Gems in the package registry? What are the limitations?' | ['GitlabDocumentation']
'where can i find documentation for Azure SAML SSO?' | ['GitlabDocumentation']
'What are artifacts in gitlab?' | ['GitlabDocumentation']
'What kinds of things can you help with?' | []
'Can I proxy to Maven Central using the Maven package regsitry?' | ['GitlabDocumentation']
'Can you help me setup a gitlab pages site?' | ['GitlabDocumentation']
end end
with_them do with_them do
...@@ -387,6 +423,10 @@ ...@@ -387,6 +423,10 @@
['CiEditorAssistant'] ['CiEditorAssistant']
'Please provide a .gitlab-ci.yaml config for running a review app for merge requests?' | 'Please provide a .gitlab-ci.yaml config for running a review app for merge requests?' |
['CiEditorAssistant'] ['CiEditorAssistant']
'How do I optimize my pipelines so that they do not cost so much money?' |
['CiEditorAssistant']
'How can I migrate from GitHub Actions to GitLab CI?' |
['CiEditorAssistant']
end end
with_them do with_them do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册