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

[Services] add disable function #620

Merged
merged 3 commits into from
Feb 10, 2022

Conversation

qinkunbao
Copy link
Member

@qinkunbao qinkunbao commented Feb 9, 2022

Description

This PR adds a new feature called disable function. It allows function owners to disable a function by specifying a function id. After that, data owners cannot create a new task with this function id.

Type of change (select or add applied and delete the others)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • API change with a documentation update
  • Additional test coverage
  • Code cleanup or just sync with upstream third-party crates

How has this been tested?

Checklist

  • Fork the repo and create your branch from master.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the tests pass (see CI results).
  • Make sure your code lints/format.

@qinkunbao qinkunbao marked this pull request as ready for review February 9, 2022 22:02
@mssun mssun self-requested a review February 10, 2022 00:36
@mssun mssun merged commit 131aa73 into apache:master Feb 10, 2022
@qinkunbao qinkunbao deleted the apache-disable-function branch February 10, 2022 03:07
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.

2 participants