- Feb 05, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Jan 25, 2019
-
-
Tanner Prestegard authored
-
- Jan 15, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Add pytest for running unit tests. Also add a custom command to be used with setup.py for running the integration tests.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Jan 09, 2019
-
-
Tanner Prestegard authored
-
- Dec 05, 2018
-
-
Tanner Prestegard authored
-
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)
-
- Dec 04, 2018
-
-
Tanner Prestegard authored
-
- Nov 30, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Nov 29, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
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).
-
- Nov 28, 2018
-
-
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.
-
- Nov 07, 2018
-
-
Tanner Prestegard authored
-
- Oct 04, 2018
-
-
Tanner Prestegard authored
-
- Oct 03, 2018
-
-
Tanner Prestegard authored
-
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.
-
- Sep 27, 2018
-
-
Tanner Prestegard authored
-
- Sep 25, 2018
-
-
Tanner Prestegard authored
-
- Sep 20, 2018
-
-
Tanner Prestegard authored
-
- Sep 19, 2018
-
-
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.
-
Tanner Prestegard authored
-
- Sep 18, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
We now check whether the object ID is an event or not, rather than whether it is a superevent or not. This is because the superevent prefixes will likely be changing in the near future, but the event prefixes are pretty well fixed.
-