1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

2186 Commits

Author SHA1 Message Date
Chris Cummer
d6208b4730 Add a focusable over-ride setting for widgets that are non-focusable by
default

For widgets that are non-focusable by default, you can now specify

    focusable: true

in their config to over-ride the default 'false' value.
2019-09-22 17:51:06 -07:00
Chris Cummer
248fddf3f4 Merge branch 'master' of github.com:wtfutil/wtf 2019-09-22 17:49:35 -07:00
Chris Cummer
98afcb7a9e Add @VictorAvelar as a contributor 2019-09-22 17:49:25 -07:00
Chris Cummer
85e31e17f6
Update CHANGELOG.md 2019-09-22 17:48:27 -07:00
Chris Cummer
e13e82a2b4 Merge branch 'add-devto-modules' of github.com:VictorAvelar/wtf into VictorAvelar-add-devto-modules 2019-09-22 17:44:07 -07:00
Chris Cummer
bb10669b09 Add env var defaults to AzureDevops module 2019-09-21 04:13:13 -07:00
Chris Cummer
2f9025ae2d
Update CHANGELOG.md 2019-09-21 04:06:55 -07:00
Chris Cummer
93ef3ea429 Update dependencies 2019-09-21 04:04:22 -07:00
Chris Cummer
1bfd26a55c Merge branch 'feature/azure-dev-ops-module' of github.com:v-braun/wtf into v-braun-feature/azure-dev-ops-module 2019-09-21 03:47:30 -07:00
vavelar
425a08522e Implementation of WTF devto module 2019-09-20 17:31:11 +02:00
Chris Cummer
330035b107 Update go.mod to point to vendored newrelic module 2019-09-20 06:07:10 -07:00
Chris Cummer
a13a284fb4 Remove stale glog dependency. Fixes #642 2019-09-19 04:08:25 -07:00
Viktor Braun (v_b)
64985c3beb implemented azure devops widget 2019-09-19 10:11:59 +02:00
Chris Cummer
f61f66841b
Update CHANGELOG.md 2019-09-18 20:12:45 -07:00
Chris Cummer
6fea40dc9b Merge branch 'feature/gcal-event-time-color' of github.com:indradhanush/wtf into indradhanush-feature/gcal-event-time-color 2019-09-18 20:08:01 -07:00
Indradhanush Gupta
9e2bc00b15 modules/gcal: Use colors.eventTime for timestamp of event
Color of description should not change the color of event time. This
commit uses the independent setting color.eventTime instead. This
defaults to "white" and is consistent with the current behaviour when
a value for colors.description is not set.

Fixes #638
2019-09-18 02:18:22 +05:30
Indradhanush Gupta
1ce29f4930 modules/gcal: Add property colors.eventTime
This will let the user set a fixed color for the event time
irrespective of colors used in highlights.
2019-09-18 02:18:21 +05:30
Chris Cummer
37ef3e0f62
Update README.md 2019-09-17 11:36:49 -07:00
Chris Cummer
86bb78d16b
Update README.md 2019-09-17 11:36:09 -07:00
Chris Cummer
d76db44b72
Merge pull request #635 from indradhanush/feature/add-support-go-1.13
travis: Add builds for go 1.13.x
2019-09-15 15:44:39 -07:00
Chris Cummer
979c7294eb Add forked version of Todoist 2019-09-15 15:43:40 -07:00
Chris Cummer
d735047e09 Add @indradhanush as a contributor 2019-09-15 15:35:35 -07:00
Chris Cummer
7d0aae1465 Merge branch 'bugfix/fix-vendor-errors' of github.com:indradhanush/wtf into indradhanush-bugfix/fix-vendor-errors 2019-09-15 15:33:42 -07:00
Chris Cummer
78166d3cda Merge branch 'improvecfgerror' of github.com:Seanstoppable/wtf into Seanstoppable-improvecfgerror 2019-09-14 13:30:46 -07:00
Chris Cummer
00acaa2165 Merge branch 'betterbarcolor' of github.com:Seanstoppable/wtf into Seanstoppable-betterbarcolor 2019-09-14 13:29:05 -07:00
Sean Smith
e28bdac0ee Make default color sub. Also use default as defaults 2019-09-14 14:00:09 -04:00
Indradhanush Gupta
e9c6f904b2 travis: Add builds for go 1.13.x 2019-09-14 17:00:22 +05:30
Indradhanush Gupta
f737c53864 Update go.mod, go.sum and vendor
Running `go mod vendor` generates new additions and deletions.
2019-09-14 16:33:39 +05:30
Indradhanush Gupta
1ee3e6d213 go.mod: Comment out line to replace github.com/darkSasori/todist
This line is producing the following error:

```
$ go mod vendor
go mod vendor: open /home/dhanush/go/src/github.com/wtfutil/wtf/vendor/github.com/darkSasori/todoist: no such file or directory
```

Commenting it out fixes the error and produces new changes to go.mod,
go.sum and the vendor directory.
2019-09-14 16:20:51 +05:30
Sean Smith
9fccd721e0 Expand and fix test
Add an extra color
Fix empty case. This shows up as white/whatever color the rest of the widget is like
2019-09-13 19:22:20 -04:00
Chris Cummer
4c3abf5aca
Merge pull request #630 from Seanstoppable/removepanicfromkube
Remove panic from kubernetes client
2019-09-13 03:51:09 -07:00
Chris Cummer
78057fc8df
Merge pull request #629 from noxer/patch-1
Added info for using Jira with Basic-Auth
2019-09-13 03:38:07 -07:00
Sean Smith
9f81207037 Clean up cfg error handling a bit
Pass in the actual file being used, rather than hardcoded `config.yaml`
Differences between two error messages are not that distinct
Centralize on one and clean up all the `isCustomConfig` tracking
2019-09-12 20:28:24 -04:00
Sean Smith
56975bc80a Improve bargraph view so bar colors are configurable
Inspired by #624
Update the view object so that widget developers can configure bar color
2019-09-12 20:01:08 -04:00
Sean Smith
e9014ecb19 Remove panic from kubernetes client
Rather than panic, just grab and display the error
2019-09-12 18:48:16 -04:00
Tim Scheuermann
8d3763d0a6
Added info for using Jira with Basic-Auth 2019-09-12 13:35:52 +02:00
Chris Cummer
8cf50fe92c
Update CHANGELOG.md 2019-09-12 03:05:44 -07:00
Chris Cummer
bb59d527eb Remove docker from the build pipeline v0.22.0 2019-09-12 03:04:09 -07:00
Chris Cummer
5e1abc1ad9 Update go.sum 2019-09-12 03:00:22 -07:00
Chris Cummer
b1aba81cd1 Add @noxer as a contributor 2019-09-11 10:43:57 -07:00
Chris Cummer
842a24ed1e
Merge pull request #622 from noxer/patch-1
Disable the GOSUMDB in the compilation instructions
2019-09-11 10:43:15 -07:00
Chris Cummer
c83618143e
Merge pull request #627 from wtfutil/20190910-catch-watcher-error
Don't die if the watcher can't find the file. Continue trying
2019-09-11 10:42:28 -07:00
Chris Cummer
18859ed41e
Update CHANGELOG.md 2019-09-11 10:42:09 -07:00
Chris Cummer
cfc7a8c092 Add @ibaum as a contributor 2019-09-11 10:40:46 -07:00
Chris Cummer
35b7c97791
Merge pull request #615 from ibaum/fix-kubernetes-client
Update kubernetes client to connect to various kubernetes providers
2019-09-11 10:39:36 -07:00
Chris Cummer
79bc78a5f7 Don't die if the watcher can't find the file. Continue trying 2019-09-10 21:48:33 -07:00
Chris Cummer
33ea383046 Merge branch 'fixjsonparse' of github.com:Seanstoppable/wtf into Seanstoppable-fixjsonparse 2019-09-10 21:44:56 -07:00
Sean Smith
26ca1618ab Fix config reload race
Race condition is around the usage of `enabled`
Wrap access in a mutex to eliminate race
Fixes #422
2019-09-10 21:49:40 -04:00
Sean Smith
bb3c24df73
Normalize coloring (#620)
Allow all colors to be configurable on a module level
2019-09-10 21:22:11 -04:00
Chris Cummer
9b23da07ba
Merge pull request #625 from wtfutil/20190910-no-title
Add the ability to display no title
2019-09-10 16:22:25 -07:00