- 11 Oct, 2018 11 commits
-
-
Douglas Barbosa Alexandre authored
Add new sort option "most_stars" to "Group > Children" pages See merge request gitlab-org/gitlab-ce!22121
-
Rene Hennig authored
-
Achilleas Pipinellis authored
Removes link to deprecated project See merge request gitlab-org/gitlab-ce!22281
-
Achilleas Pipinellis authored
docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
-
Achilleas Pipinellis authored
Avoid conflicting anchor name in documentation See merge request gitlab-org/gitlab-ce!22213
-
Sean McGivern authored
Update GitLab Shell to v8.4.0 for new Gitaly auth scheme Closes gitaly#1319 See merge request gitlab-org/gitlab-ce!22270
-
Rémy Coutable authored
QA: Add test of adding a member to a project See merge request gitlab-org/gitlab-ce!21753
-
Evan Read authored
- Also fixes minor style issues.
-
Evan Read authored
Documentation for delayed jobs Closes #52127 See merge request gitlab-org/gitlab-ce!22117
-
Winnie Hellmann authored
-
Evan Read authored
Add Filesystem Performance Benchmarking documentation See merge request gitlab-org/gitlab-ce!22202
-
- 10 Oct, 2018 29 commits
-
-
Robert Speicher authored
Revert GitLab Pages version to v1.1.0 See merge request gitlab-org/gitlab-ce!22277
-
Stan Hu authored
This works around the problem with domains not working due to https://gitlab.com/gitlab-org/gitlab-pages/issues/170.
-
Mark Lapierre authored
Adds a new QA test and the required page objects and related changes
-
Drew Blessing authored
Filesystem performance can have a big impact on overall GitLab performance, especially for actions that read or write Git repositories. This information will help benchmark filesystem performance against known good and bad real-world systems.
-
Tim Zallmann authored
Prettify all the things (part 5) See merge request gitlab-org/gitlab-ce!22255
-
Tim Zallmann authored
Prettify all the things (part 2) See merge request gitlab-org/gitlab-ce!22250
-
Clement Ho authored
Merge branch '52103-dropzone-css-is-failing-to-load-on-rspec-dev-and-staging-11-4-0-rc' into 'master' Resolve "Dropzone css is failing to load on rspec, dev and staging 11.4.0 RC" Closes #52103 See merge request gitlab-org/gitlab-ce!22272
-
Fatih Acet authored
Convert remaining issue board components into ES module syntax See merge request gitlab-org/gitlab-ce!22210
-
Mike Greiling authored
-
Mike Greiling authored
-
Rémy Coutable authored
QA: Retry registration before failing See merge request gitlab-org/gitlab-ce!22033
-
Rémy Coutable authored
[QA] Fix a wrong constant name Closes gitlab-org/quality/nightly#22 See merge request gitlab-org/gitlab-ce!22264
-
Robert Speicher authored
Add allowance to merge feature flags MRs See merge request gitlab-org/gitlab-ce!22267
-
Rémy Coutable authored
Add `TOP_UPSTREAM_SOURCE_SHA` in `scripts/trigger-build` See merge request gitlab-org/gitlab-ce!22260
-
Sean McGivern authored
Enhance and test JSON schema for deployments See merge request gitlab-org/gitlab-ce!22266
-
Alejandro Rodríguez authored
-
Mark Lapierre authored
Registration intermittently fails without an obvious cause. The action to click the button seems to move focus to the right button but nothing happens. This change attempts to retry the action under the assumption that Capybara or Chrome is misbehaving. It also updates the selectors for the sign up page.
-
Peter Leitzen authored
-
Achilleas Pipinellis authored
Fix broken link and file improvements See merge request gitlab-org/gitlab-ce!22244
-
Steve Azzopardi authored
After the 7th it is OK to merge code changes that are merged as long it is behind a feature flag.
-
Rémy Coutable authored
Add in review specifics See merge request gitlab-org/gitlab-ce!22242
-
Rémy Coutable authored
The Menu namespace was changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22115 and https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7799. Fixes https://gitlab.com/gitlab-org/quality/nightly/issues/22. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Remove Git circuit breaker Closes #45405 See merge request gitlab-org/gitlab-ce!22212
-
Fatih Acet authored
Backport of CE changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7844 See merge request gitlab-org/gitlab-ce!22221
-
Rémy Coutable authored
Make the variable names consistent by following the `TOP_UPSTREAM_SOURCE_*` pattern. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This is needed because `GITLAB_VERSION` has a special meaning in `omnibus-gitlab` triggers: this is the GitLab version to build. The problem is that `omnibus-gitlab` also has triggers to run QA for an `omnibus-gitlab` commit, and if we use `GITLAB_VERSION` in that case, the comment would be posted on the GitLab CE/EE commit (stored in `GITLAB_VERSION`), whci hwouldn't make any sense. Thus we need `TOP_UPSTREAM_SOURCE_SHA` to represent the commit on which we want to leave a comment. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marcia Ramos authored
Clarify what happens when enabling a service template See merge request gitlab-org/gitlab-ce!22240
-
Marcia Ramos authored
Update the HA NFS docs See merge request gitlab-org/gitlab-ce!22239
-
Marcia Ramos authored
Move the Auto DevOps note to the top See merge request gitlab-org/gitlab-ce!21745
-