-
Notifications
You must be signed in to change notification settings - Fork 214
Added some front-end assets #10
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
much much cleaner. still need to move over mongoscope-client and server tests.
just debugging what gets included in the zip / some packaging bugs.
So scout-server is started and stopped automatically before and after `npm test` is run.
Clean up some bugs, update deps.
from mongoscope-server
biggest change: ampersand switching to ampersand-rest-collection as primary base for collections http://ampersandjs.com/docs#ampersand-rest-collection
just for debugging. shouldn’t be checked in.
easier to debug as URL is pastable also good practice for making history work.
- make live reload for ui and server work in atom - if running in dev mode, open chrome dev tools in detached window on start - track down existing impl of tooling we need https://github.com/atom/electron-starter/blob/master/build/tasks/
- add comparator and idAttribute to all collections and models for proper sorting and management - bump ampersand-collection-filterable
fix(docs): Tweak dev.md, CONTRIBUTING.md
good enough to run for now. should get some of these child modules out of here and into mongodb-js asap.
Only run bootstrap if we’re pulling down electron for the first time. This way build artifacts don’t get blown away and recompiles are as fast as they should be.
Like all of the other `if not readable yet -> queue until next readable event` but for read streams.
For world demo sanity purposes and to show mongodb for humans.
for a happier mongodb security team and not to set off any OSX warnings unintentionally.
Bundle mongo and dataset
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Added "Mental Model" section to README.
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
* fixed typo: bugnsnag to bugsnag * INT-1662: group errors with same msg in bugsnag
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Bumps [mongodb-js-precommit](https://github.com/mongodb-js/precommit) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/mongodb-js/precommit/releases) - [Commits](mongodb-js/precommit@v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
gribnoysup
pushed a commit
that referenced
this pull request
Apr 26, 2021
Don't throw error in non browser contexts. Fixes #9.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cc @imlucas