Skip to content

Comments

test: merge current ionos-dev in to ionos-stable#206

Draft
printminion-co wants to merge 83 commits intomk/tmp/ionos-stablefrom
mk/tmp/ionos-dev
Draft

test: merge current ionos-dev in to ionos-stable#206
printminion-co wants to merge 83 commits intomk/tmp/ionos-stablefrom
mk/tmp/ionos-dev

Conversation

@printminion-co
Copy link

  • Resolves: #

Summary

TODO

  • ...

Checklist

github-actions bot and others added 30 commits November 7, 2025 11:52
…ow): improve conditional check for submodule PR creation)

https://github.com/IONOS-Productivity/ncw-config/releases/tag/6c76022

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
Signed-off-by: Aliza Held <aliza.held@strato.de>
This reverts commit 4d1c3e1.

Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
…oidc app)

Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
…target for validation before builds)

https://github.com/IONOS-Productivity/ncw-config/releases/tag/945436e

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
 yq '.jobs.prepare-matrix.steps[].run' .github/workflows/build-artifact.yml | sed -n "/matrix='/,/'$/p" | sed "s/.*matrix='//;s/'$//" | jq '.' > matrix.original.json

 jq 'sort_by(.name)' matrix.original.json > matrix.sorted.json

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
for compatibility reasons

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
… workflow

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…ed your Makefile to separate complex bash logic into standalone script.)

https://github.com/IONOS-Productivity/ncw-config/releases/tag/3dc76d7

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
…or apps requiring composer with --no-scripts and npm build)

https://github.com/IONOS-Productivity/ncw-config/releases/tag/c18550d

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
…ionos email account

Signed-off-by: Aliza Held <aliza.held@strato.de>
Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
printminion-co and others added 27 commits January 6, 2026 11:35
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
lets use underscore

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
drop validation since it is now Redundant (by design)

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Optimized build workflow that uses cache-based detection
 - Checks cache for each app's current SHA
 - Only builds apps with no cached build
 - Significantly reduces build time through smart caching

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…fact.yml

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Implement intelligent cache detection for Nextcloud apps in the build
artifact workflow. This enhancement improves build performance by
detecting which apps need rebuilding based on git changes.

Key features:
- Detect changed apps using git diff against base branch
- Add verbose logging for debugging cache behavior
- Optimize performance with parallel cache operations
- Remove strict PR requirement to enable testing flexibility

Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Extract cache detection logic from workflow YAML into a dedicated
script file for better maintainability and testability.

Changes:
- Create `.github/scripts/detect-app-cache.sh` with all detection logic
- Simplify workflow file by calling the external script
- Improve code readability and separation of concerns
- Enable easier testing and iteration of cache detection logic

Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
partial revert of 647f4c4

Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
…lity in sharing dropdown

Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
…admin selection

Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
in order to fail of jfrog is not accessible

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
force override vue button style of:
.button-vue[data-v-37a61812]:hover {
    background-color: var(--color-background-hover) !important;
}

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…ons for AI model hub parameters)

https://github.com/IONOS-Productivity/ncw-config/releases/tag/84c33bb

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@printminion-co printminion-co changed the title test: Mk/tmp/ionos dev test: merge current ionos-dev in-to ionos-stable Jan 27, 2026
@printminion-co printminion-co changed the title test: merge current ionos-dev in-to ionos-stable test: merge current ionos-dev in to ionos-stable Jan 27, 2026
@printminion-co printminion-co marked this pull request as draft January 27, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants