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
31c5cddf
Commit
31c5cddf
authored
2 years ago
by
Duncan Meacher
Browse files
Options
Downloads
Patches
Plain Diff
bumping version to 1.2.0
parent
e38df803
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!51
bumping version to 1.2.0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+9
-0
9 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
+6
-1
6 additions, 1 deletion
python-gwdatafind-server.spec
with
17 additions
and
3 deletions
debian/changelog
+
9
−
0
View file @
31c5cddf
gwdatafind-server (1.2.0-1) stable; urgency=low
* Added full SciToken authentication support
* Updated README to point to documentation pages
* Improved error handling
* Updated CI tests and coverage
-- Duncan Meacher <duncan.meacher@ligo.org> Thur, 21 Apr 2022 00:00:00 +0100
gwdatafind-server (1.1.0-3) UNRELEASED; urgency=low
* use gunicorn module directly to avoid gunicorn* ambiguity
...
...
This diff is collapsed.
Click to expand it.
docs/api/index.md
+
1
−
1
View file @
31c5cddf
...
...
@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version
```
json
{
"version"
:
"1.
1
.0"
,
"version"
:
"1.
2
.0"
,
"api_versions"
:
[
"v1"
,
]
...
...
This diff is collapsed.
Click to expand it.
gwdatafind_server/__init__.py
+
1
−
1
View file @
31c5cddf
...
...
@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations
of the relevant data.
"""
__version__
=
'
1.
1
.0
'
__version__
=
'
1.
2
.0
'
from
.app
import
GWDataFindApp
from
.config
import
get_config_path
...
...
This diff is collapsed.
Click to expand it.
python-gwdatafind-server.spec
+
6
−
1
View file @
31c5cddf
%define srcname gwdatafind-server
%define version 1.
1
.0
%define version 1.
2
.0
%define release 1
Name: python-%{srcname}
...
...
@@ -121,6 +121,11 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog
%changelog
* Thur 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
- Improved error handling
- Updated CI tests and coverage
* Fri Mar 11 2022 Duncan Meacher <duncan.meacher@ligo.org> 1.1.0-1
- Added no-authentication method with virtual hosts
- Added API versioning
...
...
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