Denys Vuika
71c2e40db8
[ACA-4205] Latest ADF and unit test fixes ( #1861 )
...
* upgrade ADF and cleanup test
* unit test stabilisation
* cleanup tests
* unit test stabilisation
* unit test stabilisation
* update ADF libs to latest alphas
2020-12-07 18:34:34 +00:00
Eugenio Romano
ad58be3d05
Rebalance suites conf to be less error prone ( #1819 )
...
* rebalance suites conf to be less error prone
* shared api - wait for specific files instead of totalItems
* remove unused
* - make search api wait calls more stable on parallel runs
- remove not needed workaround from closeMoreMenu
* reorganize test suites
a few more test stabilisations
* improve copy tests for parallel running
* more changes to consider parallel running
Co-authored-by: Adina Parpalita <Adina.Parpalita@ness.com >
2020-12-04 12:39:39 +00:00
Denys Vuika
ddc6f36ab4
Prettier upgrade and e2e type checks ( #1522 )
...
* upgrade prettier
* noImplicitAny rule
* fix type
* update tsconfig
* upgrade to 150 print width
2020-07-14 10:03:23 +01:00
Denys Vuika
2854c17cd9
[ADF-5183] Upgrade to Angular 10 ( #1506 )
...
* upgrade preparation fixes
* remove fdescribe
* update browserlist config
* ng8
* ngrx 8
* ng9
* ngrx 9
* remove entryComponents
* unit tests
* ng 10
* latest ADF
* fix unit tests
* fix lint
* update deps and travis
* code fixes
* upgrade webdriver
* cleanup libs
* fix test
* update test
* Use browserTarget as target for lite-serve
* Use the update webdriver with CI condition
* Use version console.log('load', path
* Fix path sh
* Try to use remote env
* Add the . to export variabled
* Use hardcoded chrome version
* Remove the run remote
* Avoid to use the escape
* Skip flaky e2e and raise issue ACA-3615
* SKip failing e2e
* Skip flaky e2e and raise issue ACA-3615
* Fix close app toolbar menu and preconditions + tests of mark-favorite.test.ts Personal Files section
* Fix mark-favorite tests
* Fix ext-header test
* Fix new-menu tests
* Fix lint
* no message
* Fix viewer tests
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com >
Co-authored-by: Cristina Jalba <cristina.jalba@ness.com >
2020-07-09 09:37:06 +01:00
Cilibiu Bogdan
b84cdcb1cc
[ACA-3081] upgrade @types/jasmine to latest ( #1425 )
...
* fix @type/jasmine update errors
* bump coverage
* fix linting
2020-04-22 12:38:22 +01:00
Denys Vuika
bf509843b7
integrate Prettier with tslint ( #1419 )
...
* integrate prettier with tslint
* remove obsolte scripts
* update tsconfig
* fix lint issues
* fix lint errors
* more rules and fixes
* kebab case and lint fixes
* update helpers
* update util
2020-04-19 23:29:20 +01:00
Cilibiu Bogdan
66f9442563
update copyright ( #1302 )
...
* update copyright
* update year
2020-01-16 18:15:34 +02:00
Cilibiu Bogdan
cb268f2ebe
[ACA-2489] - Drag and Drop is not operable with keyboard alone ( #1235 )
...
* filter out image-viewer for key navigation
* cancel keyboard navigation for cdk-overlay-container children
2019-10-24 07:55:57 +03:00
pionnegru
473f4ced8e
test
2019-10-21 12:15:52 +03:00
dhrn
5491545ac9
[ACA-2471] - close preview action ( #1129 )
2019-06-15 06:17:59 +03:00
Denys Vuika
9db1c2989f
shared library ( #1080 )
...
* shared project scaffold
* rules package
* move evaluators to shared lib
* add rxjs peer dependency
* use dedicated material namespaces
* create store package, move actions
* move selectors to shared library
* move generic effects to shared lib
* move routing extensions
* minor code reorg
* fix unit tests
* move content-api service
* move permission service
* update tests
* update plint config
* move page layout
* css variables
* use dedicated css property
* move generic error component to shared lib
* fix test
2019-04-25 14:56:54 +01:00
Adina Parpalita
6ac697564d
update copyright year ( #1022 )
...
* update copyright year
* forgot a file
* update year on licence header
2019-03-19 15:41:27 +02:00
Denys Vuika
4cde12dfee
node locking enhancements and fixes ( #955 )
...
* optimize image resolver
* allow previewing locked files
* allow selecting locked nodes
* fix comments and metadata tabs
* improved lock checks
* remove obsolete "experimental" directive
2019-02-15 18:36:51 +00:00
Cilibiu Bogdan
894a928187
[ACA-2193] Lock node - unlock after new version is uploaded ( #924 )
...
* unlock node api call
* unlock action and effect
* unlock node after version upload
* check if locked
* clear version input on dialog cancel event
* update viewer on node version upload
* update viewer on file upload delete
* test
* update tests
* update tests
* rename evaluators
* update docs
2019-02-10 13:56:02 +00:00
Denys Vuika
796c6587a8
separate column templates from doc list ( #700 )
...
* use standard date columns
* use standard file size column
* name column component
* library name template
* library status column
* enable tests
* trashcan name column template
2018-10-10 10:44:44 +01:00
Cilibiu Bogdan
253425971f
[ACA-1841] Hide app menu in preview ( #698 )
...
* hide menu in preview
* fix getNodeInfo return value when no node is found
2018-10-09 16:52:46 +01:00
Denys Vuika
f580b96a78
more detailed code coverage reports ( #664 )
...
* add about to coverage
* add more components to coverage
* more truth for coverage reports
* even more fun
* switch off json formatting
* deploy war file after unit test run
2018-09-24 14:35:14 +01:00
Denys Vuika
883a1971c5
[ACA-1443] prettier formatting and checks ( #629 )
...
* intergrate prettier
* update settings
* integrate with travis
* unified formatting across all files
2018-09-13 16:47:55 +01:00
Denys Vuika
f91608fe78
Angular 6 ( #556 )
...
* upgrade to angular 6 (with rxjs-compat)
* fix tests
* fix test scripts
* upgrade rxjs to 6.0
* remove rxjs-compat layer
* update unit tests
* restore tests
* context-menu transparent backdrop
* upgrade libs
* changed snackbar locator
* locator as class
* remove locator element reference
* snackbar locators
* wait for snackbar before executing the action button
* expect cdk-overlay before mat-menu-panel condition
* update libs
2018-08-09 11:11:06 +01:00
Cilibiu Bogdan
3e123bee62
[ACA-1115] Quick Share ( #492 )
...
* share file
* fix
* fix test dependency
* experimental guard
2018-07-06 10:42:13 +01:00
Denys Vuika
af547aac31
content api service ( #455 )
...
* introduce content-api service
* upgrade files component
* upgrade directives
* upgrade directives
* update directives
* fix profile resolver call ordering issue
* fix reducer
* update services
* extra apis
* update about page
* update preview component
* code updates
2018-06-25 10:37:21 +03:00
Denys Vuika
ac6e96530f
unit test cleanup ( #454 )
...
* auth mock
* avoid using jasmine
* cleanup preview tests
* cleanup recent files tests
* cleanup shared files tests
* remove fdescribe
* update tests
* move adf services to single place
* move app specific services to single place
* cleanup directive tests
* cleanup directive tests
* update directive tests
2018-06-24 17:33:50 +01:00
Cilibiu Bogdan
9076c7ee9f
[ACA-1407] Version Manager - file name conflict message ( #398 )
...
* upoad file conflict message
* SnackbarErrorAction
2018-06-12 07:51:57 +01:00
Denys Vuika
e34e9ee726
[ACA-1442] improved notifications and delete/restore ( #393 )
...
* remove notifications from files component
* remove notifications from favorites page
* remove irrelevant tests
* snackbar effects
* snackbar theme
* improve permanent delete messaging
* cleanup tests
* strongly typed node delete directive, node actions
* strongly-typed directives
* test fixes
* redux dev tools, migrate permanent delete directive
* reload trashcan on service events
* delete and restore nodes, snackbar effects with undo
* wire viewer with store and effects
* test fixes
* migrate events
* fix spelling
* bug fixes
* use notification effects on restore node
* remove fdescribe
* node-versions using snackbar actions
* dispatch snackbars from node-move directive
* store-enabled create folder
* reduce dependency on ContentService for list reloads
* favorites use unified preview api for files
* simplify preview for shared files
* remove test
2018-06-11 06:33:37 +01:00
Cilibiu Bogdan
f21ddee491
[ACA-1426] Search - back from preview breaks view ( #376 )
...
* build url from string
* fix tests
2018-06-01 11:48:56 +01:00
Cilibiu Bogdan
2a79bbd018
delete action ( #324 )
2018-04-19 18:05:00 +01:00
Cilibiu Bogdan
142b179841
[ACA-1273] Preview - node metadata ( #272 )
2018-04-04 09:24:26 +01:00
suzanadirla
1bbb409a4c
Update to latest ADF & alfresco-js-api ( #264 )
...
* upgrade to latest ADF & alfresco-js-api
* fix tests
* update to latest ADf alpha
2018-03-29 10:20:35 +01:00
Adina Parpalita
6688e236d9
update copyright year on license headers and login page ( #212 )
2018-03-02 14:11:31 +00:00
Denys Vuika
3a55411f40
[ACA-99] Viewer actions ( #203 )
...
* "toggle favorite" action
* copy and move actions
* move actions to the "more" menu
2018-02-27 15:30:24 +00:00
Denys Vuika
ed2f91ee7c
[ACA-1137] Spike - Improving speed of unit tests ( #193 )
...
* improve tests
* improve tests
* improve tests
* improve tests
2018-02-21 15:21:59 +02:00
Denys Vuika
5234a875e7
[ACA-1135] spike on deleting nodes from the viewer ( #192 )
...
* delete/restore from the viewer
* rename content management service events
* test fixes
* offload node delete/restore to content service
* improve tests
2018-02-21 08:00:58 +02:00
Denys Vuika
3cff48cac5
[ACA-1078] next/prev navigation for the Viewer ( #187 )
...
* basic navigation through the folder
* carousel mode for libraries
* code polishing
* save and restore sorting settings
* get user sorting preferences into account
* sorting fixes
* full test coverage
2018-02-08 20:39:19 +02:00