Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Conversation

imlucas
Copy link
Contributor

@imlucas imlucas commented Jul 25, 2016

  • All logic in one place for easier DX and release management
  • Refactor connect() so if you specify ssh tunnel options, it all
    just works.
  • New status events to enable live updating status bars @rueckstiess
    would like to implement.
  • This will be an npm version major and subsequent major of
    data-service.

This change is Reviewable

imlucas added 6 commits July 21, 2016 15:59
- Move ssh_tunnel tests to their own module
- Add `port` dataType that is much easier to use with form inputs and
handles all casting & validation in a single code path
- Add more tests
- All logic in one place for easier DX and release management
- Refactor `connect()` so if you specify ssh tunnel options, it all
just works.
- New `status` events to enable live updating status bars @rueckstiess
would like to implement.
- This will be an `npm version major` and subsequent major of
data-service.
@mention-bot
Copy link

@imlucas, thanks for your PR! By analyzing the annotation information on this pull request, we identified @durran, @rueckstiess and @greenkeeperio-bot to be potential reviewers

imlucas added a commit to mongodb-js/data-service that referenced this pull request Jul 25, 2016
Depends on mongodb-js/connection-model#87 being
merged and published.  Then updating mongodb-connection-model in
package.json.
@durran
Copy link
Member

durran commented Jul 26, 2016

👍

@imlucas imlucas merged commit 1dfcc69 into master Jul 26, 2016
@imlucas imlucas deleted the ssh-tunnel-fix branch July 26, 2016 12:14
imlucas added a commit to mongodb-js/compass that referenced this pull request Jul 26, 2016
mongodb-js/connection-model#87

- All logic in one place for easier DX and release management
- Refactor `connect()` so if you specify ssh tunnel options, it all
just works.
- New `status` events to enable live updating status bars @rueckstiess
would like to implement.
- This will be an `npm version major` and subsequent major of
data-service.
imlucas added a commit to mongodb-js/data-service that referenced this pull request Jul 26, 2016
* INT-1650: Make ssh tunnels easier to debug

* Move SSH Tunnel to mongodb-connection-model

Depends on mongodb-js/connection-model#87 being
merged and published.  Then updating mongodb-connection-model in
package.json.

* ⬆️ mongodb-connection-model@5.0.0

* 📝 🎨 Remove `Events` and give README some love

* 💚

* 👔
durran pushed a commit to mongodb-js/compass that referenced this pull request Aug 8, 2016
…umber (#441)

* INT-1650: Fix TypeError: Property 'ssh_tunnel_port' must be of type number

The form default view is `’’` which is false-y so we were trying to set
an empty string as a number.

* ⬆️ mongodb-connection-model@5.0.0

mongodb-js/connection-model#87

- All logic in one place for easier DX and release management
- Refactor `connect()` so if you specify ssh tunnel options, it all
just works.
- New `status` events to enable live updating status bars @rueckstiess
would like to implement.
- This will be an `npm version major` and subsequent major of
data-service.

* ⬆️ mongodb-data-service@1.0.0

* data-service@1.0.0 uses standard node.js style event names
kangas pushed a commit to mongodb-js/compass that referenced this pull request Aug 16, 2016
…umber (#441)

* INT-1650: Fix TypeError: Property 'ssh_tunnel_port' must be of type number

The form default view is `’’` which is false-y so we were trying to set
an empty string as a number.

* ⬆️ mongodb-connection-model@5.0.0

mongodb-js/connection-model#87

- All logic in one place for easier DX and release management
- Refactor `connect()` so if you specify ssh tunnel options, it all
just works.
- New `status` events to enable live updating status bars @rueckstiess
would like to implement.
- This will be an `npm version major` and subsequent major of
data-service.

* ⬆️ mongodb-data-service@1.0.0

* data-service@1.0.0 uses standard node.js style event names

(cherry picked from commit ac08030)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants