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
4e593fc7
Verified
Commit
4e593fc7
authored
Jul 17, 2019
by
Tanner Prestegard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging changes for 2.3.0 and changelog update
parent
ea8df345
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
4 deletions
+33
-4
debian/changelog
debian/changelog
+13
-0
docs/source/changelog.rst
docs/source/changelog.rst
+16
-0
ligo-gracedb.spec
ligo-gracedb.spec
+3
-3
ligo/gracedb/version.py
ligo/gracedb/version.py
+1
-1
No files found.
debian/changelog
View file @
4e593fc7
ligo-gracedb (2.3.0-1) unstable; urgency=low
* Add feature for reloading an expired X.509 certificate
* Add utility function for checking user account on the server
* Add comprehensive documentation
* Add/apply linting
* Bugfix handling of different response types in command-line interface
* Bugfix assumption that $HOME exists
* Bugfix fail_if_noauth usage in client class
* Bugfix uses of sys.hexversion
-- Tanner Prestegard <tanner.prestegard@ligo.org> Wed, 17 Jul 2019 10:22:46 -0500
ligo-gracedb (2.2.2-1) unstable; urgency=low
* Bugfix Python 3 compatibility with dict keys and values
...
...
docs/source/changelog.rst
View file @
4e593fc7
Changelog
=========
2.3.0 (July 17, 2019)
---------------------
- Add feature for reloading an expired X.509 certificate
- Add utility function for checking user account on the server
- Add comprehensive documentation
- Add functionality for getting server code version
- Add linting functionality and lint the entire code base
- Convert ``show`` command to ``info`` for command-line interface
- Bugfix handling of :obj:`dict` response in command-line interface
- Bugfix assumption that ``$HOME`` exists
- Bugfix ``fail_if_noauth`` implementation in client
- Bugfix bad uses of ``sys.hexversion`` to check Python version
- Improve certificate handling and expiration checks
2.2.2 (March 8, 2019)
---------------------
...
...
ligo-gracedb.spec
View file @
4e593fc7
%define name ligo-gracedb
%define version 2.
2.2
%define unmangled_version 2.
2.2
%define release
2
%define version 2.
3.0
%define unmangled_version 2.
3.0
%define release
1
Summary: Gravity Wave Candidate Event Database
Name: %{name}
...
...
ligo/gracedb/version.py
View file @
4e593fc7
__version__
=
'2.
2.2
'
__version__
=
'2.
3.0
'
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