- 20 Jan, 2020 40 commits
-
-
James Lopez authored
Rename identifier_for_subject method to identifier_for_repositorable See merge request gitlab-org/gitlab!23168
-
Francisco Javier López authored
In https://gitlab.com/gitlab-org/gitlab/issues/39176 we're allowing resources other than projects to have repositories attached. Therefore, we need to refactor those places where we use project because it can also be a snippet. Besides, we need to abstract this variable to something like repositorable. In this commit we rename the method GlRepository::RepoType#identifier_for_subject to identifier_for_repositorable to align with this.
-
Phil Hughes authored
Resolve "Improve copy of pipelines in the Merge Request widget" See merge request gitlab-org/gitlab!23199
-
Sarah Groff Hennigh-Palermo authored
-
Bob Van Landuyt authored
Fix Bitbucket Server importer error handler See merge request gitlab-org/gitlab!23310
-
Natalia Tepluhina authored
Downgrade D3 to 4.13 See merge request gitlab-org/gitlab!23313
-
Rémy Coutable authored
Cache classes in CI See merge request gitlab-org/gitlab!20949
-
Bob Van Landuyt authored
Fix warning: character class has duplicated range See merge request gitlab-org/gitlab!23165
-
Natalia Tepluhina authored
Display error message in codeclimate widget when base_path is null See merge request gitlab-org/gitlab!21666
-
Miranda Fluharty authored
In the MR codeclimate widget When the branch's base pipeline has no codeclimate artifact Show the generic 'Failed to load codeclimate report' error message
-
Rémy Coutable authored
Enable cop HaveGitlabHttpStatus in shared examples See merge request gitlab-org/gitlab!23220
-
Rémy Coutable authored
Enable Rails rubocops See merge request gitlab-org/gitlab!23101
-
Dmytro Zaporozhets authored
Use gitlab_subscription in group preloader See merge request gitlab-org/gitlab!23184
-
Martin Wortschack authored
Fix broken links See merge request gitlab-org/gitlab!22253
-
Natalia Tepluhina authored
Fix whitesapce hack with corrected display value Closes #121612 See merge request gitlab-org/gitlab!22553
-
Kerri Miller authored
**Note:** - It looks like `line_content` has `display: block` by default. Rather than changing this everywhere let's just use bootstrap util class. - We don't know why `line_content` has `display: block` :/
-
Heinrich Lee Yu authored
Source code won't change in CI so we don't need code-reloading
-
Stan Hu authored
If the Bitbucket Server importer encountered any error during a pull request import, an `undefined local variable or method 'backtrace'` error would previously be thrown. 1ee162b6 dropped a variable that was needed to log a clean backtrace. We add it back now so that error recovery will work again. Part of https://gitlab.com/gitlab-org/gitlab/issues/197881
-
James Lopez authored
Allow SSH keys API endpoint to be requested for a given username Closes #17569 See merge request gitlab-org/gitlab!22899
-
Rajendra Kadam authored
add support for username to get user ssh keys
-
Illya Klymov authored
-
Ramya Authappan authored
Add info about running custom QA tests in CI See merge request gitlab-org/gitlab!22742
-
Ramya Authappan authored
Update Availability and Testing section in feature template to align with MR template See merge request gitlab-org/gitlab!22457
-
Mek Stittri authored
-
Martin Wortschack authored
Add time filters to log view Closes #37986 See merge request gitlab-org/gitlab!22638
-
Kushal Pandya authored
Remove TODO from dashboard spec Closes #118780 See merge request gitlab-org/gitlab!23265
-
Kushal Pandya authored
Use consistent layout in cluster advanced settings See merge request gitlab-org/gitlab!22656
-
Marcel Amirault authored
[docs] Fix inconsistent path in Ruby CI caching example See merge request gitlab-org/gitlab!23268
-
Marcel Amirault authored
Documentation: a couple of minor typo corrections See merge request gitlab-org/gitlab!23226
-
Marcel Amirault authored
Merge branch '55962-overhaul-debug-logging-section-of-gitlab-ci-cd-environment-variables-docs' into 'master' Update "Debug logging" of GitLab CI/CD environment variables Closes #55962 See merge request gitlab-org/gitlab!21782
-
Stan Hu authored
Add CSP headers for Zuora iFrame Closes #196529 See merge request gitlab-org/gitlab!23001
-
Marcel Amirault authored
Update parent_child_pipelines.md to clarify wording See merge request gitlab-org/gitlab!23275
-
Evan Read authored
Docs - stop Puma when attempting restore See merge request gitlab-org/gitlab!22945
-
Mark Lapierre authored
Quarantine elasticsearch tests See merge request gitlab-org/gitlab!23302
-
Mark Lapierre authored
-
Miguel Rincon authored
-
Miguel Rincon authored
This change accounts for the feature flag being present and extends current specs for a secondary state with the feature flag.
-
Miguel Rincon authored
- Use key in the time window state instead of entire object - Extend specs to cover more cases
-
Miguel Rincon authored
Logs endpoint communicates to the frontend when advanced query features can be enabled, this commit removes the feature flag in the component to await backend settings. Additionally, advanced query components are disabled and not hidden when advanced features are disabled.
-
Miguel Rincon authored
-