Commit Graph

31963 Commits

Author SHA1 Message Date
Renan Castro
5472cfd1c2 Merge pull request #11934 from meteor/fix/remove-false-positive-warning
Remove false positive warning on oplog entry
release/METEOR@2.6.1
2022-02-18 20:00:07 +00:00
Renan Castro
ce5fa3f07d Fix browserstack tests - remove testing for IE 9.
- upgrade dev bundle for final version of meteor/babel
2022-02-18 16:59:20 -03:00
Renan Castro
64412a5da1 Remove false-positive warning for supported operation a.0.b:{} and add more test cases 2022-02-18 15:58:13 -03:00
Renan Castro
4080187679 Bump packages for release 2022-02-18 15:27:35 -03:00
Renan Castro
cde97f0f73 Merge pull request #11922 from meteor/remove-production-replacable-check
Fix issues with HMR and meteor build --debug
2022-02-18 18:07:17 +00:00
Renan Castro
38866be3e8 Merge pull request #11932 from meteor/fix/binary-executable-windows
Revert missing binary permission bit when packing a meteor bundle on Windows
2022-02-18 18:06:48 +00:00
Renan Castro
6f8029eb2e Fix browserstack tests - remove testing for IE 9.
- upgrade dev bundle for final version of meteor/babel
2022-02-18 14:37:58 -03:00
Renan Castro
455c01e7aa Revert missing binary permission bit when packing a meteor bundle on Windows 2022-02-17 15:34:39 -03:00
Renan Castro
e5a2bd1280 Merge pull request #11929 from meteor/fix/oplog-aggregation
Fix multiple array operators bug and add support for debug messages
2022-02-16 19:26:42 -03:00
Renan Castro
b8de3266dc Bump mongodb package version 2022-02-16 19:26:17 -03:00
Renan Castro
ed7abb865c Fix isArrayOperator function regexp false-positive - We need to check if things STARTS with u\d* 2022-02-16 15:38:38 -03:00
zodern
5893114701 Don't log to restart when outside of meteor tool 2022-02-16 12:02:16 -03:00
zodern
7809d814eb Remove check for replaceable files in production
There are replaceable files when the app was built with the --debug option, and then run with NODE_ENV set to production. There are no problems with replaceable files.
2022-02-16 12:02:16 -03:00
Renan Castro
c19a2471d0 Fix multiple array operators bug and add support for debug messages 2022-02-16 12:00:48 -03:00
Renan Castro
235c0eef11 Update svelt skel dependencies 2022-02-15 11:37:26 -03:00
Renan Castro
4e86bfe961 Update @babel dependencies - preparing for final version 2022-02-14 15:09:16 -03:00
Renan Castro
1fbed35ed9 Update @babel dependencies - start 2.6.1.beta-4 release/METEOR@2.6.1-beta.4 2022-02-14 10:30:14 -03:00
Renan Castro
343f755b9f Update @babel dependencies - start 2.6.1.beta-1 2022-02-14 10:11:09 -03:00
Renan Castro
a38865186c Update @babel dependencies - start 2.6.1.beta-1 2022-02-14 10:10:06 -03:00
Renan Castro
d35b34085b Update @babel dependencies - start 2.6.1.beta-0 2022-02-14 09:37:59 -03:00
Renan Castro
6836e9bae0 Fix install on mac M1 - semver issue 2022-02-13 19:54:48 -03:00
Renan Castro
962db08592 Update history.md and bum mongo package version 2022-02-11 08:16:59 -03:00
Renan Castro
c09bd385c5 Merge pull request #11907 from meteor/fix/mongo-insert-return-sync
Fix sync return for insert methods inside _collection private method
2022-02-11 08:15:06 -03:00
Renan Castro
d31dc53637 Merge branch 'devel' into fix/mongo-insert-return-sync 2022-02-11 08:14:51 -03:00
Renan Castro
0dff46f1ce Merge pull request #11908 from meteor/fix/fix-check-for-oplog-supported-cursor
Support the new "projection" field inside the decision of using oplog for a published cursor or not
2022-02-11 08:14:30 -03:00
Renan Castro
25f8facb49 Also support the new "projection" field inside the decision of using oplog for a published cursor or not 2022-02-10 17:17:13 -03:00
Renan Castro
f936dc4f0a Merge branch 'devel' into fix/mongo-insert-return-sync 2022-02-10 16:30:40 -03:00
Renan Castro
b03e3124f4 Fix sync return for insert methods inside _collection private method 2022-02-10 16:27:01 -03:00
Denilson
8223359af2 Merge pull request #11826 from amka/patch-1
Fix markdown link parsing error
2022-02-10 14:14:50 -04:00
Denilson
b7c57b314d Merge pull request #11814 from harryadel/patch-2
Add OWASP cheet sheet for Node.js
2022-02-10 14:03:06 -04:00
Denilson
2c85e0e5a6 Merge pull request #11862 from eltociear/patch-5
chore(docs): fix typo in email.md
2022-02-10 14:00:52 -04:00
Filipe Névola
bcef0313e6 Update server-render.md 2022-02-10 15:08:39 +04:00
Filipe Névola
710f42dba4 Merge pull request #11901 from trusktr/patch-16
correct git link in static-html package
2022-02-10 02:02:38 +04:00
Joe Pea
a66712abd4 correct git link in static-html package
The static-html package is in the meteor/meteor repo.
2022-02-09 11:00:36 -08:00
Renan Castro
aaa8fc2bd8 Merge pull request #11894 from meteor/fix/revert-id-exclusion-exception
Remove throw on _id exclusion inside mongo collection finds
2022-02-08 12:55:03 -03:00
Renan Castro
6c1550ab01 Remove throw on _id exclusion inside mongo collection finds - Add changes to history.md and bump package version 2022-02-08 12:54:43 -03:00
Renan Castro
4bc0b7f8cd Remove throw on _id exclusion inside mongo collection finds - revert changed test 2022-02-08 11:07:02 -03:00
Renan Castro
0a59cafeb5 Merge pull request #11888 from meteor/fix/array-hotfix-oplog
Fix flatten object issue when internal object value is an array on oplog converter
2022-02-06 13:09:41 -03:00
Renan Castro
2c12e27bd0 Fix flatten object issue when internal object value is an array - remove call to hasOwnProperty 2022-02-05 21:37:02 -03:00
Renan Castro
7af62731e0 Fix flatten object issue when internal object value is an array - fix #11887
Preserve object.keys call for performance reasons
2022-02-05 21:21:37 -03:00
Filipe Névola
9f92f1ab04 Published mongo@1.14.1. 2022-02-04 15:30:48 +00:00
Filipe Névola
00350f57a1 Merge pull request #11885 from meteor/fix/oplog-converter-empty-object
Fix flatten object issue when the object is empty on oplog converter
2022-02-04 15:29:19 +00:00
Renan Castro
832efd1baa Fix comment phrasing on oplog converter 2022-02-04 08:55:21 -03:00
Renan Castro
2b0485ce73 Remove only from oplog tests 2022-02-04 08:50:44 -03:00
Renan Castro
b23c22de23 Fix flatten object issue when the object is empty on oplog converter - fix #11884 2022-02-04 08:07:31 -03:00
Renan Castro
511538e15a Update 2.6-migration.md 2022-02-03 10:22:00 -03:00
Renan Castro
90469dedaf Update history.md 2022-02-03 10:20:52 -03:00
Renan Castro
7c1a554ea0 Release 2.6 🎉 - docs 2022-02-01 16:13:13 -03:00
Renan Castro
bf123c164f Merge pull request #11867 from meteor/release-2.6
Release 2.6
2022-02-01 16:06:53 -03:00
Renan Castro
ffc4300f23 Release 2.6 🎉! release/METEOR@2.6 2022-02-01 15:55:48 -03:00