- 06 Jan, 2020 19 commits
-
-
Grzegorz Bizon authored
Allow Gitaly ref name caching for issue discussions See merge request gitlab-org/gitlab!22244
-
Martin Wortschack authored
Rename "Production" stage in Cycle Analytics to "Total" Closes #38317 See merge request gitlab-org/gitlab!21450
-
Ezekiel Kigbo authored
Fix double spaces in text
-
Grzegorz Bizon authored
Resolve "500 when error stack trace is empty" Closes #119205 See merge request gitlab-org/gitlab!22134
-
Sean Arnold authored
- Add specs for issue_latest_event - Remove previous changes to decorator
-
Phil Hughes authored
Replace breakpoints with GlBreakpointInstance in main.js and onboarding/onboarding_welcome/index.js See merge request gitlab-org/gitlab!22030
-
Martin Wortschack authored
-
Phil Hughes authored
Backfill GraphQL descriptions See merge request gitlab-org/gitlab!22199
-
Bob Van Landuyt authored
Remove unused attribute from ActivityService See merge request gitlab-org/gitlab!22111
-
Andy Soiron authored
the `activity` attribute is not used anymore and can be removed. This commit also adds a spec for the happy path of git http info_refs to test the new attributes on ActivityService
-
Dmitriy Zaporozhets authored
Fix GitLab plugins not working without hooks configured Closes #194131 See merge request gitlab-org/gitlab!22409
-
Ramya Authappan authored
Fix merge request license widget e2e spec flakiness Closes #118654 See merge request gitlab-org/gitlab!22335
-
Kushal Pandya authored
Productivity Analytics: Update URL date params properly See merge request gitlab-org/gitlab!22419
-
Kushal Pandya authored
Update tests to respect html() changes Closes #191270 See merge request gitlab-org/gitlab!22299
-
Evan Read authored
Fix plurality and capitalization in the documentation See merge request gitlab-org/gitlab!22393
-
Evan Read authored
Add documentation & helper text about securing a GitLab installation See merge request gitlab-org/gitlab!18987
-
Manoj M J authored
This change adds more prominent documentation for sign up restrictions.
-
Marcel Amirault authored
Add link to Mermaid Live Editor See merge request gitlab-org/gitlab!22389
-
Ray Paik authored
Fix typo 'displosal' in merge request doc See merge request gitlab-org/gitlab!22429
-
- 05 Jan, 2020 5 commits
-
-
Thong Kuah authored
Upgrade json-jwt to v1.11.0 Closes #39148 See merge request gitlab-org/gitlab!22440
-
Lin Jen-Shin authored
Simplify static-analysis count for ignored warnings See merge request gitlab-org/gitlab!22448
-
Stan Hu authored
This adds a minor performance optimization to avoid allocation of an array.
-
Lin Jen-Shin authored
Fix static-analysis failure due to caniuse-lite dependency Closes #194788 See merge request gitlab-org/gitlab!22447
-
Stan Hu authored
As seen in https://gitlab.com/gitlab-org/gitlab/-/jobs/394057944, static-analysis is failing with: ``` Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade` ``` The problem may be occurring because browserslist is detecting that caniuse-list is approximately 6 months old and outputs a warning using console.warn. To fix this, we change static-analysis to filter this warning message when deciding to exit with error code 2. Older GitLab backports shouldn't fail because we need to upgrade this dependency. Closes https://gitlab.com/gitlab-org/gitlab/issues/194788
-
- 04 Jan, 2020 3 commits
-
-
Stan Hu authored
This fixes CVE-2019-18848 and brings in a number of minor fixes: https://github.com/nov/json-jwt/compare/v1.9.4..v1.11.0 Closes https://gitlab.com/gitlab-org/gitlab/issues/39148
-
Marcel Amirault authored
Update sharing and permissions section See merge request gitlab-org/gitlab!21954
-
Mike Jang authored
Include info under Settings > General for each repo
-
- 03 Jan, 2020 13 commits
-
-
Robert Speicher authored
Specify milestone assignment on Security Release MR template See merge request gitlab-org/gitlab!22430
-
Stan Hu authored
Plugins documentation: Update examples link See merge request gitlab-org/gitlab!22421
-
Mayra Cabrera authored
Loosen Danger requirements for security MRs See merge request gitlab-org/gitlab!22396
-
Robert Speicher authored
Security MRs in the `gitlab-org/security` group don't require merge request IDs for changelog entries, nor do they have strict target branch requirements.
-
Mayra Cabrera authored
Specifies that a closed milestone can be assigned through a merge request via quick actions. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/issues/610
-
Robert Speicher authored
Link merge requests for all non review app deploys Closes #38000 and #38092 See merge request gitlab-org/gitlab!21254
-
Annabel Dunstone Gray authored
Fix markdown table border colors Closes #27884 See merge request gitlab-org/gitlab!22314
-
Enrique Alcántara authored
Use border color specified in Pajamas for markdown table borders
-
Mike Gulick authored
-
Stan Hu authored
Fix bug when exposing non existing artifacts See merge request gitlab-org/gitlab!22378
-
Mayra Cabrera authored
Fix a misspelling in sync-stable-branch script See merge request gitlab-org/gitlab!22260
-
Marin Jankovski authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/31741, shipped in GitLab 12.2, reduced Gitaly RPCs by generating commit data only if hooks or services were actually active. However, GitLab plugins (https://docs.gitlab.com/ee/administration/plugins.html), are executable programs that get launched inside `SystemHooksService#execute_hooks` regardless of whether any hooks are actually active. As a result of this change, users have to configure a Webhook for plugins to fire. We restore the previous behavior by checking whether plugins are available and executing `SystemHooksService#execute_hooks` if any plugins are available. Closes https://gitlab.com/gitlab-org/gitlab/issues/194131
-