- 10 Oct, 2018 22 commits
-
-
Mike Greiling authored
-
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
-
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
-
Sean McGivern authored
Add test of adding file templates via Web IDE and Files view See merge request gitlab-org/gitlab-ce!21914
-
Rémy Coutable authored
Inline RSpec/FilePath rubocop rule See merge request gitlab-org/gitlab-ce!22233
-
Zeger-Jan van de Weg authored
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
-
Mek Stittri authored
Clarify SLA for defects See merge request gitlab-org/gitlab-ce!22229
-
Evan Read authored
Also includes some basic fixes to Markdown to make it adhere to styleguide.
-
- 09 Oct, 2018 18 commits
-
-
Dimitrie Hoekstra authored
-
Achilleas Pipinellis authored
Remove duplicated item in Administration Documentation See merge request gitlab-org/gitlab-ce!21933
-
Michael Bisbjerg authored
-
Achilleas Pipinellis authored
-
abuerer authored
-
James Edwards-Jones authored
Moves RSpec/FilePath cop from gitlab-styles, so we can specify filepaths to ignore without hardcoding them in the gem.
-
Fatih Acet authored
Update wiki empty state See merge request gitlab-org/gitlab-ce!22218
-
Rémy Coutable authored
Reorganize menu files Closes gitlab-org/quality/team-tasks#60 See merge request gitlab-org/gitlab-ce!22115
-
Mek Stittri authored
-
Mike Greiling authored
Resolve "Link for RBAC (experimental support) is going to the wrong anchor" See merge request gitlab-org/gitlab-ce!22216
-
Rémy Coutable authored
Remove unencrypted webhook token and URL columns Closes #52367 See merge request gitlab-org/gitlab-ce!22199
-
Mike Greiling authored
Resolve "pipeline's page shows vue error on master" Closes #52372 See merge request gitlab-org/gitlab-ce!22201
-
Filipa Lacerda authored
-
Rémy Coutable authored
Remove a duplicated word in the README file See merge request gitlab-org/gitlab-ce!22200
-
Fatih Acet authored
Resolve "Harmonize prettier and eslint configs" Closes #52233 See merge request gitlab-org/gitlab-ce!22126
-
Mike Greiling authored
-
Nick Thomas authored
Improve downstream pipeline trigger class See merge request gitlab-org/gitlab-ce!22110
-
Mark Lapierre authored
Adds tests that adds new files via file templates via the Files view and the Web IDE. Includes changes to page objects and associated code Fetches template content from the API rather than hardcoding strings that will need to be updated if the templates change. Some of the content is stored as flat files but we can't use them because they're not included in the docker images gitlab-qa uses.
-