Commit c798f62
authored
feat(pubsub/v2): add new v2 library (#12218)
* move existing files to v2
* add pstest and testdata directories
* chore(pubsub): rewrite v2 files with new package (#11292)
* chore(pubsub): remove handwritten layer from v2 (#11367)
* refactor imports to support v2
* remove handwritten schema client
* remove handwritten topic admin methods
* remove handwritten subscription admin methods
* remove admin operations only tests
* delete handwritten snapshot methods
* deprecate(pubsub/v2): remove and rename existing settings (#11375)
* deprecate(pubsub/v2): deprecate and rename user settings
* remove more code related to synchronous and byte limit
* refactor(pubsub/v2): make tests use new GAPIC library (#11429)
* refactor(pubsub/v2): make tests use new GAPIC library
* remove examples for list operations that are no longer part of this library
* feat(pubsub/v2): rename data plane clients (#11376)
* rename data plane clients
* add renamed data clients
* revert changes to filenames
* rename subscriber
* fix go docs referencing topic/subs
* fix remaining data client renames
* remove unused publisher method
* remove TopicInProject
remove TopicInProject
* feat(pubsub): rename lease settings, change byte limit default (#11963)
* chore(pubsub): restore updated v1 go files (#12011)
* chore(pubsub): revert v2 gapic to head (#12090)
* chore(pubsub): revert v2 gapic to HEAD
* revert info.go changes
* chore(pubsub): module and workspace updates (#12106)
* chore(pubsub): replace go.mod and go.work files in v1
* fix go.work formatting
* run go mod tidy
* chore(pubsub): rename data plane clients (#12108)
* chore(pubsub): rename data clients and update documentation
* more data plane renaming
* update repo-metadata and module files
* update copyright header for new files
* update go mod and work files
* add deprecation notice for pubsub v1
* fix exported comments
* feat(pubsub/v2): remove dependency on v2 fake (#12248)
* remove v2 fake
* remove lingering import of v2 pstest
* run go mod tidy
* bump google.golang.org/api version
* feat(pubsub/v2): add back fake and internal packages (#12292)
* feat(pubsub): add back v2 helper libraries
* fix copyright header year for new files
* update internal/testutil package version
* chore: alias v1 pubsub types
* chore(pubsub/v2): rename call options (#12519)
* chore(pubsub/v2): rename call options
* fix variable name
* chore(pubsub/v2): carve out v2 module (#12509)
* docs(pubsub): add migration guide to v2 (#12547)
* docs(pubsub): add migration guide to v2
* additional code formatting and edits to migration guide
* format code migration guide1 parent 3f14ec8 commit c798f62
File tree
73 files changed
+27041
-11535
lines changed- internal
- postprocessor
- pubsub
- apiv1/pubsubpb
- loadtest
- pstest
- v2
- apiv1
- internal
- benchwrapper
- proto
- distribution
- longtest
- scheduler
- testutil
- pstest
- testdata
- schema
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+27041
-11535
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2249 | 2249 | | |
2250 | 2250 | | |
2251 | 2251 | | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
| 2258 | + | |
| 2259 | + | |
| 2260 | + | |
| 2261 | + | |
2252 | 2262 | | |
2253 | 2263 | | |
2254 | 2264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments