- 17 Oct, 2018 33 commits
-
-
Rémy Coutable authored
-
Douglas Barbosa Alexandre authored
Harden the wiki against missing last_versions Closes #52527 See merge request gitlab-org/gitlab-ce!22377
-
Clement Ho authored
Remove prometheus configuration help text Closes #52782 See merge request gitlab-org/gitlab-ce!22413
-
Rémy Coutable authored
Use cached readme blobs where appropriate Closes #49591 See merge request gitlab-org/gitlab-ce!22325
-
Douwe Maan authored
Fixed bug with the content disposition with wiki attachments See merge request gitlab-org/gitlab-ce!22220
-
Francisco Javier López authored
-
Douwe Maan authored
Round P/S labels up, not down See merge request gitlab-org/gitlab-ce!22424
-
Nick Thomas authored
GitLab keeps a cache of the rendered HTML for a repository's README as stored in the HEAD branch. However, it was not used in all circumstances. In particular, the new blob viewer framework bypassed this cache entirely. This MR ensures a ::ReadmeBlob is returned instead of a ::Blob when asking a repository for an individual blob, if the commit and path match the readme for HEAD. This makes the cached HTML available to consumers, including the blob viewer. The ReadmeBlob is a simple delegator to the Blob, so should be compatible in all cases. Adding the rendered_markdown method is the only additional behaviour it contains.
-
Nick Thomas authored
-
Mike Lewis authored
add link to concurrent devops See merge request gitlab-org/gitlab-ce!22071
-
Mike Lewis authored
-
Rémy Coutable authored
Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
-
GitLab Release Tools Bot authored
-
Nick Thomas authored
Currently, we assume a "last_version" always exists for a wiki page. In production, this is not always true. So, guard uses of it with a null check.
-
Rémy Coutable authored
Extend Create New Merge Request test to also add a label Closes gitlab-qa#233 See merge request gitlab-org/gitlab-ce!19228
-
Aleksandr Soborov authored
-
Filipa Lacerda authored
Update environments empty state See merge request gitlab-org/gitlab-ce!22297
-
Evan Read authored
Add Git protocol v2 docs See merge request gitlab-org/gitlab-ce!22227
-
James Lopez authored
-
GitLab Release Tools Bot authored
[ci skip]
-
George Tsiolis authored
-
Phil Hughes authored
Replace job with group in frontend components to be consistent with backend See merge request gitlab-org/gitlab-ce!22387
-
Winnie Hellmann authored
-
Marcia Ramos authored
Allow JIRA to login using email and API token Closes #49936 See merge request gitlab-org/gitlab-ce!21726
-
Felipe Artur authored
-
Marcia Ramos authored
Add documentation on using NFS v4.1 and disabling server delegations See merge request gitlab-org/gitlab-ce!22379
-
Phil Hughes authored
Resolve "Integrate new vue+vuex code base with new API and remove old haml code" Closes #50904 See merge request gitlab-org/gitlab-ce!22116
-
Filipa Lacerda authored
-
Rémy Coutable authored
Resolve "In web editor, when delete a file, should navigate to enclosing directory" Closes #37727 See merge request gitlab-org/gitlab-ce!21465
-
George Thomas authored
-
George Tsiolis authored
-
Mike Greiling authored
3. enable jasmine/new-line-before-expect See merge request gitlab-org/gitlab-ce!22234
-
Johann Hubert Sonntagbauer authored
-
- 16 Oct, 2018 7 commits
-
-
Fatih Acet authored
Prettify all the things (part 8) See merge request gitlab-org/gitlab-ce!22258
-
Fatih Acet authored
Prettify all the things (part 1) See merge request gitlab-org/gitlab-ce!22248
-
Clement Ho authored
Resolve "Share frontend configs between repos" Closes #49740 See merge request gitlab-org/gitlab-ce!22405
-
Mike Greiling authored
2. enable jasmine/no-promise-without-done-fail See merge request gitlab-org/gitlab-ce!22231
-
Mike Greiling authored
-
Stan Hu authored
For more info, see: * https://gitlab.com/gitlab-org/gitaly/issues/1339 * https://gitlab.com/gitlab-org/gitlab-ce/issues/52017
-
Johann Hubert Sonntagbauer authored
-