Zack Winter
48c608b84b
SERVER-89209 Create Developer Workstation Bazel Installation Script (#20994)
...
GitOrigin-RevId: f348c4f51b31b7f18092ffc891ba7b6610ef48f7
2024-04-11 00:54:28 +00:00
Eliot Horowitz
ae1ecd9c78
bulk move of code to src/ SERVER-4551
2011-12-24 15:33:45 -05:00
Spencer T Brody
bf7fb0566a
fix typo
2011-12-16 13:41:57 -05:00
Spencer T Brody
163b8c553b
Be more consistent about using log() vs cout in tools.
2011-12-13 14:58:58 -05:00
Spencer T Brody
29adff139c
Fix compile
2011-12-13 14:45:07 -05:00
Spencer T Brody
766e4493d3
Mongorestore on sharded cluster: SERVER-3853
2011-12-13 14:37:47 -05:00
Spencer T Brody
3dd48a56ab
Log a warning when restoring with different options than existing collection. SERVER-1311 .
2011-12-12 17:18:53 -05:00
Kevin Matulef
757f86029e
better fix, allows dump of single collections without prohibited chars
2011-12-09 14:16:37 -05:00
Kevin Matulef
c50fed194e
re-arranged logic a bit, to same effect
2011-12-09 14:04:18 -05:00
Kevin Matulef
2c13058888
no longer writes collections with '/' in name
2011-12-09 13:57:26 -05:00
Spencer T Brody
e075956715
fix compile
2011-12-07 14:24:03 -05:00
Spencer T Brody
b54e8babe2
Make mongorestore restore collection options and indexes from the metadata file. SERVER-1311
2011-12-07 11:42:49 -05:00
Spencer T Brody
a3aaded21e
Make mongodump create a metadata file with collection options and indexes to be used by mongorestore. SERVER-1311
2011-12-07 11:37:44 -05:00
Eliot Horowitz
d47b0d5108
mongostat handles arbiters and recovering nodes better
2011-12-06 00:00:46 -05:00
Eliot Horowitz
f001f0ad67
use nicer pch include format
2011-12-04 00:42:47 -05:00
Brandon Diamond
8c5163ca57
SERVER-3265 : added up-to timestamp option for restore
2011-12-01 14:19:21 -05:00
Brandon Diamond
e9649e05ce
SERVER-3112 : Improved stdout/err in mongoexport
2011-11-29 17:33:07 -05:00
Eliot Horowitz
55cb15d2a7
remove warnings on some version of gcc
2011-11-29 00:53:53 -05:00
Eliot Horowitz
87f77a220c
fix indentation
2011-11-28 00:54:29 -05:00
Eliot Horowitz
d6ee4d6b3e
some refactoring of mongostat code
2011-11-27 02:37:08 -05:00
Brandon Diamond
b9764b74b8
SERVER-4311 : Updated "M" to "PRI" in mongostat
2011-11-17 14:34:44 -05:00
Tony Hannan
98314e257e
SERVER-4122 : "*" is a valid dbname. make mongodump use "" instead of "*" to represent all dbs -- "" is not a valid dbname. Also make shell "use" command accept "*" or any other special char as dbname
2011-11-03 20:17:56 -04:00
Brandon Diamond
1ffc5fd9e5
CS-1535 : Avoid writing to stderr unless dumping to stdout
2011-10-28 16:28:55 -04:00
Brandon Diamond
8a79e63cbc
CS-1535 : Added method for toggling stdout/stderr in tools
2011-10-28 16:28:55 -04:00
Brandon Diamond
362c151dac
SERVER-3641 SERVER-1458 : mongostat uses auth with mongos/repsets
2011-10-24 18:13:58 -04:00
Brandon Diamond
983d18b904
SERVER-2495 : Added units to ProgressMeter
...
mongodump/restore and bsondump will now indicate the correct unit
in progress meter output. Dump emits units "objects" whereas restore
emits units "bytes" (as we do not know the total # of objects)
2011-10-13 11:37:30 -04:00
Brandon Diamond
b2cfdbc61b
SERVER-2475 : Added friendly descriptions to --help
2011-10-11 13:01:05 -04:00
Brandon Diamond
27927dc47b
Fixing small issue in earlier commit.
2011-10-11 10:04:02 -04:00
Brandon Diamond
31bb33c120
SERVER-3937 : Only call GLE if w > 1
2011-10-11 09:52:02 -04:00
Brandon Diamond
6fee908ce6
SERVER-3937 : Added write concern support to mongoimport
2011-10-07 18:11:09 -04:00
Spencer T Brody
0bb6c4774a
Use boost's string trim function rather than having our own.
2011-10-06 18:09:32 -04:00
Brandon Diamond
3db92ac209
SERVER-3690 : Header excluded from CSV import objcount
2011-10-06 11:25:13 -04:00
Scott Hernandez
ca9770abb5
SERVER-3299 trim hostname on replica set reconfig
2011-10-05 18:34:13 -04:00
Dwight
3d4ac7f41f
compile
2011-09-28 16:13:13 -04:00
Dwight
9a1ec6f4ec
Merge branch 'master' of github.com:mongodb/mongo
2011-09-28 16:03:41 -04:00
Dwight
2fd1d8d5a8
add missing help mongostat
2011-09-28 16:03:30 -04:00
Spencer T Brody
e570d7e9dd
Fix mongoimport on jsonArrays. SERVER-3834
2011-09-27 17:11:52 -04:00
Spencer T Brody
6249553faa
Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854 .
2011-09-23 17:26:42 -04:00
Lu Guanqun
ebbeded5ba
move auth() to runNormal() thus this fix only affects normal cases
2011-09-18 23:40:29 +08:00
Lu Guanqun
c05baff357
add auth() call to mongostat SERVER-3875
...
with this fix, mongostat can work with authentication enabled.
2011-09-17 23:11:44 +08:00
Eliot Horowitz
f6243e1a26
mongooplog -new tool for replaying oplogs SERVER-3873
2011-09-15 10:50:05 -04:00
dwight
c7f12b9357
compile
2011-09-13 10:25:43 -04:00
Eliot Horowitz
df2bdb79aa
better error message
2011-09-10 20:37:04 -04:00
Eliot Horowitz
f6d544cd6b
--ssl for tools SERVER-3729
2011-09-01 23:21:56 -04:00
Spencer T Brody
b961557045
Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687
2011-08-29 16:14:48 -04:00
Eliot Horowitz
96063f8a65
fix pcre include for client
2011-08-22 15:35:38 -04:00
Eliot Horowitz
5bd3f44d5c
use our own version of pcre SERVER-2085
2011-08-18 10:49:50 -04:00
Kristina
e52a031a32
error out nicely with mongostat+auth on mongos SERVER-3619
2011-08-17 17:49:19 -04:00
Spencer T Brody
c4852ebb05
Handle empty string properly in mongoimport
2011-08-01 18:03:39 -04:00
Spencer T Brody
3c55e8ccba
Make mongorestore be able to properly restore system.users with --drop. SERVER-2863
2011-07-29 18:37:54 -04:00