- 15 Jul, 2020 40 commits
-
-
Ronald van Zon authored
The other pages have Troubleshooting as first
-
Phil Hughes authored
Fix history item select event bug in FilteredSearchBar shared component See merge request gitlab-org/gitlab!36933
-
Jarka Košanová authored
More testing of external merge request diffs Closes #216458 See merge request gitlab-org/gitlab!36216
-
Fabio Pitino authored
Add pipeline processing events counter metric See merge request gitlab-org/gitlab!36694
-
Grzegorz Bizon authored
This commit refactors pipeline metrics to reuse an existing `Metrics` class. Also it adds a few unit tests for pipeline processing service.
-
Fabio Pitino authored
Suppress progress on docker pulling in builtin templates See merge request gitlab-org/gitlab!35253
-
Natalia Tepluhina authored
Add Jira status to Jira issues See merge request gitlab-org/gitlab!36924
-
Justin Ho Tuan Duong authored
- Expose Jira status from backend - Show Jira status in place of GitLab's "closed" status
-
Shinya Maeda authored
Add additional specs for Section support See merge request gitlab-org/gitlab!36897
-
Grzegorz Bizon authored
Remove need to call gitaly in ProjectPipelineStatus Closes gitlab-foss#52780 See merge request gitlab-org/gitlab!33712
-
Igor Drozdov authored
Improve parallel persistance for audit event author_name See merge request gitlab-org/gitlab!36826
-
Shinya Maeda authored
Merge branch '208655-annotate-non-deployment-jobs-with-prepare-keyword-on-environment-action-keyword' into 'master' Add docs for `prepare` keyword on `environment:action:` keyword See merge request gitlab-org/gitlab!36568
-
Vladimir Shushlin authored
-
Marcia Ramos authored
Remove feature flag docs for Confluence service See merge request gitlab-org/gitlab!36919
-
Luke Duncalfe authored
With the feature flags removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36781, this change updates the documentation to reflect this. https://gitlab.com/gitlab-org/gitlab/-/issues/220934 https://gitlab.com/gitlab-org/gitlab/-/issues/228731
-
Igor Drozdov authored
Update Rouge to v3.21.0 Closes #220566 See merge request gitlab-org/gitlab!36942
-
Ramya Authappan authored
Make sure end-to-end tests use unique filenames in template tests Closes #227029 and #210504 See merge request gitlab-org/gitlab!36835
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Miguel Rincon authored
Make related issues component more extendable See merge request gitlab-org/gitlab!35598
-
Daniel Tian authored
Make the related issues component used on the Issues page more extendable so that it can be reused on the standalone vulnerabilities page
-
Fabio Pitino authored
Enable BulkInsertSafe on Ci::BuildNeed See merge request gitlab-org/gitlab!36815
-
Kushal Pandya authored
Fixes bug where `history-item-selected` event emitted `onFilter` on component but didn't include correct payload.
-
Phil Hughes authored
Merge branch '221013-add-instance-setting-for-default-initial-branch-name-for-new-repositories' into 'master' Set feature flag `global_default_branch_name` to default to true See merge request gitlab-org/gitlab!36889
-
Thomas Randolph authored
-
Nick Thomas authored
-
Igor Drozdov authored
Store reason for resource state events See merge request gitlab-org/gitlab!32924
-
Patrick Derichs authored
Also update specs and add needed fields for source of state change to resource_state_events table.
-
Marcia Ramos authored
Enable raw stackprof collection for flamegraphs See merge request gitlab-org/gitlab!36022
-
Thong Kuah authored
Also add documentation on how to generate flamegraphs.
-
Nicolò Maria Mezzopera authored
Removes "fixes" that broke the pipeline table Closes #36383 See merge request gitlab-org/gitlab!36803
-
Sam Beckham authored
-
Nick Thomas authored
Debugging a problem, I wrote a bunch of tests to help me understand what was happening. The fix is being pursued in a revert, but I want us to merge the tests as well so we don't get regressions.
-
Thong Kuah authored
-
Jarka Košanová authored
Add deploy keys to protected branches (DB and API) See merge request gitlab-org/gitlab!34875
-
Marcin Sedlak-Jakubowski authored
GraphQL docs - lowercase iteration's `include_ancestors` description See merge request gitlab-org/gitlab!36870
-
Imre Farkas authored
Expose blob mode in GraphQL for repository files See merge request gitlab-org/gitlab!36488
-
Thomas Randolph authored
-
Max Woolf authored
On verification of https://gitlab.com/gitlab-org/gitlab/-/issues/220318 we discovered that some audit events were not created with author_name populated correctly. This approach saves the author_name as an AR callback instead.
-
Bob Van Landuyt authored
Add 'Code Owners' section to CODEOWNERS See merge request gitlab-org/gitlab!36887
-
Thong Kuah authored
Calling commit (gitaly) is un-nessary just to obtain the sha, for the cache key. In fact, the cache key does not need to have the sha as the sha is part of the cache value. The new cache key should be unique enough for each project. This saves us 20 gitaly calls on the dashboard page (assuming we have one full page of projects).
-