Skip to content

Commit 56e172e

Browse files
Merge pull request #13 from J-DannyMartinez/cleanup
Update README
2 parents 31226ec + bc4b786 commit 56e172e

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,12 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
4545
## <img src ="./app/assets/fire.png" height=22 > New Features <img src ="./app/assets/fire.png" height=24>
4646

4747
- New UI Features
48-
- Dark and Light mode options now available across user sessions.
49-
- Updated charts to now also support gRPC calls
50-
- Integrated log to provide users with relational data on request & response cycle
48+
- Developed search bar functionality to filter displayed microservices
49+
- Login system for user authentication
50+
- Any errored connections will now show on the bell icon
51+
- Notification bell will update in real time
5152
- Bug Fixes
52-
- Fixed bug where users could only connect to one MongoDB database and would see its microservices listed even when users clicked on applications using other MongoDB databases
53-
- Chronos now support monitoring for gRPC!
54-
- Distributed tracing across network request
55-
- Currently chronos gRPC tracing for MongoDB and PostgresQL
56-
53+
- Fixed database icons to show the correct icon
5754
## Features
5855

5956
- Distributed tracing enabled across microservices applications
@@ -80,15 +77,15 @@ This is for the latest Chronos version **5.1 release and later**.
8077
- LTS release: 6.1.0
8178

8279
### Pre-Installation
83-
Make sure you're running version 12.18.3 of <a href="#"><img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="20" /></a></a>, which is the most recent LTS (long-term support) version.
80+
Make sure you're running version 14.16.1 of <a href="#"><img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="20" /></a></a>, which is the most recent LTS (long-term support) version.
8481

85-
If you need to roll back from <a href="#"><img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="20" /></a> 14.9.0, make sure to run
82+
If you need to roll back from <a href="#"><img src="./app/assets/node-logo-color.png" alt="Node" title="Node" align="center" height="20" /></a> 15.8.0, make sure to run
8683
```npm rebuild```
8784
in the root directory.
8885

8986
If you're installing Chronos into a microservices application, and you have different folders for each microservice, make sure you also run
9087
```npm rebuild```
91-
in each microservices folder **after you roll back to version 12.18.3.**
88+
in each microservices folder **after you roll back to version 14.16.1.**
9289
<br>
9390

9491
### Install Dependencies

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
"start": "webpack serve",
99
"nodemon": "nodemon server/server.js",
1010
"electron": "electron .",
11+
"electron:wsl": "electron . --no-sandbox",
1112
"test": "jest",
1213
"test:watch": "jest --watch",
1314
"test:electron": "jest --detectOpenHandles ./__tests__/electron/*",
1415
"test:app": "jest ./__tests__/app/*",
1516
"both": "npm run start & sleep 5 && npm run electron",
17+
"both:wsl": "npm run start & sleep 5 && npm run electron:wsl",
1618
"both:tsc": "nodemon --watch ./app & npm run start & sleep 5 && npm run electron",
1719
"both:dev": "npm run start & nodemon --watch ./electron --exec 'npm run electron'",
1820
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds",

0 commit comments

Comments
 (0)