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
cc64ce8a
Commit
cc64ce8a
authored
Feb 19, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to enable feature flags on Review Apps
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
d3c6f9c4
Changes
1
Show 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 @
cc64ce8a
...
...
@@ -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