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: model service validation process for ModifyEndpoint #2167

Merged
merged 1 commit into from
May 28, 2024

Conversation

kyujin-cho
Copy link
Member

@kyujin-cho kyujin-cho commented May 21, 2024

This PR updates ModifyEndpoint so that it can perform same service validation process with service creation process.


Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

Copy link

graphite-app bot commented May 21, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added comp:manager Related to Manager component size:L 100~500 LoC labels May 21, 2024
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 944a78a to 8066871 Compare May 21, 2024 11:23
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 0ed50df to fb592b7 Compare May 21, 2024 11:23
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 8066871 to 15a05b3 Compare May 21, 2024 11:24
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from fb592b7 to eec25ff Compare May 21, 2024 11:24
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 15a05b3 to 4d00610 Compare May 22, 2024 06:15
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from eec25ff to 1849e9c Compare May 22, 2024 06:15
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 0dc0ee3 to 74f7e89 Compare May 22, 2024 09:20
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch 5 times, most recently from 07c70e8 to 410de08 Compare May 22, 2024 09:34
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 74f7e89 to 67ce42a Compare May 24, 2024 06:47
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 410de08 to c64ea10 Compare May 24, 2024 06:47
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 67ce42a to 9ba8f27 Compare May 24, 2024 06:54
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from c64ea10 to 70d894b Compare May 24, 2024 06:54
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 9ba8f27 to feea245 Compare May 28, 2024 02:27
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 70d894b to 1614182 Compare May 28, 2024 02:27
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 9faf007 to a710959 Compare May 28, 2024 02:33
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 1614182 to 54089bf Compare May 28, 2024 02:33
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from a710959 to 8a5191e Compare May 28, 2024 02:55
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 54089bf to e7fc9d3 Compare May 28, 2024 02:55
@kyujin-cho kyujin-cho added this to the 24.03 milestone May 28, 2024
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 8a5191e to f7f3b8e Compare May 28, 2024 03:09
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from e7fc9d3 to 1a85060 Compare May 28, 2024 03:09
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from f7f3b8e to ba6b622 Compare May 28, 2024 03:59
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 466ffca to b9c9179 Compare May 28, 2024 03:59
@kyujin-cho kyujin-cho added size:L 100~500 LoC and removed size:L 100~500 LoC labels May 28, 2024
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from cc39a70 to e24d983 Compare May 28, 2024 05:06
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 41ff385 to 67ea542 Compare May 28, 2024 05:06
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from e24d983 to 6a49614 Compare May 28, 2024 05:21
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 67ea542 to 287ae45 Compare May 28, 2024 05:21
Copy link

graphite-app bot commented May 28, 2024

Merge activity

This PR updates `ModifyEndpoint` so that it can perform same service validation process with service creation process.

---

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Milestone metadata specifying the target backport version
- [ ] Mention to the original issue
- [ ] Installer updates including:
  - Fixtures for db schema changes
  - New mandatory config options
- [ ] Update of end-to-end CLI integration tests in `ai.backend.test`
- [ ] API server-client counterparts (e.g., manager API -> client SDK)
- [ ] Test case(s) to:
  - Demonstrate the difference of before/after
  - Demonstrate the flow of abstract/conceptual models with a concrete implementation
- [ ] Documentation
  - Contents in the `docs` directory
  - docstrings in public interfaces and type annotations
@kyujin-cho kyujin-cho force-pushed the topic/split-out-predicate-checker branch from 6a49614 to 42e9419 Compare May 28, 2024 05:39
@kyujin-cho kyujin-cho force-pushed the topic/add-validation-logic-to-modify-endpoint branch from 287ae45 to 2abd2b6 Compare May 28, 2024 05:39
@kyujin-cho kyujin-cho changed the base branch from topic/split-out-predicate-checker to main May 28, 2024 05:46
@graphite-app graphite-app bot merged commit 2abd2b6 into main May 28, 2024
31 checks passed
@graphite-app graphite-app bot deleted the topic/add-validation-logic-to-modify-endpoint branch May 28, 2024 05:47
lablup-octodog pushed a commit that referenced this pull request May 28, 2024
This PR updates  so that it can perform same service validation process with service creation process.

---

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Milestone metadata specifying the target backport version
- [ ] Mention to the original issue
- [ ] Installer updates including:
  - Fixtures for db schema changes
  - New mandatory config options
- [ ] Update of end-to-end CLI integration tests in
- [ ] API server-client counterparts (e.g., manager API -> client SDK)
- [ ] Test case(s) to:
  - Demonstrate the difference of before/after
  - Demonstrate the flow of abstract/conceptual models with a concrete implementation
- [ ] Documentation
  - Contents in the  directory
  - docstrings in public interfaces and type annotations

Backported-from: main (24.09)
Backported-to: 24.03
Backport-of: 2167
kyujin-cho added a commit that referenced this pull request May 28, 2024
Co-authored-by: kyujin-cho <thy2134@me.com>
Co-authored-by: Kyujin Cho <kyujin.cho@lablup.com>
Backported-from: main (24.09)
Backported-to: 24.03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component size:L 100~500 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant