Skip to content

Releases: telefonicaid/fiware-cosmos

1.0.0

16 Dec 08:21
Compare
Choose a tag to compare
  • [cosmos][hardening] Add documentation about how to consume context data from Sinfonier (#145)
  • [cosmos-tidoop-api][hardening] Add Apiary documentation (#177)
  • [cosmos-admin][hardening] Add improvements to data_copier.sh (#180)
  • [cosmos-tidoop-api][feature] Add suport for MR job input parameters (#181)
  • [cosmos-proxy][feature] Create an initial version of the PEP Http proxy for Cosmos (#185)
  • [cosmos-proxy][hardening] Add branch changing step in installation document (#186)
  • [cosmos-proxy][hardening] Add public paths list in configuration (#187)
  • [cosmos-proxy][feature] Add configurable superuser (#188)
  • [cosmos-proxy][hardening] Add a cache for auth tokens (#189)
  • [cosmos-tidoop-apo][feature] Return stderr and stdout when retrieving jobs info (#200)
  • [cosmos-proxy][doc] Update apiary file and documentation about cosmos-proxy installation and configuration (#204)
  • [cosmos-proxy][hardening] Add certaing base paths restrictions in cosmos-proxy (#206)
  • [cosmos-proxy][bug] Add an access restriction to accounts made by prefixes of original users (#207)
  • [cosmos][doc] Update mkdocs.yml with the google analytics ID (#210)

0.3.0

09 Jun 05:36
Compare
Choose a tag to compare
  • [cosmos-hive-auth-provider] [HARDENING] Configurable Identity Manager endpoing (#146)
  • [cosmos-gui] [FEATURE] Use the ID registered at the Identity Manager as Cosmos user (#118)
  • [cosmos-auth] [HARDENING] Rename server.js as cosmos_auth.js (#139)
  • [cosmos-gui] [HARDENING] Rename app.js as cosmos_gui.js (#135)
  • [cosmos-gui] [HARDENING] Configurable logging level support (#45)
  • [cosmos-gui] [FEATURE] Remove ssh provision for users (#152)
  • [cosmos] [HARDENING] Add a Quick Start Guide (#157)
  • [cosmos-tidoop-api] [FEATURE] Create initial version (#158)
  • [cosmos] [HARDENING] Fix the base path for readthedocks in mkdocs.yml (#164)
  • [cosmos] [HARDENING] Update the Quick Start Guide with regards to the new FIWARE Lab clusters (#167)
  • [cosmos] [HARDENING] Add Hive clients to resources folder (#168)
  • [cosmos-tidoop-api] [BUG] Run Java jars located in HDFS (#172)

0.2.0

29 Jan 11:36
Compare
Choose a tag to compare
  • [cosmos-gui] [FEATURE] Add a script in charge of reporting certain alarms (#96)
  • [cosmos-admin] [FEATURE] Script in charge of gathering per-user stats (#59)
  • [doc] [BUG] Wrong link fixed in the documentation (#98)
  • [cosmos-auth] [HARDENING] Document how to create a self-signed certificate (#99)
  • [cosmos-gui] [HARDENING] Add an annex about binding applications to ports under 1024 (#103)
  • [cosmos-gui] [HARDENING] Force the usage of TLSv1 instead of SSLv3 (#106)
  • [cosmos-gui] [HARDENING] Use a pool of MySQL connections instead of a single permanent one (#109)
  • [cosmos-gui] [FEATURE] Add a user profile view (#112)
  • [general] ADD LICENSE and Contribution Policy (#114)
  • [cosmos-gui] [BUG] Fix redirection after cluster provisioning (#121)
  • [cosmos-gui] [BUG] Prevent the GUI crashes when no access_token is sent by the IdM (#117)
  • [general] [HARDENING] ADD LICENSE and Contribution Policy (#114)
  • [cosmos-gui] [BUG] Check the built username is about an invalid username (i.e. null) (#122)
  • [cosmos-gui] [HARDENING] Add readthedocs and AGPL badges to the README (#125)
  • [cosmos-sinfonier] [DOC] Adding documentation realted Stream component Sinfonier. Docs include how to create new topologies and modules (Spouts, Bolts and Drains).
  • [cosmos-gui] [FEATURE] Allow changing the Cosmos password (#132)
  • [cosmos-auth] [HARDENING] Force the usage of TLSv1 instead of SSLv3 (#107)
  • [cosmos-gui] [BUG] /new_password route now provisions the new password (#134)
  • [doc] [HARDENING] Document how Cosmos has been deployed in FIWARE Lab (#141)
  • [cosmos-hive-auth-provider] [FEATURE] Add an OAuth2-based authentication provider for Hive (#57)

0.1.0

02 Oct 09:18
Compare
Choose a tag to compare
  • [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)