-
Notifications
You must be signed in to change notification settings - Fork 187
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
[tests-only][full-ci]add api test for search files using tag in project spaces #6853
Conversation
f6f0e07
to
2c09893
Compare
And user "Alice" has created the following tags for file "test.txt" of the space "Personal": | ||
| tag1 | | ||
And user "Alice" has created the following tags for file "file2.txt" of the space "Personal": | ||
And user "Alice" has created the following tags for file "folderWithFile/fileInsideFolder.txt" of the space "Personal": | ||
| tag1 | | ||
And user "Alice" has created the following tags for file "folderWithFile/subFolder/fileInsideSubFolder.txt" of the space "Personal": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we can use table in this case like
And user "Alice" has created the following tags:
|file| tags|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there will be changes in another scenario also so I will make this in another PR
1e71857
to
bc7bc8a
Compare
121a928
to
92d94af
Compare
92d94af
to
fab4a77
Compare
7b54a42
to
7ff465c
Compare
@@ -259,6 +259,7 @@ public function usingOldDavPath():void { | |||
$this->davPath = $this->getOldDavPath(); | |||
$this->usingOldDavPath = true; | |||
$this->customDavPath = null; | |||
$this->usingSpacesDavPath = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to other functions. I think it got missed out here.
ecc17d0
to
01e2be5
Compare
b7e89ea
to
ad808ee
Compare
ad808ee
to
91d3533
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
This PR adds the API tests for full search api. The scenarios added in this PR are
In this PR there is refactored on:
Related Issue
Motivation and Context
search files by tag
there are some changes like:How Has This Been Tested?
Types of changes
Checklist: