1
0
Fork 0
Commit Graph

34 Commits

Author SHA1 Message Date
ssube 5544351f24
lint: remove default type parameter from gitlab client 2021-08-04 22:15:27 -05:00
ssube fa54b7d679
fix gitlab client type 2021-08-04 21:37:34 -05:00
ssube f2475c72f9
fix(remote): remove fake typeguard around gitlab responses 2021-08-04 19:10:45 -05:00
ssube be153a8149
fix(module): be selective about gitlab client options 2021-08-03 23:03:17 -05:00
ssube b26fb78ff7
feat(remote): prepare gitlab remote for gitbeaker upgrade 2021-08-03 22:45:24 -05:00
ssube 1e2b2a093b fix(remote): usage of internal gitbeaker types 2021-04-04 16:05:18 -05:00
ssube 8b0f5f5f16
update: octokit 2020-12-29 00:07:04 -06:00
ssube 1f3cbac598
feat: add initial labels to project 2020-08-30 23:29:17 -05:00
ssube 040ad3c500
fix(remote): return created comment for gitlab, cover remaining endpoints 2020-08-28 18:51:46 -05:00
ssube 9e769e3355
fix(test): cover more remote endpoints 2020-08-28 17:34:31 -05:00
ssube 0eb94b6204
remove(remote): unused singlular get issue/label methods 2020-08-28 11:18:55 -05:00
ssube c16c10e140
fix(test): begin covering github auth 2020-08-28 11:18:55 -05:00
ssube 7806b0b5c0
lint: remove unused existing-label verb 2020-08-27 14:10:32 -05:00
ssube e3351fe344
feat(remote): implement issue, label update methods for gitlab, add dryrun support 2020-08-23 12:13:52 -05:00
ssube 9f85e22196
feat(remote): implement issue, label list methods for Gitlab 2020-08-23 09:31:14 -05:00
ssube a38c130e73
feat: create remote via DI container 2020-08-22 10:36:24 -05:00
ssube 8edcd03873 feat(sync): leave comment with changes 2020-08-16 18:07:09 -05:00
ssube 272a566acb
feat(config): validate using json schema, compare issue labels for update 2020-08-15 18:50:39 -05:00
ssube e4ab01ad10
feat(main): add project option, use to filter project sync 2020-08-15 09:52:08 -05:00
ssube b404ecf62e
add test stubs 2020-08-14 23:40:56 -05:00
ssube 39a7091ac3
fix(remote/github): use data type for auth method 2020-08-14 18:22:09 -05:00
ssube d121275e11
feat(remote/github): add token auth based on config 2020-08-13 23:43:01 -05:00
ssube 25b375d6ac
feat(logger): add bunyan without DI 2020-08-13 23:07:47 -05:00
ssube b562f803cd fix(remote/github): selectively disable requests for dry run 2020-08-13 22:05:56 -05:00
ssube b1adb116c6 fix(remote/github): do not create octokit client for dry run 2020-08-13 22:05:56 -05:00
ssube 4460c98e9b feat(remote/github): add dry run option 2020-08-13 22:05:56 -05:00
ssube abd7ac5295 feat(remote/github): implement label create, delete 2020-08-13 18:56:28 -05:00
ssube c7581df13a feat(sync): update label color, desc 2020-08-13 18:56:28 -05:00
ssube fa81e86084 feat(remote/github): wire up label list endpoint 2020-08-13 18:56:28 -05:00
ssube 63878d37a9 feat(main): load config from hard-coded file 2020-08-13 18:56:28 -05:00
ssube 903eba9a0c feat(remote/github): wire up auth, issue list 2020-08-13 18:56:28 -05:00
ssube c2d54aa195
fix: remote ctor takes options, stub tests for main 2020-08-12 00:02:01 -05:00
ssube 0d341587e2
feat: add issue, label sync stubs, remote options to config, flatten resolver inputs 2020-08-11 20:39:53 -05:00
ssube 7af3f35baf
feat(remote): sketch out interface, stub github/gitlab remotes 2020-08-11 19:37:00 -05:00