Skip to content
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 128 commits into from
Dec 12, 2018
Merged

1.6.0 #878

merged 128 commits into from
Dec 12, 2018

Conversation

DenysVuika
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

- [ ] The commit message follows our guidelines: https://github.com/Alfresco/alfresco-content-app/blob/master/CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application / Infrastructure changes
[ ] Other... Please describe:

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?

[ ] Yes
[x] No

Other information

suzanadirla and others added 30 commits October 25, 2018 16:04
[ACA] sync with master branch
…#756)

* create separate methods for navigating to desired doc list

* remove timeout committed by mistake
* 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
* hint existing library title name

* unsubscribe
* clean form controls

* check found site by title field
* hide Edit button if no permission

* disable Update button if form is pristine
* add hint element

* check title uniqueness

* update tests
* use Visibility label

* update e2e
* 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
* navigate onode delete event

* remove console
* 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
* [ACA-1889] Split Extending section into separate files

* [ACA-1889] Split Extending section into separate files

* [ACA-1889] Added recent changes and then deleted extending.md

* [ACA-1889] Added Tutorials section
* remove focus outline

* button effect

* submenu conditional icon templates

* clean up styling

* update menu locator

* update library PO locators
MariusGrunenberg and others added 28 commits December 5, 2018 08:28
* 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
* [ACA-2060] checks if empty

* [ACA-2060] hide last divider

* [ACA-2060] switch info drawer button & more menu

* [ACA-2060] cspell change

* [ACA-2060] apply changes only to viewer top toolbar
* [ACA-2069] fix blue slider issue

that appeared after upgrading material to 7.1.0

* [ACA-2069] relocate the style changes
* [ACA-2040] handle invalid email cases on join request

* [ACA-2040] fix json

* [ACA-2040] unit test
* locked file evaluator

* add extension reference

* update docs

* disable versioning for locked files

* disable metadata edit for locked files

* update e2e
* [ACA-2062] viewer - set icons order & set more menu separators

* [ACA-2062] add separator for viewer toolbar icons
…he second time (#863)

* remove autofocus property

* let dialog focus elements

* remove autoFocus dialog configs

* autoFocus default config
* icon component, custom svg

* split components, fix modules

* simplify code

* universal icon component

* support custom icon registration

* update docs

* test fixes
* add i18n string

* render title custom errors

* update form validation

* tests
* [ACA-2077] get filtered recent files from viewer

* [ACA-2077] use same filters
* router event filter search

* test

* added comment
* updates

* update e2e
@codecov-io
Copy link

Codecov Report

Merging #878 into master will increase coverage by 13.32%.
The diff coverage is 79.91%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
src/app/directives/library-membership.directive.ts 85.71% <ø> (ø)
src/app/services/content-management.service.ts 69.93% <ø> (+4.84%) ⬆️
...ries-results/search-libraries-results.component.ts 57.14% <ø> (ø)
src/app/material.module.ts 100% <ø> (ø) ⬆️
src/app/extensions/evaluators/app.evaluators.ts 0% <ø> (ø) ⬆️
...rc/app/components/libraries/libraries.component.ts 47.05% <ø> (+5.39%) ⬆️
...ch-input-control/search-input-control.component.ts 100% <ø> (+81.25%) ⬆️
.../search/search-results/search-results.component.ts 19.17% <ø> (+14.33%) ⬆️
...in-library/toggle-join-library-button.component.ts 85.71% <ø> (ø)
src/app/dialogs/library/library.dialog.ts 85.05% <ø> (+77.55%) ⬆️
... and 164 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc9a314...8e16bd5. Read the comment docs.

@pionnegru pionnegru merged commit 0202926 into master Dec 12, 2018
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.

8 participants