Anand Sudhir Prayaga 
							
						 
					 
					
						
						
						
						
							
						
						
							c8b6eb2b60 
							
						 
					 
					
						
						
							
							Fix references to old Github repo location with new one  
						
						
						
						
					 
					
						2018-11-28 14:47:06 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							a48d15079a 
							
						 
					 
					
						
						
							
							Remove RefreshedAt from TextWidget  
						
						... 
						
						
						
						This attribute is used for absolutely nothing. It doesn't need to exist. 
						
						
					 
					
						2018-10-11 17:12:29 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							f650bb1698 
							
						 
					 
					
						
						
							
							Remove the app.Draw() gorountine  
						
						... 
						
						
						
						Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).
This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many). 
						
						
					 
					
						2018-09-24 14:40:57 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							8fdaf52610 
							
						 
					 
					
						
						
							
							Clean up the Gerrit module's API credentials loading  
						
						
						
						
					 
					
						2018-07-31 15:02:27 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							9059b73c51 
							
						 
					 
					
						
						
							
							Clean up the BambooHR module's API credentials loading  
						
						
						
						
					 
					
						2018-07-31 14:34:18 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							beb0c43b07 
							
						 
					 
					
						
						
							
							Add character identifiers to focusable widgets  
						
						... 
						
						
						
						When no widget has focus, press the letter key to focus on the widget
assigned to that letter.
Example:
    GitHub (d)
    Press "d" to focus on the GitHub widget. 
						
						
					 
					
						2018-07-30 15:51:19 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							3ce6daee71 
							
						 
					 
					
						
						
							
							Fix multiple small issues with widget titles  
						
						
						
						
					 
					
						2018-07-28 17:37:05 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							1a898b05e3 
							
						 
					 
					
						
						
							
							Remove complexity from a lot of string display statements  
						
						
						
						
					 
					
						2018-06-21 19:32:32 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							66b69471d0 
							
						 
					 
					
						
						
							
							Properly scope Config to the wtf package and remove it as a dependency from everywhere else  
						
						
						
						
					 
					
						2018-06-16 14:59:22 -07:00 
						 
				 
			
				
					
						
							
							
								Hossein Mehrabi 
							
						 
					 
					
						
						
						
						
							
						
						
							f33b756d02 
							
						 
					 
					
						
						
							
							removed useless condition in Refresh  
						
						
						
						
					 
					
						2018-06-08 10:59:47 +04:30 
						 
				 
			
				
					
						
							
							
								liyiheng 
							
						 
					 
					
						
						
						
						
							
						
						
							c3111c20fc 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/senorprogrammer/wtf  
						
						
						
						
					 
					
						2018-06-04 14:27:41 +08:00 
						 
				 
			
				
					
						
							
							
								liyiheng 
							
						 
					 
					
						
						
						
						
							
						
						
							9828e5ba3e 
							
						 
					 
					
						
						
							
							Improvement: Power mod for Linux  
						
						
						
						
					 
					
						2018-06-04 14:27:05 +08:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							218b6937b1 
							
						 
					 
					
						
						
							
							Implement ASCII-only widget titles  
						
						... 
						
						
						
						Widget titles can now be specified in the config file via a 'title' key.
Example:
  wtf:
    mods:
      todo:
        title: Tada
which can include emoji. No need to force everyone to look at my emoji,
now they can define their own. 
						
						
					 
					
						2018-06-03 20:54:07 -07:00 
						 
				 
			
				
					
						
							
							
								Hossein Mehrabi 
							
						 
					 
					
						
						
						
						
							
						
						
							6443df092f 
							
						 
					 
					
						
						
							
							use widget.View.SetText to print  
						
						
						
						
					 
					
						2018-06-03 10:53:26 +04:30 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							a62b910893 
							
						 
					 
					
						
						
							
							Closes   #43 . Add CommandRunner module to the app.  
						
						... 
						
						
						
						CommandRunner allows you to define a terminal command and arguments, run
it on a schedule, and view the output.
Examples:
   ping -3 cisco.com 
						
						
					 
					
						2018-05-17 17:15:03 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							7edc5f8339 
							
						 
					 
					
						
						
							
							Build of the site  
						
						
						
						
					 
					
						2018-05-14 21:04:37 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							037c90db85 
							
						 
					 
					
						
						
							
							Widget#focus now a thing  
						
						... 
						
						
						
						Widgets can inform whether or not they should get tab focus.
Widgets that provide additional functionality should return true.
Widgets that have no extra capability should return false.
This allows the FocusTracker to only tab through and focus on widgets
for which it provides value. 
						
						
					 
					
						2018-04-28 23:41:51 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							3175b8d9cc 
							
						 
					 
					
						
						
							
							Quick run through to add some documentation comments  
						
						
						
						
					 
					
						2018-04-17 15:55:36 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							693a04b5e1 
							
						 
					 
					
						
						
							
							Removed a bunch of common boilerplate code from widget initialization  
						
						
						
						
					 
					
						2018-04-15 13:08:17 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							84ecf296a5 
							
						 
					 
					
						
						
							
							RefreshedAt moved to the end of the refresh (because that makes more sense, doesn't it?)  
						
						
						
						
					 
					
						2018-04-13 16:14:57 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							31e17da358 
							
						 
					 
					
						
						
							
							Hack to fix a unicode rendering issue in iTerm  
						
						
						
						
					 
					
						2018-04-12 18:18:54 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							0472e8edec 
							
						 
					 
					
						
						
							
							Remove some panics, replace with error percolation  
						
						
						
						
					 
					
						2018-04-12 08:56:33 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							34b5b69231 
							
						 
					 
					
						
						
							
							Differentiate between right now Now() and today from midnight  
						
						
						
						
					 
					
						2018-04-10 12:42:28 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							27a267b123 
							
						 
					 
					
						
						
							
							Cleaner config format and added simple_config.yml example  
						
						
						
						
					 
					
						2018-04-10 11:28:48 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							10142ebddc 
							
						 
					 
					
						
						
							
							Add the ability to get BambooHR away tomorrow  
						
						
						
						
					 
					
						2018-04-09 13:30:21 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							79bc8216d6 
							
						 
					 
					
						
						
							
							Don't display disabled widgets  
						
						
						
						
					 
					
						2018-04-07 14:36:13 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							ae13d52665 
							
						 
					 
					
						
						
							
							Enabled half-measure: widgets won't run if disabled (still need to not display)  
						
						
						
						
					 
					
						2018-04-07 14:20:21 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							b4bc6d4509 
							
						 
					 
					
						
						
							
							Remove a ton of duplication around TextView widget creation  
						
						
						
						
					 
					
						2018-04-07 13:55:08 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							42734a502c 
							
						 
					 
					
						
						
							
							Widget text spacing  
						
						
						
						
					 
					
						2018-04-06 21:55:44 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							a82db2bea8 
							
						 
					 
					
						
						
							
							Cleaner pretty dates  
						
						
						
						
					 
					
						2018-04-06 16:27:51 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							fb637700b1 
							
						 
					 
					
						
						
							
							Displays Github review requests and PRs  
						
						
						
						
					 
					
						2018-04-05 21:16:55 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							71f8fc789f 
							
						 
					 
					
						
						
							
							A ton of cleanup around how config is handled and go rountines are executed  
						
						
						
						
					 
					
						2018-04-04 18:02:59 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							c3f1d7ee36 
							
						 
					 
					
						
						
							
							Configuration used throughout the app  
						
						
						
						
					 
					
						2018-04-04 15:38:29 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							b58c0ea212 
							
						 
					 
					
						
						
							
							Url added to BambooHR config  
						
						
						
						
					 
					
						2018-04-04 08:58:17 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							b91e1be8df 
							
						 
					 
					
						
						
							
							refreshInterval config added to BambooHR and Status  
						
						
						
						
					 
					
						2018-04-03 18:03:34 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							7555ae3b5c 
							
						 
					 
					
						
						
							
							Border color on the widgets  
						
						
						
						
					 
					
						2018-04-02 22:09:01 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							945dfc8db7 
							
						 
					 
					
						
						
							
							Display OpsGenie oncall data for one specific schedule  
						
						
						
						
					 
					
						2018-04-02 21:41:46 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							62502c24d0 
							
						 
					 
					
						
						
							
							An experimental attempt to kill the zombie processes  
						
						
						
						
					 
					
						2018-04-02 11:00:45 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							0b8a063487 
							
						 
					 
					
						
						
							
							ExecuteCommand() moved into the utils dumping ground  
						
						
						
						
					 
					
						2018-04-02 08:36:43 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							de7480b221 
							
						 
					 
					
						
						
							
							CenterText function out into utility function  
						
						
						
						
					 
					
						2018-04-02 04:45:46 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							278bf583c4 
							
						 
					 
					
						
						
							
							Remove the common refresher() code into BaseWidget  
						
						
						
						
					 
					
						2018-04-02 04:38:55 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							f6e7a2c030 
							
						 
					 
					
						
						
							
							WIP Git widget  
						
						
						
						
					 
					
						2018-03-31 20:04:09 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							7b5d06c670 
							
						 
					 
					
						
						
							
							Tweaks to the widget presentation  
						
						
						
						
					 
					
						2018-03-31 13:59:23 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							693a05cf43 
							
						 
					 
					
						
						
							
							More sensible timer units  
						
						
						
						
					 
					
						2018-03-31 09:25:42 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							b937d64d75 
							
						 
					 
					
						
						
							
							BaseWidget added to start reducing some of the code duplication  
						
						
						
						
					 
					
						2018-03-30 22:29:19 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							da8220ff0d 
							
						 
					 
					
						
						
							
							Nowrap text on widget that don't need to wrap text  
						
						
						
						
					 
					
						2018-03-30 10:37:38 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2f63a56eae 
							
						 
					 
					
						
						
							
							Widgets have names  
						
						
						
						
					 
					
						2018-03-30 10:21:05 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							ab4774c86a 
							
						 
					 
					
						
						
							
							Widgets refresh via goroutine  
						
						... 
						
						
						
						All widgets now refresh their own data using their own internal go
routine. This allows them to set their own update schedule (where
RefreshInterval is the time in seconds between refreshes).
The app uses a goroutine to redraw itself once a second. 
						
						
					 
					
						2018-03-30 10:12:27 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							6cfa0ef632 
							
						 
					 
					
						
						
							
							Widgetized BambooHR  
						
						
						
						
					 
					
						2018-03-29 17:08:57 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							8d7c163d37 
							
						 
					 
					
						
						
							
							Improve display of single-day away? date durations  
						
						
						
						
					 
					
						2018-03-29 02:32:58 -07:00