feat: optionally skip team-folder creation in the wizard - #2839
Conversation
a44920f to
d23c25c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
d23c25c to
292921e
Compare
292921e to
983c61a
Compare
Keep auto-create as the default, but allow skipping the space via the wizard. Signed-off-by: Lennart Joswig <mail@ljoswig.de>
0716c31 to
4779939
Compare
|
/backport to stable35 |
|
The backport to # Switch to the target branch and update it
git checkout stable35
git pull origin stable35
# Create the new backport branch
git checkout -b backport/2839/stable35
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 47799392
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2839/stable35Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable35 |
|
The backport to # Switch to the target branch and update it
git checkout stable35
git pull origin stable35
# Create the new backport branch
git checkout -b backport/2839/stable35
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 47799392
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2839/stable35Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable35 |
|
The backport to # Switch to the target branch and update it
git checkout stable35
git pull origin stable35
# Create the new backport branch
git checkout -b backport/2839/stable35
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 47799392
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2839/stable35Error: Failed to clone repository: Failed to create working tree: error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Summary
Add Advanced Tab in Team Creation Wizzard and make the Team Folder Creation Optional.
TODO
occ config:app:set circles team_folder_auto_create --value="false" --type=boolean, the Advanced block is hidden and no folder is createdChecklist
3. to review, feature component)stable32)AI (if applicable)