From 981ef57a05878841a8e620d361d2faf7d8f5e019 Mon Sep 17 00:00:00 2001 From: frbattid Date: Fri, 2 Oct 2015 10:01:34 +0200 Subject: [PATCH] CLOSE release 0.1.0 --- CHANGES_NEXT_RELEASE | 33 --------------------------------- changelog | 34 ++++++++++++++++++++++++++++++++++ cosmos-auth/package.json | 2 +- cosmos-gui/package.json | 2 +- 4 files changed, 36 insertions(+), 35 deletions(-) create mode 100644 changelog diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index facb979..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,33 +0,0 @@ -- [cosmos-gui] [FEATURE] Create a GUI for Cosmos, in charge os administrating the shared storage cluster (#2) -- [cosmos-admin] [FEATURE] Admin tool for copying data among HDFS clusters (#8) -- [cosmos] [HARDENING] Add initial content to the general README (#1) -- [cosmos-auth] [FEATURE] OAuth2 Tokens Generator (#10) -- [cosmos-auth] [HARDENING] Enable TLS in http connections to the OAuth2 Tokens Generator (#12) -- [cosmos-gui] [HARDENING] Set 740 permissions to new created accounts (#17) -- [cosmos-gui] [HARDENING] Add the HDFS superuser as a configuration parameter (#20) -- [cosmos-gui] [HARDENING] Run administration commands remotely through ssh (#23) -- [cosmos-gui] [HARDENING] Add detailed information about reporting issues and contact information (#5) -- [cosmos-gui] [HARDENING] Running as sudo is not required anymore (#28) -- [cosmos-gui] [HARDENING] Add logging facilities (#31) -- [cosmos-gui] [HARDENING] Add an administration section (#27) -- [cosmos-gui] [HARDENING] Add references to FIWARE in the README (#34) -- [cosmos-gui] [HARDENING] Use "cosmos" instead of "cosmos_gui" as MySQL database (#41) -- [cosmos-gui] [FEATURE] Provision the computing cluster with permanent user accounts (#25) -- [cosmos-gui] [HARDENING] Store in the database the HDFS quota each user has assigned (#22) -- [cosmos-auth] [HARDENING] Add logging facilities (#40) -- [cosmos-gui] [HARDENING] Append an incremental index to those new usernames already existing (#18) -- [cosmos-auth] [HARDENING] Add an administration section (#39) -- [cosmos-gui] [HARDENING] Remove wrong references to cosmos_gui database name (#52) -- [cosmos-gui] [FEATURE] Add a blacklist of not allowed usernames (#60) -- [cosmos-gui] [HARDENING] Allow the storage and computing clusters to be the same (#61) -- [cosmos-gui] [HARDENING] Add tests for app_utils.js and mysql_driver.js (#54) -- [cosmos] [HARDENING] Add a User and Programmer Manual (#69) -- [cosmos] [HARDENING] Add a Administration and Configuration Manual (#70) -- [cosmos-gui] [HARDENING] Add TLS support (#77) -- [cosmos-gui] [BUG] The new_password route uses the stored username instead of the email-based one (#65) -- [cosmos-gui] [BUG] The command for creating the cosmos_user table is now the correct one (#82) -- [cosmos-gui] [BUG] Fix the path to the certificate and key files (#83) -- [cosmos-gui] [HARDENING] Add an annex about creating and installing a RSA identity (#87) -- [cosmos-gui] [BUG] Disable pseudo-terminal in ssh command executions (#88) -- [cosmos-gui] [HARDENING] Add an annex about creating a self-signed certificate (#84) - diff --git a/changelog b/changelog new file mode 100644 index 0000000..16f48da --- /dev/null +++ b/changelog @@ -0,0 +1,34 @@ +* Fri Oct 02 2015 Francisco Romero 0.1.0 +- [cosmos-gui] [FEATURE] Create a GUI for Cosmos, in charge os administrating the shared storage cluster (#2) +- [cosmos-admin] [FEATURE] Admin tool for copying data among HDFS clusters (#8) +- [cosmos] [HARDENING] Add initial content to the general README (#1) +- [cosmos-auth] [FEATURE] OAuth2 Tokens Generator (#10) +- [cosmos-auth] [HARDENING] Enable TLS in http connections to the OAuth2 Tokens Generator (#12) +- [cosmos-gui] [HARDENING] Set 740 permissions to new created accounts (#17) +- [cosmos-gui] [HARDENING] Add the HDFS superuser as a configuration parameter (#20) +- [cosmos-gui] [HARDENING] Run administration commands remotely through ssh (#23) +- [cosmos-gui] [HARDENING] Add detailed information about reporting issues and contact information (#5) +- [cosmos-gui] [HARDENING] Running as sudo is not required anymore (#28) +- [cosmos-gui] [HARDENING] Add logging facilities (#31) +- [cosmos-gui] [HARDENING] Add an administration section (#27) +- [cosmos-gui] [HARDENING] Add references to FIWARE in the README (#34) +- [cosmos-gui] [HARDENING] Use "cosmos" instead of "cosmos_gui" as MySQL database (#41) +- [cosmos-gui] [FEATURE] Provision the computing cluster with permanent user accounts (#25) +- [cosmos-gui] [HARDENING] Store in the database the HDFS quota each user has assigned (#22) +- [cosmos-auth] [HARDENING] Add logging facilities (#40) +- [cosmos-gui] [HARDENING] Append an incremental index to those new usernames already existing (#18) +- [cosmos-auth] [HARDENING] Add an administration section (#39) +- [cosmos-gui] [HARDENING] Remove wrong references to cosmos_gui database name (#52) +- [cosmos-gui] [FEATURE] Add a blacklist of not allowed usernames (#60) +- [cosmos-gui] [HARDENING] Allow the storage and computing clusters to be the same (#61) +- [cosmos-gui] [HARDENING] Add tests for app_utils.js and mysql_driver.js (#54) +- [cosmos] [HARDENING] Add a User and Programmer Manual (#69) +- [cosmos] [HARDENING] Add a Administration and Configuration Manual (#70) +- [cosmos-gui] [HARDENING] Add TLS support (#77) +- [cosmos-gui] [BUG] The new_password route uses the stored username instead of the email-based one (#65) +- [cosmos-gui] [BUG] The command for creating the cosmos_user table is now the correct one (#82) +- [cosmos-gui] [BUG] Fix the path to the certificate and key files (#83) +- [cosmos-gui] [HARDENING] Add an annex about creating and installing a RSA identity (#87) +- [cosmos-gui] [BUG] Disable pseudo-terminal in ssh command executions (#88) +- [cosmos-gui] [HARDENING] Add an annex about creating a self-signed certificate (#84) + diff --git a/cosmos-auth/package.json b/cosmos-auth/package.json index f8390a6..4903098 100644 --- a/cosmos-auth/package.json +++ b/cosmos-auth/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-auth", "description": "Node.js app exposing Cosmos Auth API", - "version": "0.0.0", + "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/telefonicaid/fiware-cosmos.git" diff --git a/cosmos-gui/package.json b/cosmos-gui/package.json index 71dfb3a..58f63e5 100644 --- a/cosmos-gui/package.json +++ b/cosmos-gui/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-gui", "description": "Node.js GUI for Cosmos (Hadoop-based)", - "version": "0.0.1", + "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/telefonicaid/fiware-cosmos.git"