github.com/Phantas0s/devdash
v0.5.0
Phantas0s/devdash
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 1.5 years
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
14 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · May 2019 to Apr 2023Releases
latest 14-
v0.5.1-0.20230410060047-e33bd838785410 Apr 2023 pre-releaseNothing published for this version
-
v0.5.1-0.20211026043927-d8b871c391d526 Oct 2021 pre-releaseNothing published for this version
-
v0.5.1-0.20210731144157-2c426814b82931 Jul 2021 pre-releaseNothing published for this version
-
v0.5.1-0.20210706084916-788bd9fc8e4606 Jul 2021 pre-releaseNothing published for this version
-
v0.5.1-0.20210516161255-241a8187eebb16 May 2021 pre-releaseNothing published for this version
-
v0.5.024 Apr 2021Release notes
Open source →ADDED
- Automatically redraw the dashboard when the size of the terminal change.
- New command "list" - list all the dashboards available.
- New command "generate" - Generate dashboards according to templates.
- New command "edit" - Edit dashboard with the default $EDITOR or any other shell based editor you want.
- New command "version" - Display the version of DevDash.
- Add the possibility to edit the dashboard configuration file from the display with the keystroke
CTRL+e. - Add the possibility to set authorization tokens and files via environment variables:
- "DEVDASH_GITHUB_TOKEN" - Token for the service Github.
- "DEVDASH_GA_KEYFILE" - Keyfile for the service Google Analytics.
- "DEVDASH_GSC_KEYFILE" - Keyfile for the service Google Search Console.
UPDATED
- Fix errors linked to Google JWT files.
- Command version - Display the current version of DevDash
- Add possibility to edit file with an editor of your choice
-
v0.4.3-0.20210409193627-a2cb7859cc5109 Apr 2021 pre-releaseNothing published for this version
-
v0.4.225 Feb 2021Release notes
Open source →Updated
- Possibility to overwrite the URL from the monitoring service in a monitoring widget (allows to monitor one address by box widget).
- Fix a small display bug (forgot to delete a useless debug output... oops).
-
v0.4.124 Nov 2020 -
v0.4.008 Jun 2020Release notes
Open source →Added
-
Google Analytics widgets:
- ga.bar_countries
- ga.bar_devices
-
Remote host / local host service (grab data from command line via SSH on remote or local host)
- rh.box_uptime
- rh.box_load
- rh.box_net_io
- rh.box_disk_io
- rh.bar_memory
- rh.gauge_cpu_rate
- rh.gauge_memory_rate
- rh.gauge_swap_rate
- rh.bar_rates
- rh.table_disk
- rh.box
- rh.gauge
- rh.table
- rh.bar
-
Possibility to load dashboard configurations from
$XDG_CONFIG_HOMEonly using filename.- Example:
devdash -c dashboardif there is a file$XDG_CONFIG_HOME/devdash/dashboard.yml/json
- Example:
Updated
- Increase performances
Breaking Changes
devdash -config dashboad-config.ymlis not valid anymore. Replaced bydevdash -c dashboard-config.ymlordevdash --config dashboard-config.yml
-
-
v0.3.014 Jan 2020Release notes
Open source →Added
- Add Git service
- Add widget table branches - display information about git branches
- Add Display service
- Add widget box - display a widget box containing some text
- Add Travis CI service
- Add Travis builds widget - display your last Travis CI builds
- Add Feedly service
- Add Feedly subscribers widget - display number of Feedly subscribers for your website
- Add Git service
-
v0.2.005 Oct 2019Release notes
Open source →Added
-
Add Github widgets
- Display count stars overtime
- Display count commits overtime
- Display issues
- Display repositories in table with information
- Display last week traffic on Github page
-
Add
coloroptions to have same color for border, title and everything color related for one widget -
Add themes to simplify the configuration - possibility to use same options defined once, for multiple widgets
-
Add possibility to hot reload any dashboard via a keystroke - no need to restart DevDash when changing a dashboard configuration
-
Create the official DevDash website
Updated
- Replace
title_optionsbyname_optionsfor project's config (breaking change)
-
-
v0.1.121 Jul 2019 -
v0.1.019 May 2019Release notes
Open source →Added
- Write README documentation
- Add Github widgets
- github.box_stars
- github.box_watchers
- github.box_open_issues
- github.table_branches
- github.table_issues
- github.table_repositories
- Add Github API
- Google Search Console widgets
- gsc.table_pages
- gsc.table_queries
- gsc.table
- Add Google Search Console API
- Create ToTime library
- Google Analytics widgets:
- ga.box_real_time
- ga.box_total
- ga.bar_sessions
- ga.bar_bounces
- ga.bar_users
- ga.bar_returning
- ga.bar_pages
- ga.bar
- ga.bar_new_returning
- ga.table_pages
- ga.table_traffic_sources
- ga.table
- Google Analytics service
- Google Analytics API
- Monitoring service
- Dashboard refreshing system
- Projects / Services / Widget system
- Display and Grid system
- YAML configuration system