-
Notifications
You must be signed in to change notification settings - Fork 151
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
1.6.0 #878
Merged
Merged
1.6.0 #878
Conversation
This file contains 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
[ACA] sync with master branch
* fix imports * fix lazy paths
* app-layout component * layout theme reorg * merge app-layout styles * rework page layouting
* library metadata panel * add infoDrawer component to Library * set infoDrawer state to false onDestroy * infoDrawer action * update actions index * infoDrawer set state reducer * register Library metadata component to extensions * filter infoDrawer tabs * update library api * library actions and effects * refresh library view on update event * infoDrawer tests * refactor * check permission on update * check permission on update * lint * reference selection library * add parameter type * full width
* angular 7 upgrade * try to fix e2e failures * reduce wait for snackbar * wait presenceOf instead of visibilityOf * angular 7 upgrade * try to fix e2e failures * reduce wait for snackbar * wait presenceOf instead of visibilityOf * one more try to fix e2e snackbar issues * yet another try * only wait in some tests * diable animations, extra e2e app configuration * update tomcat e2e script * fix prod build memory use * use another type of wait * disable check to be investigated separately
* [ACA-1822] input search options - needs cleanup and styling * [ACA-1822] input search options cleanup - needs styling - needs tests * [ACA-1822] input search options cleanup - needs styling - needs tests * [ACA-1822] input search options styling * [ACA-1822] add translation keys * [ACA-1822] reformat with Prettier * [ACA-1822] fix pointer event on FF * [ACA-1822] fix e2e test * [ACA-1822] update unit tests * [ACA-1822] fix spellcheck * [ACA-1822] fix display * [ACA-1822] some theme cleanup * [ACA-1822] reposition icon * [ACA-1822] code review changes * [ACA-1822] more unit tests
* remove not needed logoutPage * disable back failing check * fix failing test
* transform children data * update navigation schema for children * sidenav submenu * update style * disable extansion panel animation * child routerLinkActive template reference * getApplicationNavigation test * minimised submenu indicator * sort navigaton children
* Added Encoding to search queries. Slashes now won't cause any troubles with routing. * Changed Encoding to remain original value * fix prettier formatting
* john-doclist-actions-ACA-2062 * add “simpletask” to ignore list * fix e2e * add workaround for Favorites * isSharedFile state evaluator * update docs * update store on share file modal closed * share action definition * rename evaluator * context menu rule * check for file selection * use another selector * update tests * viewer share action * fix e2e tests * update viewer button ids
…he second time (#863) * remove autofocus property * let dialog focus elements * remove autoFocus dialog configs * autoFocus default config
* updates * update e2e
Codecov Report
@@ Coverage Diff @@
## master #878 +/- ##
===========================================
+ Coverage 50.29% 63.61% +13.32%
===========================================
Files 103 118 +15
Lines 2899 4076 +1177
Branches 585 683 +98
===========================================
+ Hits 1458 2593 +1135
+ Misses 1367 1358 -9
- Partials 74 125 +51
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
1.6.0 release
Does this PR introduce a breaking change?
Other information