-
Notifications
You must be signed in to change notification settings - Fork 4
Feature: add changes from 1and1 branch, rebase + resolve conflicts for current main #42
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
Open
erickloss
wants to merge
41
commits into
main
Choose a base branch
from
task/release-2.0-beta
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
b77c2b7
BUGFIX: Show module icon in module list
Sebobo fb3ee84
BUGFIX: Prevent tailwind from breaking neos backend styles
Sebobo 5e53d53
BUGFIX: Prevent metadata from loosing its workspacename
Sebobo 6b25d92
FEATURE: Set build lock by workspace to allow parallel releases
Sebobo 8b5f110
TASK: Show rendering error details in render_orchestrator output
Sebobo d39ef93
BUGFIX: Flush content cache when the pipeline actually starts
Sebobo 28f7d2f
FEATURE: Allow recursing through hidden documents
Sebobo efc5811
add configuration to enable/disable auto-start of incremental releases
erickloss eb2bca8
BUGFIX: Use workspace name from enumerated node during rendering
Sebobo b0aabd7
BUGFIX: Enable storing rendered documents in non public workspaces
Sebobo a0de60d
BUGFIX: Prevent exception in overview when ContentReleaseMetadata is …
Sebobo 477108a
TASK: Add rendertime to render orchestrator output
Sebobo 4876ca0
BUGFIX: Prevent error when exception has no referenceCode
Sebobo f3f7110
BUGFIX: Prevent creating a second content release with the same id
Sebobo 7ce1709
FEATURE: Store rendertime of documents in metadata
Sebobo 8bafbae
BUGFIX: Prevent error when viewing content releases with no Redis met…
Sebobo a15d22e
FEATURE: Log enumeration duration for each site
Sebobo 8e20be9
BUGFIX: Speed up enumeration by fetching all documents with one query
Sebobo 9e988aa
TASK: Cache redis instance for repeated calls in CacheReader
Sebobo 3816e27
FEATURE: Allow enumeration of any nodetype
Sebobo a59129f
TASK: Optimise redis content cache reader
Sebobo b07abbc
TASK: Cleanup enumeration code
Sebobo ba2248f
TASK: Reformat NodeEnumerator code
Sebobo 74157bf
BUGFIX: Add html escaping to stderr and stdout of job logs
mhsdesign a737e87
Merge pull request #35 from Flowpack/bugfix/error-logs-html-escaping
Sebobo ce64170
FEATURE: Make iteration checks in NodeRenderer configurable
Sebobo cb4128d
Merge branch 'task/adjustments-for-1and1' of https://github.com/Flowp…
Sebobo dbb3705
TASK: Append payload only in logging if set
Sebobo 9e887c9
TASK: Add newlines to log output
Sebobo a639800
BUGFIX: Remove pretty formatting for payloads again
Sebobo f68938e
BUGFIX: Make NodeRenderer constants overridable
Sebobo 53db941
TASK: Forgiving data handling in ui service
mhsdesign aab5a6d
BUGFIX: Joblogs preserve whitespace and highlight errors
mhsdesign 11a2a2b
TASK: Reverse stdout log and improve styling
Sebobo 71a4ac5
Merge pull request #36 from Flowpack/bugfix/joblogs-preserve-whitespa…
Sebobo d62e013
FEATURE: Format stdout with eel helper
Sebobo 7d576fe
BUGFIX: Handle empty stdout when formatting logs
Sebobo 0c46d50
Merge branch 'main' into task/adjustments-for-1and1
Sebobo 44680cb
BUGFIX: site nodes do not get recognized as orphaned anymore
erickloss 53c26b3
BUGFIX: merge error
erickloss b0ca14d
BUGFIX: merge error
erickloss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
new feature (for changelog / upgrade notes)