Commit Graph

35 Commits

Author SHA1 Message Date
Eric Hudon 2aa2ea744e Change the br argument to branch to follow PR #6678. (#6680) 2018-04-15 13:17:23 +02:00
Eric Hudon 5f2c34374b Change the br action to branch to be more explicit. (#6678) 2018-03-18 14:10:34 -07:00
ramanduh 93120c4151 jira plugin: take into account action argument (fix #6388) (#6393) 2017-11-04 10:31:42 -07:00
Jarryd Tilbrook 6d5b1f1e3b Allow jira default action file based setting (#6367) 2017-11-01 06:09:10 -07:00
Jarryd Tilbrook 529a12fac8 Add shortcut for opening current branch in Jira (#6366) 2017-11-01 06:04:41 -07:00
Nicolas Charpentier 3524fc8de5 JIRA Plugin will open rapidboard instead of dashboard if JIRA_RAPID_BOARD is true 2016-04-26 13:08:13 -04:00
Andrew Janke 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
Andrew Janke dc42e8d488 jira: add completion 2015-08-18 05:05:54 -04:00
Andrew Janke 7cf892ecaa Add dashboard support and default-action configuration.
Some refactoring.
2015-08-18 04:49:10 -04:00
Andrew Janke ee4a423da5 Merge branch 'pr-4158' into jira-prefix-and-help-and-stuff 2015-08-18 04:12:35 -04:00
Andrew Janke caf667fb30 Merge branch PR 4132 into jira-prefix-and-help-and-stuff 2015-08-18 04:10:56 -04:00
Marc Cornellà 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
Andrew Stuart 2120b2e079 Add escaped home 2015-07-29 13:58:22 -07:00
Andrew Stuart afa30572f5 Add jira_url_help 2015-07-13 13:10:31 -07:00
Patryk Małek ad4675cb0a Concise local variables declarations 2015-07-07 20:26:00 +02:00
Patryk Małek b1772c5333 More consistent curly braces variables 2015-07-07 20:07:13 +02:00
Patryk Małek 37f45eb621 Making variables local in jira plugin 2015-07-07 20:03:58 +02:00
Patryk Małek 1e99168627 Changing indents to be more consistent (2 spaces) 2015-07-07 19:56:22 +02:00
Patryk Małek 88a30a3e2f Changing string comparison for more zsh-like 2015-07-07 18:50:23 +02:00
Patryk Małek 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
Andrew Janke d0670aa2bd Fix merge conflict for jira-prefix and jira add comment 2015-06-15 16:55:25 -04:00
David Hartmann 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
Robby Russell 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
Tom Cammann 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
Christian Höltje 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
Simon Frost 9d76784b3e Add support for jira-prefix configuration file 2014-07-15 14:22:24 +01:00
Marco Chan bb2064e92b Use environment specific open command when creating a new Jira issue. 2013-11-12 15:55:16 +08:00
Brian Hartvigsen 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
Marc-Antoine Lemieux bd38c50241 fix the open command in linux using xdg-open 2013-05-27 09:23:14 -04:00
Brian Hartvigsen 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
Paul Redmond af21abb134 Wrong URL 2012-10-09 09:02:45 -07:00
Paul Redmond 9acfaee256 Missing comment line 2012-10-01 09:27:52 -07:00
Paul Redmond b559f2f221 Correct error message. 2012-09-28 23:00:15 -07:00
Paul Redmond 2d66016102 Clean up doc 2012-09-28 22:48:18 -07:00
Paul Redmond 2bbe6aba8f Jira ticket shortcut to browse existing issues or create a new issue. 2012-09-28 22:41:30 -07:00