- 16 Aug, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 17 Jul, 2019 6 commits
-
-
Tanner Prestegard authored
Remove old methods for checking certificate state using subprocess and openssl; replace with new method using cryptography.x509.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- 08 Jul, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 24 Jun, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 20 Jun, 2019 1 commit
-
-
Alexander Pace authored
modified rest.py: fixed 'monkey patch' to overcome 'wrap_socket_patched() got an unexpected keyword argument 'ciphers'' error with sleekxmpp
-
- 18 May, 2019 2 commits
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- 25 Apr, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 24 Apr, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 22 Apr, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 05 Apr, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 04 Apr, 2019 2 commits
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- 08 Mar, 2019 1 commit
-
-
Tanner Prestegard authored
Remove all calls to dict.keys() and dict.values() and replace with calls that are compatible with both Python 2 and 3.
-
- 21 Feb, 2019 2 commits
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- 20 Feb, 2019 1 commit
-
-
Tanner Prestegard authored
writeLog switched to using 'tag_name' instead of 'tagname', so we provide a fix for handling either case.
-
- 05 Feb, 2019 1 commit
-
-
Tanner Prestegard authored
-
- 15 Jan, 2019 3 commits
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- 05 Dec, 2018 1 commit
-
-
Tanner Prestegard authored
Add the following (optional) parameters for creating VOEvents: * BNS (probability that source is BNS) * NSBH (probability that source is NS-BH) * BBH (probability that source is BBH) * Terrestrial (probability that the source is terrestrial/noise)
-
- 04 Dec, 2018 1 commit
-
-
Tanner Prestegard authored
-
- 29 Nov, 2018 1 commit
-
-
Tanner Prestegard authored
One client class (GraceDb) will now be usable for all authentication types (X509, basic, and None). Users can provide credentials to the constructor directly (path to cert and key or proxy file, or username and password). If those are not provided, it will look for X509 credentials in environment variables and then in an expected default location. Basic auth credentials will be looked up in the default location for a .netrc file. The client instantiation will no longer fail if credentials are not found (unless the user explicitly sets the 'fail_if_noauth' property to True).
-
- 28 Nov, 2018 2 commits
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
GraceDB servers can now handle all auth types at the default service URL (/api/), so we don't need to specify any special URL for basic auth.
-
- 07 Nov, 2018 1 commit
-
-
Tanner Prestegard authored
-
- 03 Oct, 2018 3 commits
-
-
Tanner Prestegard authored
Permissions detail is no longer available on the server, so we remove the capability here.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Fix several cases where we check 'if arg'; instead should be 'if arg is not None' since the original can fail when arg is numeric and zero-valued. Specific case we are fixing is for ProbHasNS and ProbHasRemnant in createVOEvent, but we fix a few others, too.
-
- 19 Sep, 2018 1 commit
-
-
Tanner Prestegard authored
Removing hack which includes the VOEvent file text in the response for VOEvent gets and creation. This has been deprecated for a few months and users have had time to adapt to the necessity of getting the file content separately.
-
- 18 Sep, 2018 4 commits
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Added functions for getting permission lists and details, as well as exposing/hiding superevents and events to the public.
-