Denys Vuika
d89473046c
fix location link sorting ( #473 )
2018-06-29 15:03:58 +03:00
Denys Vuika
045c4ee9a2
library effects and actions ( #441 )
...
* library effects and actions
* single selection and test fixes
* navigate to site route
* add experimental flag
* disable test
* update tests
2018-06-21 19:56:08 +01:00
Cilibiu Bogdan
fec3f8aaf7
User profile state ( #438 )
...
* user data
* fix missing store selector
* profile state
* use ProfileStatus
* remove tests
* test fixes
2018-06-20 13:43:20 +01:00
Denys Vuika
e2eed9b71c
style and theming fixes ( #428 )
...
* fix generic error text and styles
* search input layout and style fixes
* settings theme
* layout theme support
* current user theme
* theming support for header component
* disable "use-host-property-decorator" tslint rule
* sorting picker button theme
2018-06-17 16:16:38 +01:00
Denys Vuika
6620600550
Revert "fix snackbar selector"
...
This reverts commit b6938060aecec7859fa42a518808afc1f93d69b9.
2018-06-12 20:00:32 +01:00
Denys Vuika
b6938060ae
fix snackbar selector
2018-06-12 19:16:01 +01:00
Denys Vuika
eefba09352
update tests
2018-06-09 07:05:18 +01:00
Denys Vuika
1bd50287a1
update e2e tests according to the toolbar changes
...
View button tests will be reviewed in the future once new "cycling through the selection" is introduced
2018-06-08 21:31:00 +01:00
Denys Vuika
15dff74eea
use port 4000 for e2e runs ( #387 )
...
* use port 4000 for e2e runs
* upgrade to latest node images
* Revert "upgrade to latest node images"
This reverts commit 88177f508468f7f9b7d07c388785df1a5c30e27e.
* disable the deletion test for now
2018-06-07 13:32:51 +01:00
Denys Vuika
1bf897639c
fix toolbar test
2018-06-06 14:06:23 +01:00
Denys Vuika
f0c0fe162b
[ACA-1432] unified selection and single info drawer ( #385 )
...
* track document list selection state
* selection management enhancements
* (fix) hide info drawer on selection reset
* use store selection
* remove event handler
* upgrade info drawer for personal files
* upgrade favorties
* upgrade recent files
* move info drawer to a separate component
* test fixes
* update tests
* test fixes
* remove obsolete directive
* use last selection entry
* switch back to first selected node
* selection improvements, versioning uses same node
* optimised toolbar visibility evaluation
* upgrade libs
* update js api
* test fixes
* test fixes
* test updates
* test fixes
* fix e2e tests
* show metadata for last clicked node
2018-06-06 12:44:13 +01:00
Denys Vuika
71ac843c5f
upgrade libs ( #370 )
...
* upgrade libs
* fix toolbar in the header
* restore breadcrumb e2e tests
2018-05-26 11:28:18 +01:00
Denys Vuika
b78f97c79d
Upgrade to latest ADF (alpha) ( #361 )
...
* upgrade libs
* update libs
* upgrade page title management
* restore app config
* use 'title' property
* update libs
* disble cypress
* update libs
* disable irrelevant tests
2018-05-21 12:27:12 +01:00
Denys Vuika
829b421108
[ACA-1390] add spellcheck for the typescript code ( #363 )
...
* add spellcheck for the typescript code
* update CI config
* update spellcheck rules
* update spellcheck config and code
* run spellcheck for e2e tests
* disable e2e test
* disable cypress for now
2018-05-21 08:40:41 +03:00
Denys Vuika
8a222bcb89
latest adf alpha ( #353 )
...
* latest adf alpha
* fix test
* try using instant translation for page titles
* upgrade to latest alpha
* update app config
* upgrade to adf app config pipe
* update libs
* update libs
* update config file
* fix code after upgrade
* upgrade e2e
* upgrade libs
* update libs
* fix e2e
2018-05-10 22:07:02 +01:00
Cilibiu Bogdan
9e264f3fb0
[ACA-1317] Use ADF component for "New" side navigation actions ( #347 )
...
* adf-sidebar-action-menu
* update
2018-05-04 18:39:26 +01:00
Denys Vuika
9984fa2bd1
upgrade to latest ADF alpha ( #341 )
...
* upgrade to latest ADF alpha
* upgrade to newer alpha
* fix search pagination
* disable slow test
2018-05-02 11:44:32 +03:00
Denys Vuika
25c5738160
[ACA-1347] Setup code linting and production builds with CI ( #339 )
2018-04-30 11:51:27 +01:00
Cilibiu Bogdan
46a5339214
[ACA] E2E - Toolbar - wait for shared api
2018-04-29 11:15:26 +01:00
Cilibiu Bogdan
bf4536fec5
reset selection after each test ( #335 )
2018-04-27 19:46:01 +01:00
Denys Vuika
09aeeff204
initial e2e integration ( #329 )
...
* e2e integration with ci
* update travis config
* try always build image
* build the app in production mode
* try to stop previous
* stop default postgresql service
* try upgrade selenium-webdriver
* disable Gecko for webdriver-manager
* use stable chrome and latest protractor
2018-04-23 14:21:41 +03:00
Denys Vuika
e36ad93a98
Sync latest development ( #147 )
...
* fix navigation docs issues
* update documentation (#142 )
* update documentation
changed start command
used a tags for links nested inside table and p tags, because Github did not render them correctly
* set link to navigation on side-nav.md
* [ACA-1061] update project version (#145 )
[ACA-1061] update project version
* move e2e to a separate repo
* fix "view" button (toolbar)
2017-12-14 18:55:01 +00:00
Denys Vuika
d4a55c5b95
[ACA-1042] switch license ( #129 )
2017-12-11 14:58:25 +00:00
Adina Parpalita
9681b459f7
[e2e] fix selectors ( #116 )
...
* fix selectors
start chrome headless
* use case insensitive
2017-12-06 14:32:30 +02:00
Adina Parpalita
43b020ca51
[ACA-990] add tests for Recent Files, Shared Files and location redirect ( #105 )
...
* add tests for Recent Files and Shared Files list views
add tests for location redirect
* small fix
2017-12-04 06:10:23 +02:00
Adina Parpalita
2d6ae127aa
[ACA-990] stabilise e2e tests ( #104 )
2017-12-01 11:12:24 +00:00
Adina Parpalita
2ce7d57737
[ACA-990] e2e fixes ( #101 )
...
* change selector
rename methods
separate pagination tests into multiple files to try to avoid jasmine timeout
increase a bit the timeouts
* shared-links api needs a bit more time to complete
* a bit more time
2017-11-30 19:44:21 +00:00
Adina Parpalita
f6f7b0bdf3
add tests for pagination on multiple list views ( #97 )
2017-11-28 23:29:07 +02:00
Adina Parpalita
79f8ec33a9
[ACA-990] framework improvements ( #96 )
...
* refactoring
* e2e API improvements
* forgot one file
2017-11-28 22:02:47 +02:00
Bogdan Cilibiu
d34cca3c6e
deleteNodesById
2017-11-26 14:10:09 +02:00
Adina Parpalita
d7ba58616c
add tests for Restore from Trash ( #79 )
2017-11-22 17:36:35 +02:00
Adina Parpalita
8fd55fbb3a
add tests for Permanent delete action ( #77 )
2017-11-22 12:57:27 +02:00
Adina Parpalita
56d62276d7
e2e test components refactoring ( #76 )
2017-11-22 10:51:49 +02:00
Adina Parpalita
b189945627
[ACA-986] fix ts error ( #68 )
...
* fix ts error
* another fix
2017-11-21 08:26:46 +02:00
Adina Parpalita
892b49046f
Toolbar - multiple selection - all list views ( #66 )
2017-11-20 22:30:25 +02:00
Adina Parpalita
ab55bbc9b1
move cleanup to specific tests
2017-11-17 23:47:34 +02:00
Adina Parpalita
361e17cb77
add tests for Toolbar single selection for all list views
2017-11-17 23:09:35 +02:00
Adina Parpalita
f75538c532
small logout refactoring
2017-11-17 23:08:57 +02:00
Adina Parpalita
03c81d8b60
add methods to check if an action is present in the menu
2017-11-17 23:08:25 +02:00
Adina Parpalita
c10774a6ba
add shared-links api
2017-11-17 23:07:43 +02:00
Adina Parpalita
03e1187780
add trashcan api
2017-11-17 23:06:57 +02:00
Adina Parpalita
1db9710c68
[ACA-990] Add sanity tests for Trash list view ( #58 )
...
* add sanity tests for Trash list view
* small change in tests name
2017-11-16 12:58:42 +00:00
Adina Parpalita
ad438c8664
add sanity tests for favourites list view
2017-11-15 14:43:12 +02:00
Adina Parpalita
692a310906
add sanity tests for File Libraries
...
small improvement to Personal Files
2017-11-14 16:37:47 +02:00
Adina Parpalita
301771fa16
fix indentation, remove fdescribe, added forgotten afterAll
2017-11-14 12:36:27 +02:00
Adina Parpalita
1b879a2205
add tests for empty pages
2017-11-14 11:14:22 +02:00
Adina Parpalita
a46f4f063f
separate wait for when we’re expecting login not to succeed
2017-11-13 12:44:42 +02:00
Adina Parpalita
4040e80db7
add wait for app to load
2017-11-13 12:18:24 +02:00
Adina Parpalita
cef78c3713
use randomly generated names for users, nodes
2017-11-10 15:42:10 +02:00
Adina Parpalita
dab38d5a47
small refactoring of login / logout
2017-11-10 15:39:15 +02:00