ttran112
1a9704dbfb
fix the route
2021-06-05 22:46:46 -07:00
Thanh D Tran
0174dbcdc4
Merge pull request #2 from bchadwic/first-browse-pull
...
firstbrowse
2021-06-05 22:18:44 -07:00
Benjamin Chadwick
bc3a341479
Update browse.go
2021-06-05 21:56:06 -07:00
jlsestak
f27b47f4f9
Merge pull request #31 from jlsestak/trunk
...
Updated errors
2021-06-05 21:48:54 -07:00
Jessica Sestak
6f09e4f51a
Fixed print error messages and returning error from openInBrowser
2021-06-05 21:47:03 -07:00
jlsestak
95f7fb4bd8
Merge pull request #1 from bchadwic/first-browse-pull
...
Working on the errors
2021-06-05 20:53:40 -07:00
Thanh D Tran
ed87cf71b7
Merge branch 'cli:trunk' into first-browse-pull
2021-06-05 20:43:39 -07:00
Benjamin Chadwick
314b8e8571
Update main.go
2021-06-05 20:21:43 -07:00
Benjamin Chadwick
e5bd9666ff
Fix white space
2021-06-05 20:20:57 -07:00
bchadwic
6fc36cf01f
Fixed long message
2021-06-05 17:48:52 -07:00
bchadwic
e28000b5d2
Worked on help section
2021-06-05 17:46:07 -07:00
chemotaxis
a72f6346dd
Rearrange Conda installation instructions
...
Originally, I was thinking of putting Conda in a separate section after
the Windows section, since Conda probably isn't as well known or used.
But reading through the readme again, it seems like arranging it like
the other instructions makes more sense.
I found myself trying to look for the instructions when I first read it
in the MacOS section, but couldn't find the instructions.
2021-06-05 12:37:55 -04:00
chemotaxis
71c6b8f43a
Add links to Conda section within each OS section
2021-06-05 00:48:36 -04:00
chemotaxis
71b738b553
Make whitespace consistent
2021-06-05 00:42:39 -04:00
chemotaxis
3caba02f3c
Add documentation for installing via Conda
...
Conda is a cross-platform package and environment manager, primarily
associated with the scientific computing and data science communities.
2021-06-05 00:35:30 -04:00
Cristian Dominguez
b3c2318e09
Increase GH_PAGER precedence
...
If `GH_PAGER` is exists, set it as the pager even if one is
already set in config.
This allows a user to change/disable the pager per single invocation.
2021-06-04 23:22:37 -03:00
Mislav Marohnić
606deaf134
Allow setting empty body via editor in issue/pr create
2021-06-04 21:50:51 +02:00
Mislav Marohnić
f570deb118
Add tests for opening the editor program
2021-06-04 21:24:17 +02:00
Mislav Marohnić
75abeb13a8
Merge pull request #3786 from browniebroke/remove-secret-long-description
...
Add a long command description for secrets remove
2021-06-04 20:18:26 +02:00
Mislav Marohnić
bcfe176594
Fix flaky editor test
...
There was a race condition wherein the test didn't wait enough time for
the prompt to get rendered before testing the terminal output.
2021-06-04 20:06:21 +02:00
Bruno Alla
051520afe1
Add a long command description for secrets remove
2021-06-04 16:44:44 +01:00
Mislav Marohnić
7d8940b751
Merge pull request #3784 from browniebroke/fix/set-env-secret-description
...
Fix description for gh secret set --env option
2021-06-04 16:41:53 +02:00
Bruno Alla
4d46447eb3
Fix description for gh secret set --env option
2021-06-04 15:29:01 +01:00
Mislav Marohnić
ffebd23ba7
Merge pull request #3761 from cli/command-extensions
...
Experimental command extensions support
2021-06-03 19:13:38 +02:00
Mislav Marohnić
4bdddd72d3
Allow installing local extensions via symlinks
...
This also quits searching for local extensions in PATH.
2021-06-03 19:06:28 +02:00
Mislav Marohnić
83fcecef74
Merge pull request #3658 from chemotaxis/fix-pr-issue-body
...
Handle default body text when creating issues and pull requests
2021-06-03 18:36:45 +02:00
Mislav Marohnić
c2c691f444
Add test for our survey editor extension
2021-06-03 18:05:43 +02:00
chemotaxis
d974dbd338
Return default text if skipping the text editor when prompted
...
If we are allowed to skip the editor _and_ we want to append the default
text to the editor if we'd opened it, we just return the default text.
Co-Authored-By: Mislav Marohnić <mislav@github.com>
2021-06-03 14:50:13 +02:00
Mislav Marohnić
b166376211
Merge pull request #3774 from browniebroke/feat/remove-env-secret
...
Add support for removing environment secrets
2021-06-03 13:55:34 +02:00
Bruno Alla
4b79edf603
Add support for removing environment secrets
2021-06-03 08:51:39 +01:00
Benjamin Chadwick
95ceb85ee5
Delete helpful-resources.txt
2021-06-02 12:42:09 -07:00
Benjamin Chadwick
5aeca61fd0
Delete browse_test.go
2021-06-02 12:42:03 -07:00
Nate Smith
a1cedfcd5c
Merge pull request #3741 from jack1142/patch-1
...
Include issue number alongside the title in `gh issue/pr view`
2021-06-02 13:53:48 -05:00
Nate Smith
4d90005817
Merge pull request #3772 from astroparam/escape-metacharacters
...
escape metacharacters in job name
2021-06-02 13:50:58 -05:00
Nate Smith
71547f4560
Merge pull request #3769 from browniebroke/feat/set-env-secrets
...
Add support for setting environments secrets
2021-06-02 13:35:08 -05:00
vilmibm
0931531e2f
collapse conditional
2021-06-02 13:27:19 -05:00
Sam
7388d1e2ff
Merge pull request #3768 from cli/xdg-data
...
Add support for XDG_DATA_HOME
2021-06-02 13:40:16 -04:00
Param Patidar
20f915d5ba
escape metacharacters in job name
2021-06-02 17:20:31 +00:00
Bruno Alla
32856c987d
Add ability to set environments secrets
2021-06-02 15:56:33 +01:00
Bruno Alla
d396674e12
Fix a typo in the docs
2021-06-02 15:53:03 +01:00
Sam Coe
389fdb7f99
Add XDG env variables to environment help topic
2021-06-02 09:56:22 -04:00
Sam Coe
e6ad8a10d0
Add support for XDG_DATA_HOME
2021-06-02 09:46:14 -04:00
jack1142
6a74eb1262
Merge branch 'trunk' into patch-1
2021-06-02 11:10:25 +02:00
Mislav Marohnić
548a91f0cd
Merge pull request #3767 from astroparam/fix-project-layout-link
...
fix project layout link
2021-06-02 09:29:11 +02:00
Param Patidar
c34d017a04
fix project layout link
2021-06-02 12:33:40 +05:30
Mislav Marohnić
49609350af
Merge pull request #3737 from cli/requested-reviewers-slug
...
Fix how teams are displayed in requested reviewers
2021-06-02 08:48:11 +02:00
jack1142
184149b844
Add missing new line
2021-06-01 23:53:58 +02:00
Sam
e65d956040
Merge pull request #3717 from cli/xdg-state-2
...
Add support for XDG_STATE_HOME
2021-06-01 15:57:16 -04:00
Sam Coe
1d7ffc2013
Add support for LocalAppData and .local/state/ fallback
2021-06-01 15:50:10 -04:00
Mislav Marohnić
fce93d6080
Experimental command extensions support
...
Extensions are looked up as `~/.config/gh/extensions/gh-*`.
Additionally, any executables found in PATH named `gh-*` are available
as `gh <command>`.
2021-06-01 17:15:20 +02:00