Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fc076da8
Commit
fc076da8
authored
Feb 20, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
a0e0f440
e0fc809b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+13
-3
No files found.
doc/development/testing_guide/review_apps.md
View file @
fc076da8
...
...
@@ -70,9 +70,8 @@ subgraph GCP `gitlab-review-apps` project
you get a dedicated environment for your branch that's very close to what
it would look in production.
1.
Once the
[
`review-deploy`
][
review-deploy
]
job succeeds, you should be able to
use your Review App thanks to the direct link to it from the MR widget. The
default username is
`root`
and its password can be found in the 1Password
secure note named
**gitlab-{ce,ee} Review App's root password**
.
use your Review App thanks to the direct link to it from the MR widget. To log
into the Review App, see "Log into my Review App?" below.
**Additional notes:**
...
...
@@ -98,6 +97,17 @@ Note that both jobs first wait for the `review-deploy` job to be finished.
## How to?
### Log into my Review App?
The default username is
`root`
and its password can be found in the 1Password
secure note named
**gitlab-{ce,ee} Review App's root password**
.
### Enable a feature flag for my Review App?
1.
Open your Review App and log in as documented above.
1.
Create a personal access token.
1.
Enable the feature flag using the
[
Feature flag API
](
../../api/features.md
)
.
### Find my Review App slug?
1.
Open the
`review-deploy`
job.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment