Skip to content

Tags: mtakac2/meteor

Tags

release/sso-10

Toggle release/sso-10's commit message
Merge remote-tracking branch 'origin/devel' into sso

Conflicts:
	packages/accounts-base/accounts_client.js

release/sso-9

Toggle release/sso-9's commit message
Changes to how Meteor.settings is filled on Galaxy

(a) Prefer $APP_CONFIG over $METEOR_SETTINGS

(b) Allow $APP_CONFIG's settings field to be a string which we
parse (which will be the default soon)

release/sso-8

Toggle release/sso-8's commit message
Merge remote-tracking branch 'origin/devel' into sso

release/sso-7

Toggle release/sso-7's commit message
Fix issues with meteorid popup

release/bundler-profile-1

Toggle release/bundler-profile-1's commit message
Always enable profiler. DO NOT MERGE.

This is just so I can build a release for people to use without having
to make them set METEOR_PROFILE.

release/oplog-with-operators

Toggle release/oplog-with-operators's commit message
Fix $type:4 queries and sorts with numeric indices

Add lots of sort tests.  All new tests in this commit have been verified
against MongoDB (2.5).

release/oplog-operators

Toggle release/oplog-operators's commit message
Fix $type:4 queries and sorts with numeric indices

Add lots of sort tests.  All new tests in this commit have been verified
against MongoDB (2.5).

release/sso-6

Toggle release/sso-6's commit message
Fix hashed login token test failures caused by merge mishap.

release/sso-5

Toggle release/sso-5's commit message
Merge remote-tracking branch 'origin/devel' into sso

Conflicts:
	packages/accounts-base/accounts_server.js

release/mongo-refactor

Toggle release/mongo-refactor's commit message
Merge branch 'minimongo-array-updates' into devel

Actually implement updating field 'x.$.y'! Also some related cleanups.