Skip to content
GitLab
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
a95f3fba
Commit
a95f3fba
authored
Feb 13, 2017
by
Maria Arsuaga Rios
Browse files
Prepare release 3.6.3
parent
8b9f5112
Pipeline
#82579
passed with stage
in 12 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/releases/v3.6.md
View file @
a95f3fba
FTS-REST 3.6.3 - Fri Feb 13 2017
================================
##Bug
-
[
[FTS-888]
](
https://its.cern.ch/jira/browse/FTS-888
)
- Not allow automatic session reuse for unknown userfilesize
FTS-REST 3.6.2 - Fri Feb 10 2017
================================
...
...
packaging/rpm/fts-rest.spec
View file @
a95f3fba
...
...
@@ -4,19 +4,19 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}
Name: fts-rest
Version: 3.6.
2
Version: 3.6.
3
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.6.
2
# cd fts-rest-3.6.
2
# git checkout v3.6.
2
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.6.
3
# cd fts-rest-3.6.
3
# git checkout v3.6.
3
# git submodule init && git submodule update
# cd ..
# tar vczf fts-rest-3.6.
2
.tar.gz --exclude-vcs fts-rest-3.6.
2
# tar vczf fts-rest-3.6.
3
.tar.gz --exclude-vcs fts-rest-3.6.
3
Source0: %{name}-%{version}.tar.gz
BuildRequires: gfal2-python
...
...
src/fts3rest/fts3rest/controllers/api.py
View file @
a95f3fba
...
...
@@ -28,7 +28,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
=
6
,
patch
=
2
)
API_VERSION
=
dict
(
major
=
3
,
minor
=
6
,
patch
=
3
)
def
_get_fts_core_version
():
...
...
src/fts3rest/sonar-project.properties
View file @
a95f3fba
sonar.projectKey
=
fts:fts-rest
sonar.projectName
=
FTS-REST
sonar.projectVersion
=
3.6
sonar.projectVersion
=
3.6
.3
sonar.sources
=
./fts3rest
sonar.exclusions
=
fts3rest/tests/**/*.py
sonar.language
=
py
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment