Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Sean Wells 9a7aaab787 chore(maintenance): fixed doclint complaints 2016-06-28 07:24:52 -07:00
Sean Wells 4337dc9c3b chore (maintenance): version bump and dependency version bump 2016-04-30 10:53:50 -07:00
Sean Wells ca5e846bcc fix (tests|examples): hardcoded passwords for tests/examples
Removed hardcoded password for `testuser` and `admin`. You are now required to
set the user passwords in the respective `build.gradle` files.
Closes #1
2016-01-06 12:43:40 -08:00
Sean Wells f35d4107ed chore (maintenance): version bump 2016-01-06 08:59:55 -08:00
Sean Wells 9c92e22cae chore (maintenance): add branding changes 2016-01-06 08:48:07 -08:00
David Russell a683b0ea8e RW-754: Added self-signed SSL cert support.
The DeployR server supports and can be configured to require HTTPS connections from clients. Sometimes (primarily for testing or prototyping) self-signed SSL certificates are used on the server. The client library has been updated to work with servers using self-signed certs:

- RClientFactory.createClient(endpoint, allowSelfSignedSSLCert )

To facilitate these changes instances of URL are no longer returned on download calls on the API. In place of URLs, instances of InputStream are returned on the following interfaces:

- InputStream RProject.export()
- InputStream RProjectFile.download()
- InputStream RProjectResult.download()
- InputStream RRepositoryFile.download()

The underlying URL is still avaiable on the *Details instance associated with the File or Result.

All unit tests and tutorial examples have been updated to reflect these changes.
2015-03-31 14:24:22 +01:00
David Russell a8b5392bd6 RW-628: Updated library for Java 6 compatibility. 2015-02-10 09:48:54 +07:00
David Russell 64510d3478 RW-585: Added external repository API unit tests.
Added new unit tests for external repository API support:

- RUserExternalRepositoryDirectoryCallsTest
- RUserExternalRepositoryFileCallsTest
- RUserExternalRepositoryScriptCallsTest

Numerous other updates, primarily code cleanup changes, have been made to the preexisting unit tests.
2015-01-07 13:11:40 +07:00
David Russell 7d1c178fb8 Initial commit.
- Java client library source.
- Client library tutorial examples.
- Client library unit tests.
- Client library, examples, tests build scripts.
2014-11-27 09:38:29 +07:00