- 24 Jan, 2020 1 commit
-
-
Phil Hughes authored
Added some extra error checks and throwing errors to try and catch any bugs that are stopping us enabling this globally
-
- 23 Jan, 2020 39 commits
-
-
Natalia Tepluhina authored
Use export icon instead of download in dependencies list Closes #198059 See merge request gitlab-org/gitlab!23527
-
Bob Van Landuyt authored
Resolve "API for protected environments" See merge request gitlab-org/gitlab!22336
-
Martin Wortschack authored
Update GitLab Packages See merge request gitlab-org/gitlab!23459
-
Nick Thomas authored
Fix top 3 Ruby runtime warnings See merge request gitlab-org/gitlab!23509
-
Sean McGivern authored
Refactor SpamService See merge request gitlab-org/gitlab!23236
-
Nick Thomas authored
Feature flag: look up commits without batch-check See merge request gitlab-org/gitlab!23423
-
Bob Van Landuyt authored
Add extra fields to the application context See merge request gitlab-org/gitlab!22792
-
Ilia Kosenko authored
Commands to change user password See merge request gitlab-org/gitlab!23580
-
Peter Leitzen authored
Fix Rubocop offenses for cops with 3 offenses See merge request gitlab-org/gitlab!23520
-
Dmytro Zaporozhets authored
Remove merge_requests_conditional_mergeability_check feature flag See merge request gitlab-org/gitlab!23450
-
Walmyr Lima e Silva Filho authored
Enable JS on 2FA page specs to catch validation errors See merge request gitlab-org/gitlab!23514
-
Peter Leitzen authored
This silences this warning: warning: instance variable @plan_name not initialized Also test explicitly that blank plan names are valid.
-
Walmyr Lima e Silva Filho authored
Resolve "Broken FOSS `master` in `qa:internal`" Closes #198393 See merge request gitlab-org/gitlab!23528
-
Peter Leitzen authored
Note, the access to this variable remains thread-unsafe. This silences the following warning: warning: instance variable @enabled not initialized
-
Peter Leitzen authored
This avoid the warning: warning: instance variable @state not initialized
-
Nick Thomas authored
-
Nick Thomas authored
Limit page number on explore/projects See merge request gitlab-org/gitlab!22876
-
Heinrich Lee Yu authored
Add that description diffs are behind flag See merge request gitlab-org/gitlab!23451
-
Jan Provaznik authored
Align project and personal snippet abilities Closes #39087 See merge request gitlab-org/gitlab!22500
-
Alex Pooley authored
Mostly a search and replace for *_project_snippet and *_personal_snippet abilities across app and spec files. Replaced with just *_snippet and falling back on the type of subject to determine which policies to apply. There are some less trivial changes included which relate to inferring an abilities name from the subject class. Because ProjectSnippet is a child of Snippet there is some special handling around the place. There is perhaps potential to clean this up a bit as there is the same logic spread out in various locations. Various changes required after review - Renamed before_action names - Fixed snippet note mailer with spec - Removed incorrect/unecessary policy parameter - Fix personal snippet note policy spec
-
Rémy Coutable authored
Resolve "Create feature spec for loading error details page" Closes #36695 See merge request gitlab-org/gitlab!23543
-
Allison Browne authored
Add feature specs covering the error tracking index and the error tracking show page. Inculde expandable stack traces in the feature spec.
-
Felipe Artur authored
Updates documentation to state that description diffs are behind a feature flag.
-
Bob Van Landuyt authored
Properly document how to run a custom gitaly build See merge request gitlab-org/gitlab!23589
-
Jan Provaznik authored
Add pages_access_level to projects API Closes #30972 See merge request gitlab-org/gitlab!23176
-
Bob Van Landuyt authored
New Crowdin translations See merge request gitlab-org/gitlab!23499
-
GitLab Crowdin Bot authored
[skip ci]
-
Jan Provaznik authored
Stop NoMethodError happening for 1.16+ clusters See merge request gitlab-org/gitlab!23149
-
Thong Kuah authored
The response for `/apis/extensions/v1beta1` does not have secrets, serviceaccounts, services, not pods. It instead has deployments and ingresses. Verified from a real Kubernetes cluster. Run `kubectl proxy`, then navigate to http://127.0.0.1:8001/apis/extensions/v1beta1
-
Jan Provaznik authored
Prevent unnecessary Gitaly calls when rendering comment excerpts See merge request gitlab-org/gitlab!23100
-
Alessio Caiazza authored
-
Bob Van Landuyt authored
Remove inlined shared examples See merge request gitlab-org/gitlab!23504
-
Phil Hughes authored
Merge branch '29987-revert-groups-overview-font-spacing-to-the-old-more-space-efficient-layout-2' into 'master' Reduce whitespace in group list to keep more items in view Closes #29987 See merge request gitlab-org/gitlab!21584
-
Jeremy Elder authored
-
Stan Hu authored
Tweak GPG cleanup attempts See merge request gitlab-org/gitlab!23581
-
Bob Van Landuyt authored
By default Retriable would only try 3 times. Which would never hit our limit of 10s in sidekiq. Raising the number of tries means we'll only be limited by the maximum runtime.
-
Pavlo Strokov authored
Introduction of the new feature flag use_core_delta_islands that enables/disables use of core delta islands for git repack. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1519
-
Kushal Pandya authored
Setup to make monitoring date picker component reusable in other stages (1) See merge request gitlab-org/gitlab!23383
-
Mathieu Parent authored
Fixes: #30972
-