# This is a config file that assumes to be run under a debugger. P4DCONFIGDIR: ./config/p4ds JWT_SIGNING_KEY: MheXr1H5GGLvLpLDbQ4pofTAHN6ISUG7wBNRA89926ar9rZYfB5bnqPzi90E/Vef7m43img9Z6pydO/2W5b3kw== PREFIX: /webservices HWS_AUTH_P4D: localhost
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19803 | tjuricek |
Setting up the server to be deployable as a servlet, and adding custom "prefix" addition to all routes. It's not completely clear exactly when you'd want to do this, but, you could include the hws.jar in your app server and run this way. This adds a new "servlet example project" that we use to execute a basic test in the new suite. |
||
//guest/perforce_software/helix-web-services/main/source/server/config/dev.yaml | |||||
#2 | 19277 | tjuricek |
Add self-signed SSL configuration variation (just with the 16.1 p4d) for testing. No bugs were actually uncovered, though it may be useful to debug environments. (If people don't have a properly patched JVM with the JCE extensions, this test will fail.) |
||
#1 | 19053 | tjuricek |
Rebuild JavaScript Client SDK. The JavaScript client now is a "typed" approach that tends to be similar in approach to the other clients, based on the swagger definition for the platform version. Importantly, client SDK tests are individual scripts (that run under node) that are actually controlled via TestNG. This approach now lets us use a consistent test reporting format so we can at least collect reports from each of the jobs. The documentation is still in progress, that I want to validate as the tests are generated. |