denihs
e2ebb680a5
Bumping meteor-tool version
release/METEOR@2.7.2-rc.0
2022-04-28 11:30:00 -04:00
denihs
60bcb3fcf9
Meteor version to 2.7.2-rc.0 🎉
2022-04-28 11:12:04 -04:00
Denilson
0789d035d8
Merge branch 'devel' into release-2.7.2
2022-04-28 10:40:17 -04:00
Denilson
5948efc3b5
Merge pull request #12020 from aameen-tulip/patch-1
...
Permit users to set uname info
2022-04-28 10:31:01 -04:00
Denilson
8b7833c3d0
Merge pull request #12018 from dulx98/patch-1
...
Update fetch.md
2022-04-28 10:09:54 -04:00
Denilson
13d584e860
Merge pull request #12014 from meteor/fix/meteor-node-stubs-ie
...
Fix using meteor-node-stubs in IE
2022-04-28 10:06:47 -04:00
aameen-tulip
296ce3ad89
Permit users to set uname info
...
This allows users on multi-arch systems to explicitly set their architecture in their environment.
Overriding `ARCH` is necessary for systems which run without a `uname` binary which has been extended to "lie" about the system's architecture in different contexts. For example on a multi-arch build system `mongo` may be running in an execution mode which differs from the host execution mode; currently you either have to modify `mongo` or patch `uname` to "lie" in order to get the desired `ARCH`.
This change doesn't require a patched `mongo` or `uname` binary.
Ex:
```
PATH="/usr/local/opt/gnu-coreutils/bin${PATH+:$PATH}" ARCH=x86_64;
export PATH ARCH;
/usr/bin/arch -x86_64 ~/.meteor/packages/meteor-tool/2.5.6/mt-os.osx.x86_64/meteor ARGS...;
```
For context `gnu-coreutils`'s `uname` is agnostic to the effects of `arch -x86_64` and would output `arm64` in this case when we actually want `x86_64`.
2022-04-26 15:56:27 -05:00
dulx98
b2c327dc99
Update fetch.md
2022-04-26 01:13:34 +07:00
zodern
195ca66d6f
Downgrade buffer and punycode to support IE
2022-04-21 18:49:56 -05:00
denihs
32a6617acb
Meteor version to 2.7.2-beta.0 🎉
release/METEOR@2.7.2-beta.0
2022-04-18 11:13:45 -04:00
denihs
600b8e8877
Merge remote-tracking branch 'origin/release-2.7.2' into release-2.7.2
...
# Conflicts:
# docs/history.md
2022-04-18 10:37:01 -04:00
denihs
dc237a4ed5
Updating history.md
2022-04-18 10:36:28 -04:00
zodern
ea2bb42c53
Remove unnecessary comment
2022-04-18 10:35:23 -04:00
zodern
9f9927340d
Remove outdated comment on warehouse path
2022-04-18 10:35:23 -04:00
zodern
ece628357d
Remove extra log
2022-04-18 10:35:23 -04:00
zodern
e1ddf96a07
Improve error messages from readBufferWithLengthAndOffset
2022-04-18 10:35:23 -04:00
zodern
f7044e561c
Add _dataUsed property to prelink resources
...
The bundler expects this property to know if it should watch the resource.
2022-04-18 10:35:23 -04:00
Maxim Makarov
271497611e
documentation for DISABLE_SOCKJS env variable
2022-04-18 10:35:23 -04:00
Maxim Makarov
93326a066d
Ability to disable sockjs on client side
2022-04-18 10:35:22 -04:00
Jan Dvorak
1e2e1dfd3e
Update history
2022-04-18 10:35:20 -04:00
Jan Dvorak
045f53a336
Update skeleton dependencies
2022-04-18 10:34:46 -04:00
denihs
4b21cfff2c
Stylishing the skeleton with tailwind
2022-04-18 10:34:46 -04:00
denihs
c7c3d71268
Removing custom css
2022-04-18 10:34:45 -04:00
denihs
c339ab8373
Aligning new tailwind's command text description
2022-04-18 10:34:45 -04:00
denihs
8699225396
Creating new skeleton that will have tailwind configured by default
2022-04-18 10:34:45 -04:00
Ikko Ashimine
98b73f4419
Fix typo in callback_logger.js
...
occured -> occurred
2022-04-18 10:34:45 -04:00
Jan Dvorak
222022ecf0
Put index re-creation behind a settings option
2022-04-18 10:34:44 -04:00
Jan Dvorak
b40efd8eb8
Re-create index when already exists #11666 #11750
2022-04-18 10:34:41 -04:00
Bruce Johnson
0c2b886425
New api getMinimumBrowserVersions
2022-04-18 10:33:06 -04:00
Denilson
39fcdaad30
Merge pull request #12010 from meteor/fix/unibuild-prelink-watching
...
Fix reading packages installed before Meteor 1.2
2022-04-15 10:09:34 -04:00
zodern
8f4644fb7c
Remove unnecessary comment
2022-04-13 16:11:12 -05:00
zodern
40842143ae
Remove outdated comment on warehouse path
2022-04-13 16:10:40 -05:00
zodern
4d66a8d36f
Remove extra log
2022-04-13 16:09:13 -05:00
zodern
a541c50427
Improve error messages from readBufferWithLengthAndOffset
2022-04-13 16:03:02 -05:00
zodern
c18486a55b
Add _dataUsed property to prelink resources
...
The bundler expects this property to know if it should watch the resource.
2022-04-13 15:59:50 -05:00
Denilson
181e8b10e1
Merge pull request #12007 from maxpain/devel
...
Ability to disable sockjs on client side
2022-04-13 10:34:46 -04:00
Maxim Makarov
5fe8d6b03e
documentation for DISABLE_SOCKJS env variable
2022-04-13 12:52:38 +03:00
Maxim Makarov
e2f2fe1e61
Ability to disable sockjs on client side
2022-04-13 12:06:59 +03:00
denihs
cff68fbdda
Merge branch 'feature/update-skelets' into release-2.7.2
...
# Conflicts:
# docs/history.md
2022-04-11 14:08:14 -04:00
Denilson
2e19ebbbb3
Merge pull request #12000 from meteor/feature/tailwind-skeleton
...
Creating new skeleton that will have tailwind configured by default
2022-04-11 14:05:33 -04:00
Denilson
bf7ea2478b
Merge pull request #12003 from eltociear/patch-7
...
Fix typo in callback_logger.js
2022-04-11 14:04:46 -04:00
Denilson
53f3c4442d
Merge pull request #12005 from meteor/feature/improve-accounts-docs
...
Improve accounts docs
2022-04-11 14:03:52 -04:00
hschmaiske
0ef58736f1
update instructions
2022-04-11 10:28:43 -03:00
hschmaiske
06a9cbb8a4
improve accounts docs
2022-04-08 12:27:24 -03:00
denihs
7d3109ca40
Stylishing the skeleton with tailwind
2022-04-07 14:59:18 -04:00
Ikko Ashimine
cb916520ef
Fix typo in callback_logger.js
...
occured -> occurred
2022-04-07 23:55:21 +09:00
Jan Dvorak
ab74eeee0a
Update history
2022-04-07 09:40:22 +02:00
Jan Dvorak
fd54de07d7
Update skeleton dependencies
2022-04-07 09:37:22 +02:00
denihs
19c25d5868
Removing custom css
2022-04-06 11:59:59 -04:00
Frederico Maia Arantes
796be4e0a1
Add node bump version to the changelog.
2022-04-06 12:31:52 -03:00