[ARVADOS-WORKBENCH2] updated: 1.2.0-672-g54e859c
Git user
git at public.curoverse.com
Tue Oct 16 04:50:02 EDT 2018
Summary of changes:
package.json | 2 +-
src/index.tsx | 3 +
src/models/search-bar.ts | 10 +-
src/store/search-bar/search-bar-actions.ts | 21 ++++-
.../form-fields/search-bar-form-fields.tsx | 13 ++-
.../search-bar-advanced-properties-view.tsx | 101 +++++++++++++++++++++
.../search-bar/search-bar-advanced-view.tsx | 25 +----
7 files changed, 149 insertions(+), 26 deletions(-)
create mode 100644 src/views-components/search-bar/search-bar-advanced-properties-view.tsx
via 54e859c204c3952a8eaf96d2145dfa96c199b934 (commit)
via 8c399e89842f59ca0b86abde42545423f035695d (commit)
via 80fb3b40df59f68ddfee58b1b45272093ece2af5 (commit)
via cfc5eebd666412870df195559adedeefe4178248 (commit)
from 6a36fa7bec28dd576bc9a6e84ffa991403a3bb1c (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 54e859c204c3952a8eaf96d2145dfa96c199b934
Merge: 6a36fa7 8c399e8
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Tue Oct 16 10:49:47 2018 +0200
merge master
Feature #14277
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --cc src/store/search-bar/search-bar-actions.ts
index f32c128,4ecf0ff..9ddfc9c
--- a/src/store/search-bar/search-bar-actions.ts
+++ b/src/store/search-bar/search-bar-actions.ts
@@@ -10,11 -12,7 +12,11 @@@ import { ServiceRepository } from '~/se
import { FilterBuilder } from "~/services/api/filter-builder";
import { ResourceKind } from '~/models/resource';
import { GroupClass } from '~/models/group';
+import { SearchView } from '~/store/search-bar/search-bar-reducer';
+import { navigateToSearchResults, navigateTo } from '~/store/navigation/navigation-action';
+import { snackbarActions, SnackbarKind } from '~/store/snackbar/snackbar-actions';
- import { SearchBarAdvanceFormData } from '~/models/search-bar';
+import { initialize } from 'redux-form';
+ import { SearchBarAdvanceFormData, PropertyValues } from '~/models/search-bar';
export const searchBarActions = unionize({
SET_CURRENT_VIEW: ofType<string>(),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list