[ARVADOS-WORKBENCH2] updated: 2.2.1-28-gb6ac7fe8
Git user
git at public.arvados.org
Tue Jul 13 16:49:32 UTC 2021
Summary of changes:
Makefile | 10 +-
cypress/integration/sharing.spec.js | 4 +
docker/Dockerfile | 4 +-
package.json | 70 +-
src/common/config.ts | 30 +-
src/common/custom-theme.ts | 4 -
src/common/formatters.ts | 6 +-
src/common/getuser.ts | 6 +-
src/common/labels.ts | 2 +-
src/common/objects.ts | 6 +-
src/common/plugintypes.ts | 10 +-
src/common/unionize.ts | 3 +-
src/common/url.ts | 2 +-
src/components/autocomplete/autocomplete.tsx | 2 +-
src/components/breadcrumbs/breadcrumbs.test.tsx | 4 +-
src/components/breadcrumbs/breadcrumbs.tsx | 2 +-
src/components/checkbox-field/checkbox-field.tsx | 2 +-
src/components/chips-input/chips-input.tsx | 6 +-
src/components/chips/chips.tsx | 13 +-
src/components/code-snippet/code-snippet.tsx | 4 +-
.../collection-panel-files.test.tsx | 8 +-
.../collection-panel-files.tsx | 14 +-
.../column-selector/column-selector.test.tsx | 4 +-
src/components/column-selector/column-selector.tsx | 4 +-
.../confirmation-dialog/confirmation-dialog.tsx | 6 +-
src/components/context-menu/context-menu.test.tsx | 4 +-
src/components/context-menu/context-menu.tsx | 2 +-
.../data-explorer/data-explorer.test.tsx | 4 +-
src/components/data-explorer/data-explorer.tsx | 18 +-
.../data-table-default-view.tsx | 8 +-
.../data-table-filters-popover.test.tsx | 6 +-
.../data-table-filters-popover.tsx | 8 +-
.../data-table-filters/data-table-filters-tree.tsx | 10 +-
src/components/data-table/data-column.ts | 4 +-
src/components/data-table/data-table.test.tsx | 10 +-
src/components/data-table/data-table.tsx | 4 +-
.../default-code-snippet/default-code-snippet.tsx | 4 +-
src/components/default-view/default-view.tsx | 2 +-
.../details-attribute/details-attribute.tsx | 20 +-
.../dropdown-menu/dropdown-menu.test.tsx | 4 +-
src/components/dropdown-menu/dropdown-menu.tsx | 2 +-
src/components/file-tree/file-thumbnail.test.tsx | 12 +-
src/components/file-tree/file-thumbnail.tsx | 10 +-
src/components/file-tree/file-tree-item.tsx | 4 +-
src/components/file-tree/file-tree.tsx | 2 +-
src/components/file-upload/file-upload.tsx | 8 +-
src/components/float-input/float-input.tsx | 2 +-
src/components/form-dialog/form-dialog.tsx | 4 +-
src/components/form-field/form-field.tsx | 2 +-
src/components/icon/icon.tsx | 2 +-
src/components/int-input/int-input.tsx | 2 +-
.../list-item-text-icon/list-item-text-icon.tsx | 4 +-
.../panel-default-view/panel-default-view.tsx | 4 +-
src/components/popover/helpers.ts | 5 +-
src/components/popover/popover.test.tsx | 4 +-
src/components/popover/popover.tsx | 2 +-
src/components/progress-button/progress-button.tsx | 2 +-
.../refresh-button/refresh-button.test.tsx | 4 +-
src/components/refresh-button/refresh-button.tsx | 6 +-
.../rich-text-editor-link.tsx | 6 +-
src/components/search-input/search-input.test.tsx | 5 +-
src/components/search-input/search-input.tsx | 2 +-
src/components/select-field/select-field.tsx | 4 +-
.../subprocess-filter/subprocess-filter.tsx | 4 +-
src/components/switch-field/switch-field.tsx | 4 +-
src/components/text-field/text-field.tsx | 7 +-
src/components/tree/tree.test.tsx | 4 +-
src/components/tree/tree.tsx | 12 +-
src/components/tree/virtual-tree.tsx | 6 +-
.../warning-collection/warning-collection.tsx | 6 +-
src/components/warning/warning.tsx | 8 +-
src/components/workflow-inputs-form/validators.ts | 4 +-
.../workflow-inputs-form/workflow-input.tsx | 6 +-
src/index.tsx | 100 +-
src/lib/cwl-svg/graph/edge.ts | 8 +-
src/lib/cwl-svg/graph/workflow.ts | 10 -
src/lib/cwl-svg/plugins/arrange/arrange.ts | 4 +-
src/lib/cwl-svg/plugins/deletion/deletion.ts | 2 +-
src/lib/cwl-svg/plugins/edge-hover/edge-hover.ts | 12 +-
src/lib/cwl-svg/plugins/node-move/node-move.ts | 34 +-
src/lib/cwl-svg/plugins/port-drag/port-drag.ts | 6 +-
src/lib/cwl-svg/plugins/selection/selection.ts | 4 +-
src/lib/cwl-svg/plugins/validate/validate.ts | 2 +-
src/lib/cwl-svg/utils/dom-events.ts | 1 +
src/lib/cwl-svg/utils/geometry.ts | 2 +-
src/lib/cwl-svg/utils/html-utils.ts | 2 +-
src/models/api-client-authorization.ts | 2 +-
src/models/container-request.ts | 2 +-
src/models/container.ts | 4 +-
src/models/details.ts | 2 +-
src/models/keep-services.ts | 2 +-
src/models/link.ts | 2 +-
src/models/log.ts | 2 +-
src/models/node.ts | 2 +-
src/models/process.ts | 4 +-
src/models/repositories.ts | 2 +-
src/models/search-bar.ts | 2 +-
src/models/ssh-key.ts | 2 +-
src/models/user.ts | 2 +-
src/models/virtual-machines.ts | 2 +-
src/plugins.tsx | 8 +-
src/plugins/README.md | 2 +-
src/plugins/blank/index.tsx | 4 +-
src/plugins/example/exampleComponents.tsx | 20 +-
src/plugins/example/index.tsx | 14 +-
src/plugins/root-redirect/index.tsx | 6 +-
src/react-app-env.d.ts | 1 +
src/routes/route-change-handlers.ts | 16 +-
src/routes/routes.ts | 10 +-
.../ancestors-service/ancestors-service.ts | 8 +-
.../api-client-authorization-service.ts | 6 +-
src/services/api/order-builder.ts | 6 +-
src/services/api/url-builder.test.ts | 2 +-
src/services/auth-service/auth-service.ts | 10 +-
.../authorized-keys-service.ts | 6 +-
.../collection-service-files-response.test.ts | 2 +-
.../collection-service-files-response.ts | 6 +-
.../collection-service/collection-service.test.ts | 2 +-
.../collection-service/collection-service.ts | 12 +-
.../common-service/common-resource-service.test.ts | 4 +-
.../common-service/common-resource-service.ts | 12 +-
src/services/common-service/common-service.test.ts | 2 +-
src/services/common-service/common-service.ts | 22 +-
.../common-service/trashable-resource-service.ts | 10 +-
.../container-request-service.ts | 6 +-
.../container-service/container-service.ts | 6 +-
.../favorite-service/favorite-service.test.ts | 6 +-
src/services/favorite-service/favorite-service.ts | 6 +-
.../file-viewers-config-service.ts | 2 +-
src/services/groups-service/groups-service.test.ts | 2 +-
src/services/groups-service/groups-service.ts | 26 +-
src/services/keep-service/keep-service.ts | 6 +-
.../link-account-service/link-account-service.ts | 6 +-
src/services/link-service/link-service.ts | 6 +-
src/services/log-service/log-service.ts | 6 +-
src/services/node-service/node-service.ts | 6 +-
.../permission-service/permission-service.ts | 8 +-
.../project-service/project-service.test.ts | 4 +-
src/services/project-service/project-service.ts | 8 +-
.../repositories-service/repositories-service.ts | 6 +-
src/services/search-service/search-service.ts | 2 +-
src/services/services.ts | 32 +-
src/services/tag-service/tag-service.ts | 8 +-
src/services/user-service/user-service.ts | 6 +-
.../virtual-machines-service.ts | 6 +-
.../vocabulary-service/vocabulary-service.ts | 2 +-
src/services/workflow-service/workflow-service.ts | 14 +-
src/store/advanced-tab/advanced-tab.tsx | 42 +-
.../all-processes-panel-middleware-service.ts | 26 +-
.../api-client-authorizations-actions.ts | 18 +-
...api-client-authorizations-middleware-service.ts | 26 +-
src/store/app-info/app-info-actions.ts | 8 +-
src/store/app-info/app-info-reducer.ts | 2 +-
src/store/auth/auth-action-session.ts | 24 +-
src/store/auth/auth-action-ssh.ts | 18 +-
src/store/auth/auth-action.test.ts | 14 +-
src/store/auth/auth-action.ts | 28 +-
src/store/auth/auth-middleware.test.ts | 8 +-
src/store/auth/auth-middleware.ts | 12 +-
src/store/auth/auth-reducer.test.ts | 6 +-
src/store/auth/auth-reducer.ts | 10 +-
src/store/breadcrumbs/breadcrumbs-actions.ts | 20 +-
.../collection-panel/collection-panel-action.ts | 20 +-
.../collection-panel-files-actions.ts | 14 +-
.../collection-panel-files-reducer.test.ts | 4 +-
.../collection-panel-files-reducer.ts | 14 +-
.../collection-panel-files-state.ts | 4 +-
.../collection-panel/collection-panel-reducer.ts | 2 +-
...llections-content-address-middleware-service.ts | 44 +-
.../collections-content-address-panel-actions.ts | 2 +-
src/store/collections/collection-copy-actions.ts | 16 +-
src/store/collections/collection-create-actions.ts | 20 +-
src/store/collections/collection-info-actions.ts | 8 +-
src/store/collections/collection-move-actions.ts | 20 +-
.../collections/collection-partial-copy-actions.ts | 22 +-
src/store/collections/collection-update-actions.ts | 14 +-
src/store/collections/collection-upload-actions.ts | 16 +-
.../collections/collection-version-actions.ts | 4 +-
src/store/compute-nodes/compute-nodes-actions.ts | 18 +-
.../compute-nodes-middleware-service.ts | 26 +-
.../context-menu/context-menu-actions.test.ts | 4 +-
src/store/context-menu/context-menu-actions.ts | 30 +-
src/store/data-explorer/data-explorer-action.ts | 6 +-
.../data-explorer-middleware-service.ts | 8 +-
.../data-explorer/data-explorer-middleware.test.ts | 8 +-
.../data-explorer/data-explorer-middleware.ts | 4 +-
src/store/data-explorer/data-explorer-reducer.ts | 6 +-
src/store/details-panel/details-panel-action.ts | 28 +-
src/store/dialog/dialog-actions.ts | 2 +-
src/store/dialog/with-dialog.ts | 3 +-
.../favorite-panel-middleware-service.ts | 42 +-
src/store/favorites/favorites-actions.ts | 8 +-
src/store/file-selection/file-selection-actions.ts | 4 +-
src/store/file-uploader/file-uploader-actions.ts | 4 +-
src/store/file-uploader/file-uploader-reducer.ts | 4 +-
src/store/file-viewers/file-viewers-actions.ts | 8 +-
src/store/file-viewers/file-viewers-selectors.ts | 4 +-
.../group-details-panel-actions.ts | 26 +-
.../group-details-panel-middleware-service.ts | 18 +-
src/store/groups-panel/groups-panel-actions.ts | 24 +-
.../groups-panel-middleware-service.ts | 24 +-
src/store/keep-services/keep-services-actions.ts | 16 +-
src/store/keep-services/keep-services-reducer.ts | 4 +-
.../link-account-panel-actions.ts | 44 +-
.../link-account-panel-reducer.test.ts | 4 +-
.../link-account-panel-reducer.ts | 4 +-
src/store/link-panel/link-panel-actions.ts | 16 +-
.../link-panel/link-panel-middleware-service.ts | 26 +-
src/store/my-account/my-account-panel-actions.ts | 10 +-
src/store/navigation/navigation-action.ts | 14 +-
.../not-found-panel/not-found-panel-action.tsx | 2 +-
.../open-in-new-tab/open-in-new-tab.actions.ts | 8 +-
src/store/owner-name/owner-name-actions.ts | 2 +-
.../process-logs-panel-actions.ts | 28 +-
src/store/process-logs-panel/process-logs-panel.ts | 2 +-
src/store/process-panel/process-panel-actions.ts | 16 +-
src/store/process-panel/process-panel-reducer.ts | 4 +-
src/store/processes/process-command-actions.ts | 6 +-
src/store/processes/process-copy-actions.ts | 16 +-
src/store/processes/process-input-actions.ts | 14 +-
src/store/processes/process-move-actions.ts | 20 +-
src/store/processes/process-update-actions.ts | 14 +-
src/store/processes/process.ts | 8 +-
src/store/processes/processes-actions.ts | 26 +-
.../progress-indicator-actions.ts | 2 +-
.../progress-indicator-reducer.ts | 2 +-
src/store/progress-indicator/with-progress.ts | 4 +-
src/store/project-panel/project-panel-action.ts | 8 +-
.../project-panel-middleware-service.ts | 47 +-
.../project-tree-picker-actions.ts | 12 +-
src/store/projects/project-create-actions.ts | 18 +-
src/store/projects/project-move-actions.ts | 18 +-
src/store/projects/project-update-actions.ts | 10 +-
src/store/properties/properties-actions.ts | 2 +-
.../public-favorites-action.ts | 2 +-
.../public-favorites-middleware-service.ts | 38 +-
.../public-favorites/public-favorites-actions.ts | 8 +-
src/store/repositories/repositories-actions.ts | 20 +-
src/store/repositories/repositories-reducer.ts | 4 +-
.../resource-type-filters.test.ts | 8 +-
.../resource-type-filters/resource-type-filters.ts | 17 +-
src/store/resources/resources-actions.ts | 10 +-
src/store/resources/resources.test.ts | 2 +-
src/store/resources/resources.ts | 8 +-
.../rich-text-editor-dialog-actions.tsx | 2 +-
.../run-process-panel-actions.test.ts | 2 +-
.../run-process-panel/run-process-panel-actions.ts | 26 +-
.../run-process-panel/run-process-panel-reducer.ts | 4 +-
src/store/search-bar/search-bar-actions.test.ts | 4 +-
src/store/search-bar/search-bar-actions.ts | 38 +-
src/store/search-bar/search-bar-reducer.ts | 6 +-
src/store/search-bar/search-bar-tree-actions.ts | 22 +-
src/store/search-bar/search-query/arv-parser.ts | 2 +-
.../search-results-middleware-service.ts | 38 +-
.../search-results-panel-actions.ts | 10 +-
.../shared-with-me-middleware-service.ts | 32 +-
.../shared-with-me-panel-actions.ts | 4 +-
src/store/sharing-dialog/sharing-dialog-actions.ts | 26 +-
src/store/sharing-dialog/sharing-dialog-types.ts | 4 +-
.../side-panel-tree/side-panel-tree-actions.ts | 30 +-
src/store/side-panel/side-panel-action.ts | 2 +-
src/store/snackbar/snackbar-actions.ts | 2 +-
src/store/store.ts | 79 +-
.../subprocess-panel/subprocess-panel-actions.ts | 6 +-
.../subprocess-panel-middleware-service.ts | 30 +-
src/store/token-dialog/token-dialog-actions.tsx | 8 +-
src/store/trash-panel/trash-panel-action.ts | 2 +-
.../trash-panel/trash-panel-middleware-service.ts | 36 +-
src/store/trash/trash-actions.ts | 18 +-
src/store/tree-picker/picker-id.tsx | 2 +-
src/store/tree-picker/tree-picker-actions.ts | 32 +-
src/store/tree-picker/tree-picker-reducer.test.ts | 4 +-
src/store/tree-picker/tree-picker-reducer.ts | 6 +-
src/store/tree-picker/tree-picker.ts | 4 +-
src/store/users/user-panel-middleware-service.ts | 28 +-
src/store/users/users-actions.ts | 24 +-
.../virtual-machines/virtual-machines-actions.ts | 24 +-
.../virtual-machines/virtual-machines-reducer.ts | 6 +-
src/store/vocabulary/vocabulary-actions.ts | 6 +-
src/store/vocabulary/vocabulary-selectors.ts | 4 +-
src/store/workbench/workbench-actions.ts | 146 +-
.../workflow-panel/workflow-middleware-service.ts | 28 +-
.../workflow-panel/workflow-panel-actions.test.ts | 24 +-
src/store/workflow-panel/workflow-panel-actions.ts | 22 +-
src/views-components/add-session/add-session.tsx | 8 +-
.../advanced-tab-dialog/advanced-tab-dialog.tsx | 12 +-
.../advanced-tab-dialog/metadataTab.tsx | 4 +-
.../attributes-dialog.tsx | 12 +-
.../help-dialog.tsx | 12 +-
.../remove-dialog.tsx | 6 +-
src/views-components/api-token/api-token.tsx | 18 +-
.../auto-logout/auto-logout.test.tsx | 4 +-
src/views-components/auto-logout/auto-logout.tsx | 14 +-
src/views-components/breadcrumbs/breadcrumbs.ts | 8 +-
.../collection-panel-files.ts | 26 +-
.../collections-dialog/restore-version-dialog.ts | 6 +-
.../compute-nodes-dialog/attributes-dialog.tsx | 10 +-
.../compute-nodes-dialog/remove-dialog.tsx | 6 +-
.../api-client-authorization-action-set.ts | 8 +-
.../action-sets/collection-action-set.ts | 32 +-
.../action-sets/collection-files-action-set.ts | 6 +-
.../collection-files-item-action-set.ts | 6 +-
.../collection-files-not-selected-action-set.ts | 4 +-
.../action-sets/compute-node-action-set.ts | 8 +-
.../action-sets/favorite-action-set.ts | 4 +-
.../context-menu/action-sets/group-action-set.ts | 8 +-
.../action-sets/group-member-action-set.ts | 8 +-
.../action-sets/keep-service-action-set.ts | 8 +-
.../context-menu/action-sets/link-action-set.ts | 8 +-
.../context-menu/action-sets/process-action-set.ts | 34 +-
.../action-sets/process-resource-action-set.ts | 18 +-
.../process-resource-admin-action-set.ts | 24 +-
.../context-menu/action-sets/project-action-set.ts | 28 +-
.../action-sets/project-admin-action-set.ts | 8 +-
.../action-sets/repository-action-set.ts | 10 +-
.../action-sets/resource-action-set.ts | 2 +-
.../action-sets/root-project-action-set.ts | 6 +-
.../context-menu/action-sets/ssh-key-action-set.ts | 8 +-
.../context-menu/action-sets/trash-action-set.ts | 4 +-
.../action-sets/trashed-collection-action-set.ts | 8 +-
.../context-menu/action-sets/user-action-set.ts | 8 +-
.../action-sets/virtual-machine-action-set.ts | 8 +-
.../collection-copy-to-clipboard-action.tsx | 4 +-
.../actions/collection-file-viewer-action.tsx | 6 +-
.../actions/copy-to-clipboard-action.test.tsx | 4 +-
.../actions/copy-to-clipboard-action.tsx | 6 +-
.../context-menu/actions/download-action.test.tsx | 6 +-
.../context-menu/actions/download-action.tsx | 39 +-
.../actions/download-collection-file-action.tsx | 2 +-
.../context-menu/actions/favorite-action.tsx | 6 +-
.../actions/file-viewer-action.test.tsx | 4 +-
.../context-menu/actions/file-viewer-action.tsx | 5 +-
.../context-menu/actions/file-viewer-actions.tsx | 14 +-
.../context-menu/actions/helpers.ts | 2 +-
.../actions/public-favorite-action.tsx | 6 +-
.../context-menu/actions/trash-action.tsx | 6 +-
.../context-menu/context-menu-action-set.ts | 4 +-
src/views-components/context-menu/context-menu.tsx | 10 +-
.../data-explorer/data-explorer.tsx | 14 +-
.../data-explorer/renderers.test.tsx | 6 +-
src/views-components/data-explorer/renderers.tsx | 52 +-
.../data-explorer/with-resources.tsx | 8 +-
.../details-panel/collection-details.tsx | 22 +-
.../details-panel/details-data.tsx | 4 +-
.../details-panel/details-panel.tsx | 22 +-
.../details-panel/empty-details.tsx | 8 +-
.../details-panel/file-details.tsx | 12 +-
.../details-panel/process-details.tsx | 14 +-
.../details-panel/project-details.tsx | 22 +-
.../dialog-copy/dialog-collection-partial-copy.tsx | 12 +-
src/views-components/dialog-copy/dialog-copy.tsx | 18 +-
.../dialog-partial-copy-to-collection.tsx | 12 +-
.../dialog-create/dialog-collection-create.tsx | 10 +-
.../dialog-create/dialog-project-create.tsx | 14 +-
.../dialog-create/dialog-repository-create.tsx | 8 +-
.../dialog-create/dialog-ssh-key-create.tsx | 10 +-
.../dialog-create/dialog-user-create.tsx | 8 +-
.../dialog-forms/add-group-member-dialog.tsx | 14 +-
.../dialog-forms/copy-collection-dialog.ts | 12 +-
.../dialog-forms/copy-process-dialog.ts | 12 +-
.../dialog-forms/create-collection-dialog.ts | 8 +-
.../dialog-forms/create-group-dialog.tsx | 20 +-
.../dialog-forms/create-project-dialog.ts | 8 +-
.../dialog-forms/create-repository-dialog.ts | 6 +-
.../dialog-forms/create-ssh-key-dialog.ts | 6 +-
.../dialog-forms/create-user-dialog.ts | 6 +-
.../dialog-forms/files-upload-collection-dialog.ts | 8 +-
.../dialog-forms/move-collection-dialog.ts | 12 +-
.../dialog-forms/move-process-dialog.ts | 12 +-
.../dialog-forms/move-project-dialog.ts | 12 +-
.../dialog-forms/partial-copy-collection-dialog.ts | 8 +-
.../partial-copy-to-collection-dialog.ts | 8 +-
.../dialog-forms/setup-shell-account-dialog.tsx | 24 +-
.../dialog-forms/update-collection-dialog.ts | 6 +-
.../dialog-forms/update-process-dialog.ts | 8 +-
.../dialog-forms/update-project-dialog.ts | 8 +-
.../dialog-move/dialog-move-to.tsx | 14 +-
.../dialog-update/dialog-collection-update.tsx | 10 +-
.../dialog-update/dialog-process-update.tsx | 10 +-
.../dialog-update/dialog-project-update.tsx | 10 +-
.../dialog-collection-files-upload.tsx | 14 +-
.../favorite-star/favorite-star.tsx | 6 +-
.../file-remove-dialog/file-remove-dialog.ts | 8 +-
.../multiple-files-remove-dialog.ts | 4 +-
.../file-uploader/file-uploader.tsx | 8 +-
.../form-fields/collection-form-fields.tsx | 16 +-
.../form-fields/process-form-fields.tsx | 10 +-
.../form-fields/project-form-fields.tsx | 12 +-
.../form-fields/repository-form-fields.tsx | 8 +-
.../form-fields/resource-form-fields.tsx | 14 +-
.../form-fields/search-bar-form-fields.tsx | 38 +-
.../form-fields/ssh-key-form-fields.tsx | 10 +-
.../form-fields/user-form-fields.tsx | 16 +-
.../groups-dialog/attributes-dialog.tsx | 12 +-
.../groups-dialog/member-attributes-dialog.tsx | 12 +-
.../groups-dialog/member-remove-dialog.ts | 6 +-
.../groups-dialog/remove-dialog.ts | 6 +-
.../keep-services-dialog/attributes-dialog.tsx | 10 +-
.../keep-services-dialog/remove-dialog.tsx | 6 +-
.../links-dialog/attributes-dialog.tsx | 10 +-
.../links-dialog/remove-dialog.tsx | 6 +-
src/views-components/login-form/login-form.tsx | 8 +-
.../main-app-bar/account-menu.test.tsx | 4 +-
src/views-components/main-app-bar/account-menu.tsx | 24 +-
src/views-components/main-app-bar/admin-menu.tsx | 20 +-
.../main-app-bar/anonymous-menu.tsx | 4 +-
src/views-components/main-app-bar/help-menu.tsx | 12 +-
src/views-components/main-app-bar/main-app-bar.tsx | 18 +-
.../main-app-bar/notifications-menu.tsx | 6 +-
.../main-content-bar/main-content-bar.tsx | 14 +-
.../not-found-dialog/not-found-dialog.tsx | 12 +-
.../process-command-dialog.tsx | 16 +-
.../process-input-dialog/process-input-dialog.tsx | 14 +-
.../process-remove-dialog.tsx | 6 +-
.../project-properties-dialog.tsx | 16 +-
.../project-properties-form.tsx | 7 +-
.../create-project-properties-form.tsx | 4 +-
.../create-project-properties-list.tsx | 8 +-
.../projects-tree-picker/favorites-tree-picker.tsx | 6 +-
.../generic-projects-tree-picker.tsx | 24 +-
.../projects-tree-picker/home-tree-picker.tsx | 6 +-
.../projects-tree-picker/projects-tree-picker.tsx | 12 +-
.../public-favorites-tree-picker.tsx | 6 +-
.../projects-tree-picker/shared-tree-picker.tsx | 6 +-
.../projects-tree-picker/tree-picker-field.tsx | 10 +-
.../remove-dialog/remove-dialog.tsx | 6 +-
.../rename-file-dialog/rename-file-dialog.tsx | 20 +-
.../repositories-sample-git-dialog.tsx | 16 +-
.../repository-attributes-dialog.tsx | 12 +-
.../repository-remove-dialog.ts | 6 +-
.../resource-properties-form/property-chip.tsx | 12 +-
.../property-field-common.tsx | 6 +-
.../property-key-field.tsx | 12 +-
.../property-value-field.tsx | 14 +-
.../resource-properties-form.tsx | 4 +-
.../rich-text-editor-dialog.tsx | 10 +-
.../run-process-dialog/change-workflow-dialog.ts | 10 +-
.../search-bar-advanced-properties-view.tsx | 22 +-
.../search-bar/search-bar-advanced-view.tsx | 14 +-
.../search-bar/search-bar-autocomplete-view.tsx | 6 +-
.../search-bar/search-bar-basic-view.tsx | 6 +-
.../search-bar/search-bar-recent-queries.tsx | 6 +-
.../search-bar/search-bar-save-queries.tsx | 12 +-
.../search-bar/search-bar-view.test.tsx | 6 +-
.../search-bar/search-bar-view.tsx | 16 +-
src/views-components/search-bar/search-bar.tsx | 10 +-
.../sharing-dialog/advanced-view-switch.tsx | 2 +-
.../sharing-dialog/participant-select.tsx | 20 +-
.../sharing-dialog/permission-select.tsx | 2 +-
.../sharing-dialog/select-item.tsx | 2 +-
.../sharing-dialog/sharing-dialog-component.tsx | 4 +-
.../sharing-dialog/sharing-dialog-content.tsx | 2 +-
.../sharing-dialog/sharing-dialog.tsx | 12 +-
.../sharing-invitation-form-component.tsx | 4 +-
.../sharing-dialog/sharing-invitation-form.tsx | 4 +-
.../sharing-management-form-component.tsx | 8 +-
.../sharing-dialog/sharing-management-form.tsx | 2 +-
.../sharing-public-access-form-component.tsx | 4 +-
.../sharing-dialog/sharing-public-access-form.tsx | 4 +-
.../sharing-dialog/visibility-level-select.tsx | 4 +-
.../side-panel-button/side-panel-button.tsx | 30 +-
.../side-panel-tree/side-panel-tree.tsx | 22 +-
src/views-components/side-panel/side-panel.tsx | 12 +-
src/views-components/snackbar/snackbar.tsx | 12 +-
.../ssh-keys-dialog/attributes-dialog.tsx | 10 +-
.../ssh-keys-dialog/public-key-dialog.tsx | 10 +-
.../ssh-keys-dialog/remove-dialog.tsx | 6 +-
.../token-dialog/token-dialog.test.tsx | 14 +-
src/views-components/token-dialog/token-dialog.tsx | 22 +-
src/views-components/tree-picker/tree-picker.ts | 6 +-
.../user-dialog/attributes-dialog.tsx | 12 +-
src/views-components/user-dialog/manage-dialog.tsx | 12 +-
.../virtual-machines-dialog/attributes-dialog.tsx | 12 +-
.../virtual-machines-dialog/remove-dialog.tsx | 6 +-
.../webdav-s3-dialog/webdav-s3-dialog.test.tsx | 15 +-
.../webdav-s3-dialog/webdav-s3-dialog.tsx | 28 +-
.../all-processes-panel/all-processes-panel.tsx | 40 +-
.../api-client-authorization-panel-root.tsx | 20 +-
.../api-client-authorization-panel.tsx | 8 +-
.../collection-content-address-panel.tsx | 32 +-
src/views/collection-panel/collection-panel.tsx | 46 +-
src/views/collection-panel/collection-tag-form.tsx | 7 +-
.../compute-node-panel/compute-node-panel-root.tsx | 20 +-
.../compute-node-panel/compute-node-panel.tsx | 6 +-
src/views/favorite-panel/favorite-panel.tsx | 52 +-
.../group-details-panel/group-details-panel.tsx | 24 +-
src/views/groups-panel/groups-panel.tsx | 34 +-
src/views/inactive-panel/inactive-panel.tsx | 8 +-
.../keep-service-panel/keep-service-panel-root.tsx | 8 +-
.../keep-service-panel/keep-service-panel.tsx | 6 +-
.../link-account-panel/link-account-panel-root.tsx | 16 +-
.../link-account-panel/link-account-panel.tsx | 8 +-
src/views/link-panel/link-panel-root.tsx | 20 +-
src/views/link-panel/link-panel.tsx | 8 +-
src/views/login-panel/login-panel.tsx | 14 +-
src/views/main-panel/main-panel-root.tsx | 16 +-
src/views/main-panel/main-panel.tsx | 12 +-
.../my-account-panel/my-account-panel-root.tsx | 28 +-
src/views/my-account-panel/my-account-panel.tsx | 8 +-
.../not-found-panel/not-found-panel-root.test.tsx | 8 +-
src/views/not-found-panel/not-found-panel-root.tsx | 6 +-
src/views/not-found-panel/not-found-panel.tsx | 8 +-
.../process-log-panel/process-log-code-snippet.tsx | 4 +-
src/views/process-log-panel/process-log-form.tsx | 4 +-
.../process-log-panel/process-log-main-card.tsx | 18 +-
.../process-log-panel/process-log-panel-root.tsx | 14 +-
src/views/process-log-panel/process-log-panel.tsx | 12 +-
.../process-panel/process-information-card.tsx | 18 +-
src/views/process-panel/process-panel-root.tsx | 12 +-
src/views/process-panel/process-panel.tsx | 16 +-
src/views/project-panel/project-panel.tsx | 46 +-
.../public-favorites-panel.tsx | 42 +-
.../repositories-panel/repositories-panel.tsx | 16 +-
.../run-process-panel/inputs/boolean-input.tsx | 4 +-
.../inputs/directory-array-input.tsx | 28 +-
.../run-process-panel/inputs/directory-input.tsx | 20 +-
src/views/run-process-panel/inputs/enum-input.tsx | 4 +-
.../run-process-panel/inputs/file-array-input.tsx | 26 +-
src/views/run-process-panel/inputs/file-input.tsx | 18 +-
.../run-process-panel/inputs/float-array-input.tsx | 12 +-
src/views/run-process-panel/inputs/float-input.tsx | 8 +-
.../run-process-panel/inputs/generic-input.tsx | 4 +-
.../run-process-panel/inputs/int-array-input.tsx | 12 +-
src/views/run-process-panel/inputs/int-input.tsx | 10 +-
.../inputs/string-array-input.tsx | 10 +-
.../run-process-panel/inputs/string-input.tsx | 8 +-
.../run-process-advanced-form.tsx | 22 +-
.../run-process-panel/run-process-basic-form.tsx | 10 +-
.../run-process-panel/run-process-first-step.tsx | 12 +-
.../run-process-panel/run-process-inputs-form.tsx | 10 +-
.../run-process-panel/run-process-panel-root.tsx | 4 +-
src/views/run-process-panel/run-process-panel.tsx | 8 +-
.../run-process-panel/run-process-second-step.tsx | 12 +-
.../run-process-panel/workflow-preset-select.tsx | 6 +-
.../search-results-panel-view.tsx | 26 +-
.../search-results-panel/search-results-panel.tsx | 20 +-
.../shared-with-me-panel/shared-with-me-panel.tsx | 24 +-
.../site-manager-panel/site-manager-panel-root.tsx | 20 +-
.../site-manager-panel/site-manager-panel.tsx | 8 +-
src/views/ssh-key-panel/ssh-key-panel-root.tsx | 8 +-
src/views/ssh-key-panel/ssh-key-panel.tsx | 8 +-
.../subprocess-panel/subprocess-panel-root.tsx | 30 +-
src/views/subprocess-panel/subprocess-panel.tsx | 12 +-
src/views/trash-panel/trash-panel.tsx | 44 +-
src/views/user-panel/user-panel.tsx | 30 +-
.../virtual-machine-admin-panel.tsx | 17 +-
.../virtual-machine-user-panel.tsx | 18 +-
src/views/workbench/fed-login.tsx | 16 +-
src/views/workbench/workbench-loading-screen.tsx | 6 +-
src/views/workbench/workbench.test.tsx | 10 +-
src/views/workbench/workbench.tsx | 184 +-
.../workflow-panel/workflow-description-card.tsx | 14 +-
src/views/workflow-panel/workflow-graph.tsx | 16 +-
src/views/workflow-panel/workflow-panel-view.tsx | 22 +-
src/views/workflow-panel/workflow-panel.tsx | 8 +-
src/websocket/websocket-service.ts | 4 +-
src/websocket/websocket.ts | 22 +-
tsconfig.json | 28 +-
yarn.lock | 10760 +++++++++++--------
559 files changed, 9616 insertions(+), 7945 deletions(-)
create mode 100644 src/react-app-env.d.ts
via b6ac7fe88d347582d39fffa002e300af222c578f (commit)
via 38d27e9783f7f760cee84cc225e86144069848c4 (commit)
via c32095f06a2e2843386120bf21402974b0066954 (commit)
via 9a0c98ac8b60b5d3341f05eccc9a472810bc82b8 (commit)
via dbaac1c92b4bdf44f3b400cc7178f71b1f0582eb (commit)
via 43fff13af5aa7a07e6fe942e010bed62bd95bc08 (commit)
via e2914badd89549dc768298d9150af8b53a96e380 (commit)
via 110b716456d0cea66f8f526293f8bcaadaaeced4 (commit)
via 8e812c1e720af23a4fa50a492981940cddd4f7f3 (commit)
via 576f56d6e525eebebe19d1f1bdc8aaf8703e6f1b (commit)
via 2e273c7f58e6fe02ae933e8af68683e093d62806 (commit)
via 0ea102c171d9c9e3fae5a0fd1e8e1e5e4a25c4d6 (commit)
via 05453f4991ee3e22c3ff0e3bca5450904aa883b8 (commit)
via d1c08db10cedac5138dc655dff8cd391185da369 (commit)
via 3f5ec835d8c929fd0389e5220d315a6526f733cc (commit)
via fb2234b444c735c11b38a291749f2e4703da7aec (commit)
via 618af1a3106c399765788be4583463ab35d97cd5 (commit)
via 0103691e4621cdace8721af155dd8a5deddc5f4e (commit)
via c56b5c0f2df66fbb23b278c2a3338c09d9435735 (commit)
via d2b98021cfbe2147de720c87d5ef4bb87274278a (commit)
via 72c96df2084737a996e863ac3efbc714858862a0 (commit)
via 3c7e3cdc547ad5468421e1c049daa94b0d4b8bc0 (commit)
via c52e09e7162f169a00439f00772b07f01764ac38 (commit)
via 25216cc7acedc987c26a159f0b640210c0ef101e (commit)
via f616027fe6cc593b7aec49e38c8d9203a3a35aa4 (commit)
via 8cdfc56b9c1035448cfd058e56b02976d5a98abe (commit)
via dc3e54784bbab36e09c0151ba0c13792c95f2109 (commit)
via 8f793c02faa3f5866458d6864b7c8763e5f3660f (commit)
from 7edd5a7c86af0814f8a2282aa266a9d1a604a45f (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 b6ac7fe88d347582d39fffa002e300af222c578f
Merge: 7edd5a7c 38d27e97
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Jul 13 13:48:41 2021 -0300
Merge branch '17782-react-scripts-ts-migration' into main. Closes #17782
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list