- 20 Jan, 2020 40 commits
-
-
Nick Thomas authored
When importing, we want to create `refs/heads/:source_branch` in the repository for each MR. Since the imported project already contains the SHA, there's no need to use `fetch_source_branch` - we can just create the ref directly.
-
Annabel Dunstone Gray authored
Adds the margin back for modal buttons Closes #196179 See merge request gitlab-org/gitlab!23327
-
Nick Thomas authored
Creates a standalone vulnerability page See merge request gitlab-org/gitlab!20734
-
Sam Beckham authored
- Adds in the standalone vulnerabilty page - Moves the project security dashboard page to the index - Renders a 404 on the vulnerability page if the `first_class_vulnerabilities` feature flag is not present. - Updates all the path helpers and related tests - Adds tests for the new route
-
Heinrich Lee Yu authored
Fix premailer and S/MIME emailer hooks order Closes #197363 See merge request gitlab-org/gitlab!23293
-
Diego Louzán authored
Premailer must run before the S/MIME interceptor or signatures will be mangled
-
Rémy Coutable authored
Check if current user is present in Events api See merge request gitlab-org/gitlab!22956
-
Rémy Coutable authored
Fix feature flag check for issue link types See merge request gitlab-org/gitlab!23264
-
Sean McGivern authored
Disallow project forking policy for anonymous user See merge request gitlab-org/gitlab!23320
-
Marcia Ramos authored
Docs: Scope approval rules by protected branches via API See merge request gitlab-org/gitlab!22754
-
Marcia Ramos authored
Clarifies additional runner minutes balance change See merge request gitlab-org/gitlab!20979
-
samdbeckham authored
-
Lyle Kozloff authored
-
Imre Farkas authored
Only check request_deadline flag once per request Closes gitlab-com/gl-infra/scalability#104 See merge request gitlab-org/gitlab!23167
-
Marcia Ramos authored
Add note to FF docs re: the precedence of gates See merge request gitlab-org/gitlab!23206
-
Kerri Miller authored
-
briankabiro authored
The API returns a 500 error when scope is supplied and current_user is not present. This is because a user's projects are used in the query that returns all events. This change adds a check to confirm that current_user is provided before trying to run the query when scope is passed
-
Imre Farkas authored
-
Tom Atkins authored
Move install step for pg_trgm to later in the setup process. See merge request gitlab-org/gitlab!23316
-
Collen Kriel authored
-
Phil Hughes authored
Display NPM tags on package details page See merge request gitlab-org/gitlab!23061
-
Nick Kipling authored
Created new package-tags component Updated app.vue to display new component Replaced icon with gl-icon in app.vue Added tests for package-tags Updated pot file
-
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
-