git-bug/bridge/github
Michael Muré 3d454d9dc8
entity/dag: proper base operation for simplified implementation
- reduce boilerplace necessary to implement an operation
- consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism
- avoid the previously complex unmarshalling process
- support operation metadata from the core
- simplified testing
2022-07-25 13:27:17 +02:00
..
mocks Tests for the github bridge (#706) 2021-09-14 22:24:34 +02:00
client.go github: fix data race when closing event channel 2022-06-05 15:13:49 +02:00
config_test.go add github actions 2020-12-08 15:03:56 +01:00
config.go feature: Github bridge mutation rate limit (#694) 2021-09-14 22:22:28 +02:00
export_mutation.go [bug] add snapshot.GetCreateMetadata method 2019-06-30 15:33:27 +02:00
export_test.go entity/dag: proper base operation for simplified implementation 2022-07-25 13:27:17 +02:00
export.go entity/dag: proper base operation for simplified implementation 2022-07-25 13:27:17 +02:00
github.go feature: Github bridge mutation rate limit (#694) 2021-09-14 22:22:28 +02:00
import_events.go github: fix data race when closing event channel 2022-06-05 15:13:49 +02:00
import_integration_test.go refactor(809): eliminate need to defer CleanupTestRepos() 2022-06-16 09:02:52 -04:00
import_mediator.go github: fix data race when closing event channel 2022-06-05 15:13:49 +02:00
import_query.go Tests for the github bridge (#706) 2021-09-14 22:24:34 +02:00
import_test.go entity/dag: proper base operation for simplified implementation 2022-07-25 13:27:17 +02:00
import.go Merge pull request #727 from MichaelMure/rng-dynamics/fix-import-empty-title 2021-12-04 12:29:24 +01:00