sourcegraph/internal/extsvc/gitlab
Ryan Slade cb5774db8d
encryption: Simplify EncryptJSON (#44764)
Instead of needing to pass a value in, we can supply the type we want
and return a new value of that type.
2022-11-23 14:23:34 +00:00
..
testdata/vcr batches: initial GitLab support for detecting archived repos (#38332) 2022-07-11 13:01:33 -07:00
webhooks batches: Use Draft instead of WIP in GitLab >= 14.0 (#42024) 2022-10-04 15:25:54 +01:00
auth_test.go extsvc: unify OAuth and username/password authentication methods in outbound requests (#15077) 2020-10-29 18:02:36 -07:00
auth.go authz: Move GitLab token refresh to code host sync (#36242) 2022-05-30 16:47:11 +02:00
client_test.go Add refreshable token interface for GitHub and GitLab (#42629) 2022-10-17 16:30:37 +02:00
client.go extsvc(gitlab): explicitly check and return errors (#43055) 2022-10-18 15:55:53 +08:00
codehost.go extsvc: Reduce use of raw servicetype strings (#11315) 2020-06-08 12:30:17 +02:00
doc.go
groups_test.go Add support for Gitlab groups and subgroups (#36057) 2022-05-31 07:43:44 -07:00
groups.go Add support for Gitlab groups and subgroups (#36057) 2022-05-31 07:43:44 -07:00
labels.go campaigns: add GitLab webhook support (#12139) 2020-08-04 12:01:11 -07:00
members.go campaigns: add GitLab support (#11757) 2020-07-14 10:58:51 -07:00
merge_requests_test.go batches: Use Draft instead of WIP in GitLab >= 14.0 (#42024) 2022-10-04 15:25:54 +01:00
merge_requests.go batches: Use Draft instead of WIP in GitLab >= 14.0 (#42024) 2022-10-04 15:25:54 +01:00
mock.go batches: Use Draft instead of WIP in GitLab >= 14.0 (#42024) 2022-10-04 15:25:54 +01:00
notes_test.go Fetch gitlab state change events from API (#16050) 2020-12-13 03:26:56 +01:00
notes.go errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
pipelines_test.go campaigns: add GitLab support (#11757) 2020-07-14 10:58:51 -07:00
pipelines.go errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
projects_test.go if a Gitlab project is not found, return a ProjectNotFoundError so background cleanup task can remove the project (#31269) 2022-02-16 16:35:44 +01:00
projects.go golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
repositories_test.go
repositories.go errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
resource_state_events.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
time_test.go batches(gitlab) handle time with numeric timezone in webhook (#38250) 2022-07-06 13:06:31 +01:00
time.go batches(gitlab) handle time with numeric timezone in webhook (#38250) 2022-07-06 13:06:31 +01:00
user.go encryption: Simplify EncryptJSON (#44764) 2022-11-23 14:23:34 +00:00
users.go campaigns: add GitLab support (#11757) 2020-07-14 10:58:51 -07:00
util_test.go batches: initial GitLab support for detecting archived repos (#38332) 2022-07-11 13:01:33 -07:00
version_test.go Sync & store code host versions and send in ping data (#22412) 2021-07-07 15:39:35 +02:00
version.go batches: Use Draft instead of WIP in GitLab >= 14.0 (#42024) 2022-10-04 15:25:54 +01:00