Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #137 from foglamp/readme_update
Browse files Browse the repository at this point in the history
Readme changes for v1.2
  • Loading branch information
praveen-garg authored May 23, 2018
2 parents a8ff7d7 + 60ecfe9 commit e196377
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ See details [here](windows-nginx-deployment-guide.md)
## Supported/Tested Browser Version
Browser | Tested Version | Supported
--------|-------- |-------
Safari (mac) | 11.0.x | latest 1
Chrome |65.0.x (64-bit) | latest 2
Firefox |59.0.x (64-bit) | latest 2
Safari (mac) | 11.x | latest 1
Chrome |66.0.x (64-bit) | latest 2
Firefox |60.x (64-bit) | latest 2


## Other
Expand All @@ -72,4 +72,4 @@ Firefox |59.0.x (64-bit) | latest 2
[Developer's Guide](developers-guide.md)


> © 2017 DIANOMIC SYSTEMS. All Rights Reserved.
> © 2017-18 DIANOMIC SYSTEMS. All Rights Reserved.
17 changes: 13 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## v1.2 (under development)
## v1.2

#### Features Addition

* Add configuration item support
* Enable / Disable Schedule
* Improved Services Health Page
* Auth Support
Expand All @@ -11,13 +12,24 @@
* Syslog (Logs)
* Certificate Store
* Allows Statistics History Graph (selection for display)
* Added refresh icons for each component to fetch latest
* Allows test connection for instance connection
* Ping is configurable now in settings (default to every 5 seconds)
* Added asset reading info tooltip on status tag in navbar
* Added e2e tests for default checks
* Added [deploy.sh](deploy.sh) , see [Issue-73](https://github.com/foglamp/foglamp-gui/issues/73)

#### Bug Fixes

* REST API error handling
* Running task cancellation, confirmation dialog
* Create / Update schedule modal overlapping issue on iPhone
* and squashed many more :]

#### Known issues

* Support bundles download via browser is not possible when authentication is mandatory (Please use curl request manually with authorization token header)

## v1.1.1

#### Bug Fixes
Expand All @@ -34,6 +46,3 @@
* Audit Logs
* Assets and Readings data browsing with graphs
* Allow to connect any FogLAMP instance via Settings



22 changes: 12 additions & 10 deletions developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,23 @@ Set API base URL in `environments/environment.prod.ts`, you can always change it
#### Core:
Library | Version | Latest Stable (? Y/n) | License
------------- | ------------- | -------------------- | ------------
Angular | 4.4.6 | 5.2.9 | MIT
Angular CLI | 1.6.8 | 1.7.3 | MIT
TypeScript | 2.3.4 | 2.7.2 | Apache 2.0
rxjs | 5.4.3 | 5.4.3 | Apache 2.0
Angular | 4.4.6 | 6.0.0 | MIT
Angular CLI | 1.6.8 | 6.0.1 | MIT
TypeScript | 2.3.4 | 2.8.3 | Apache 2.0
rxjs | 5.5.10 | 6.1.0 | Apache 2.0
Bulma css | 0.7.1 | 0.7.1 | MIT

#### Dev:
Library | Version | Latest Stable (? Y/n) | License
---------------- | ------------- | -------------------- | ------------
chart.js | 2.7.0 | 2.7.0 | MIT
core-js | 2.5.1 | 2.5.1 | MIT
lodash-es | 4.17.7 | 4.17.4 | MIT
chart.js | 2.7.2 | 2.7.2 | MIT
core-js | 2.5.6 | 2.5.6 | MIT
lodash-es | 4.17.10 | 4.17.10 | MIT
ngx-mask | 1.0.3 | 1.0.3 | MIT
ng-sidebar | 6.0.2 | 6.0.2 | MIT
moment | 2.21.0 | 2.19.2 | MIT
ng-sidebar | 6.0.4 | 7.1.0 | MIT
moment | 2.22.1 | 2.22.1 | MIT
ngx-progressbar | 2.1.1 | 2.1.1 | MIT
angular2-multiselect-dropdown | 2.7.0 | 2.9.0 | MIT


#### Why Yarn?
Expand All @@ -60,4 +62,4 @@ ngx-progressbar | 2.1.1 | 2.1.1 | MIT
* `yarn upgrade [package]` # Upgrade npm package
* `yarn remove [package]` # Uninstall npm package

To read more about yarn read https://yarnpkg.com/en/
To read more about yarn read https://yarnpkg.com/en/

0 comments on commit e196377

Please sign in to comment.