Skip to content

Commit

Permalink
Add changelog item, exclude oC10 app from SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Feb 8, 2022
1 parent 1dd823a commit 085f6ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-remember-selected-ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Remember the UI that was last selected via the application switcher

With this change, ownCloud will remember the UI that was last selected via the application switcher. This only works when using ownCloud 10 as backend.

https://github.com/owncloud/web/pull/6173
https://github.com/owncloud/enterprise/issues/4694
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY}
sonar.javascript.lcov.reportPaths=coverage/lcov.info

# Exclude files
sonar.exclusions=docs/**,node_modules/**,deployments/**,**/tests/**,__mocks__/**,__fixtures__/**,dist/**,changelog/**,config/**,docker/**,release/**,**/package.json,package.json,rollup.config.js,nightwatch.conf.js,Makefile,Makefile.release,CHANGELOG.md,README.md,packages/web-client/src/generated/**
sonar.exclusions=docs/**,node_modules/**,deployments/**,**/tests/**,__mocks__/**,__fixtures__/**,dist/**,changelog/**,config/**,docker/**,release/**,**/package.json,package.json,rollup.config.js,nightwatch.conf.js,Makefile,Makefile.release,CHANGELOG.md,README.md,packages/web-client/src/generated/**,packages/web-integration-oc10/**

0 comments on commit 085f6ac

Please sign in to comment.