feat: migrate to web components API#515
Conversation
cee3baf to
4a7cc07
Compare
|
/compile |
|
ah there are conflicts |
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
9efc3f4 to
842a2a7
Compare
|
/compile rebase |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
/backport to stable32 |
|
/backport to stable31 |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/515/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 842a2a7f 2bb18a5f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport 842a2a7 to stable31 |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/515/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 842a2a7f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport 842a2a7 to stable31 |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/515/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 842a2a7
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport 8eeea26 to stable31 |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/515/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 8eeea268
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
We need to provide an API that does not rely on Vue. As Vue components must not be shared between different apps.