Name | Modified | Size |
---|---|---|
.. | ||
lib | ||
tests | ||
vendor | ||
autoload.php | 9 years ago | |
composer.json | 9 years ago | |
composer.lock | 9 years ago | |
LICENSE.txt | 9 years ago |
Change | User | Description | Committed |
---|---|---|---|
19553 | swellard | Move and rename clients | 9 years ago |
19338 | tjuricek | Create custom reporting mechanism to allow for clear "multiple suite" reports... with log...ging! This standardizes on log4j 2 as the backend (was just used on the server side). We have an "in memory appender" that we use to capture results during testing, which we associate with each method run. The whole system spits out yaml files for each suite run, which are then read in via a final task and a single html report is spit out with ... everything... in it. « |
9 years ago |
19255 | tjuricek | Change, client, command tests for PHP Client SDK. Changed how array-like query paramete...rs were passed to the server to be consistent with other SDKs. « |
9 years ago |
19242 | tjuricek | Change, client, command tests for PHP Client SDK. Changed how array-like query paramete...rs were passed to the server to be consistent with other SDKs. « |
9 years ago |
19237 | tjuricek | Branch specs test for PHP Client SDK The default template didn't check isset(), so adde...d that to the constructor initialization on models. « |
9 years ago |
19205 | tjuricek | Basic infrastructure for PHP testing, and, removing the ps check after startup - seems to... be too fast, though the server should be already responding to p4 info commands. « | 9 years ago |
19202 | tjuricek | Revised documentation for the Ruby Client SDK; removed obsolete methods and definitions, a...nd restyled a lot of the tables. « | 9 years ago |
19169 | tjuricek | JavaScript Client SDK jobs CRUD test, with supprt for "additionalProperties" in the swagge...r definition. « | 9 years ago |
19098 | tjuricek | JavaScript Client SDK labels spec CRUD tests. Identified another parameter naming confl...ict, which only pops up in the javaScript client because I didn't choose to automatically rename parameters for people. (I don't think it's a good idea to just say "label0", "label1", etc., especially when they're different types.) « |
9 years ago |
19002 | tjuricek | Improve API to interact with multiple p4ds. The configuration now requires an explicit... setting of what P4Ds HWS can talk to via the 'P4D config dir', where there's a file indicating connection settings per p4d, and importantly, an ID. This is the "server ID" referenced everywhere. Most methods now require a server ID to indicate which p4d to manipulate. In the future, it's likely we will interact with *multiple* p4d instances on some services. This completely removes the ability to run HWS as a kind of an "open proxy" to whatever p4d you want. Given the nature of the change and the lack of priority, we've removed Helix Cloud testing and disabled several methods from their "Helix Cloud" implementation. These will be relatively easy to bring back, we'll just need a new method from Raymond that lists the "allowed server IDs" that map to the HWS configured server IDs for a particular user. Another notable aspect of this change is the use of JSON Web Token to create our authentication key. We associate this key with an in-memory "session" that contains the P4D tickets we use to authenticate users. The JWT token, by default, is assigned a timeout, which allows HWS to block further access to underlying servers without having to interact with multiple auth backends. If any backend fails with that session, the user will get a 403. If you disable the timeout, you'll need to ensure your clients clear out sessions. « |
9 years ago |
18905 | tjuricek | Add Git Fusion environent configuration and testing, and altered the implementation to use... the newly defined API. Note: only runs on linux. We use latest GF production for testing and GF packages are linux only. The "integration" is pretty "light" at this point. This does require the test machine to have our package repository setup. « |
9 years ago |
18879 | tjuricek | Add '-m' and '-a' filtering options on user list. Also, the Ruby client SDK needed to ove...rride the .gemspec template. « |
9 years ago |
18877 | tjuricek | Revise the 'Jobview' field of user specs to just be a string instead of an array, add basi...c testing. « | 9 years ago |
18850 | tjuricek | Add the ability to fix jobs in the web API, which we can use to verify the jobs associatio...n with changelists. « | 9 years ago |
18811 | tjuricek | Initial PHP client SDK for Helix Web Services. | 9 years ago |