Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Lu Xu
slapos.toolbox
Commits
76166f91
Commit
76166f91
authored
10 years ago
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.39.4 (Runner)
parent
8cebacc6
master
apache_mpm_watchdog
debug-resiliency
erp5-resiliency-test-no-debug
feat/remove-networkbench
file_limit
fix/fix-erp5.com-test-failure
fix/reslience_test
json-promise
monitor/fix-date
slaprunner_resiliency
tomo_bootstrap_monitor
0.128
0.127
0.126
0.125
0.124
0.123
0.122
0.121
0.120
0.119
0.118
0.117
0.116
0.115
0.114
0.113
0.112
0.111
0.110
0.109
0.108
0.107
0.106
0.105
0.104
0.103
0.102
0.101
0.100
0.99
0.98
0.97
0.96
0.95
0.94
0.93
0.92
0.91
0.90
0.89
0.88
0.87
0.86
0.85
0.84
0.83
0.82
0.81
0.80
0.79
0.78
0.77
0.76
0.75
0.74
0.72
0.71
0.70
0.69
0.68
0.67
0.66
0.65
0.64
0.63
0.62
0.61
0.60
0.59
0.58
0.57
0.56
0.55
0.54
0.53
0.52
0.51
0.50
0.49
0.48
0.47.2
0.47.1
0.47
0.46.1
0.46.0
0.45.3
0.45.2
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.4
0.40.3
0.40.2
0.40.1
0.40
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
CHANGES.txt
CHANGES.txt
+10
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
76166f91
0.39.4 (2014-08-11)
-------------------
* Slaprunner: Add a minishell feature, using far less bandwith than shellinabox
* Slaprunner: Slapgrid state is correctly rendered while compiling
* Slaprunner: consider new parameter's values without needing to restart [719da31a]
* Slaprunner: slapgrid's last result is always accessible through a stored file [a0bc26e9]
* Slaprunner: Fix dangerous bug concerning custom parameters [50ca3386]
* Slaprunner: various fixes and improvements
0.39.3 (2014-07-11)
-----------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
76166f91
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'0.39.
3
'
version
=
'0.39.
4
'
name
=
'slapos.toolbox'
long_description
=
open
(
"README.txt"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
...
...
This diff is collapsed.
Click to expand it.
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