Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

feat: Add v2.KeptnInterface that adds context.Context support to api.KeptnInterface #449

Merged
merged 61 commits into from
Jun 23, 2022
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
7ebcc69
Add `context.Context` to request methods
arthurpitman Apr 4, 2022
e83fcdc
Add get method
arthurpitman Apr 4, 2022
04691e5
Use get methods
arthurpitman Apr 7, 2022
2bc1f2f
Add context to `APIV1Interface`
arthurpitman Apr 7, 2022
0398bc5
Add context to `AuthV1Interface`
arthurpitman Apr 7, 2022
0d43bd9
Add context to `EventsV1Interface`
arthurpitman Apr 7, 2022
eb1b4f1
Add context to `LogsV1Interface`
arthurpitman Apr 7, 2022
199fa04
Add context to `ProjectsV1Interface`
arthurpitman Apr 14, 2022
80ee98b
Add initial context support to `ResourcesV1Interface`
arthurpitman Apr 14, 2022
75d6875
Add context to `ResourcesV1Interface`
arthurpitman Apr 19, 2022
4e3979e
Add context to `SecretsV1Interface`
arthurpitman Apr 19, 2022
8ecb4bd
Add context to `SequencesV1Interface`
arthurpitman Apr 19, 2022
4e882c4
Add context to `ServicesV1Interface`
arthurpitman Apr 19, 2022
379aeef
Add context to `ShipyardControlV1Interface`
arthurpitman Apr 19, 2022
ddea8ee
Add context to `StagesV1Interface`
arthurpitman Apr 19, 2022
340a256
Add context to `UniformV1Interface`
arthurpitman Apr 19, 2022
8d2893e
Add context to `Keptn` and `KeptnBase`
arthurpitman Apr 26, 2022
1b644d4
Fix comments
arthurpitman Apr 26, 2022
62fa95d
Introduce APIV2Interface
arthurpitman May 6, 2022
c511097
Second option: APIV2Interface with `...WithContext` methods
arthurpitman May 6, 2022
a27f916
Create `v2` as duplicate of `api` package
arthurpitman May 10, 2022
fe384f9
Fix `v2.AuthInterface`
arthurpitman May 10, 2022
31903f1
Fix `v2.EventsInterface`
arthurpitman May 10, 2022
d5350f1
Fix `v2.LogsInterface`
arthurpitman May 10, 2022
c390f3a
Fix `v2.ProjectsInterface`
arthurpitman May 10, 2022
177e0c4
Fix `v2.ResourcesInterface`
arthurpitman May 10, 2022
523d30b
Fix `v2.SecretsInterface`
arthurpitman May 10, 2022
f995f61
Fix `v2.SequencesInterface`
arthurpitman May 10, 2022
6e308a7
Fix `v2.ServicesInterface`
arthurpitman May 10, 2022
cdf2a25
Fix `v2.ShipyardControlInterface`
arthurpitman May 10, 2022
5ece0f1
Fix `v2.StagesInterface`
arthurpitman May 10, 2022
990ac0c
Fix `v2.UniformInterface`
arthurpitman May 10, 2022
ca49659
Fix `v2.Client`
arthurpitman May 10, 2022
42be6e3
APIHandler: v1 embeds v2
arthurpitman May 31, 2022
e315cbc
AuthHandler: v1 embeds v2
arthurpitman May 31, 2022
923a93d
EventHandler: v1 embeds v2
arthurpitman May 31, 2022
ca30f63
LogHandler: v1 embeds v2
arthurpitman May 31, 2022
28fda4f
ProjectHandler: v1 embeds v2
arthurpitman May 31, 2022
94bce5c
SecretHandler: v1 embeds v2
arthurpitman May 31, 2022
57667b0
SequenceControlHandler: v1 embeds v2
arthurpitman May 31, 2022
a27461c
ServiceHandler: v1 embeds v2
arthurpitman May 31, 2022
bd86694
ShipyardControllerHandler: v1 embeds v2
arthurpitman May 31, 2022
1219166
StageHandler: v1 embeds v2
arthurpitman May 31, 2022
0e31d6e
UniformHandler: v1 embeds v2
arthurpitman May 31, 2022
f0cd12d
Revert "Add context to `Keptn` and `KeptnBase`"
arthurpitman May 31, 2022
0320167
Remove redundant test
arthurpitman May 31, 2022
540a1f8
Revert `ResourcesV1Interface`
arthurpitman May 31, 2022
fdce402
Rename and export implementation methods
arthurpitman Jun 1, 2022
65f9564
Fix options for `v2.ResourceHandler` methods
arthurpitman Jun 1, 2022
534acb6
ResourceHandler: v1 embeds v2
arthurpitman Jun 1, 2022
4c398d1
Remove redundant test
arthurpitman Jun 1, 2022
d71e1ec
Add construction functions
arthurpitman Jun 1, 2022
92ae5d9
Harmonize construction functions
arthurpitman Jun 2, 2022
b8929e1
Remove deprecated functions from v2
arthurpitman Jun 2, 2022
3ea9b5c
Add v2 construction functions
arthurpitman Jun 2, 2022
9a505e6
Polish v2 handlers
arthurpitman Jun 8, 2022
80183ee
Add missing functions for APIHandler
arthurpitman Jun 9, 2022
4eb9756
Merge branch 'master' into feature/add-context-to-api-set
arthurpitman Jun 20, 2022
6c057c6
added missing api handler in GetMetadata()
bacherfl Jun 21, 2022
46689a2
added alias for v2.ResourceNotFoundError to stay backwards compatible
bacherfl Jun 21, 2022
920b501
fix: Make sure all api handlers are set when using v2 api handlers in…
bacherfl Jun 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ResourceHandler: v1 embeds v2
Signed-off-by: Arthur Pitman <[email protected]>
  • Loading branch information
arthurpitman committed Jun 2, 2022
commit 534acb6ddce3fb1d4a8ada7afe8fc5783f66b9c8
Loading