Skip to content

Commit e623f7b

Browse files
Merge pull request #496 from simphony/release-2.0.0
Release 2.0.0
2 parents 22750c3 + a1f8020 commit e623f7b

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGES.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ SimPhoNy Remote CHANGELOG
44
What's new in SimPhoNy Remote 2.0.0
55
-----------------------------------
66

7+
- Switch to Vue for both admin interface and user interface (#400, #402, #405,
8+
#407, #410, #411, #412, #413, #414, #420, #422, #423, #428, #431, #433, #434,
9+
#436, #437, #438, #440, #442, #443, #446, #447, #448, #450, #451, #456, #459,
10+
#465, #467, #468, #471, #472, #473, #480, #481, #482, #489, )
11+
- Added search. Now only applications matching will be shown (#417, #427)
12+
- Added share button to extract the URL of the container (#469)
13+
- First application is now automatically selected (#418)
14+
- Adapted backend for new Vue based interface:
15+
- Usage of new tornado-webapi interface (#403)
16+
- Added REST resource for statistics, needed by #395 (#406)
17+
- Server side admin support for new Admin interface (#425)
718
- Renamed some entities to more appropriate names (#419)
819
- The term Accounting now refers exclusively to the relationship table
920
connecting users, applications and policies.
@@ -14,7 +25,43 @@ What's new in SimPhoNy Remote 2.0.0
1425
- The above two break compatibility with the old configuration files.
1526
Old configuration files must be changed both in the options
1627
and the class they refer to.
28+
- Added alembic file to support the migration (#445)
29+
- Removed CDN usage for full intranetwork compatibility.
30+
- Upgraded configurable-http-proxy to 2.0.1 (#394)
31+
- Added statistics in the main (Home) Admin panel. (#395)
32+
- Pinned against pre-release version of Jupyterhub due to deprecation and
33+
incompatibility with authenticators (#396)
34+
- Extracted application name in the topbar (#462)
35+
36+
- Fixes:
37+
- Compatibility with some adblockers for google analytics (#379)
38+
- Added random token to container name to prevent conflict during stop
39+
of containers (#381)
40+
- Documented behavior with uppercase-lowercase names with github
41+
authentication. (#386)
42+
- Performs re-registration of container when the jupyterhub service is
43+
stopped, to regain access to containers (#387)
44+
- Example jupyterhub configuration file allows now to work with no external
45+
interfaces (#409)
46+
- Using node 6 for the builds and prevent the use of node 4 from travis to
47+
workaround disrupting ECONNRESET issues (#488)
48+
- Upgraded astor to master to fix python 3.5 incompatibility during
49+
documentation build (#494)
50+
- Skip containers that are not found while checking container.items (#478)
51+
52+
- Refactor:
53+
- Virtual docker has been cleaned up completely (#389)
54+
- Container manager deprecated find methods have been removed in favor
55+
of a different interface. (#391)
56+
- Use webpack to include javascript code (#452, #458)
57+
- Use of ES6 for the main development (#457)
58+
- Changed frontend file layout (#454, #460)
59+
- Removed underscore and moment from the javascript dependencies (#455)
60+
- Replaced jshint with eslint (#463)
1761

62+
- Other:
63+
- Made tests less verbose with logging (#408)
64+
- Reduced verbosity at build (#424)
1865

1966
What's new in SimPhoNy Remote 1.1.0
2067
-----------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools.command.install import install as _install
44

55
# Setup version
6-
VERSION = '1.2.0.dev0'
6+
VERSION = '2.0.0'
77

88
# Read description
99
with open('README.rst', 'r') as readme:

0 commit comments

Comments
 (0)