Commit Graph

22701 Commits

Author SHA1 Message Date
Ben Newman
42e92391f1 Bump package versions for 1.10-beta.10 release. release/METEOR@1.10-beta.10 2020-02-25 19:46:49 -05:00
Ben Newman
70d25386af Merge branch 'devel' into release-1.10 2020-02-25 19:40:53 -05:00
Joakim Ramer
573c9dc478 Allow oauth server package to parse post body data (#10751) 2020-02-25 19:39:45 -05:00
Seba Kerckhof
163881163f Don't lose the query string when using a path prefix (#10845)
Fixes https://github.com/meteor/meteor/issues/10756
2020-02-25 19:31:42 -05:00
Ben Newman
27e6e9d736 Bump $BUNDLE_VERSION to 12.16.1.6 before rebuilding dev bundle. 2020-02-25 18:58:03 -05:00
Ben Newman
a8686cb1bf Update npm to version 6.14.0. 2020-02-25 18:57:30 -05:00
Ben Newman
8939f93d86 Merge branch 'devel' into release-1.10 2020-02-25 18:53:50 -05:00
Ben Newman
b2eaab533b Include Meteor 1.10 changes in devel version of History.md.
Also removed trailing whitespace while I was at it.
2020-02-25 18:50:15 -05:00
Ben Newman
d6b45509ef Merge pull request #10929 from BrianMulhall/xmlbuilder2-update
Xmlbuilder2 update
2020-02-25 18:49:48 -05:00
Ben Newman
41c20d683a Bump $BUNDLE_VERSION to 12.16.1.5 before rebuilding dev bundle.
Version 12.16.1.4 has already been used on the release-1.10 branch.
2020-02-25 15:54:16 -05:00
Brian Mulhall
709b736161 revert this unneeded change to the license file 2020-02-25 15:47:24 -05:00
Brian Mulhall
ec8f5dd74e adding the xmlbuilder library back in to the license file because we have both in the project now. xmlbuilder is used in the non-core xmlbuilder isopack and xmlbuilder2 is used in the dev bundle 2020-02-25 15:47:24 -05:00
Brian Mulhall
a228aa746a moving the xmlbuilder isopack to the non-core folder since it is no longer being used 2020-02-25 15:47:24 -05:00
Brian Mulhall
30fe5cfe13 add xmlbuilder2 to the list of node packages to install with the dependency kit 2020-02-25 15:45:26 -05:00
Brian Mulhall
c68757a52c remove the xmlbuilder isopack and all references to it in the code 2020-02-25 15:44:44 -05:00
Brian Mulhall
65799b23ae Update the builder.js file to use the xmlbuilder2 node package directly, and no longer by importing the isopackxmlbuilder 2020-02-25 15:44:43 -05:00
Brian Mulhall
6285604530 Updated the npm-shrinkwrap.json
these dependencies are needed after all
2020-02-25 15:44:43 -05:00
Brian Mulhall
69f359e592 bug fix - spelling errors in the test file 2020-02-25 15:44:43 -05:00
Brian Mulhall
6ed31add94 removed xmlbuilder's dependencies from the npm-shrinkwrap.json file 2020-02-25 15:44:43 -05:00
Brian Mulhall
e376f83b35 updated the tests to help identify which function (each used function has a separate test case now) has failed in the event that a library update causes the api's behavior to change version to version from what we have come to expect 2020-02-25 15:44:43 -05:00
Brian Mulhall
0d86f3dacd removed the old node packages from the npm-shrinkwrap file because they are not needed anymore 2020-02-25 15:44:43 -05:00
Brian Mulhall
6ab985f142 cleaned up the test case data to only include what is used 2020-02-25 15:44:43 -05:00
Brian Mulhall
2168910194 update the license file to reference the xmlbuilder2 library 2020-02-25 15:44:43 -05:00
Brian Mulhall
20bc926f05 update the builder.js to use the xmlbuilder2's api instead of the xmlbuilder api.
updates are made to account for the following api changes

1.) raw is no longer used by xmlbuilder2
2.) element has been shortened to ele
3.) the create function signature/definition has changed compared to xmlbuilder
2020-02-25 15:44:43 -05:00
Brian Mulhall
928fcdafd1 update the shrinkwrap file's with the new node packages that come with xmlbuilder2, and remove the xmlbuilder packages 2020-02-25 15:44:43 -05:00
Brian Mulhall
2ce2f68426 update the xmlbuilder isopack's package.js file 2020-02-25 15:44:43 -05:00
Brian Mulhall
e4b4b37d2a updated the npm dependency to xmlbuilder2 2020-02-25 15:44:43 -05:00
Brian Mulhall
feaab51e3d added in a test file and a test case to exercise all the functions from xmlbuilder2 the /meteor/tools/cordova/builder.js file uses 2020-02-25 15:44:43 -05:00
filipenevola
d208ca7fcf Bump package versions for 1.10-beta.9 release release/METEOR@1.10-beta.9 2020-02-25 16:32:29 -04:00
Filipe Névola
e97682ecf4 Merge pull request #10829 from eskan/devel
Fix/Change the way resource file are added to cordova project
2020-02-25 16:30:21 -04:00
Filipe Névola
79dccfe49f Merge pull request #10818 from wildhart/fix-issue-10469
Limit fetching full user objects (performance) Fixes #10469
2020-02-25 16:26:04 -04:00
Filipe Névola
e384b1ce37 Merge pull request #10942 from meteor/refactor/modernize-random
Refactor/modernize random
2020-02-25 16:10:16 -04:00
Filipe Névola
e31f390237 Merge branch 'release-1.10' into devel 2020-02-25 15:42:03 -04:00
Filipe Névola
979b31b87c Merge branch 'release-1.10' into fix-issue-10469 2020-02-25 15:40:39 -04:00
Filipe Névola
3516bc8193 Merge branch 'release-1.10' into refactor/modernize-random 2020-02-25 15:37:17 -04:00
filipenevola
0806489de6 Bump package versions for 1.10-beta.8 release release/METEOR@1.10-beta.8 2020-02-25 12:19:23 -04:00
Filipe Névola
b03b7bb9ba Merge pull request #10537 from lamhieu-vk/TravisRetryInRunTests
Should be retry run test for Travis CI when falling
2020-02-25 12:18:11 -04:00
Filipe Névola
735e05d2d7 Merge pull request #10864 from meteor/mongo-performance-improvements
Reduce EJSON.clone's when observing query changes
2020-02-25 12:10:20 -04:00
cyrille
a72ee88a0e Merge branch 'devel' of https://github.com/meteor/meteor into devel 2020-02-25 13:08:52 +01:00
Seba Kerckhof
6368359927 Bump version 2020-02-25 10:39:44 +01:00
sebakerckhof
f0930360ef Refactor types into strategy-pattern (ish) subclasses. 2020-02-25 10:39:44 +01:00
sebakerckhof
c4504ba1f3 Some style improvements 2020-02-25 10:39:44 +01:00
sebakerckhof
3a3774f47f Modernize random 2020-02-25 10:39:44 +01:00
Filipe Névola
b582d7de58 Merge branch 'release-1.10' into mongo-performance-improvements 2020-02-24 22:45:51 -04:00
wildhart
10b3bd3fce Merge remote-tracking branch 'upstream/devel' into fix-issue-10469 2020-02-24 09:01:26 +13:00
Filipe Névola
d612d7546f Merge pull request #10931 from harryadelb/community-slack-invitation
Add Slack invite link
2020-02-22 09:06:55 -04:00
Filipe Névola
ed9cfab9a7 Merge pull request #10933 from meteor/drop-support-win-32-bit
Drops support for Win 32-bit
2020-02-21 20:35:01 -04:00
filipenevola
fbfea6188f Fixes History format 2020-02-21 19:42:44 -04:00
filipenevola
63dd0462a1 Bump $BUNDLE_VERSION to 12.16.1.4 before rebuilding dev bundle. 2020-02-21 19:37:35 -04:00
filipenevola
dfef2c3641 Drops support for Windows 32-bit as MongoDB no longer supports it 2020-02-21 19:21:12 -04:00