Leonardo Venturini
b19cd3e0b5
update shrinkwrap
2024-10-23 12:39:29 -04:00
Leonardo Venturini
4d39ba67c7
shrinkwrap
2024-10-18 09:52:25 -04:00
Leonardo Venturini
6f8b9f7900
remove lodash
2024-10-18 08:50:06 -04:00
Leonardo Venturini
2659e005b7
Merge branch 'release-3.1.0' into underscore/webapp
2024-10-17 07:55:57 -04:00
denihs
7fc013bee7
publish new installer version 3.0.4
2024-10-15 16:43:15 -04:00
denihs
12fcb17238
Meteor version to 3.0.4 ☄️
2024-10-15 14:19:11 -04:00
Jan Dvorak
78b744c482
Remove connect types
2024-10-10 09:10:52 +02:00
Jan Dvorak
937899ba18
Express patch update
2024-10-10 09:06:54 +02:00
denihs
5ac3796289
Update npm-shrinkwrap.json
2024-10-09 15:06:52 -04:00
denihs
26a7add53f
Meteor version to 3.0.4-rc.0 ☄️
2024-10-09 14:41:24 -04:00
Nacho Codoñer
22a0e4ffb0
Meteor version to 3.0.4-beta.0 ☄️
2024-10-04 14:45:56 +02:00
Harry Adel
079c9281e7
Merge branch 'devel' into underscore/webapp
2024-10-03 23:57:23 +03:00
Jan Dvorak
9102acb059
Add catch for empty user agent string
2024-10-01 17:13:41 +02:00
denihs
51d529b014
add the tmp package so useragent-ng can build correctly
2024-10-01 08:49:45 -04:00
Jan Dvorak
d3d1b9221f
Replace useragent with useragent-ng and #13341
...
This should mitigate potential ReDoS vulnerability.
2024-09-17 09:57:16 +02:00
denihs
d00a9741c3
publish new version for webapp
2024-09-16 10:41:58 -04:00
Jan Dvorak
052cf84034
Update webapp dependencies
2024-09-12 09:19:27 +02:00
denihs
a2591c5c74
Update packages npm-shrinkwrap.json
2024-09-10 12:23:55 -04:00
harryadel
d4a54c8ee6
Merge branch 'devel' into underscore/webapp
2024-08-22 17:10:25 +03:00
denihs
921c61f478
update npm-shrinkwrap.json files
2024-08-14 10:36:53 -04:00
denihs
9f5f3d8888
Meteor version to 3.0.2 ☄️
2024-08-14 10:16:21 -04:00
Nacho Codoñer
bff7d780b0
Merge branch 'devel' into release-3.0.2
2024-08-14 15:41:20 +02:00
Leonardo Venturini
dd5651a889
update shrinkwrap files
2024-08-08 15:59:21 -04:00
denihs
f79763724b
Meteor version to 3.0.2-beta.4 ☄️
2024-08-01 09:42:32 -04:00
denihs
f18bcc3e29
Meteor version to 3.0.2-beta.3 ☄️
2024-08-01 09:34:40 -04:00
denihs
a91bab7119
Meteor version to 3.0.2-beta.2 ☄️
2024-07-29 10:09:13 -04:00
denihs
e30882761d
Meteor version to 3.0.2-beta.1 ☄️
2024-07-29 09:44:16 -04:00
denihs
913f83fd9e
Meteor version to 3.0.2-beta.0 ☄️
2024-07-26 14:56:29 -04:00
Leonardo Venturini
a97587bedc
commit shrinkwrap
2024-07-24 13:16:25 -04:00
Leonardo Venturini
bc55ac2721
shrinkwraps
2024-07-19 12:33:20 -04:00
denihs
b494499e91
Meteor version to 3.0 ☄️
2024-07-15 13:36:33 -04:00
denihs
61c25a7426
Meteor version to 3.0.0-rc.10 ☄️
2024-07-15 11:12:31 -04:00
denihs
9bd17184e9
Meteor version to 3.0.0-rc.9 ☄️
2024-07-15 10:55:23 -04:00
denihs
9b114283b9
Meteor version to 3.0.0-rc.8 ☄️
2024-07-12 09:10:10 -04:00
denihs
c9e81c613e
Meteor version to 3.0.0-rc.7 ☄️
2024-07-11 15:45:57 -04:00
denihs
faba272d00
Meteor version to 3.0.0-rc.6 ☄️
2024-07-11 14:39:40 -04:00
denihs
b6f9f5f2bb
- make sure to load dependencies before running tests with browserstack
2024-07-11 12:58:20 -04:00
denihs
d36f2f5dd9
- bump packages versions
2024-07-11 09:31:16 -04:00
Denilson
a47800b42d
Merge branch 'release-3.0' into fix/subcription-calls-order
2024-07-10 09:20:53 -04:00
denihs
0e057259b1
- make sure to never queue the _send if _stream._neverQueued is tru
2024-07-10 08:49:40 -04:00
Nacho Codoñer
232b8a8c8b
OSS-459 Posix indirect dependency replacement ( #13204 )
...
* implement tests to tweak socket files behaviors and group config
* re-run checks
* better test coverage on UNIX_SOCKET_PATH and UNIX_SOCKET_GROUP usage
* create socker file as part of the tests
* replace @vlasky/whomst dependency to use a unix-standard way to get gid from group name
* ensure test cross-compatibility on unix/macos
* clean
* register cleanup
* ensure close properly the net server instantiated
* temporary comment a test to see if CI passes
* Revert "temporary comment a test to see if CI passes"
This reverts commit 22b6517860 .
* verify if new test is the culprit
* establish port
* establish port
* silent one test to see if CI fixed
* activate other test within the testAsyncMulti as may be the culprit on CI failure
* try set permissions as well
* print /etc/group
* use travis group
* ensure use proper group on travis CI to fix tests
* silent get group info logs
---------
Co-authored-by: Denilson <denilsonh2014@gmail.com >
2024-07-10 12:18:41 +02:00
denihs
2f85dcf6bc
- fix test environment - bindEnvironment
2024-06-26 16:52:20 -04:00
denihs
d3fd11ffe3
- revert EVp.withValue to its original state
...
- warn devs about using Meteor.call with async methods
2024-06-21 11:28:56 -04:00
Leonardo Venturini
9b1c18b30f
Meteor version to 3.0-rc.4 ☄️
2024-06-12 09:20:56 -04:00
Nacho Codoñer
41046c520f
Meteor version to 3.0-rc.3 ☄️
2024-06-11 18:22:22 +02:00
Leonardo Venturini
9a6017fa7b
Merge branch 'release-3.0' into feature/lru-cache
2024-06-10 09:39:00 -04:00
Leonardo Venturini
c91daf9d6e
revert lru-cache to v6.0.0
2024-06-10 09:09:42 -04:00
Leonardo Venturini
087a54d46e
update shrinkwraps
2024-06-05 09:18:09 -04:00
Nacho Codoñer
c61cbcc8af
Merge branch 'webapp-addruntime-config-fix' of https://github.com/meteor/meteor into webapp-addruntime-config-fix
2024-05-22 15:35:12 +02:00
Nacho Codoñer
cb78cb98b1
improve the test
2024-05-22 15:34:56 +02:00