Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
f902614f
Commit
f902614f
authored
Aug 18, 2016
by
Alejandro Alvarez Ayllon
Browse files
Version 3.6
parent
4e85c7ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
f902614f
...
...
@@ -4,19 +4,19 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}
Name: fts-rest
Version: 3.
5.1
Version: 3.
6.0
Release: 1%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
Group: Applications/Internet
License: ASL 2.0
URL: http://fts3-service.web.cern.ch/
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.
4
.0
# cd fts-rest-3.
4
.0
# git checkout v3.
4
.0
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.
6
.0
# cd fts-rest-3.
6
.0
# git checkout v3.
6
.0
# git submodule init && git submodule update
# cd ..
# tar vczf fts-rest-3.
4
.0.tar.gz --exclude-vcs fts-rest-3.
4
.0
# tar vczf fts-rest-3.
6
.0.tar.gz --exclude-vcs fts-rest-3.
6
.0
Source0: %{name}-%{version}.tar.gz
BuildRequires: gfal2-python
...
...
src/fts3rest/fts3rest/controllers/api.py
View file @
f902614f
...
...
@@ -27,7 +27,7 @@ from fts3rest.lib.base import BaseController, Session
from
fts3rest.lib.helpers
import
jsonify
from
fts3rest.lib
import
api
API_VERSION
=
dict
(
major
=
3
,
minor
=
5
,
patch
=
1
)
API_VERSION
=
dict
(
major
=
3
,
minor
=
6
,
patch
=
0
)
class
ApiController
(
BaseController
):
...
...
src/fts3rest/sonar-project.properties
View file @
f902614f
sonar.projectKey
=
fts:fts-rest
sonar.projectName
=
FTS-REST
sonar.projectVersion
=
3.
5
sonar.projectVersion
=
3.
6
sonar.sources
=
./fts3rest
sonar.exclusions
=
fts3rest/tests/**/*.py
sonar.language
=
py
...
...
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