Tim Fitzgerald
|
86c98a4658
|
Using contents of TicketArray instead of slice of tickets
|
2018-07-25 11:10:30 -07:00 |
|
Tim Fitzgerald
|
16313a73cb
|
REturning new tickets as a TicketArray item
|
2018-07-25 10:55:08 -07:00 |
|
Tim Fitzgerald
|
444e5815e9
|
Merge pull request #5 from fimtitzgerald/select_status
Select status
|
2018-07-25 10:00:05 -07:00 |
|
Tim Fitzgerald
|
6f63d7e687
|
Desired status can be set from config
|
2018-07-25 09:51:15 -07:00 |
|
Tim Fitzgerald
|
f14743c94f
|
Ignore closed and solved tickets
|
2018-07-25 09:43:37 -07:00 |
|
Chris Cummer
|
cb95737ad2
|
Merge pull request #253 from anandsudhir/make-badges-clickable
Make badges clickable and use dynamic 'all contributors' badge
|
2018-07-24 13:58:05 -04:00 |
|
Chris Cummer
|
0f5fbe92de
|
Merge branch 'master' into make-badges-clickable
|
2018-07-24 12:59:23 -04:00 |
|
Chris Cummer
|
7339003b9d
|
Merge pull request #252 from anandsudhir/make-openfileutil-configurable
Make openFileUtil configurable
|
2018-07-24 12:58:13 -04:00 |
|
Anand Sudhir Prayaga
|
e717d61bfe
|
Make badges clickable and use dynamic 'all contributors' badge
- Make badges clickable
- Use dynamically generated 'all contributors' badge to avoid manual change everytime there is a new contributor
|
2018-07-24 13:54:44 +02:00 |
|
Anand Sudhir Prayaga
|
4ae8de8bdd
|
Make openFileUtil configurable
Let user configure the command/utility to use to open a file or URL from within a WTF widget
|
2018-07-24 12:59:21 +02:00 |
|
fimtitzgerald
|
766af8479d
|
Not currently functioning - WIP stash
|
2018-07-23 22:58:37 -07:00 |
|
fimtitzgerald
|
abb616699f
|
Add ability to open ticket queue with Enter key
|
2018-07-23 22:54:19 -07:00 |
|
Tim Fitzgerald
|
66b63854f0
|
Merge pull request #4 from fimtitzgerald/param_uname
Added static documentation for Zendesk module
|
2018-07-23 19:10:01 -07:00 |
|
fimtitzgerald
|
fa28d2eb5a
|
Added static documentation for Zendesk module
|
2018-07-23 19:08:51 -07:00 |
|
Tim Fitzgerald
|
fa4b6384a0
|
Merge pull request #3 from fimtitzgerald/param_uname
Made username a config parameter instead of ENV
|
2018-07-23 18:51:18 -07:00 |
|
fimtitzgerald
|
40a3b5839c
|
Made username a config parameter instead of ENV
|
2018-07-23 18:49:44 -07:00 |
|
Tim Fitzgerald
|
2d7423836e
|
Removed test_builds directory
|
2018-07-23 16:11:07 -07:00 |
|
Tim Fitzgerald
|
88155c1183
|
Comments on functions
|
2018-07-23 16:09:24 -07:00 |
|
Tim Fitzgerald
|
ddc2e9669a
|
Merge pull request #2 from fimtitzgerald/item_struct
Item struct
|
2018-07-23 15:25:05 -07:00 |
|
Tim Fitzgerald
|
69cb4d0cd1
|
String formatting on returned data
|
2018-07-23 15:22:16 -07:00 |
|
Tim Fitzgerald
|
829a2519bd
|
MVP - New Branch
|
2018-07-23 12:49:25 -07:00 |
|
Tim Fitzgerald
|
2c0c7f2fdb
|
MVP Version of module
|
2018-07-23 11:46:46 -07:00 |
|
Chris Cummer
|
a7fe8207d0
|
Add example with a space to Clocks documentation
|
2018-07-23 09:54:28 -07:00 |
|
Chris Cummer
|
111c2e1ae3
|
Fix Clocks module to recognize location identifiers with spaces in them
Example: "America/New York" now works properly (internally it converts
that string to "America/New_York" per
https://golang.org/pkg/time/#LoadLocation).
|
2018-07-23 09:49:00 -07:00 |
|
Chris Cummer
|
b4a5958aac
|
Update the All Contributors count in readme
|
2018-07-23 09:23:39 -07:00 |
|
Chris Cummer
|
225e6817b5
|
Add @rhnvrm as a contributor
|
2018-07-23 09:22:29 -07:00 |
|
Chris Cummer
|
2cf80fd614
|
Merge pull request #250 from rhnvrm/feat-color
feat: Added syntax highlighting to textfile widget. #81
|
2018-07-23 12:20:28 -04:00 |
|
Rohan Verma
|
65e738c58d
|
Merge branch 'master' into feat-color
|
2018-07-23 11:58:01 +05:30 |
|
Chris Cummer
|
bccd042a91
|
Cleaned up the readme a bit
Removed the section on which libraries are used. Given the number of
modules being added, it gets out of date too quickly to maintain
manually.
|
2018-07-22 20:52:57 -07:00 |
|
Chris Cummer
|
de2b4ec277
|
Merge branch 'master' into feat-color
|
2018-07-20 12:50:49 -04:00 |
|
Chris Cummer
|
242870b3df
|
Add @Ferenc- as a contributor
|
2018-07-20 09:49:47 -07:00 |
|
Chris Cummer
|
28e1a0b692
|
Merge branch 'Ferenc--language_pw'
|
2018-07-20 09:47:39 -07:00 |
|
Chris Cummer
|
52032f218f
|
Update PrettyWeather docs with language option
|
2018-07-20 09:47:27 -07:00 |
|
Ferenc-
|
90f79a18c0
|
Add language option to prettyweather
|
2018-07-20 13:50:47 +02:00 |
|
Rohan Verma
|
c44a0773cb
|
merge
|
2018-07-20 12:15:28 +05:30 |
|
Rohan Verma
|
e8f726696d
|
feat: Added syntax highlighting to textfile widget.
|
2018-07-20 12:10:08 +05:30 |
|
Chris Cummer
|
9e06c2b0e5
|
Add the 'Added to' text for TravisCI
|
2018-07-19 08:43:47 -07:00 |
|
Chris Cummer
|
4587979d0c
|
Merge branch 'anandsudhir-add-travis-module'
|
2018-07-19 08:39:37 -07:00 |
|
Anand Sudhir Prayaga
|
d0102b643a
|
add travis ci module
close #245
|
2018-07-19 15:12:42 +02:00 |
|
Chris Cummer
|
462a2e706a
|
Add @bertl4398 as a contributor
|
2018-07-18 17:39:40 -07:00 |
|
Chris Cummer
|
6e6d918bfe
|
CmdRunner now displays ANSI color codes
|
2018-07-18 16:16:28 -07:00 |
|
Chris Cummer
|
31e77a59ad
|
Closes #222. PrettyWeather has properly-rendering colours, thanks to @bertl4398
|
2018-07-18 15:04:23 -07:00 |
|
Chris Cummer
|
cba67af55c
|
Specs for generic checklist working again
|
2018-07-18 10:21:30 -07:00 |
|
Chris Cummer
|
8fc6b83d59
|
Move generic checklist code into its own package
|
2018-07-18 10:15:46 -07:00 |
|
Chris Cummer
|
0cdfe8d785
|
Jira highlight spans entire width of widget
|
2018-07-18 10:11:12 -07:00 |
|
Chris Cummer
|
1be970eaec
|
List highlights span entire widget width
|
2018-07-18 10:06:28 -07:00 |
|
Chris Cummer
|
13780f0ece
|
Add wtf.Checklist to Todoist module
|
2018-07-18 09:52:18 -07:00 |
|
Chris Cummer
|
c235d8a566
|
Merge pull request #248 from anandsudhir/fix-gerrit-documentation
fix documentation for configuring the Gerrit module
|
2018-07-18 11:35:55 -04:00 |
|
Chris Cummer
|
5ad1035cad
|
Merge branch 'master' into fix-gerrit-documentation
|
2018-07-18 11:34:35 -04:00 |
|
Chris Cummer
|
81fa3cfe2a
|
Merge pull request #247 from anandsudhir/skip-certificate-check-jenkins
add option to skip verification of jenkins server's certificate chain and hostname
|
2018-07-18 11:20:47 -04:00 |
|