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!: add function events #310

Merged
merged 4 commits into from
Oct 25, 2023
Merged

feat!: add function events #310

merged 4 commits into from
Oct 25, 2023

Conversation

thbcmlowk
Copy link
Contributor

@thbcmlowk thbcmlowk commented Oct 11, 2023

Details

Add function events, used now we decoupled the building of the function with the execution of the compute task. For that it add a status field on the Function. It also includes another PR (merged here), to have functions build logs working again.

Fixes FL-1160

As this is going to be merged on a branch that is going to be merged to a POC branch, we use MNIST as a baseline of a working model. We will deal with failing tests on the POC before merging on main.

Companion PR

Misc

  • changelog was updated with notable changes
  • documentation was updated

Description

How has this been tested?

Checklist

  • changelog was updated with notable changes
  • documentation was updated

@linear
Copy link

linear bot commented Oct 11, 2023

FL-1160 Add function event

Context

Statuses:

  • CREATED

  • BUILDING

  • READY

  • + failures

    Tranfer these statuses through the orchestrator.

    Change

Specification

Acceptance criteria

@SdgJlbl SdgJlbl changed the title feat: add function event (#263) feat!: add function event (#263) Oct 20, 2023
@SdgJlbl SdgJlbl marked this pull request as ready for review October 20, 2023 08:29
@SdgJlbl SdgJlbl requested a review from a team as a code owner October 20, 2023 08:29
@SdgJlbl SdgJlbl changed the title feat!: add function event (#263) feat!: add function events Oct 20, 2023
guilhem-barthes and others added 2 commits October 24, 2023 11:37
- Substra/substra-backend#714

Add function events, used now we decoupled the building of the function
with the execution of the compute task. For that it add a status field
on the `Function`. It also includes another PR (merged here), to have
functions build logs working again.

Fixes FL-1160

As this is going to be merged on a branch that is going to be merged to
a POC branch, we use MNIST as a baseline of a working model. We will
deal with failing tests on the POC before merging on main.

- [x] [changelog](../CHANGELOG.md) was updated with notable changes
- [ ] documentation was updated

---------

Signed-off-by: Guilhem Barthes <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: guilhem-barthes <guilhem-barthes@users.noreply.github.com>
Signed-off-by: thbcmlowk <thbcmlowk@users.noreply.github.com>
guilhem-barthes and others added 2 commits October 25, 2023 13:34
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@SdgJlbl SdgJlbl merged commit 8568574 into main Oct 25, 2023
7 checks passed
@SdgJlbl SdgJlbl deleted the poc-decoupled-builder branch October 25, 2023 13:11
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.

3 participants