-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from flask-dashboard/development
Development
- Loading branch information
Showing
97 changed files
with
2,701 additions
and
1,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[dashboard] | ||
APP_VERSION=1.0 | ||
GIT=/<path to your project>/.git/ | ||
CUSTOM_LINK='dashboard' | ||
MONITOR_LEVEL=3 | ||
OUTLIER_DETECTION_CONSTANT=2.5 | ||
SAMPLING_PERIOD=20 | ||
|
||
[authentication] | ||
USERNAME='admin' | ||
PASSWORD='admin' | ||
GUEST_USERNAME='guest' | ||
GUEST_PASSWORD='[dashboardguest!, second_pw!]' | ||
SECURITY_TOKEN='cc83733cb0af8b884ff6577086b87909' | ||
|
||
[database] | ||
TABLE_PREFIX='' | ||
DATABASE=sqlite:////<path to your project>/dashboard.db | ||
|
||
[visualization] | ||
TIMEZONE='Europe/Amsterdam' | ||
COLORS={'main':'[0,97,255]', | ||
'static':'[255,153,0]'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,26 +12,26 @@ Currently, the team consists of three active developers: | |
+------------+----------------------------------------------------------------------+ | ||
| |Picture1| | | **Patrick Vogel** | | ||
| | | | | ||
| | | Core developer | | ||
| | | Project Leader | | ||
| | | | | ||
| | | **E-mail:** `[email protected] <mailto:[email protected]>`_. | | ||
+------------+----------------------------------------------------------------------+ | ||
| |Picture2| | | **Thijs Klooster** | | ||
| |Picture2| | | **Bogdan Petre** | | ||
| | | | | ||
| | | Test Monitor Specialist | | ||
| | | Core Developer | | ||
+------------+----------------------------------------------------------------------+ | ||
| |Picture3| | | **Bogdan Petre** | | ||
| |Picture3| | | **Thijs Klooster** | | ||
| | | | | ||
| | | Outlier Specialist | | ||
| | | Test Monitor Specialist | | ||
+------------+----------------------------------------------------------------------+ | ||
|
||
.. |Picture1| image:: https://avatars2.githubusercontent.com/u/17162650?s=460&v=4 | ||
..:width: 100px | ||
|
||
.. |Picture2| image:: https://avatars3.githubusercontent.com/u/17165311?s=400&v=4 | ||
.. |Picture2| image:: https://avatars2.githubusercontent.com/u/7281856?s=400&v=4 | ||
..:width: 100px | ||
|
||
.. |Picture3| image:: https://avatars2.githubusercontent.com/u/7281856?s=400&v=4 | ||
.. |Picture3| image:: https://avatars3.githubusercontent.com/u/17165311?s=400&v=4 | ||
..:width: 100px | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.