nate smith
|
d72d0f47f6
|
Merge remote-tracking branch 'origin/trunk' into browse-commit
|
2021-10-13 16:53:50 -05:00 |
|
Andrew Hsu
|
e13398f6b4
|
fix browse of markdown files with line ranges (#4310)
Co-authored-by: Mislav Marohnić <mislav@github.com>
|
2021-09-14 16:08:19 +02:00 |
|
Mislav Marohnić
|
e0fa56dc29
|
Merge remote-tracking branch 'origin' into go-module-v2
|
2021-09-02 20:02:16 +02:00 |
|
Des Preston
|
dafd0bfbd1
|
feat(4248): add support for line range w/ browse
Allow using a range of lines when browsing files. For example:
`gh browse test.go:10-20`
Closes #4248
|
2021-08-31 16:32:37 -04:00 |
|
Mislav Marohnić
|
11fbb60ae7
|
Rename the module to "github.com/cli/cli/v2"
|
2021-08-25 12:41:30 +02:00 |
|
bchadwic
|
8962aeebf9
|
changed functionality to open up last commit with -c / --commit for gh browse
|
2021-07-21 01:08:15 -07:00 |
|
bchadwic
|
158a15160d
|
Changed name from SHA to Commit
|
2021-07-14 01:19:55 -07:00 |
|
bchadwic
|
0a496317a5
|
added in the ability to view repository by commit hashes
|
2021-07-05 14:57:44 -07:00 |
|
Evan Silberman
|
49ff0c6530
|
Add a no-browser mode to gh browse
For when you just want the destination URL on stdout.
|
2021-07-02 17:12:16 -07:00 |
|
jlsestak
|
0a801c1ed5
|
Merge pull request #51 from bchadwic/trunk
Fixed parseFileArgs, reformatted tests
|
2021-06-15 20:14:44 -07:00 |
|
Jessica Sestak
|
b64488fe5c
|
Changed parsefileArg to return a string, reformatted testing, polished up browse.go
|
2021-06-15 20:10:48 -07:00 |
|
Benjamin Chadwick
|
3d97aaf7f4
|
Merge pull request #49 from bchadwic/trunk
Fixed pr issues
|
2021-06-14 22:37:21 -07:00 |
|
bchadwic
|
679d396c8d
|
reformatted spacing and final touches
|
2021-06-14 22:31:29 -07:00 |
|
ravocean
|
21691c8d2e
|
Reorganized tests
|
2021-06-14 22:16:58 -07:00 |
|
ravocean
|
79da79fb68
|
We added new tests to bring the coverage to 90%+
|
2021-06-14 21:40:52 -07:00 |
|
jlsestak
|
707897ffb6
|
Deleted extra space
|
2021-06-14 08:29:22 -07:00 |
|
bchadwic
|
9c7a788193
|
created more tests, and removed repoFlag
|
2021-06-13 21:05:50 -07:00 |
|
Jessica Sestak
|
7ea9d9164a
|
Fixed TestNewCmdBrowse and added more tests
|
2021-06-13 20:16:19 -07:00 |
|
Jessica Sestak
|
edef757c6c
|
Made more runBrowse tests
|
2021-06-12 22:36:03 -07:00 |
|
bchadwic
|
2b42ab92c3
|
refactored browse.go
|
2021-06-12 21:58:29 -07:00 |
|
Mislav Marohnić
|
7999a457ad
|
Separate out NewCmdBrowse tests from runBrowse tests
Co-authored-by: Benjamin Chadwick <benchadwick87@gmail.com>
Co-authored-by: Jessica Sestak <jlsestak@gmail.com>
|
2021-06-11 18:53:34 +02:00 |
|
bchadwic
|
88ec5ad3b2
|
Fixing issues in the pr
|
2021-06-10 21:14:10 -07:00 |
|
Jessica Sestak
|
e5b81fb6a5
|
Started working on testing for parseFileArgs
|
2021-06-08 22:09:11 -07:00 |
|
bchadwic
|
506bd4b2de
|
working on refactoring the output, the tests and how opts is structured
|
2021-06-08 15:36:11 -07:00 |
|
ravocean
|
898d585e6a
|
A small change in code
|
2021-06-07 22:00:05 -07:00 |
|
bchadwic
|
569d2fd58a
|
Got tests objects to fully work! Currently working on making more test cases
|
2021-06-07 21:47:08 -07:00 |
|
ravocean
|
449858158d
|
Continued to work on the output of test file
|
2021-06-07 12:57:36 -07:00 |
|
Jessica Sestak
|
f792704003
|
Worked on browse_test.go, still not getting errors
|
2021-06-07 11:04:29 -07:00 |
|
bchadwic
|
6ed9900084
|
working on the test file for the browse.go
|
2021-06-06 01:09:43 -07:00 |
|
ravocean
|
6391bf5801
|
Starter code for testing
|
2021-05-31 16:39:10 -07:00 |
|
bchadwic
|
798e03cf15
|
working on testing browse.go
|
2021-05-31 15:21:15 -07:00 |
|
ravocean
|
a8a01badf1
|
Finished refactoring (addCombined)
|
2021-05-31 11:42:48 -07:00 |
|
bchadwic
|
24abf29acb
|
created a test file
|
2021-05-24 21:16:37 -07:00 |
|