- Nov 09, 2021
-
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
Refresh build system post release of 1.3.0. Port the various helper scripts to Python3 and remove JRE 1.6 support as that is well EoL-ed by now.
-
- Nov 08, 2021
-
-
Monty Dawson authored
make use of requests library to handle TLS Closes #4 See merge request !4
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
Code-side changes for #1
-
Dr Rich Wareham authored
Remove the unsupported Python 2 client's code.
-
Dr Rich Wareham authored
Rather than rolling our own SSL wrapper, make use of the one in requests. Allow a custom requests.Session object to be passed into the connection if custom behaviour such as CA pinning is required. Closes #4
-
Monty Dawson authored
PHP: Remove use of own cacerts.txt file Closes #5 See merge request !3
-
Robin Goodall authored
-
- Jul 13, 2021
-
-
Robin Goodall authored
Resolve "Python3 client fails to serialize attributes" Closes #2 See merge request !2
-
- Jul 12, 2021
-
-
Dr Abraham Martin authored
Add README and remove building support for Python 2 libraries
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Mar 30, 2020
-
-
Dean Rasheed authored
- Feb 14, 2020
-
-
Dean Rasheed authored
Add setup.py to allow for pip installation See merge request uis/sysdev/devgroup/ibis/ibis-client!1
-
Tom Daff authored
Minimal setup.py enables installation as a Python package using pip, e.g. `pip install .` from within the directory. Could also be used directly from the git repository, for example in `setup.py`: ```python setup( install_requires=[ "ibisclient @ git+https://gitlab.developers.cam.ac.uk/uis/sysdev/devgroup/ibis/ibis-client.git" ] ... ) ```
-
- Dec 05, 2019
-
-
Dean Rasheed authored
-
Dean Rasheed authored
-
- May 22, 2019
-
-
Dean Rasheed authored
updates. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@104
-
Dean Rasheed authored
(LQL) can be used through the API. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@103
-
- Apr 12, 2019
-
-
Dean Rasheed authored
updates. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@102
-
- Apr 05, 2019
-
-
Dean Rasheed authored
container, holding the specific version of ApiGen known to produce decent results. This is necessary because that version of ApiGen requires PHP 5 (it doesn't work with PHP 7), and newer versions of ApiGen are currently completely broken, and don't support half the options necessary to produce decent output. The docker container is based on alpine (just about the smallest linux distro available), with the required PHP 5 packages, and ApiGen copied in. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@101
-
- Mar 21, 2019
-
-
Dean Rasheed authored
The old technique was horribly out-dated, and no longer worked on my machine, following an OS upgrade. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@100
-
- Mar 15, 2019
-
-
Dean Rasheed authored
client to use the latest TLS version available on both the client and the server. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@98
-
Dean Rasheed authored
by both the client and the server. Currently, the server supports TLS 1.0, 1.1, 1.2 and 1.3 (and no SSL versions). Back when this code was written, it only supported SSLv3 and TLS 1.0, so forcing TLS 1.0 made sense, but things have move on since then. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@97
-
- Mar 04, 2019
-
-
Dean Rasheed authored
method to return all people (in batches, sorted by CRSid). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@95
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@94
-
- Oct 16, 2018
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@93
-
- Oct 15, 2018
-
-
Dean Rasheed authored
Also included the root certificates themselves, and all intermediate certificates we have ever used, just for reference, and instructions on how cacerts.txt is constructed (from the root certificates alone). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@92
-
- Jun 04, 2018
-
-
Dean Rasheed authored
QuoVadis root certificate for the python and PHP clients. Java ships this by default, starting with Java 8u91. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@90
-