Skip to content

Commit 6e7cd59

Browse files
committed
Merge pull request #124 from 10gen/rename-compass
INT-562 Rename compass
2 parents 94be97c + f6cc69e commit 6e7cd59

17 files changed

+39
-39
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

docs/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ is available in [the patternlib][less-variables].
7878
## Dev Dependencies
7979

8080
There are a few dev dependencies that will be installed you might be
81-
interested that make developing Scout a complete joy.
81+
interested that make developing Compass a complete joy.
8282

8383
### Gulp
8484

docs/hypotheses.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020

2121
## Positioning
2222

23-
- We do not believe Scout is an enterprise-only feature.
24-
- We believe Scout will provide insight into MongoDB's market penetration that will be a critical factor to the success of MongoDB Inc.
25-
- We believe Scout will provide insight into MongoDB feature usage that will be a critical factor to the success of MongoDB Inc.
26-
- We believe Scout will provide a channel for MongoDB Inc. to communicate with those that do not want to sign-up for our newsletters.
27-
- We believe Scout will provide a channel for MongoDB Inc. that will substantially reduce support costs.
28-
- We believe Scout will provide a channel for MongoDB Inc. that will substantially improve the support experience.
29-
- We believe Scout will allow MongoDB University to source more qualified sales leads.
30-
- We believe Scout will allow MongoDB Cloud to source more qualified sales leads.
31-
- We believe Scout will fill a critical gap in our sales cycle, between the millions of anonymous downloaders and the premium offerings of MongoDB Inc.
32-
- We do not believe Scout alone will convert existing users into paying MongoDB Enterprise customers.
23+
- We do not believe Compass is an enterprise-only feature.
24+
- We believe Compass will provide insight into MongoDB's market penetration that will be a critical factor to the success of MongoDB Inc.
25+
- We believe Compass will provide insight into MongoDB feature usage that will be a critical factor to the success of MongoDB Inc.
26+
- We believe Compass will provide a channel for MongoDB Inc. to communicate with those that do not want to sign-up for our newsletters.
27+
- We believe Compass will provide a channel for MongoDB Inc. that will substantially reduce support costs.
28+
- We believe Compass will provide a channel for MongoDB Inc. that will substantially improve the support experience.
29+
- We believe Compass will allow MongoDB University to source more qualified sales leads.
30+
- We believe Compass will allow MongoDB Cloud to source more qualified sales leads.
31+
- We believe Compass will fill a critical gap in our sales cycle, between the millions of anonymous downloaders and the premium offerings of MongoDB Inc.
32+
- We do not believe Compass alone will convert existing users into paying MongoDB Enterprise customers.
3333

3434
## PHPMyAdmin (CRUD Admin Tool)
3535

@@ -38,7 +38,7 @@
3838
## Real-time
3939

4040
- We believe there is sufficient demand for investigating a "real-time" value proposition (e.g. visualizing data from the query profiler, visualizing db.serverStats() data).
41-
- We believe the core technologies used in Scout could be delivered as a new agent managed by automation that would enable real-time, bi-directional interaction from the MongoDB Cloud web application to any MongoDB deployment managed by MongoDB Cloud.
41+
- We believe the core technologies used in Compass could be delivered as a new agent managed by automation that would enable real-time, bi-directional interaction from the MongoDB Cloud web application to any MongoDB deployment managed by MongoDB Cloud.
4242

4343
## Platform Support
4444

@@ -78,4 +78,4 @@
7878

7979
## OTHER
8080

81-
- We believe Scout should help #{TargetCustomer}'s solve problems, but not do it automatically.
81+
- We believe Compass should help #{TargetCustomer}'s solve problems, but not do it automatically.

docs/schema-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> Source: [Integrations Flowdock Conversation](https://www.flowdock.com/app/10gen/integrations/threads/FM5IQ0IYllwXeuTSHiXz44hLFft)
22
3-
@thomasr, this just reminded me of our co-creation of value story (e.g. "Hey Scout, you dummy, I'm using short key aliasing to save disk space. Let me give you some aliases so when you see a key `u` display as `url`, `c` displays as `username`, and so on." ). Let's just call this **"key packing"**.
3+
@thomasr, this just reminded me of our co-creation of value story (e.g. "Hey Compass, you dummy, I'm using short key aliasing to save disk space. Let me give you some aliases so when you see a key `u` display as `url`, `c` displays as `username`, and so on." ). Let's just call this **"key packing"**.
44

55
Similarly, "value packing". Some examples of value packing:
66

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);

0 commit comments

Comments
 (0)