Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Add release notes, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit Sharma committed Jul 15, 2016
1 parent 49e48ba commit 3f3f75e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Table of Contents
- [Control Flow](#control-flow)
- [FAQs](#faqs)
- [Contributions](#contributions)
- [TODOs](#todos)
- [Issue Tracker](#issue-tracker)
- [Upcoming Features](#upcoming-features)
- [License](#license)

# Sarjitsu
Expand Down Expand Up @@ -243,19 +243,20 @@ Files generated in RHEL 5 OS (old enough) ..upto the ones generated by the lates

# Contributions

### TODOs

- Add service discovery
- An update to sarjitsu, for nested docs. Refer to [PR #4694 of grafana](https://github.com/grafana/grafana/pull/4694) for more.

For more, refer to `docs/TODO.md`

If you think there's a bug in sarjitsu, you're welcome to open an issue here on github and could submit PRs for the same. Any refactoring suggestions/PRs to the app are also welcome.
Please use Github issues list and it's features for contributions. [Click here](https://github.com/distributed-system-analysis/sarjitsu/issues) list of issues. If you think there's a bug in sarjitsu, you're welcome to open an issue here on github and could submit PRs for the same. Any refactoring suggestions/PRs to the app are also welcome.
### Issue Tracker
GitHub Issues and Pull Requests managed via [Waffle.io](https://waffle.io/arcolife/sarjitsu)
### Upcoming features
- Statistics about top N devices. Example: CPUs, Disks or Network devices.
- Options to integrate this with hybrid cloud ecosystem.
- Service Discovery for individual components.
- Nested documents support in Grafana (Network, CPU, Disks, ..). Refer to [PR #4694 of grafana](https://github.com/grafana/grafana/pull/4694) for more.
- Timeshift feature to compare 2 different sa binaries
### LICENSE
Refer to GPL v3 `LICENSE` file included in the repo, for reference.
19 changes: 19 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sarjitsu Release Notes

For details, kindly refer to blog post at:

- http://arcolife.github.io/blog/2016/06/06/sarjitsu-a-project-on-visualizing-your-systems-activity/

## Release Highlights

- issues/todo list: remove docs/TODO.md (shifted to github issues)
- lib/backend: nodejs powered to python-flask powered. Also, threading for multi file uploads.
- commandline uploads: refactor vizit script to display single table
- setup.sh: various checks during installation
- 12 factor addons: graceful shutdown and restart scripts. better cleanup scripts for complete setup removal

## Breaking Changes

- add index_sar as a separate lib
- config paths / contents changed
- vizit cmdline tool refactored
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v2.0

0 comments on commit 3f3f75e

Please sign in to comment.