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

feat: Unified REST API #1818

Merged
merged 98 commits into from
Dec 7, 2023
Merged

feat: Unified REST API #1818

merged 98 commits into from
Dec 7, 2023

Conversation

lostbean
Copy link
Contributor

@lostbean lostbean commented Nov 17, 2023

Description:

This PR creates unified and first class REST API to manage the Kurtosis cluster (enclaves, services, ...). The REST APIs are defined using OpenAPI 3 specs, oapi-codegen to generate server and golang bindings and echo to server it. It also server Swagger UI to allow exploring the current API documentation.

!!! WARING !!! This PR also include bumping the Go compiler to 1.20 due requirement in some of the new dependencies for OpenAPI specs.

Is this change user facing?

No

References (if applicable):

BEGIN_COMMIT_OVERRIDE
feat: Unified REST API
END_COMMIT_OVERRIDE

@lostbean lostbean force-pushed the edgar/unified_restful_engine branch from 144f5e3 to fabab42 Compare December 6, 2023 13:14
rand.Seed has been deprecated since Go 1.20 and an alternative has been
available since Go 1.0: Programs that call Seed and then expect a
specific sequence of results from the global random source (using functions such as Int)
can be broken when a dependency changes how much it consumes from the
global random source.

To avoid such breakages, programs that need a specific result
sequence should use NewRand(NewSource(seed))
to obtain a random generator that other packages cannot access
@lostbean lostbean removed the DO NOT MERGE DO NOT MERGE THIS PR label Dec 6, 2023
@lostbean lostbean added this pull request to the merge queue Dec 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 6, 2023
@lostbean lostbean added this pull request to the merge queue Dec 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 6, 2023
@lostbean lostbean added this pull request to the merge queue Dec 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 7, 2023
@lostbean lostbean added this pull request to the merge queue Dec 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 7, 2023
@lostbean lostbean enabled auto-merge December 7, 2023 19:43
@lostbean lostbean added this pull request to the merge queue Dec 7, 2023
Merged via the queue into main with commit c3911f6 Dec 7, 2023
33 checks passed
@lostbean lostbean deleted the edgar/unified_restful_engine branch December 7, 2023 20:28
@lostbean lostbean changed the title feat!: Unified REST API feat: Unified REST API Dec 11, 2023
h4ck3rk3y added a commit that referenced this pull request Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants