Description
Following changes are done :
- Make password optional in login
- Add db as login parameter, just like java/python clients
- By default only show base cubes. Can be configured to show all.
- Modified start/stop scripts so that start is npm start and stop is npm stop
- Lens server url and ui port is configurable by .npmrc now.
- URLs changed. Now db is not part of the url, it's a session property, and is also cached in the client state
- Reduced width of sidebar and increased width of main content
- Corrected content in cube schema view. Now it shows joinchains and expressions too. Also, changed columns being displayed in measure and dimtable list.
- Some bugfixes in error json parsing.