From cd871b06ebf887b89870675b6f95031bb22689ae Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Thu, 6 Jul 2017 12:08:53 +1000 Subject: [PATCH 1/2] COMPASS-1217 Update .travis.yml: workaround runner (#1130) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e42e2b1375..00b01f05905 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_script: - npm run check - mkdir -p /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/ - wget -P /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/ http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.12.tgz - - wget -P /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/ http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.5.tgz + - wget -P /home/travis/build/10gen/compass/node_modules/mongodb-version-manager/.mongodb/downloads/ http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.6.tgz script: npm run test cache: directories: From 675d67ddde2541bbe5dc4343d4bc4eae7376630d Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Thu, 6 Jul 2017 18:12:41 +1000 Subject: [PATCH 2/2] COMPASS-1330 Remove extra padding from create index modal (#1129) * :bug: COMPASS-1330 Remove extra padding from create index modal It was also previously inconsistent with the Create/Drop DB/Collection modals, which have no extra padding. * Flexbox style pass * Remove noop * :memo: Add comment * :bug: Remove overflow hiding the dropdown and redundant CSS cruft --- .../lib/component/create-index-field.jsx | 8 ++--- .../indexes/styles/create-index-modal.less | 33 ++++--------------- 2 files changed, 10 insertions(+), 31 deletions(-) diff --git a/src/internal-packages/indexes/lib/component/create-index-field.jsx b/src/internal-packages/indexes/lib/component/create-index-field.jsx index ee443b739e4..baf1d414f87 100644 --- a/src/internal-packages/indexes/lib/component/create-index-field.jsx +++ b/src/internal-packages/indexes/lib/component/create-index-field.jsx @@ -128,8 +128,8 @@ class CreateIndexField extends React.Component { const hasTypeError = this.state.isTypeValid ? '' : 'has-error'; return ( -
-
+
+
-
+