Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Tanner Prestegard
gracedb-client
Commits
d57aeb12
Commit
d57aeb12
authored
Oct 31, 2014
by
Branson Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for packaging gracedb client v. 1.15
parent
f784b16d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
debian/changelog
debian/changelog
+6
-0
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 @
d57aeb12
ligo-gracedb (1.15-1) unstable; urgency=low
* Features for EMBB Event Log upload and retrieval
* Changes for (Group,Type) -> (Group,Pipeline,Search) transition
* Added docstrings
-- Branson Stephens <branson.stephens@ligo.org> Fri, 31 Oct 2014 11:00:00 -0500
ligo-gracedb (1.14-1) unstable; urgency=low
* Fixed 10 and 1000 event limits. Issues 986 and 787.
-- Branson Stephens <branson.stephens@ligo.org> Wed, 18 Dec 2013 11:18:00 -0500
...
...
ligo/gracedb/__init__.py
View file @
d57aeb12
__all__
=
[
"cli"
,
"rest"
]
GIT_TAG
=
'gracedb-1.1
4
-1'
GIT_TAG
=
'gracedb-1.1
5
-1'
# issue 717. Required for backward compatibility -- make sure "from ligo import gracedb"
# works as it used to.
...
...
ligo/gracedb/cli.py
View file @
d57aeb12
...
...
@@ -23,7 +23,7 @@ from ligo.gracedb.rest import GraceDb
DEFAULT_SERVICE_URL
=
"https://gracedb.ligo.org/gracedb/api"
GIT_TAG
=
'gracedb-1.1
4
-1'
GIT_TAG
=
'gracedb-1.1
5
-1'
DEFAULT_COLUMNS
=
"graceid,labels,group,pipeline,search,far,gpstime,created,dataurl"
...
...
ligo/gracedb/test/test.py
View file @
d57aeb12
...
...
@@ -270,7 +270,7 @@ class TestGracedb(unittest.TestCase):
def
test_gittag
(
self
):
# try to make sure GIT_TAG is set properly.
import
errno
version
=
"1.1
4
"
version
=
"1.1
5
"
try
:
# If we are in the source dir (setup.py is available)
# make sure the version above agrees.
...
...
setup.py
View file @
d57aeb12
...
...
@@ -3,7 +3,7 @@ import os
from
distutils.core
import
setup
version
=
"1.1
4
"
version
=
"1.1
5
"
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