Re: jira search in chrome omnibox

2020-02-14 Thread Ismaël Mejía
Great!

I was not aware that such page existed I learned the IntelliJ tip too
thanks.
I just added the firefox explanation.

In other practical tips, I don't know if you guys saw the new `gh` tool by
github.
https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/

It includes cli tools to do common tasks on github, e.g.
checkout the PR #
`gh pr checkout `

It is quite nice to use.


On Fri, Feb 14, 2020 at 7:17 PM Udi Meiri  wrote:

> The JIRA tips page already has the instructions for Chrome, Ismaël. Feel
> free to add the same for Firefox.
> https://cwiki.apache.org/confluence/display/BEAM/Jira+Tips
>
> On Fri, Feb 14, 2020 at 8:20 AM Ismaël Mejía  wrote:
>
>> For Firefox users:
>>
>> You can replicate the same behavior but it requires a bit more work:
>>
>> Firefox uses a format called OpenSearch so you have to generate an
>> installable XML via this page.
>> https://ready.to/search/en/#
>>
>> the search name: Beam Issues
>> the front search term: https://issues.apache.org/jira/browse/BEAM-
>> Click then on Make search plugin to generate an URL:
>>
>> https://ready.to/search/en/?sna=Beam%20issues=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FBEAM-=utf=ono=pn#
>> then you open the URL and click on `Opensearch plug-in Beam Issues` to
>> install it
>>
>> Now you configure the keyword on Firefox preferences
>>
>> Preferences > Search on the left panel.
>> Scroll down to One-Click Search Engines.
>> Double-click on the Keyword column for the search engine you want to
>> assign a shortcut to.
>> Enter @ followed by your search shortcut keyword. For example: @beam
>>
>> Another user URL (to search on github open PRs):
>>
>> http://ready.to/search/en/?sna=Beam%20PRs=https%3A%2F%2Fgithub.com%2Fapache%2Fbeam%2Fpulls%3Futf8%3D%E2%9C%93%26amp%3Bq%3Dis%3Apr%2B=utf=ono=pn
>>
>> Enjoy!
>>
>> ps. This is so useful that probably is worth to put in cwiki, create the
>> page Udi and I will add the Firefox section if you agree.
>>
>>
>>
>>
>> On Fri, Aug 31, 2018 at 2:31 AM Udi Meiri  wrote:
>>
>>> Correction: this is the correct URL:
>>> https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=%s
>>>
>>> It uses smart querying. Ex: Searching for "beam open pubsub" will search
>>> for open bugs in project BEAM with the keyword "pubsub".
>>>
>>> On Tue, Aug 28, 2018 at 4:49 PM Valentyn Tymofieiev 
>>> wrote:
>>>
 Thanks for sharing.

 I have also found useful following custom search query for PRs:
 https://github.com/apache/beam/pulls?q=is%3Apr%20%s

 Sample usage: type 'pr', space, type: 'author:tvalentyn'.

 You could also incorporate 'author:' into the query:
 https://github.com/apache/beam/pulls?q=is%3Apr%20author%3A

 On Tue, Aug 28, 2018 at 4:26 PM Daniel Oliveira 
 wrote:

> This seems pretty useful. Thanks Udi!
>
> On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri  wrote:
>
>> In case you want to quickly look up JIRA tickets, e.g., typing 'j',
>> space, 'BEAM-4696'.
>> Search URL:
>> https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s
>>
>>


Re: jira search in chrome omnibox

2020-02-14 Thread Udi Meiri
The JIRA tips page already has the instructions for Chrome, Ismaël. Feel
free to add the same for Firefox.
https://cwiki.apache.org/confluence/display/BEAM/Jira+Tips

On Fri, Feb 14, 2020 at 8:20 AM Ismaël Mejía  wrote:

> For Firefox users:
>
> You can replicate the same behavior but it requires a bit more work:
>
> Firefox uses a format called OpenSearch so you have to generate an
> installable XML via this page.
> https://ready.to/search/en/#
>
> the search name: Beam Issues
> the front search term: https://issues.apache.org/jira/browse/BEAM-
> Click then on Make search plugin to generate an URL:
>
> https://ready.to/search/en/?sna=Beam%20issues=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FBEAM-=utf=ono=pn#
> then you open the URL and click on `Opensearch plug-in Beam Issues` to
> install it
>
> Now you configure the keyword on Firefox preferences
>
> Preferences > Search on the left panel.
> Scroll down to One-Click Search Engines.
> Double-click on the Keyword column for the search engine you want to
> assign a shortcut to.
> Enter @ followed by your search shortcut keyword. For example: @beam
>
> Another user URL (to search on github open PRs):
>
> http://ready.to/search/en/?sna=Beam%20PRs=https%3A%2F%2Fgithub.com%2Fapache%2Fbeam%2Fpulls%3Futf8%3D%E2%9C%93%26amp%3Bq%3Dis%3Apr%2B=utf=ono=pn
>
> Enjoy!
>
> ps. This is so useful that probably is worth to put in cwiki, create the
> page Udi and I will add the Firefox section if you agree.
>
>
>
>
> On Fri, Aug 31, 2018 at 2:31 AM Udi Meiri  wrote:
>
>> Correction: this is the correct URL:
>> https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=%s
>>
>> It uses smart querying. Ex: Searching for "beam open pubsub" will search
>> for open bugs in project BEAM with the keyword "pubsub".
>>
>> On Tue, Aug 28, 2018 at 4:49 PM Valentyn Tymofieiev 
>> wrote:
>>
>>> Thanks for sharing.
>>>
>>> I have also found useful following custom search query for PRs:
>>> https://github.com/apache/beam/pulls?q=is%3Apr%20%s
>>>
>>> Sample usage: type 'pr', space, type: 'author:tvalentyn'.
>>>
>>> You could also incorporate 'author:' into the query:
>>> https://github.com/apache/beam/pulls?q=is%3Apr%20author%3A
>>>
>>> On Tue, Aug 28, 2018 at 4:26 PM Daniel Oliveira 
>>> wrote:
>>>
 This seems pretty useful. Thanks Udi!

 On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri  wrote:

> In case you want to quickly look up JIRA tickets, e.g., typing 'j',
> space, 'BEAM-4696'.
> Search URL:
> https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s
>
>


smime.p7s
Description: S/MIME Cryptographic Signature


Re: jira search in chrome omnibox

2020-02-14 Thread Ismaël Mejía
For Firefox users:

You can replicate the same behavior but it requires a bit more work:

Firefox uses a format called OpenSearch so you have to generate an
installable XML via this page.
https://ready.to/search/en/#

the search name: Beam Issues
the front search term: https://issues.apache.org/jira/browse/BEAM-
Click then on Make search plugin to generate an URL:
https://ready.to/search/en/?sna=Beam%20issues=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FBEAM-=utf=ono=pn#
then you open the URL and click on `Opensearch plug-in Beam Issues` to
install it

Now you configure the keyword on Firefox preferences

Preferences > Search on the left panel.
Scroll down to One-Click Search Engines.
Double-click on the Keyword column for the search engine you want to assign
a shortcut to.
Enter @ followed by your search shortcut keyword. For example: @beam

Another user URL (to search on github open PRs):
http://ready.to/search/en/?sna=Beam%20PRs=https%3A%2F%2Fgithub.com%2Fapache%2Fbeam%2Fpulls%3Futf8%3D%E2%9C%93%26amp%3Bq%3Dis%3Apr%2B=utf=ono=pn

Enjoy!

ps. This is so useful that probably is worth to put in cwiki, create the
page Udi and I will add the Firefox section if you agree.




On Fri, Aug 31, 2018 at 2:31 AM Udi Meiri  wrote:

> Correction: this is the correct URL:
> https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=%s
>
> It uses smart querying. Ex: Searching for "beam open pubsub" will search
> for open bugs in project BEAM with the keyword "pubsub".
>
> On Tue, Aug 28, 2018 at 4:49 PM Valentyn Tymofieiev 
> wrote:
>
>> Thanks for sharing.
>>
>> I have also found useful following custom search query for PRs:
>> https://github.com/apache/beam/pulls?q=is%3Apr%20%s
>>
>> Sample usage: type 'pr', space, type: 'author:tvalentyn'.
>>
>> You could also incorporate 'author:' into the query:
>> https://github.com/apache/beam/pulls?q=is%3Apr%20author%3A
>>
>> On Tue, Aug 28, 2018 at 4:26 PM Daniel Oliveira 
>> wrote:
>>
>>> This seems pretty useful. Thanks Udi!
>>>
>>> On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri  wrote:
>>>
 In case you want to quickly look up JIRA tickets, e.g., typing 'j',
 space, 'BEAM-4696'.
 Search URL:
 https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s




Re: jira search in chrome omnibox

2018-08-30 Thread Udi Meiri
Correction: this is the correct URL:
https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=%s

It uses smart querying. Ex: Searching for "beam open pubsub" will search
for open bugs in project BEAM with the keyword "pubsub".

On Tue, Aug 28, 2018 at 4:49 PM Valentyn Tymofieiev 
wrote:

> Thanks for sharing.
>
> I have also found useful following custom search query for PRs:
> https://github.com/apache/beam/pulls?q=is%3Apr%20%s
>
> Sample usage: type 'pr', space, type: 'author:tvalentyn'.
>
> You could also incorporate 'author:' into the query:
> https://github.com/apache/beam/pulls?q=is%3Apr%20author%3A
>
> On Tue, Aug 28, 2018 at 4:26 PM Daniel Oliveira 
> wrote:
>
>> This seems pretty useful. Thanks Udi!
>>
>> On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri  wrote:
>>
>>> In case you want to quickly look up JIRA tickets, e.g., typing 'j',
>>> space, 'BEAM-4696'.
>>> Search URL:
>>> https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s
>>>
>>>


smime.p7s
Description: S/MIME Cryptographic Signature


Re: jira search in chrome omnibox

2018-08-28 Thread Valentyn Tymofieiev
Thanks for sharing.

I have also found useful following custom search query for PRs:
https://github.com/apache/beam/pulls?q=is%3Apr%20%s

Sample usage: type 'pr', space, type: 'author:tvalentyn'.

You could also incorporate 'author:' into the query:
https://github.com/apache/beam/pulls?q=is%3Apr%20author%3A

On Tue, Aug 28, 2018 at 4:26 PM Daniel Oliveira 
wrote:

> This seems pretty useful. Thanks Udi!
>
> On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri  wrote:
>
>> In case you want to quickly look up JIRA tickets, e.g., typing 'j',
>> space, 'BEAM-4696'.
>> Search URL:
>> https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s
>>
>>


Re: jira search in chrome omnibox

2018-08-28 Thread Daniel Oliveira
This seems pretty useful. Thanks Udi!

On Mon, Aug 27, 2018 at 3:54 PM Udi Meiri  wrote:

> In case you want to quickly look up JIRA tickets, e.g., typing 'j', space,
> 'BEAM-4696'.
> Search URL:
> https://issues.apache.org/jira/QuickSearch.jspa?searchString=%s
>
>