Commit Graph

404 Commits

Author SHA1 Message Date
Daniel Moody
c1e1685e0a SERVER-96198 add bazel install system (#30635)
GitOrigin-RevId: e0185a2bb2e32ff10f3ed7170e9eb9a9b58f4e0a
2024-12-26 07:15:33 +00:00
Zack Winter
be2110a71c SERVER-96398 Switch githash tagging to evergreen only (#30035)
GitOrigin-RevId: 613a6ba0f66140e17359696c88f549e4945fea2f
2024-12-07 01:31:34 +00:00
Zack Winter
0458bb996f SERVER-97603 retry on schedule hang and grab jvm dump (#30005)
GitOrigin-RevId: 4215dfdef41f34ba36fbaa709514d3de94f627ac
2024-12-07 01:31:20 +00:00
Daniel Moody
7b584ccee4 Revert "SERVER-97603 retry on schedule hang for non-tty and grab jvm … (#29604)
GitOrigin-RevId: 62586fdbeece2638864acd5f81ebc6442bb0c5ce
2024-11-26 20:13:00 +00:00
Daniel Moody
fbbdd5a462 SERVER-97603 retry on schedule hang for non-tty and grab jvm dump (#29578)
GitOrigin-RevId: 7f4c40d2ae235e78533cf0e8f315c512b4a425ff
2024-11-26 05:02:52 +00:00
Andrew Bradshaw
3220129aea SERVER-91979 Upgrade to Bazel 7.2 (#28749)
GitOrigin-RevId: 9139373c72c251a5474d080cbccba8ef221e1386
2024-11-01 21:08:36 +00:00
Zack Winter
a073869fa1 SERVER-96243 Fix githash in version_constants.h (#28602)
GitOrigin-RevId: 0b7decbeb9190d3d30de3f11813745ff9b213f0f
2024-10-30 00:33:18 +00:00
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