- 22 Jan, 2021 1 commit
-
-
Lukas 'Eipi' Eipert authored
In order to re-use our browserslist config across babel, autoprefixer and other tools, we are moving it to a separate file. Furthermore we update browserslist itself, because why not.
-
- 20 Jan, 2021 39 commits
-
-
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
-
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.
-
Phil Hughes authored
Add improved copy and rename the files See merge request gitlab-org/gitlab!51757
-
Gosia Ksionek authored
-
Alex Kalderimis authored
-
David O'Regan authored
Fix top border-radius of the login box See merge request gitlab-org/gitlab!51950
-
Yogi authored
-
Alex Kalderimis authored
This enables the synchronization of Feature Flags to Jira, using the endpoints described at: https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags/#api-featureflags-0-1-bulk-post When a user has enabled the GitLab application in their Jira project, feature flags will be associated with Jira issues if the Jira issue keys are mentioned in the feature flag description.
-
David O'Regan authored
Apply GitLab UI button styles to button _blank_state_ee_trial See merge request gitlab-org/gitlab!51778
-
Yogi authored
-
Rémy Coutable authored
Move Danger code from lib/ to tooling/ [RUN ALL RSPEC] See merge request gitlab-org/gitlab!51566
-
Albert Salim authored
These were added because of Rails eagerload. These files are now moved out of Rails eagerload path, so the conditionals are not necessary.
-
Shinya Maeda authored
Test deprecation of `text/plain` on all endpoints See merge request gitlab-org/gitlab!46133
-
Kamil Trzciński authored
This reverts commit 3211640a.
-
Bob Van Landuyt authored
Remove custom Danger check for frozen_string_literal comments See merge request gitlab-org/gitlab!51930
-
Rémy Coutable authored
Add metric definitions to Product Intelligence Dangerfile See merge request gitlab-org/gitlab!52073
-
Alina Mihaila authored
-
Illya Klymov authored
Add basic components for packages settings See merge request gitlab-org/gitlab!51883
-
Nicolò Maria Mezzopera authored
- source - test - snapshots
-
Arturo Herrero authored
Add missing test coverage on Group API spec See merge request gitlab-org/gitlab!52055
-
Kushal Pandya authored
Migrate EE MrWidgetOptions spec to @vue/test-utils See merge request gitlab-org/gitlab!51926
-
Rémy Coutable authored
Fix a Bundler deprecation See merge request gitlab-org/gitlab!51995
-
Shinya Maeda authored
Add auto-fix Label See merge request gitlab-org/gitlab!50657
-
Tetiana Chupryna authored
We need to assign a special label to identify bot's MRs
-
Markus Koller authored
This is redundant with Rubocop's Style/FrozenStringLiteralComment cop, which we didn't have enabled when this was introduced. To preserve the same behaviour we also: - Switch to `EnforcedStyle: always_true`, to forbid `false` values. - Replace the wildcard list with an explicit list of all violations, so we still catch all newly added files.
-
Francisco Javier López authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
[RUN ALL RSPEC] Print out remaining deprecations See merge request gitlab-org/gitlab!51820
-