Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GWDataFind Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IGWN Computing and Software
GWDataFind
GWDataFind Server
Commits
74b58c88
Commit
74b58c88
authored
1 year ago
by
Duncan Meacher
Browse files
Options
Downloads
Patches
Plain Diff
1.2.1 release
parent
846ca690
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!59
1.2.1 release
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
docs/api/index.md
+1
-1
1 addition, 1 deletion
docs/api/index.md
gwdatafind_server/__init__.py
+1
-1
1 addition, 1 deletion
gwdatafind_server/__init__.py
python-gwdatafind-server.spec
+5
-1
5 additions, 1 deletion
python-gwdatafind-server.spec
with
15 additions
and
3 deletions
debian/changelog
+
8
−
0
View file @
74b58c88
gwdatafind-server (1.2.1-1) stable; urgency=low
* Added comment handling in cache file
* Updated default SciToken issue and scope
* Added ability to search for fractional GPS times
-- Duncan Meacher <duncan.meacher@ligo.org> Fri, 07 Apr 2023 00:00:00 +0100
gwdatafind-server (1.2.0-1) stable; urgency=low
* Added full SciToken authentication support
...
...
This diff is collapsed.
Click to expand it.
docs/api/index.md
+
1
−
1
View file @
74b58c88
...
...
@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version
```
json
{
"version"
:
"1.2.
0
"
,
"version"
:
"1.2.
1
"
,
"api_versions"
:
[
"v1"
,
]
...
...
This diff is collapsed.
Click to expand it.
gwdatafind_server/__init__.py
+
1
−
1
View file @
74b58c88
...
...
@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations
of the relevant data.
"""
__version__
=
'
1.2.
0
'
__version__
=
'
1.2.
1
'
from
.app
import
GWDataFindApp
from
.config
import
get_config_path
...
...
This diff is collapsed.
Click to expand it.
python-gwdatafind-server.spec
+
5
−
1
View file @
74b58c88
%define srcname gwdatafind-server
%define version 1.2.
0
%define version 1.2.
1
%define release 1
Name: python-%{srcname}
...
...
@@ -128,6 +128,10 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog
%changelog
* Fri Apr 07 2023 Duncan Meacher <duncan.meacher@ligo.org> 1.2.1-1
- Added comment handling in cache file
- Updated default SciToken issue and scope
- Added ability to search for fractional GPS times
* Thu Apr 21 2022 Duncan Meacher <duncan.meacher@ligo.org> 1.2.0-1
- Added full SciToken authentication support
- Updated README to point to documentation pages
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment