Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gracedb-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Duncan Macleod
gracedb-client
Commits
d8b429eb
Commit
d8b429eb
authored
Oct 21, 2015
by
Branson Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging changes for v1.19.1
parent
144f95db
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
6 deletions
+13
-6
debian/changelog
debian/changelog
+7
-0
ligo-gracedb.spec
ligo-gracedb.spec
+2
-2
ligo/gracedb/__init__.py
ligo/gracedb/__init__.py
+1
-1
ligo/gracedb/cli.py
ligo/gracedb/cli.py
+1
-1
ligo/gracedb/test/test.py
ligo/gracedb/test/test.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
d8b429eb
ligo-gracedb (1.19.1-1) unstable; urgency=low
* Force TLSv1 for Python versions less than 2.7.9
* Changed adjustResponse to put retry-after in the JSON response for 429s
* Changed test-service to gracedb-test.ligo.org
* Introduced wait time to test suite
-- Branson Stephens <branson.stephens@ligo.org> Wed, 21 Oct 2015 11:00:00 -0500
ligo-gracedb (1.19-1) unstable; urgency=low
* bug fixes (comma separated strings for EMObservations, cli createLog call)
* capture of additional kwargs to facilitate HardwareInjection event upload
...
...
ligo-gracedb.spec
View file @
d8b429eb
%define name ligo-gracedb
%define version 1.19
%define unmangled_version 1.19
%define version 1.19
.1
%define unmangled_version 1.19
.1
%define release 2
Summary: Gravity Wave Candidate Event Database
...
...
ligo/gracedb/__init__.py
View file @
d8b429eb
...
...
@@ -18,7 +18,7 @@
__all__
=
[
"cli"
,
"rest"
]
GIT_TAG
=
'gracedb-1.19-1'
GIT_TAG
=
'gracedb-1.19
.1
-1'
# issue 717. Required for backward compatibility -- make sure "from ligo import gracedb"
# works as it used to.
...
...
ligo/gracedb/cli.py
View file @
d8b429eb
...
...
@@ -23,7 +23,7 @@ from ligo.gracedb.rest import GraceDb
DEFAULT_SERVICE_URL
=
"https://gracedb.ligo.org/gracedb/api"
GIT_TAG
=
'gracedb-1.19-1'
GIT_TAG
=
'gracedb-1.19
.1
-1'
DEFAULT_COLUMNS
=
"graceid,labels,group,pipeline,search,far,gpstime,created,dataurl"
...
...
ligo/gracedb/test/test.py
View file @
d8b429eb
...
...
@@ -316,7 +316,7 @@ class TestGracedb(unittest.TestCase):
def
test_gittag
(
self
):
# try to make sure GIT_TAG is set properly.
import
errno
version
=
"1.19"
version
=
"1.19
.1
"
try
:
# If we are in the source dir (setup.py is available)
# make sure the version above agrees.
...
...
setup.py
View file @
d8b429eb
...
...
@@ -20,7 +20,7 @@ import os
from
setuptools
import
setup
version
=
"1.19"
version
=
"1.19
.1
"
setup
(
name
=
"ligo-gracedb"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment