Skip to content

Commit

Permalink
Merge pull request #92 from telefonicaid/task/close_0.1.0
Browse files Browse the repository at this point in the history
 task/close_0.1.0
  • Loading branch information
Fermín Galán Márquez committed Oct 2, 2015
2 parents 9c58b0c + 981ef57 commit a74ac17
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 35 deletions.
33 changes: 0 additions & 33 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -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)

34 changes: 34 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
* Fri Oct 02 2015 Francisco Romero <[email protected]> 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)

2 changes: 1 addition & 1 deletion cosmos-auth/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cosmos-gui/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a74ac17

Please sign in to comment.