[ARVADOS-WORKBENCH2] updated: 1.4.1-317-g27f584f8
Git user
git at public.arvados.org
Thu Apr 23 16:44:45 UTC 2020
Summary of changes:
.gitignore | 2 +
Dockerfile | 10 -
Makefile | 15 +-
README.md | 19 +-
cypress.json | 4 +
cypress/fixtures/.gitkeep | 0
cypress/integration/login.spec.js | 81 ++++
cypress/plugins/index.js | 25 ++
cypress/support/commands.js | 92 +++++
cypress/support/index.js | 24 ++
docker/Dockerfile | 17 +
package.json | 8 +-
src/store/auth/auth-action.ts | 2 +
src/views/main-panel/main-panel-root.tsx | 10 +-
tools/arvados_config.yml | 14 +
tools/run-integration-tests.sh | 131 ++++++
tsconfig.json | 1 +
yarn.lock | 665 +++++++++++++++++++++++++++++--
18 files changed, 1074 insertions(+), 46 deletions(-)
delete mode 100644 Dockerfile
create mode 100644 cypress.json
create mode 100644 cypress/fixtures/.gitkeep
create mode 100644 cypress/integration/login.spec.js
create mode 100644 cypress/plugins/index.js
create mode 100644 cypress/support/commands.js
create mode 100644 cypress/support/index.js
create mode 100644 docker/Dockerfile
create mode 100644 tools/arvados_config.yml
create mode 100755 tools/run-integration-tests.sh
via 27f584f8f0d3270f3e737c401a794a37aa1b45c5 (commit)
via f3569ce613f0e19a63149c08be68e0bcbb7eaf92 (commit)
via 0c1be947ff362ebf31e2af9440abbb4464a8c6f5 (commit)
via 855193b8c5ab28a2b82999b0f4911d17f874303b (commit)
via 8831e4dcad5d21cc86257b70123e542de4afe1b1 (commit)
via 5b4a300804b3e06f8debc0e12cab01f0704d840d (commit)
via 9bd1a28a2f55eb435ff808cc118fe4f0b7f94c51 (commit)
via badbbdc043054816d63b96e239123dd67febfa5e (commit)
via 580cf2a7f5a26954eeb6ded91a28838b0a150925 (commit)
via 6fd948636d41c240d45b7969994b55e9f0d9a977 (commit)
via 76cc719bbb330ab23759c090a28c4c178d953436 (commit)
via c3601385a43e60ab6557b681f0290082bd56670f (commit)
via cbf153e45314bddf4458a5f8fc02462edc0d0595 (commit)
via 321eb4b2fd6d7ef7cfe8318dc87b14eb64c152ad (commit)
via bbeb1b4bc19356e4d826d4915ae091300be97198 (commit)
via ac975ab3e027c2b7bca986f218e6e81c45f292cb (commit)
via 86fa2c035ad8a3d5de0972aa48181d4d784c81fc (commit)
from 3a1711b41363ae562303f219df0e8d6ba7f521cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 27f584f8f0d3270f3e737c401a794a37aa1b45c5
Merge: 3a1711b4 f3569ce6
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Thu Apr 23 13:44:12 2020 -0300
Merge branch '16029-cypress-testing'
Closes #16029
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list