Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple shared packages #32

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Decouple shared packages #32

merged 1 commit into from
Jun 23, 2023

Conversation

streamer45
Copy link
Contributor

Summary

PR extracts shared constructs (i.e. Client, Job, VersionInfo) into decoupled packages under a common public top level directory/package. This is necessary to avoid the plugin side (or any other importer) from indirectly importing all sorts of unnecessary dependencies (e.g. docker, kubernetes).

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Jun 22, 2023
@streamer45 streamer45 requested a review from cpoile June 22, 2023 18:39
@streamer45 streamer45 self-assigned this Jun 22, 2023
@cpoile cpoile added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Jun 23, 2023
@streamer45 streamer45 merged commit d94cee0 into MM-51801-cloud-native Jun 23, 2023
@streamer45 streamer45 deleted the public branch June 23, 2023 14:08
streamer45 added a commit that referenced this pull request Jul 28, 2023
* [MM-52322] Support multiple APIs implementations (#23)

* JobService interface

* Bump build deps

* [MM-52323] Refactor docker implementation (#24)

* Refactor docker job service

* Add tests

* Build and release docker image (#25)

* [MM-52346] Kubernetes implementation (#26)

* Setup k8s client

* Implement k8s API

* Remove StopJob

* Implement Init() API call

* Setup k8s CI

* Update sample config

* Add local k8s development doc

* Use human friendly prefix for job names

* Add support for passing custom tolerations

* Expose version info (#28)

* Implement unauthorized client error (#27)

* Update k8s client deps to latest

* Decouple public packages (#32)

* Enforce MaxConcurrentJobs limit (#33)

* Bump calls-recorder

* Update dev docs

* Explicitly set image pulling policy

* Support fetching dev builds from calls-recorder-daily registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants