- 20 Jan, 2021 40 commits
-
-
Andrew Fontaine authored
Update help links in Pages settings See merge request gitlab-org/gitlab!51847
-
Kamil Trzciński authored
Separately report successfully migrated pages projects and ones which errored See merge request gitlab-org/gitlab!51706
-
Craig Norris authored
Move CI example to source project See merge request gitlab-org/gitlab!51861
-
Marcel Amirault authored
Move docs for example into the source project. Example was originally part of a blog and is no longer actively maintained.
-
Andrew Fontaine authored
Global Search - Project Filter sets Group See merge request gitlab-org/gitlab!52015
-
Zack Cuddy authored
There was a bug where the filter was no longer being set. It seems that the /projects API return was changed.
-
Jacques Erasmus authored
Replace design-event class with gl-utils See merge request gitlab-org/gitlab!52048
-
David O'Regan authored
Add gl-button to personal access token page See merge request gitlab-org/gitlab!51294
-
Yogi authored
-
Vitali Tatarintev authored
Record onboarding action for code owners See merge request gitlab-org/gitlab!51925
-
Enrique Alcántara authored
Apply GitLab UI button styles to buttons in app/views/projects/notes directory See merge request gitlab-org/gitlab!44107
-
Lakshit authored
Style buttons in the notes UI with the GlButton component styles
-
Mike Jang authored
Update Usage Ping guide with metrics lifecyle description See merge request gitlab-org/gitlab!51963
-
Dmytro Zaporozhets (DZ) authored
Remove issues from old index See merge request gitlab-org/gitlab!51606
-
Mike Jang authored
Document the use of namespaces in code See merge request gitlab-org/gitlab!51999
-
Alper Akgun authored
Fix `tracking_label` usage [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!52086
-
Kushal Pandya authored
Fixes suggestions being overwritten incorrectly See merge request gitlab-org/gitlab!51988
-
Phil Hughes authored
This fixes the suggestions in note being updated when it hasn't changed. Instead of always updating the note, we compare to check if it matches the existing note, if it does, we do nothing. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/235741
-
Mike Jang authored
Merge branch 'am-remove-from-docs-reference-to-tracking-redis-evnts-using-base-module' into 'master' Remove from docs usage of basic Redis module tracking See merge request gitlab-org/gitlab!52074
-
Dan Davison authored
Update Chrome and Chromedriver version in the QA image See merge request gitlab-org/gitlab!52008
-
Andrew Fontaine authored
Fix browser performance widget issue body import See merge request gitlab-org/gitlab!52088
-
Peter Leitzen authored
[GraphQL] Discussions: use Global-ID scalar See merge request gitlab-org/gitlab!36101
-
Alex Kalderimis authored
This uses the GlobalIDType for discussions
-
Amy Qualls authored
Update Admin.yml Vale rule See merge request gitlab-org/gitlab!52098
-
Amy Qualls authored
Remove vagueness from MR Reviewer docs See merge request gitlab-org/gitlab!52052
-
David Kim authored
-
Jan Provaznik authored
Enable synchronization of feature flags to Jira See merge request gitlab-org/gitlab!51796
-
Brandon Labuschagne authored
Improve service desk settings frontend code See merge request gitlab-org/gitlab!51936
-
Coung Ngo authored
Improve code as a result of https://gitlab.com/gitlab-org/gitlab/-/issues/288339 This commit: - Fixes `service_desk_root.vue` `incomingEmail` prop from being mutated - Removes data properties in the Vue root component - Converts root component props to provide/inject - Removes an event hub in favour of component events - Removes service class - Completely overhauls the related tests
-
Arturo Herrero authored
Add PG trigger for has_external_issue_tracker See merge request gitlab-org/gitlab!51852
-
Luke Duncalfe authored
We cache whether a project has an External Issue Tracker integration enabled in the `has_external_issue_tracker` column on `projects`. It will be `TRUE` if the project has any integration (a record in `services`) with a category of "issue_tracker" enabled. This was previously maintained with application code. This cache is easy to fall out of consistency when we fail to maintain it during bulk operations (including PostgreSQL cascading deletes https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48163/) as mentioned in: - https://gitlab.com/gitlab-org/gitlab/-/issues/273574#note_457006686 - https://gitlab.com/gitlab-org/gitlab/-/issues/289798 As Ecosystem is increasingly changing integration data using bulk operations this has been changed to be maintained through a PostgreSQL trigger. https://gitlab.com/gitlab-org/gitlab/-/issues/290715 https://gitlab.com/gitlab-org/gitlab/-/issues/289798
-
Sean McGivern authored
Add finder class for fetching commits with a certain Git trailer set See merge request gitlab-org/gitlab!49243
-
Peter Leitzen authored
Remove duplicated shared examples See merge request gitlab-org/gitlab!52083
-
Mike Jang authored
-
Marcin Sedlak-Jakubowski authored
-
Natalia Tepluhina authored
Merge branch '296948-container-and-package-list-ui-polish-condense-spacing-to-match-issues' into 'master' Reduce vertical padding of registry list item See merge request gitlab-org/gitlab!51961
-
Nicolò Maria Mezzopera authored
-
Olena Horal-Koretska authored
Work around vue/one-component-per-file violations See merge request gitlab-org/gitlab!51626
-
Nick Thomas authored
Update Workhorse to v8.60.0 See merge request gitlab-org/gitlab!51965
-
Yorick Peterse authored
This class fetches all commits in a range in batches, selecting only commits with a certain trailer set. This class will be used to fetch the commits that should be used to generate a changelog. This builds on the changes introduced in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2842 and https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2999. To take advantage of these changes, we also bump the Gitaly Gem version and add fallback code for getting trailers using Rugged; as Rugged is still in use. In addition, we change the merge_request_diff_commits table and the MergeRequestDiffCommit model to support storing the trailers as JSON. See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1365 for more information.
-