Skip to content

Port all http apis as stubs to the registry service #1884

Merged
mschuwalow merged 4 commits intomainfrom
api-stubs
Aug 5, 2025
Merged

Port all http apis as stubs to the registry service #1884
mschuwalow merged 4 commits intomainfrom
api-stubs

Conversation

@mschuwalow
Copy link
Copy Markdown
Contributor

resolves #1878

@mschuwalow mschuwalow self-assigned this Aug 4, 2025
}
}

declare_unions! {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you quickly tell me the need of this macros? Just curious, and I may get why when I get deeper into PR reviews.

#[cfg_attr(feature = "poem", derive(poem_openapi::Union))]
#[cfg_attr(feature = "poem", oai(discriminator_name = "type", one_of = true))]
#[serde(tag = "type")]
$i
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh okay. Discard my previous comment. Makes sense.

@mschuwalow mschuwalow merged commit 204faec into main Aug 5, 2025
24 checks passed
@mschuwalow mschuwalow deleted the api-stubs branch August 5, 2025 09:22
mschuwalow added a commit that referenced this pull request Aug 15, 2025
vigoo pushed a commit that referenced this pull request Aug 15, 2025
* Revert "Port all http apis as stubs to the registry service  (#1884)"

This reverts commit 204faec.

* Revert "Golem Registry Service init, base repo layer (#1775)"

This reverts commit 1a63d38.

* revert extra reverts
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.

Port all http apis (as stubs) to the registry service

2 participants