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

Run integration tests in github CI #613

Merged
merged 11 commits into from
Dec 19, 2023
Merged

Conversation

come-nc
Copy link
Collaborator

@come-nc come-nc commented Dec 18, 2023

Migrate away from drone

Dev Changes From To Compare
composer/pcre 3.0.0 3.1.1 ...
composer/semver 3.3.2 3.4.0 ...
doctrine/annotations 1.13.3 REMOVED
doctrine/deprecations v1.0.0 1.1.2 ...
doctrine/lexer 1.2.3 REMOVED
fidry/cpu-core-counter 0.5.1 1.0.0 ...
friendsofphp/php-cs-fixer v3.11.0 REMOVED
netresearch/jsonmapper v4.1.0 v4.2.0 ...
nextcloud/coding-standard v1.0.0 v1.1.1 ...
nextcloud/ocp f94a54b 50e169f ...
nikic/php-parser v4.15.4 v4.18.0 ...
phpdocumentor/type-resolver 1.7.1 1.7.3 ...
phpstan/phpdoc-parser 1.16.1 1.24.5 ...
psr/cache 1.0.1 REMOVED
psr/container 1.1.2 2.0.2 ...
sebastian/diff 4.0.4 4.0.5 ...
spatie/array-to-xml 3.1.5 3.2.2 ...
symfony/console v5.4.13 v6.0.19 ...
symfony/deprecation-contracts v2.5.2 REMOVED
symfony/event-dispatcher v5.4.9 REMOVED
symfony/event-dispatcher-contracts v2.5.2 REMOVED
symfony/filesystem v5.4.13 v6.0.19 ...
symfony/finder v5.4.11 REMOVED
symfony/options-resolver v5.4.11 REMOVED
symfony/polyfill-ctype v1.26.0 v1.28.0 ...
symfony/polyfill-intl-grapheme v1.26.0 v1.28.0 ...
symfony/polyfill-intl-normalizer v1.26.0 v1.28.0 ...
symfony/polyfill-mbstring v1.26.0 v1.28.0 ...
symfony/polyfill-php73 v1.26.0 REMOVED
symfony/polyfill-php80 v1.26.0 REMOVED
symfony/polyfill-php81 v1.26.0 REMOVED
symfony/process v5.4.11 REMOVED
symfony/service-contracts v2.5.2 v3.0.2 ...
symfony/stopwatch v5.4.13 REMOVED
symfony/string v5.4.13 v6.0.19 ...
vimeo/psalm 5.9.0 5.18.0 ...
php-cs-fixer/shim NEW v3.41.1

@come-nc come-nc self-assigned this Dec 18, 2023
@come-nc come-nc force-pushed the feat/migrate-away-from-drone branch 18 times, most recently from 3621fb3 to d7a934f Compare December 18, 2023 15:03
@come-nc come-nc force-pushed the feat/migrate-away-from-drone branch from 48f53c0 to d616f38 Compare December 18, 2023 15:54
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
@come-nc
Copy link
Collaborator Author

come-nc commented Dec 18, 2023

/backport to stable28

@come-nc come-nc merged commit 8a32fff into master Dec 19, 2023
18 checks passed
@come-nc come-nc deleted the feat/migrate-away-from-drone branch December 19, 2023 08:12
@backportbot-nextcloud
Copy link

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b fix/foo-stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable28

Error: Unknown error

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants