mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #61] [MERGED] Release 0.2 #179
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/61
Author: @mum4k
Created: 7/3/2018
Status: ✅ Merged
Merged: 7/3/2018
Merged by: @mum4k
Base:
master← Head:release-0.2📝 Commits (10+)
fd18695The fake widget can now draw custom text.0e620cfThe event queue can now report if it is empty.7ceec7aSupport manually triggered redraw.ff5ce85Skeleton of the barchart widget and its tests.774ad24More test cases.77a9b30Implementation of the BarChart widget and its demo.1f41c7aFirst empty the queue, then redraw.4785160Adding some missing licences.542948cFixes after self-review.42fd5f8Improving test coverage.📊 Changes
23 files changed (+3017 additions, -41 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
README.md(+17 -1)📝
eventqueue/eventqueue.go(+7 -0)📝
eventqueue/eventqueue_test.go(+12 -4)➕
images/barchartdemo.gif(+0 -0)➕
images/sparklinedemo.gif(+0 -0)📝
scripts/autogen_licences.sh(+15 -4)📝
termdash.go(+55 -3)📝
termdash_test.go(+240 -21)➕
widgets/barchart/barchart.go(+299 -0)➕
widgets/barchart/barchart_test.go(+676 -0)➕
widgets/barchart/barchartdemo/barchartdemo.go(+112 -0)➕
widgets/barchart/options.go(+147 -0)📝
widgets/fakewidget/fakewidget.go(+31 -8)📝
widgets/fakewidget/fakewidget_test.go(+88 -0)➕
widgets/sparkline/options.go(+76 -0)➕
widgets/sparkline/sparkline.go(+223 -0)➕
widgets/sparkline/sparkline_test.go(+493 -0)➕
widgets/sparkline/sparklinedemo/sparklinedemo.go(+116 -0)➕
widgets/sparkline/sparks.go(+111 -0)...and 3 more files
📄 Description
Summary:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.