You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JBDS-3990 Create mock server to test online installer
1. http/https servers implemented. both required, because we have
http and https redirects in reequirements.json;
2. account/controller.js using request module to check T&C's instead of
angular http services, to be able to force ignore self signed sertificate
for mock https server;
3. self signed sertificate error ignored by setting env variable
DSI_REJECT_UNAUTHORIZED=false;
4. developers.redhat.com mapped to localhost in hosts file in
c:\Windows\system32\drivers\etc\hosts;
5. gulp prefetch-all task added to download all binaries
before running mock serveres;
6. Run servers using node gulp-tasks/http(s)-server.js
7. Documentation updated
0 commit comments