Skip to content

Commit 7fb851e

Browse files
committed
INT-562 rename Scout -> Compass
1 parent 94be97c commit 7fb851e

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ buildvariants:
126126
add_environment: "SCOUT_INSTALLER_UNSIGNED=1"
127127
node_path: /opt/node/bin
128128
installer_content_type: "application/x-apple-diskimage"
129-
installer_filename: "MongoDB Scout.dmg"
129+
installer_filename: "MongoDB Compass.dmg"
130130
num_cores: $(sysctl -n hw.logicalcpu)
131131
tasks:
132132
- name: compile
@@ -141,7 +141,7 @@ buildvariants:
141141
add_environment: "APPDATA=C:\\Program Files (x86)\\nodejs\\node_modules"
142142
node_path: "/cygdrive/c/Program Files (x86)/nodejs"
143143
installer_content_type: "application/octet-stream"
144-
installer_filename: "MongoDBScoutSetup.exe"
144+
installer_filename: "MongoDBCompassSetup.exe"
145145
exe: ".exe"
146146
npm_version: "3"
147147
num_cores: $(grep -c ^processor /proc/cpuinfo)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Great to have you here. These are a few ways you can help make this project bett
1010
if there is something you need this project to do that it currently doesn't.
1111
We're always more than happy to chat about other projects.
1212

13-
More information to help you work on Scout is available in
13+
More information to help you work on Compass is available in
1414
[the dev guide](https://github.com/10gen/scout/blob/dev/docs/dev.md).
1515

1616
## Workflow

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# scout
1+
# compass
22

33
Explore your MongoDB.
44

@@ -12,7 +12,7 @@ Explore your MongoDB.
1212
## Modules
1313

1414
<dl>
15-
<dt><a href="https://github.com/10gen/scout">scout</a></dt>
15+
<dt><a href="https://github.com/10gen/scout">Compass</a></dt>
1616
<dd>
1717
The default Ampersand.js single-page application people actually interact with.
1818
<a href="https://github.com/10gen/scout/blob/dev/src/models/scout-client-mixin.js">ScoutClientMixin</a>

docs/ampersand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# scout-ui
1+
# compass-ui
22

3-
The frontend for scout.
3+
The frontend for compass.
44

55
## Some Tips and Tricks using Ampersand.js
66

77
### View Hierarchy
88

9-
This diagram shows the view hierarchy of Scout and where the `.js` files and `.jade` templates for each view are.
9+
This diagram shows the view hierarchy of Compass and where the `.js` files and `.jade` templates for each view are.
1010

1111
![](./docs/view_hierarchy.png)
1212

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process.env.DEBUG = '*';
22

33
/**
4-
* # Welcome to Scout's gulpfile!
4+
* # Welcome to Compass's gulpfile!
55
*
66
* Here are a few tips to guide you on your quest:
77
*
@@ -35,7 +35,7 @@ var platform = require(path.join(__dirname, 'tasks', process.platform));
3535
/**
3636
* # release
3737
*
38-
* `npm run release` calls this to build Scout
38+
* `npm run release` calls this to build Compass
3939
* and generate installers for users.
4040
*/
4141
gulp.task('release', function(done) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "mongodb-scout",
2+
"name": "mongodb-compass",
33
"description": "The MongoDB GUI.",
44
"version": "0.3.0",
55
"main": "main.js",
66
"electron_version": "0.30.6",
7-
"product_name": "MongoDB Scout",
7+
"product_name": "MongoDB Compass",
88
"authors": "MongoDB Inc.",
99
"check": {
1010
"ignore": [

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var localLinks = require('local-links');
1919
* The top-level application singleton that brings everything together!
2020
*
2121
* @example
22-
* // Drive Scout from the chrome devtools console using the `app` window global:
22+
* // Drive Compass from the chrome devtools console using the `app` window global:
2323
* console.log(app);
2424
* // What are the current query options?
2525
* console.log('Query options are', app.queryOptions);

src/bugsnag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Bugsnag captures errors in real-time from Scout, which helps us understand
2+
* Bugsnag captures errors in real-time from Compass, which helps us understand
33
* and resolve them as fast as possible. It's very similar to
44
* [Sentry](https://getsentry.com), [Exceptional](https://www.exceptional.io/),
55
* and [airbrake](https://airbrake.io/). We trust it because it's used in

src/electron/crash-reporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var reporter = module.exports = require('crash-reporter');
22

33
reporter.start({
4-
productName: 'Scout', // @todo (imlucas): standardize w/ package.json
4+
productName: 'Compass', // @todo (imlucas): standardize w/ package.json
55
companyName: 'MongoDB',
66
submitUrl: 'http://breakpad.mongodb.parts/post',
77
autoSubmit: true

src/electron/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Start crash-reporter asap so if anything goes
22
// wrong, we can at least view the crash reports
33
// locally. When a crash occurs, a `.dmp` file
4-
// will be created in `/tmp/Scout`
5-
// (`~\AppData\Local\Temp\Scout` on Windows).
4+
// will be created in `/tmp/Compass`
5+
// (`~\AppData\Local\Temp\Compass` on Windows).
66
require('./crash-reporter');
77

88
if (!require('electron-squirrel-startup')) {

0 commit comments

Comments
 (0)