Change | User | Description | Committed |
---|---|---|---|
19553 | swellard | Move and rename clients | 9 years ago |
19542 | swellard | Gradle file is badly formatted and does not play well with Eclipse https://jira.perforc...e.com:8443/browse/P4WEBAPI-301 « |
9 years ago |
19535 | drobins | Refactor package names to hws | 9 years ago |
19399 | tjuricek | Upgrade to spark 2.5 which requires a different path for the version information. Spark... 2.5's static file matching seems to conflict with just using the "/api" path since a "/publicsite/api" directory actually exists. You end up with a 500 error (NPE exception) if you attempt to map that path. Also, disable the failing RPM test for now. « |
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 |
19307 | tjuricek | Python Client SDK tests from counters to users Need to treat the job-related models as... UserDict instances, which involves some adjustments to the Swagger code generators. « |
9 years ago |
19272 | tjuricek | Python Client SDK test for branches, changes, clients, and commands. Just altered how a...rrays in query parameters are represented to the server to be consistent with the other clients. « |
9 years ago |
19270 | tjuricek | Add config, login, branches tests for python SDK and try to add more logging information. | 9 years ago |
19269 | tjuricek | Create infrastructure for calling python tests via TestNG, with our first (basic login) te...st. « | 9 years ago |
19259 | tjuricek | PHP Client SDK tests: labels, paths, protections, servers, triggers, users | 9 years ago |
19258 | tjuricek | PHP Client SDK tests: labels, paths, protections, servers, triggers, users | 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 |
19235 | tjuricek | The server spec crud test didn't run as super (hence a failure) and we needed to wait for... buffered reading to finish before moving ahead with background processes. « | 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 |
19199 | tjuricek | Ruby Client SDK tests, labels through users. | 9 years ago |
19198 | tjuricek | Ruby Client SDK tests, from branches to jobs. Submitting since I've had to alter the Ru...by swagger templates, and I want to make sure I haven't lost something. « |
9 years ago |
19190 | tjuricek | Ruby Client SDK test reconfiguration and tests for branches, login, p4d configuration | 9 years ago |
19184 | tjuricek | JavaScript Client SDK tests for paths, protections, servers, triggers, users | 9 years ago |
19169 | tjuricek | JavaScript Client SDK jobs CRUD test, with supprt for "additionalProperties" in the swagge...r definition. « | 9 years ago |
19128 | tjuricek | Javascript client SDK group CRUD tests, and a wee bit of refinement on the branches spec | 9 years ago |
19127 | tjuricek | Javascript client SDK counter CRUD tests | 9 years ago |
19125 | tjuricek | JavaScript Client SDK commands tests with fix for passing around array query parameter arg...uments. « | 9 years ago |
19122 | tjuricek | JavaScript Client SDK change-related tests. | 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 |
19097 | tjuricek | JavaScript Client SDK tests for client and depot specs | 9 years ago |
19095 | tjuricek |
JS Client SDK branch spec CRUD test Added URL component encoding on path parameters. |
9 years ago |
19067 | tjuricek | Add handling to deal with IllegalArgumentException as general "400" level errors from user...s. The different client APIs just need to have their respective techniques provide the error status. « |
9 years ago |
19065 | tjuricek | Revised Javascript Client SDK documentation to meet the new API, with fixes. Added a co...uple of basic tests, and added archival of the different testng XML output. The main major fix is to handle array output better. « |
9 years ago |
19053 | tjuricek | Rebuild JavaScript Client SDK. The JavaScript client now is a "typed" approach that ten...ds 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. « |
9 years ago |
19012 | tjuricek | Revised Java client SDK, added ApiClient reference, restructured documentation. | 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 |
18818 | tjuricek | Python Client SDK for Helix Web Services | 9 years ago |
18811 | tjuricek | Initial PHP client SDK for Helix Web Services. | 9 years ago |
18810 | tjuricek | First-pass at JavaScript client SDK. JavaScript requires Node with Gulp to "browserfy"... the library. It's the easiest way I found to use the swagger-js project; bundle up a wrapping method. There is no JavaScript reference guide. The swagger-js doesn't really document what they do very well, actually. Overall I'm not particularly impressed by swagger-js, it was hard to even figure out what the right method syntax was. We may want to invest time in doing it better. This required setting CORS response headers, which are currently defaulted to a fairly insecure setting. « |
9 years ago |
18805 | tjuricek | Added a minimal test suite integration with gradle, and include the gem in the installatio...n process. The installers didn't quite get the revised versions of clients too, so I fixed that as well. We'll follow up with more tests in later work. « |
9 years ago |
18803 | tjuricek | Allow for a simple "p4d configuration" mechanism to setup a way for multiple p4ds to be us...ed without having to provide settings like P4PORT, etc via headers. Right now, you'd set P4DCONFIGDIR to a local directory, and the provide a P4DID either as a default in the configuration or via a header. I didn't include it in the path or query parameters, because then it would have been required by clients on *every method call* which seemed like the wrong approach. Most clients will interop primarily with a single server, so creating a client object per server didn't seem ridiculous. « |
9 years ago |
18802 | tjuricek | Rename '/listing' to '/paths', to sound more resource-centric. | 9 years ago |
18798 | tjuricek | Report supported platform versions in the default request, if we accept application/json. ... Added a method to the Java client SDK to check if it's a supported version. « |
9 years ago |
18795 | tjuricek | Use point-release versioning for the client SDKs and installers. | 9 years ago |
18788 | tjuricek | Correct references to URL paths in asciidoc and add minor release number to default versio...n string. « | 9 years ago |
18786 | tjuricek | Prefix all paths with /api, and remove <, > characters in documentation which breaks... javaDoc at the moment. « | 9 years ago |
18785 | tjuricek | Revise the git fusion repository models. | 9 years ago |
18783 | tjuricek | Alter the "paths" resource to include fstat and content when specifying a single file inst...ead of a directory. « | 9 years ago |