Commit Graph

35 Commits

Author SHA1 Message Date
2aa2ea744e Change the br argument to branch to follow PR #6678. (#6680) 2018-04-15 13:17:23 +02:00
5f2c34374b Change the br action to branch to be more explicit. (#6678) 2018-03-18 14:10:34 -07:00
93120c4151 jira plugin: take into account action argument (fix #6388) (#6393) 2017-11-04 10:31:42 -07:00
6d5b1f1e3b Allow jira default action file based setting (#6367) 2017-11-01 06:09:10 -07:00
529a12fac8 Add shortcut for opening current branch in Jira (#6366) 2017-11-01 06:04:41 -07:00
3524fc8de5 JIRA Plugin will open rapidboard instead of dashboard if JIRA_RAPID_BOARD is true 2016-04-26 13:08:13 -04:00
c9af79fcad jira: add README, "emulate -L zsh", add "dumpconfig" action
(The "dumpconfig" action is for verifying the configuration behavior against what's documented in the README now.)
add "error" to some of the error messages
2015-09-11 18:37:39 -04:00
dc42e8d488 jira: add completion 2015-08-18 05:05:54 -04:00
7cf892ecaa Add dashboard support and default-action configuration.
Some refactoring.
2015-08-18 04:49:10 -04:00
ee4a423da5 Merge branch 'pr-4158' into jira-prefix-and-help-and-stuff 2015-08-18 04:12:35 -04:00
caf667fb30 Merge branch PR 4132 into jira-prefix-and-help-and-stuff 2015-08-18 04:10:56 -04:00
d1d06b5675 Use standard open command in current plugins
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:

  frontend-search, jira, node, web-search
2015-08-05 00:57:40 +02:00
2120b2e079 Add escaped home 2015-07-29 13:58:22 -07:00
afa30572f5 Add jira_url_help 2015-07-13 13:10:31 -07:00
ad4675cb0a Concise local variables declarations 2015-07-07 20:26:00 +02:00
b1772c5333 More consistent curly braces variables 2015-07-07 20:07:13 +02:00
37f45eb621 Making variables local in jira plugin 2015-07-07 20:03:58 +02:00
1e99168627 Changing indents to be more consistent (2 spaces) 2015-07-07 19:56:22 +02:00
88a30a3e2f Changing string comparison for more zsh-like 2015-07-07 18:50:23 +02:00
b1da3bbc6f Adding ability to add JIRA_PREFIX as an env variable (e.g. in .zshrc) and minor refactor to bash curly variable braces 2015-07-06 22:00:53 +02:00
d0670aa2bd Fix merge conflict for jira-prefix and jira add comment 2015-06-15 16:55:25 -04:00
8652fd64ef added comment functionality
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
2015-06-10 14:36:54 +02:00
4bba11dbef Merge pull request #2744 from docwhat/ostype-not-uname
Use $OSTYPE instead of uname to speed things up
2014-09-05 21:15:57 +02:00
df1b0b3289 Update jira plugin to allow lookup of issues
Plugin now supports lookup of tickets by assignee and reporter
2014-08-19 15:42:39 +01:00
63bae2aba9 Use $OSTYPE instead of uname to speed things up
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
2014-07-23 09:18:14 -04:00
9d76784b3e Add support for jira-prefix configuration file 2014-07-15 14:22:24 +01:00
bb2064e92b Use environment specific open command when creating a new Jira issue. 2013-11-12 15:55:16 +08:00
bab1800ded Correctly detect Rapid Board
* Add "x" in front of the value we check against...
* Use true instead of yes (more consistent with the rest of ohmyzsh)

The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
2013-06-12 12:22:47 -05:00
bd38c50241 fix the open command in linux using xdg-open 2013-05-27 09:23:14 -04:00
39e5c9a6d7 Backwards Compatible Jira URLs #1378
Adds support for Rapid Board without breaking backwards compatibility (like #1378)
Allows JIRA url to be set in .zshrc, current directory, and/or home directory.
2012-12-02 22:59:05 -07:00
af21abb134 Wrong URL 2012-10-09 09:02:45 -07:00
9acfaee256 Missing comment line 2012-10-01 09:27:52 -07:00
b559f2f221 Correct error message. 2012-09-28 23:00:15 -07:00
2d66016102 Clean up doc 2012-09-28 22:48:18 -07:00
2bbe6aba8f Jira ticket shortcut to browse existing issues or create a new issue. 2012-09-28 22:41:30 -07:00