Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move buildEsQuery to a package #23345

Merged
merged 42 commits into from
Nov 22, 2018
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e27ba53
fix: move buildEsQuery to utils
lukasolson Sep 19, 2018
1308202
fix: tests that I broke
lukasolson Sep 21, 2018
0480b9c
Merge branch 'master' into fix/filtersEverywhere
lukasolson Sep 24, 2018
72fbe52
Merge branch 'master' into fix/filtersEverywhere
lukasolson Oct 1, 2018
7c93a4b
fix: add back link to the docs
lukasolson Oct 1, 2018
391060f
fix: don't export from ui/ and link to utils
lukasolson Oct 2, 2018
fb63b64
Merge branch 'master' into fix/filtersEverywhere
lukasolson Oct 17, 2018
dafa660
Merge branch 'master' into fix/filtersEverywhere
lukasolson Oct 17, 2018
a96841a
fix: move to a package
lukasolson Oct 18, 2018
09a69ed
fix: move error to errors.js
lukasolson Oct 18, 2018
844037d
Merge branch 'master' into fix/filtersEverywhere
lukasolson Oct 18, 2018
96f133f
fix: paths for peg task
lukasolson Oct 18, 2018
a2fb932
Merge branch 'master' into fix/filtersEverywhere
lukasolson Oct 18, 2018
8f2480c
fix: update reference to kuery
lukasolson Oct 19, 2018
63d230d
fix: build step for transpilation
lukasolson Oct 22, 2018
3884518
fix: add typescript declaration file
lukasolson Oct 22, 2018
cb0aea2
Merge branch 'master' into fix/filtersEverywhere
lukasolson Oct 23, 2018
0a0a6d6
Merge branch 'master' into fix/filtersEverywhere
lukasolson Nov 2, 2018
09e4331
Merge branch 'master' into fix/filtersEverywhere
lukasolson Nov 2, 2018
b783ea9
fix: test
lukasolson Nov 2, 2018
36b4259
tmp: debug individual tests
lukasolson Nov 5, 2018
f124678
debug: add debug stuff for reporting tests
lukasolson Nov 5, 2018
d8bfa36
try to debug test
lukasolson Nov 6, 2018
414c311
Merge branch 'master' into fix/filtersEverywhere
lukasolson Nov 7, 2018
a13a749
Merge branch 'master' into fix/filtersEverywhere
lukasolson Nov 12, 2018
4fbac25
Merge branch 'master' into lukasolson/fix/filtersEverywhere
markov00 Nov 13, 2018
887c97a
Testing splitting reporting jobs in two
markov00 Nov 13, 2018
103ee2b
Testing splitting each job
markov00 Nov 13, 2018
d1d0970
Fix ci yaml
markov00 Nov 13, 2018
59f978f
Skipping job to check failing test
markov00 Nov 13, 2018
e36d7ab
debug - adding a catch to jobResponseHandler on report
markov00 Nov 14, 2018
f0149b1
Testing a different job and enabling verbose mode
markov00 Nov 14, 2018
99a8bc0
Testing verbose on phantom_api skipping other CI tests
markov00 Nov 14, 2018
245f72c
Fix script mode
markov00 Nov 14, 2018
991d46f
fix: try running tests in chromium
lukasolson Nov 14, 2018
04f5e37
fix: move out of devDependencies
lukasolson Nov 15, 2018
9fd38fe
fix: remove commented test
lukasolson Nov 15, 2018
7db5961
Revert "fix: try running tests in chromium"
lukasolson Nov 15, 2018
df364f0
Revert testing changes
markov00 Nov 19, 2018
408ddb4
Merge branch 'master' into pr/23345
markov00 Nov 19, 2018
ffa8657
Fixing build for phantomjs
markov00 Nov 20, 2018
ee4ddc2
Revert CI configuration to master. Remove verbose logging for tests
markov00 Nov 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into fix/filtersEverywhere
  • Loading branch information
lukasolson committed Oct 18, 2018
commit 844037daf5529a12b22ad1d7e195893d1e57595b
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


import _ from 'lodash';
import $ from 'jquery';
import { migrateFilter } from '@kbn/es-query';
import { addItemToRecentlyAccessed } from 'plugins/ml/util/recently_accessed';
import { mlJobService } from 'plugins/ml/services/job_service';
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.