[full-ci] chore: bump web to v8.0.0. set introduction version v.8.0.0 - #3528
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (a065c9e) 88625 21144 23.86% Head commit (5fd08ad) 88625 (+0) 21144 (+0) 23.86% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#3528) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
kulmann
left a comment
There was a problem hiding this comment.
I think since you already replace the introduction version, you can also already bump the opencloud version in pkg/version (and change the PR title to reflect that)
|
|
||
| WriteBufferDuration time.Duration `yaml:"write_buffer_duration" env:"ACTIVITYLOG_WRITE_BUFFER_DURATION" desc:"The duration to wait before flushing the write buffer. This is used to reduce the number of writes to the store." introductionVersion:"4.0.0"` | ||
| MaxActivities int `yaml:"max_activities" env:"ACTIVITYLOG_MAX_ACTIVITIES" desc:"The maximum number of activities to keep in the store per resource. If the number of activities exceeds this value, the oldest activities will be removed." introductionVersion:"4.0.0"` | ||
| NumConsumers int `yaml:"num_consumers" env:"ACTIVITYLOG_NUM_CONSUMERS" desc:"The amount of concurrent event consumers to start. Event consumers are used for updating the list of activities. Multiple consumers increase parallelisation, but will also increase CPU and memory demands." introductionVersion:"%NEXT%"` |
There was a problem hiding this comment.
how did it sneak in that we don't set %%NEXT%% anymore, but %NEXT% instead? Our tooling requires %%NEXT%% with the double %%. 🤔 Something to better make all devs aware of I think.
change version in I changed |
that's what I was trying to say: I would've expected it with the backend version bump ;-) |


💥 Breaking changes for devs
General
sentryconfig option has been removedoAuth2config option has been removed@opencloud-eu/web-pkgRenamed or moved functionality
useFileActionsSaveAs: useuseFileActionsSaveuseFileActionsNavigate: get from extension systemuseSpaceActionsCreate: get from extension systemuseFileActionFallbackToDownload: get from extension systemuseFileActionsDownloadFile: get from extension systemuseFileActionsDeleteResources: get from extension systemuseFileActionsDelete: get from extension systemuseFileActionsRestore: get from extension systemuseFileActionsUndoDelete: get from extension systemVisiblityObserver: useuseIsVisiblefrom design-systemuseFilterHighlightandmark.js: useFilterHighlightfrom design-systemImageDimension:Tilehas been removed, usepreviewDimensionsofuseTileSizeRemoved functionality
useActionsShowDetailsuseOpenEmptyEditoruseIsSearchActiveChanged signatures
ConfigStore:sentryhas been removedAction:imghas been removedAction:keepOpenhas been removedAuthServiceInterface.handleAuthError: theoptionsargument has been removedConfigStore:isOIDChas been removed, it was alwaystrueConfigStore:isOAuth2has been removed, it was alwaysfalseConfigStore:oAuth2has been removedRawConfig:authhas been removedOAuth2Configtype has been removed@opencloud-eu/design-systemuseIsVisible: therootprop is mandatory now💥 Breaking changes
🔒 Security
📈 Enhancement
🐛 Bug Fixes
✅ Tests