shuheiktgw
c395b9d6b3
Remove a trailing slash from getWorkflowJob
2021-05-27 14:20:16 +09:00
Liam Newman
8af66133d2
Switch to 'main' as default branch
2021-04-19 13:27:44 -07:00
Liam Newman
684560ef67
GHRepository#listLanguages returns correct Map type
...
This is a less than perfect solution, but it is sufficient to solve the current issue
without risking further side-effects.
Fixes #1103
2021-04-16 14:25:28 -07:00
Guillaume Smet
bf082f2a46
Properly wrap the check runs with the repository when listing them
2021-04-12 18:15:23 +02:00
Guillaume Smet
fc98e72569
Rename GHWorkflowRunJob to GHWorkflowJob
2021-04-05 18:26:16 +02:00
Guillaume Smet
b509076d6f
Add ability to get jobs and download logs from jobs
2021-04-05 15:32:46 +02:00
Nathan Vahrenberg
99f192d33c
import nebula
2021-04-04 06:15:47 -05:00
Liam Newman
ad2990b1b6
Remove bridge method
2021-04-04 06:07:25 -05:00
nv035674
fab848a0d3
review comments
2021-04-04 06:07:25 -05:00
nv035674
4a2244e661
self review
2021-04-04 06:07:25 -05:00
nv035674
73d2e1db5c
Add support for repository visibility
2021-04-04 06:07:25 -05:00
Guillaume Smet
9abfdc805b
Add support for artifacts and logs of workflow runs
2021-04-02 22:53:08 +02:00
Guillaume Smet
c19cfd98d1
Fix GHRepository#listWorkflows() and add a test
2021-03-30 19:56:52 +02:00
Guillaume Smet
042038f480
Implement GHWorkflow and GHWorkflowRun
...
Most of the actions are implemented but not all.
Looks like a good first step.
2021-03-23 15:35:39 +01:00
Liam Newman
936ab499ce
Formatting
2021-02-26 12:08:14 -08:00
Liam Newman
772a6c112b
Remove consumers, use FunctionThrows
2021-02-26 11:12:51 -08:00
Liam Newman
3b1f176544
Merge remote-tracking branch 'upstream/master' into download-repository-archives
2021-02-11 17:12:11 -08:00
seregamorph
0f4a5227e1
internal package
2021-01-05 23:03:49 +03:00
Liam Newman
f1720b7bbc
Move archive readers to use new functional interfaces
2021-01-04 01:32:36 -08:00
Liam Newman
7a79a18d8f
Add functional interfaces
2021-01-04 01:30:59 -08:00
Liam Newman
aae5c56a31
Merge remote-tracking branch 'upstream/master' into download-repository-archives
2020-12-31 09:55:28 -08:00
Liam Newman
865a49d2e8
Update GHRepository method to use Setter
...
It appears that the correct way to pass these booleans is as booleans not as strings.
Fixes #765
2020-12-28 18:07:32 -08:00
Liam Newman
4fca68c25c
Add GHRepository.Setter
2020-12-28 17:03:36 -08:00
Liam Newman
f131a0c1c2
Formatting fixes
2020-12-28 16:26:23 -08:00
Liam Newman
cd4368fa79
Merge remote-tracking branch 'upstream/master' into jae/bulk-update
2020-12-28 16:25:31 -08:00
Liam Newman
1c56e7fab5
Add missing argument
2020-12-21 09:28:44 -08:00
Liam Newman
70ba4df385
Make root field transient in all classes
2020-12-18 14:58:12 -08:00
Liam Newman
facfc61316
Merge branch 'master' into jae/bulk-update
2020-12-15 16:08:41 -08:00
Marco Ferrer
79b49a469c
Clean up preview declarations
2020-12-15 14:39:00 -05:00
Jae Gangemi
37c2d9135b
- bulk update of repository options
2020-12-11 16:56:26 -07:00
Rob Rodrigues
ad40d7071e
Streamline per feedback
2020-12-02 11:41:13 -08:00
Rob Rodrigues
c3869bee31
Reverted changes which added filter unnecessarily, cleanup, add test cache, enable test
2020-12-01 19:50:24 -08:00
Rob Rodrigues
17af78f2bb
Merge branch 'master' into AffiliationFilter
2020-11-25 13:10:09 -08:00
Rob Rodrigues
3db7aac0d8
Merge branch 'master' into AffiliationFilter
2020-11-24 12:52:48 -08:00
Marco Ferrer
da2aaff9e5
Merge branch 'master' into update-deployments-api
2020-11-24 11:37:36 -05:00
Marco Ferrer
4bba692170
Merge branch 'master' into update-deployments-api
2020-11-23 17:20:40 -05:00
Bill Collins
77baafa643
Add method for updating check run by ID
2020-11-20 09:16:34 +00:00
Rob Rodrigues
7fee1fcc74
Add affiliation filter for collaborators
2020-11-18 17:58:51 -08:00
Liam Newman
d7931777bc
Merge branch 'master' into download-repository-archives
2020-11-05 08:38:31 -08:00
Mårten Gustafson
bb48d55bd4
Add support for downloading zip and tar archives of repositories.
2020-10-20 21:45:27 +02:00
Marco Ferrer
c959e0a928
update accept header in wiremocks
2020-10-02 17:37:21 -04:00
Tadas Giniotis
f4845df6c0
implement ability to list comments of a specific commit
2020-10-01 00:58:42 +03:00
Liam Newman
906238a297
Add GHRepository.isTemplate()
2020-08-12 18:28:18 -07:00
Liam Newman
1aba6012fb
Centralize GHRepository read
2020-08-12 18:21:44 -07:00
Liam Newman
fb1adbd1ef
Make withUrlPath() overwrite instead of append
...
I had some ideas about having multiple calls to apend to build up paths,
but it turns out that idea is pretty bad. `with*()` methods should
overwrite when called for the same field.
If we want to create and , we can do that later.
2020-07-27 13:12:46 -07:00
George Gastaldi
9c7de767e9
Fixes modifyCollaborators for multiple users
...
Fixes #868
2020-07-27 12:37:34 -07:00
George Gastaldi
8ba5cf7c2e
Formatting tweaks and fixes
2020-07-27 12:31:09 -07:00
Liam Newman
580f2537f2
Move GHRef readers to GHRef class
2020-07-09 15:00:40 -07:00
Liam Newman
f449b92721
Workaround for GitBucket refs issue
...
The bug that caused this has been fixed by GitBucket but may not be released for some time.
It was a change to this library that broke them, so to be nice we're fully working around it here.
That said, the GET /refs endpoint is deprecated and will be going away at some point.
We will be making a breaking change in this area again in the next few months. We'll need to raise
it to GitBucket to make sure they handle it proproperly.
2020-07-09 09:50:29 -07:00
Liam Newman
9daa0df311
Modify getRef() changes to be compatible with older GHE versions
...
Fixes #844
Fixes #794
2020-06-10 19:47:23 -07:00