Skip to content

Commit 4e48353

Browse files
FelixKirschJWittmeyerSirDegrafJWittmeyerlumburovskalina
authored
Release v1.1.1 (#31)
* Update LICENSE * Adds is_demo to mutations * Adds demo check for more endpoints * Adds demo check for project and upload task * Small adjustments and removes check for demo for create orga * Adding admin rights for demo version * Splits app.py into modularized files * submodule update * Adds PR changes to work with frontend * Renames folder handler to middleware * Submodule update * Adds restricted endpoint query * Demo check for rest apis * Adds blacklist of restricted endpoints * Adds and slightly changes endpoint * Removes endpoint notify check for demo * Changes function name & removes endpoint * Init sample project state added * Enum pass without value * Updates submodule * Adds import of exported file for knowledge terms If a file gets imported (for knowledge terms) first the app will try to read it in the strucutre of exported lists. If the imported file don't have a fitting structure it gets canceled and the original import flow will continue * Adds typing * Adds yml file * Add dependabot yml (#20) * Adds small change * Adds small change * Bump pyjwt from 2.1.0 to 2.4.0 (#22) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.1.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixes #10, adds arm tags to exec envs * Extend comment * adds EMBEDDING_CREATION_WARNING to notification data (#24) * Dependabot pip numpy 1.22.0 (#21) * Bump numpy from 1.21.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * bump further to 1.23.1 * Changes python version to match numpy version * Changes python version in dockerfile Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adds qutation escaping (#25) * Adds qutation escaping * remove pass * Update service/search/search.py Co-authored-by: Felix Kirsch <[email protected]> * change to union type Co-authored-by: Felix Kirsch <[email protected]> * Adds hotfix (#26) * Adds hotfix * changes spacy version for drone * remove specific path * Removes project export from demo (#27) * Changes allowed demo usecases (#29) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: JWittmeyer <[email protected]> Co-authored-by: simonrempel <[email protected]> Co-authored-by: JWittmeyer <[email protected]> Co-authored-by: Simon Degraf <[email protected]> Co-authored-by: Lina <[email protected]> Co-authored-by: lumburovskalina <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac71b21 commit 4e48353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controller/misc/black_white_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ def __parse_black_white_list():
5050
"CreateOutlierSlice",
5151
"UpdateSliceTypeManual",
5252
"CreateInformationSource",
53-
"DeleteInformationSource",
53+
# "DeleteInformationSource",
5454
"ToggleInformationSource",
5555
"SetAllInformationSourceSelected",
5656
"CreateZeroShotInformationSource",
5757
# "UpdateInformationSource",
5858
"CreateKnowledgeBase",
59-
"DeleteKnowledgeBase",
59+
# "DeleteKnowledgeBase",
6060
# "UpdateKnowledgeBase",
61-
"CreateKnowledgeTerm",
61+
"AddTermToKnowledgeBase",
6262
"PasteKnowledgeTerms",
6363
"UpdateKnowledgeTerm",
6464
"DeleteKnowledgeTerm",

0 commit comments

Comments
 (0)