[ARVADOS-WORKBENCH2] updated: 1.2.0-563-g244bfe2

Git user git at public.curoverse.com
Mon Oct 8 04:48:49 EDT 2018


Summary of changes:
 package.json                                       |    6 +-
 src/components/search-bar/search-bar.tsx           |  112 --
 src/components/search-input/search-input.test.tsx  |   18 +-
 src/store/resources/resources-actions.ts           |   18 +-
 src/store/search-bar/search-bar-actions.ts         |   15 +
 src/store/search-bar/search-bar-reducer.ts         |   29 +
 src/store/store.ts                                 |    4 +-
 .../dialog-forms/file-selection-dialog.ts          |    1 -
 src/views-components/main-app-bar/main-app-bar.tsx |    3 +-
 .../search-bar/search-bar-advanced-view.tsx        |   32 +
 .../search-bar/search-bar-autocomplete-view.tsx    |   29 +
 .../search-bar/search-bar-basic-view.tsx           |   55 +
 .../search-bar/search-bar-view.test.tsx}           |   38 +-
 .../search-bar/search-bar-view.tsx                 |  172 ++
 src/views-components/search-bar/search-bar.tsx     |   24 +
 yarn.lock                                          | 2003 +++++++++++++++++---
 16 files changed, 2111 insertions(+), 448 deletions(-)
 delete mode 100644 src/components/search-bar/search-bar.tsx
 create mode 100644 src/store/search-bar/search-bar-actions.ts
 create mode 100644 src/store/search-bar/search-bar-reducer.ts
 create mode 100644 src/views-components/search-bar/search-bar-advanced-view.tsx
 create mode 100644 src/views-components/search-bar/search-bar-autocomplete-view.tsx
 create mode 100644 src/views-components/search-bar/search-bar-basic-view.tsx
 rename src/{components/search-bar/search-bar.test.tsx => views-components/search-bar/search-bar-view.test.tsx} (61%)
 create mode 100644 src/views-components/search-bar/search-bar-view.tsx
 create mode 100644 src/views-components/search-bar/search-bar.tsx

       via  244bfe2909565499833b7e2ce387adfd81e1cba6 (commit)
       via  3a530766c12a5677e6b5f8c54cd3a61f8e6934b4 (commit)
       via  966327f2b890a5c2ecb63d4d7e81d0ac30b6c750 (commit)
       via  00ddf216e1a5046a858b1c8b49f0e967404474ca (commit)
       via  b6501a16242c15f3dcff3910cee91ec92f91716e (commit)
       via  a25875a9c98c1785c51a9d3b14ac9a6de3a12f10 (commit)
       via  f0d3e4427d463f778beca4d3fe8330da963c9e5d (commit)
       via  dd8c26f9525bf0a8733314d5717e99f231cc90d1 (commit)
       via  ecd6a0dd67715292ce1f7dfce81ba1345f3ecbd3 (commit)
       via  5b44e10c627fa07287d1700c554ee1231ca7733b (commit)
       via  23f12738ed71ef736cb9c85a530cb4795c760d8f (commit)
       via  623ecbeea4eca312e71e17ec95d08c741fd25d5d (commit)
       via  83e82935bee3fd0047c6e647c1256c4f3a9870aa (commit)
      from  769a1c77a8a6ff082bdbb40979e1db56039752cb (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 244bfe2909565499833b7e2ce387adfd81e1cba6
Merge: 769a1c7 3a53076
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Mon Oct 8 10:48:33 2018 +0200

    Merge branch 'master' of git.curoverse.com:arvados-workbench2 into 14307-search-basic-view
    
    refs #2
    14307
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --cc src/store/store.ts
index ad1c847,8e75366..6026780
--- a/src/store/store.ts
+++ b/src/store/store.ts
@@@ -39,7 -39,7 +39,8 @@@ import { runProcessPanelReducer } from 
  import { WorkflowMiddlewareService } from './workflow-panel/workflow-middleware-service';
  import { WORKFLOW_PANEL_ID } from './workflow-panel/workflow-panel-actions';
  import { fileTreePickerReducer } from './file-tree-picker/file-tree-picker-reducer';
 +import { appInfoReducer } from '~/store/app-info/app-info-reducer';
+ import { searchBarReducer } from './search-bar/search-bar-reducer';
  
  const composeEnhancers =
      (process.env.NODE_ENV === 'development' &&
@@@ -103,5 -103,5 +104,6 @@@ const createRootReducer = (services: Se
      progressIndicator: progressIndicatorReducer,
      fileTreePicker: fileTreePickerReducer,
      runProcessPanel: runProcessPanelReducer,
-     appInfo: appInfoReducer
++    appInfo: appInfoReducer,
+     searchBar: searchBarReducer
  });

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list