- 23 Jun, 2020 1 commit
-
-
svistas authored
Prior to this change, the dashboard fixture was only generating the dashboard json to feed to the integration specs. This change allows to make the tests more dynamic by introducing the metrics data too and avoid a hardcoded fixture to mantain. Apply diff and update snapshot Rename to dashboardProps Fix CI issues
-
- 22 Jun, 2020 9 commits
-
-
Jan Provaznik authored
Parse and persist separate requirement states Closes #215514 See merge request gitlab-org/gitlab!34162
-
charlieablett authored
- Use requirement iids as keys - Improve method namings - Update docs
-
Mark Lapierre authored
Quarantine failing test See merge request gitlab-org/gitlab!34991
-
Dylan Griffith authored
Fix todo offenses for Style/HashTransformKeys See merge request gitlab-org/gitlab!34971
-
Peter Leitzen authored
-
Mark Lapierre authored
-
Thong Kuah authored
Add more coverage groups See merge request gitlab-org/gitlab!34827
-
Ash McKenzie authored
Fix 500 errors with filenames that contain glob characters Closes gitaly#2857 See merge request gitlab-org/gitlab!34864
-
James Fargher authored
Remove redundant check See merge request gitlab-org/gitlab!34926
-
- 21 Jun, 2020 7 commits
-
-
Dylan Griffith authored
Fix todo offenses for Style/HashTransformValues See merge request gitlab-org/gitlab!34972
-
Russell Dickenson authored
Update SSE docs See merge request gitlab-org/gitlab!34861
-
Marcia Ramos authored
-
Russell Dickenson authored
Doc for rolling 28 day snippets counter Closes #221184 See merge request gitlab-org/gitlab!34919
-
Gabriel Mazetto authored
Move Service description text to helper & translate Closes #219958 See merge request gitlab-org/gitlab!34037
-
Sean Arnold authored
-
Sean Arnold authored
- Translate text - Update references
-
- 20 Jun, 2020 4 commits
-
-
Dmytro Zaporozhets authored
Doc: Add trailing dot to missing Secret Detection text See merge request gitlab-org/gitlab!34970
-
Stan Hu authored
By default, Git allows the pathspec to have glob patterns (https://css-tricks.com/git-pathspecs-and-how-to-use-them), but the LastCommitForPath RPC now supports a `literal_pathspec` to disable this (https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2285). We now use this whenever we look up specific files in the repository. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/2857
-
Stan Hu authored
Bump Gitaly to v13.2.0-rc1 See merge request gitlab-org/gitlab!34977
-
Paul Okstad authored
-
- 19 Jun, 2020 19 commits
-
-
Peter Leitzen authored
-
Mike Greiling authored
Merge branch '218257-service-templates-page-disable-service-template-when-instance-level-integration-is-configured' into 'master' Add UI to disable Service templates See merge request gitlab-org/gitlab!33490
-
Justin Ho Tuan Duong authored
When a instance level integrations is enabled, we need to disable to corresponding service template
-
Suzanne Selhorn authored
Docs: Added troubleshooting for DNS and certificate error in pages See merge request gitlab-org/gitlab!33816
-
Julian Paul Dasmarinas authored
-
Robert Speicher authored
Update GitLab Runner Helm Chart to 0.18.0/13.1.0 See merge request gitlab-org/gitlab!34969
-
Peter Leitzen authored
Remove duplicated test cases for vulnerability exports API Closes #217924 See merge request gitlab-org/gitlab!34920
-
Suzanne Selhorn authored
Note some JUnit features disabled behind feature flag See merge request gitlab-org/gitlab!34786
-
Ben Bodenmiller authored
-
Peter Leitzen authored
Refine UI of integration form See merge request gitlab-org/gitlab!34707
-
Justin Ho Tuan Duong authored
- Fix instance-level integrations nav menu not showing active while on the form page - Make width of different form pages the same as the index page for consistency. - Fix project-level test path
-
Lucas Charles authored
-
Tomasz Maczukin authored
-
Mayra Cabrera authored
Allow advanced API projects filtering for admins See merge request gitlab-org/gitlab!32879
-
Peter Leitzen authored
I18n metrics dashboard error strings See merge request gitlab-org/gitlab!34957
-
Gabriel Mazetto authored
Add new `CI_PROJECT_ROOT_NAMESPACE` predefined environment variable See merge request gitlab-org/gitlab!34733
-
Oswaldo Ferreira authored
Use file_mode to guide position tracing See merge request gitlab-org/gitlab!34375
-
David Kim authored
Since we are dealing with different diff_refs during position tracing, file_identifier_hash cannot be used to find the correct diff_file. Using file_mode seems to be viable in these cases since we can find the diff_file with file_identifier_hash from the position to access the correct file_mode.
-
Oswaldo Ferreira authored
Fix Gitaly duration timings of BlobService RPCs See merge request gitlab-org/gitlab!34906
-