Commit Graph

7835 Commits

Author SHA1 Message Date
Filipe Névola
33ad4b58b9 Merge pull request #11882 from meteor/build-plugins-handle-css-minifier-caching
Have build plugins handle caching for css minifiers
2022-02-05 14:43:19 +00:00
zodern
1a6a6b7b27 Support beforeMinify callbacks from minifiers 2022-02-04 16:01:50 -06:00
zodern
eb9a5864cb Remove cache option from readAndWatchFileWithHash 2022-02-04 13:46:59 -06:00
zodern
64bbff2a18 Add file.readAndWatchFileWithHash for css minifiers 2022-02-01 18:58:29 -06:00
zodern
b6a7f7c33d Add readdirWithTypesSync to Plugin.fs 2022-02-01 18:56:26 -06:00
zodern
367d0acdb7 Remove caching of css minifier from isobuild 2022-02-01 18:48:55 -06:00
denihs
18bfd070ab Fixing breaking changes with [Typescript](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#using-unknown-in-catch-variables). 2022-02-01 16:25:07 -04:00
denihs
f00f7534a2 Merge branch 'refactoring/update-ts-4.5' of https://github.com/itgenio/meteor into release-2.6.1 2022-02-01 11:22:00 -04:00
Renan Castro
602b402f13 Merge pull request #11878 from meteor/fix/write-concern-mongo5
Set explicitly write concern to w:1 on mongo v5 when running locally
2022-01-31 10:53:54 -03:00
Renan Castro
c055907768 Merge pull request #11879 from meteor/fix-11877
When creating a tarball, ensure the fmode and dmode are set to readable/writable for sharing tarballs between windows/unixes
2022-01-31 10:53:25 -03:00
Renan Castro
e3040e2ca6 When creating a tarball, ensure the fmode and dmode are set to readable/writable for sharing tarballs between windows/unixes 2022-01-31 10:07:27 -03:00
Renan Castro
6a3d6c8372 Set explicitly write concern to w:1 on mongo v5 when running locally 2022-01-31 09:41:28 -03:00
Filipe Névola
31e219ed15 Merge pull request #11868 from meteor/fix/resolver-windows-multiple-drives
Fix resolving npm deps of local packages when on different drive
2022-01-28 15:29:23 -04:00
Filipe Névola
96558a0671 Add changelog link to new Meteor available message 2022-01-28 15:21:54 -04:00
Filipe Névola
141471a4d0 Merge pull request #11797 from matheusccastroo/launch-screen-ios-support
Add support for iOS storyboard launch screen + dark mode
2022-01-27 09:00:26 -04:00
zodern
1498b78df7 Fix resolving npm deps when on different drive 2022-01-21 15:22:20 -06:00
Renan Castro
8c3a6cdd6c Fix test searching for mongo v4 - replace with v5 2022-01-21 13:28:35 -04:00
Renan Castro
d4bff7199a Find count() no longers accept applySkipLimit, instead it takes no options anymore
Use insertOne/insertMany
2022-01-21 13:28:34 -04:00
Renan Castro
ae7d5c107b poolSize is no longer an option
db.serverConfig is no longer available, topology events are emmited from MongoClient
2022-01-21 13:28:33 -04:00
Renan Castro
f67c70519f native_parser is no longer an option, and we cant connect anymore with new Server() 2022-01-21 13:28:33 -04:00
Renan Castro
b87f326329 waitForStepDownOnNonCommandShutdown is not needed anymore 2022-01-21 13:28:33 -04:00
Filipe Névola
2732e97702 Clean up unused functions and imports in tools/fs/files.ts 2022-01-18 14:21:42 -04:00
Renan Castro
4a18514560 Standardize only one way of extracting tars, as native ones can be tricky with permissions.
Fix issue while extracting archives created on windows, inside linux/mac with permissions
2022-01-18 14:19:58 -04:00
Renan Castro
42ae637d97 Update tar library for faster extractions/compressions - fix extract test 2022-01-18 14:16:49 -04:00
Renan Castro
8ee02968a6 Update tar library for faster extractions/compressions - remove unused import 2022-01-18 14:16:48 -04:00
Renan Castro
ff81b7fc9c Update tar library for faster extractions/compressions - use node-fs for manipulating tar streams 2022-01-18 14:16:47 -04:00
Renan Castro
eda0180a8e Update tar library for faster extractions/compressions - use node-fs for manipulating tar streams 2022-01-18 14:16:47 -04:00
Filipe Névola
0e8124c6ea Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:23:35 -04:00
Filipe Névola
b194793ec5 Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:21:14 -04:00
Filipe Névola
e966d44c71 Merge branch 'devel' into launch-screen-ios-support 2021-12-28 09:08:17 -04:00
Matheus Castro
73a2d0078e Change how we process the splash images for cordova (fixes #11555):
- Improving documentation.
- Added universal mode keys.
2021-12-20 13:47:21 -03:00
Matheus Castro
64dbf0d78d Change how we process the splash images for cordova (fixes #11555):
- Improving docs
2021-12-09 10:52:00 -03:00
Matheus Castro
03b9c1be58 Change how we process the splash images for cordova (fixes #11555):
- Improving docs and adding breaking change on History.md.
2021-12-09 10:41:40 -03:00
Matheus Castro
e9eb8e82d4 Change how we process the splash images for cordova (fixes #11555):
- Updating docs
2021-12-08 18:01:10 -03:00
Matheus Castro
072e496e44 Change how we process the splash images for cordova (fixes #11555):
- Use string template.
2021-12-07 14:32:30 -03:00
Matheus Castro
bf404dfd5c Change how we process the splash images for cordova (fixes #11555):
- Fixes iOS check.
2021-12-06 09:15:57 -03:00
Matheus Castro
931a31c74f Change how we process the splash images for cordova (fixes #11555):
- Set correctly default images for launch/splash screen (ios_universal and android_mdpi_portrait)
- Remove unused graphics.
2021-12-06 01:29:35 -03:00
Matheus Castro
77fa50ebb1 Change how we process the splash images for cordova (fixes #11555):
- Change splash keys to enable storyboard images for iOS; change splash values for android.
- Allow user to pass dark mode images for both android and iOS.
- Updating some code around launchScreens.
2021-12-06 01:12:53 -03:00
filipenevola
88d5d18aee Bump Meteor version to 2.5.2-beta.5 2021-11-25 17:51:54 -03:00
filipenevola
1b87f063fc Change reify to @meteorjs/reify 2021-11-24 09:37:24 -03:00
Renan Castro
4f16220fa6 Fix hangs on mac m1 - increase Fiber poolsize when on arm64 2021-11-17 06:21:16 -04:00
Renan Castro
3eb759ba7f Start release 2.5.1-beta.0 with mac m1 support - fix archinfo.ts 2021-11-17 06:21:14 -04:00
Denilson
4046800590 Description to the new flag --container-size (#11731)
Updating docs, new flag container-size
2021-10-28 17:28:48 -04:00
Renan Castro
5ce42b98ba Support arm64 on darwin when building the dev bundle - split command 2021-10-22 12:26:56 -03:00
Renan Castro
d3dd9fc37c Support arm64 on darwin when building the dev bundle - add a valid architecture to archinfo 2021-10-22 12:14:39 -03:00
Renan Castro
291d0c6a1e Support arm64 on darwin when building the dev bundle - add a valid architecture to archinfo 2021-10-22 12:13:56 -03:00
Renan Castro
4bb642cd0b Support arm64 on darwin when building the dev bundle - use mongo x86_64 with rosetta runners on mac m1 2021-10-22 11:16:56 -03:00
Jan Dvorak
6c67a06c8f Update skeleton dependencies for 2.5 2021-10-19 08:10:12 +02:00
zodern
bb6a251d7d Fix type error 2021-10-15 16:06:11 -05:00
Jan Dvorak
fbcd920efa Merge branch 'release-2.5' into feature/recursive-file-watchers 2021-10-15 20:32:11 +02:00