Commit Graph

6046 Commits

Author SHA1 Message Date
Emily Stark
3caa3b9e9c Update banner and notices for 0.7.1.2 release/0.7.1.2-rc1 release/0.7.1.2 2014-02-26 13:51:58 -08:00
Emily Stark
0eccd1f2f4 Add History entries for 0.7.1.2 bug fixes 2014-02-26 13:51:38 -08:00
David Glasser
729f4123f1 Only set oplog-reply flag on the oplog collection
Otherwise can crash mongod!

Wed Feb 26 11:09:32.829 [conn499]  logs.tmp-test-logs-10833_meteor_com Assertion failure str::startsWith(ns, "local.oplog.") src/mongo/db/repl_block.cpp 261
0x10b9245ab 0x10b8fb64c 0x10b816015 0x10b5b2d06 0x10b714ce6 0x10b6bf354 0x10b6c398b 0x10b4dd9e2 0x10b917699 0x10b957055 0x7fff948637a2 0x7fff948501e1
I20140226-11:09:32.831(-8) (satellite.js:296) process 85850 for job tmp-test-logs-10833.meteor.com null exited with 1
 0   mongod                              0x000000010b9245ab _ZN5mongo15printStackTraceERSo + 43
 1   mongod                              0x000000010b8fb64c _ZN5mongo12verifyFailedEPKcS1_j + 284
 2   mongod                              0x000000010b816015 _ZN5mongo19updateSlaveLocationERNS_5CurOpEPKcNS_6OpTimeE + 2405
 3   mongod                              0x000000010b5b2d06 _ZN5mongo12ClientCursor19updateSlaveLocationERNS_5CurOpE + 52
 4   mongod                              0x000000010b714ce6 _ZN5mongo14processGetMoreEPKcixRNS_5CurOpEiRbPb + 534
 5   mongod                              0x000000010b6bf354 _ZN5mongo15receivedGetMoreERNS_10DbResponseERNS_7MessageERNS_5CurOpE + 1492
 6   mongod                              0x000000010b6c398b _ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE + 4939
 7   mongod                              0x000000010b4dd9e2 _ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE + 198
 8   mongod                              0x000000010b917699 _ZN5mongo17PortMessageServer17handleIncomingMsgEPv + 1657
 9   mongod                              0x000000010b957055 thread_proxy + 229
 10  libsystem_c.dylib                   0x00007fff948637a2 _pthread_start + 327
 11  libsystem_c.dylib                   0x00007fff948501e1 thread_start + 13
2014-02-26 13:48:36 -08:00
Emily Stark
42ff994a09 Avoid returning twice on error in files.run 2014-02-26 08:23:31 -08:00
Emily Stark
fabd6c6246 Don't print 'undefined' around banner text release/0.7.1.1-rc1 release/0.7.1.1 2014-02-24 13:42:14 -08:00
Matt DeBergalis
f8eec237a6 mention oplog 2014-02-24 12:42:51 -08:00
Nick Martin
686996fb81 Tweak text in login button for meteor-developer to fit in current width. release/0.7.1 release/0.7.1-rc5 2014-02-23 20:51:10 -08:00
Nick Martin
48cfc719ef Oops, missed one. Thanks, Tim. 2014-02-23 19:46:29 -08:00
Nick Martin
dd47415027 First cut banner and notices. release/0.7.1-test3 release/0.7.1-rc4 2014-02-23 19:00:58 -08:00
Emily Stark
1e36f52a8b Remove stray comma in History 2014-02-23 18:59:51 -08:00
Emily Stark
7a1c2f87bd Fix Sashko's username in mailmap 2014-02-23 18:59:07 -08:00
Nick Martin
ff5d9f3972 HIstory reordering pass. 2014-02-23 18:29:17 -08:00
Nick Martin
c75969e769 Another History.md pass, part 1. 2014-02-23 17:25:01 -08:00
David Glasser
9e8a1f2771 History: fix waypoint version 2014-02-23 16:40:41 -08:00
David Glasser
afcd1ae5a5 history typo 2014-02-23 16:39:58 -08:00
Nick Martin
fecc246271 Update license file for new npm modules. 2014-02-23 14:10:48 -08:00
Emily Stark
d6f04ba5dd Fix exceptions in galaxy deploy 2014-02-22 17:45:24 -08:00
Emily Stark
bbc8fe2809 Remove Accounts.loginServiceConfiguration from docs 2014-02-22 13:27:41 -08:00
Emily Stark
22db047be7 Add github usernames to History and update mailmap 2014-02-21 23:19:13 -08:00
Emily Stark
99386b07c8 Do a pass over History.md 2014-02-21 23:06:58 -08:00
Emily Stark
e7a0db4a72 Add History note about compress before rawConnectHandlers 2014-02-21 22:18:38 -08:00
David Glasser
dd7fb37a40 history note about relaxed Npm.depends rules 2014-02-21 17:34:35 -08:00
Emily Stark
27e5b77249 Bump examples and docs to 0.7.1-rc3 2014-02-21 15:54:04 -08:00
Emily Stark
cde758c7ef Tweak "Configure Meteor developer account login" button text 2014-02-21 15:26:52 -08:00
David Glasser
3cd00c89af Avoid stack trace with empty '.meteor/release' file
This is not a regression against 0.7.0.1.

Fixes #1849.
2014-02-21 15:00:33 -08:00
David Glasser
203917df1e Don't print "overrides project version (null)"
Specifically, when using checkout meteor with a project with no
.meteor/release file (ie, a pre-0.6.0 app, not a "none"-pinned app), we
used to print

  => Running Meteor from a checkout -- overrides project version (null)

but now we won't.
2014-02-21 14:50:44 -08:00
Emily Stark
1528f1c922 Shorten some package descriptions 2014-02-21 11:49:36 -08:00
Emily Stark
e04d3f36d2 Make accounts-meteor-developer documented, not meteor-developer 2014-02-21 11:39:37 -08:00
Emily Stark
222ac4ca65 Bump more self-test timeouts release/0.7.1-rc3 2014-02-21 10:22:03 -08:00
Emily Stark
8f2a0abe31 Remove unnecessary help text line break. 2014-02-21 10:09:11 -08:00
Emily Stark
aa7b89db79 Merge branch 'catch-sourcemap-fails' into release-0.7.1 2014-02-21 09:06:50 -08:00
Emily Stark
0eaa021f4c Just drop sourcemaps that fail to be applied. 2014-02-21 09:05:51 -08:00
Slava Kim
58dc0ee3bb Print a warning if the generated source map failed to be applied 2014-02-20 19:32:16 -08:00
Emily Stark
9669bbe368 Bump some run test timeouts 2014-02-20 17:25:14 -08:00
David Glasser
54074fdac7 Fix crash if populating packages in two processes 2014-02-20 15:35:38 -08:00
Emily Stark
4d682e3a1c Remove unneeded cookies package 2014-02-20 15:32:42 -08:00
David Glasser
2e9755a75f More improvements to load order doc
Fixes #1839.  See also #1675.
2014-02-20 15:27:44 -08:00
Emily Stark
67b6adc801 Modify docs sidebar to not list every external login provider.
`Meteor.loginWithMeteorDeveloperAccount` is too long for the sidebar,
and we don't really want to update the sidebar for every login provider
anyway.
2014-02-20 14:34:22 -08:00
Emily Stark
9610e0703c Merge branch 'raw-connect-handlers' into release-0.7.1 release/0.7.1-rc2 2014-02-20 11:53:30 -08:00
Emily Stark
9aa4e53984 Run compress connect handler before raw connect handlers. 2014-02-20 11:47:53 -08:00
Emily Stark
6ca69af94e Update History for rawConnectHandlers 2014-02-20 11:32:19 -08:00
Emily Stark
36b7cd776d Add WebApp.rawConnectHandlers that run before other meteor handlers 2014-02-20 11:04:53 -08:00
Emily Stark
e4c02a5e3a Revert "Run user-supplied connect handlers earlier. They see the path before the prefix has been stripped and they take precedence over static assets."
This reverts commit c3c86a1b30.
2014-02-20 10:49:20 -08:00
Slava Kim
dc4eb4c496 Prevent less sourcemaps generation hanging w/o compiling less twice 2014-02-20 00:03:15 -08:00
Emily Stark
f19331fc44 Merge branch 'meteor-accounts-ux-pass' into release-0.7.1 2014-02-20 00:00:16 -08:00
Slava Kim
7b9ca3d0cc Allow stylesheets to register source maps 2014-02-19 23:56:10 -08:00
Emily Stark
ab3577d3d5 Update tests for changed accounts UX 2014-02-19 23:44:04 -08:00
Emily Stark
cebffa7848 Use stderr for login prompt on deploy with expired token 2014-02-19 23:43:35 -08:00
Emily Stark
89b1a73002 Make options optional on pollForRegistrationCompletion 2014-02-19 23:43:18 -08:00
Slava Kim
3caa824b32 Don't hang if less produces no source-map
Add a test for that
2014-02-19 22:03:14 -08:00