Commit Graph

12946 Commits

Author SHA1 Message Date
Slava Kim
01518749b7 make profile-require.js not to require files.js 2015-02-02 19:28:00 -08:00
Slava Kim
a46d590a96 Move tiny-profile to tools to avoid circular dependencies 2015-02-02 19:10:09 -08:00
Slava Kim
ffdb98b8f6 Add a lot of profiler frames 2015-02-02 18:06:58 -08:00
Slava Kim
ce558849d3 Revert "Delete extra field on conversion"
This reverts commit 14598f1ca6.

looks like it is causing errors?
2015-02-02 17:24:50 -08:00
Slava Kim
9243bfad3d Profiling in Isopack.saveToPath 2015-02-02 15:53:38 -08:00
Sashko Stubailo
f4601b8355 Bump versions release/WINDOWS-PREVIEW@0.1.4 2015-02-02 14:12:10 -08:00
Sashko Stubailo
9e10649b18 Bump release 2015-02-02 14:09:30 -08:00
Andrew Wilcox
60c52bd2c8 Tiny profiler package 2015-02-02 13:50:28 -08:00
Slava Kim
a4a764dcd1 Remove assertions blocking the release process
The assertions were always failing and the underlying reason is difficult to
debug so far
2015-02-02 13:38:01 -08:00
Slava Kim
3c68cebf0d bump 2015-02-02 13:38:01 -08:00
Sashko Stubailo
cbe5db4282 Improve comment and add convertToWindowsPath in Meteor tool link 2015-02-02 13:23:27 -08:00
Sashko Stubailo
48f50e0f32 throw new Error instead of using buildmessage which doesn't exist 2015-02-02 11:45:05 -08:00
Avital Oliver
d69442177a Fix function rename that got missed previous 2015-02-02 11:40:48 -08:00
Avital Oliver
fe243a3268 Add "cordova" tag to self-test
And automatically skip it on Windows, on which
the build tool doesn't support Cordova commands
2015-02-02 11:33:55 -08:00
Avital Oliver
d174d0d134 Fix two self-tests on Windows via files.convertToOSPath 2015-02-02 10:50:44 -08:00
Avital Oliver
67a7a1be50 Don't test symlinked bundled on Windows
(symlinks don't work on Windows)
2015-02-02 10:49:36 -08:00
Avital Oliver
ed06b75856 Flush buffer on process.exit in Windows
This works around a bug that's present in Node
0.8 and 0.10. This will likely be fixed in 0.12.
https://github.com/joyent/node/issues/3584
2015-02-02 10:33:10 -08:00
Slava Kim
d7a8f44da9 Merge branch 'windows-cr' into windows-r
Fixes by @stubailo for the general code-review
2015-02-02 10:21:26 -08:00
Sashko Stubailo
2216f889bd Include package version parser in tool 2015-02-02 10:15:10 -08:00
Sashko Stubailo
bc4696454a New version 2015-02-02 10:08:05 -08:00
Slava Kim
e2c358dd45 Add the 'admin run-background-updater' command for debugging 2015-01-30 17:18:38 -08:00
Sashko Stubailo
e1dc24a045 Add directions to publish a new version of the package 2015-01-30 15:52:32 -08:00
Sashko Stubailo
35d4223fcc Be careful about paths in boot.js 2015-01-30 15:44:56 -08:00
Sashko Stubailo
30148b58b7 Add mini-files.js to the list of bundled files 2015-01-30 15:44:55 -08:00
Sashko Stubailo
472cef6a64 Move part of files into mini-files.js 2015-01-30 15:44:51 -08:00
Slava Kim
a81816298a Parse the meteor-script-link on Windows
The meteor.bat script located at C:\users\user\appdata\local\.meteor\meteor.bat
on Windows acts as a replacement for ~/.meteor/meteor on unix.

Instead of reading the symlink, attempt to parse the path from the script
comment
2015-01-30 15:39:51 -08:00
Slava Kim
a319123fcd Add MIT license ref to rimraf 2015-01-30 15:15:06 -08:00
Slava Kim
6989b53389 Print publish log only on failure
this way we don't lose messages
2015-01-30 15:08:30 -08:00
Slava Kim
192a33e65b Finally make the windows publish script beautiful
- no need to run the script twice
- no clunky weirdness with the output
- clean messages
2015-01-30 15:05:08 -08:00
Sashko Stubailo
94721e818f Remove path length exception for now until it comes back 2015-01-30 12:00:32 -08:00
Sashko Stubailo
54f1a9a770 Check for file existing before stat 2015-01-30 11:59:13 -08:00
Sashko Stubailo
863aea7bcf Convert to os path on process.chdir 2015-01-30 11:59:04 -08:00
Sashko Stubailo
1a522e428d Fix slashes 2015-01-30 11:58:49 -08:00
Sashko Stubailo
8c906954d3 Don't convert line endings on write 2015-01-30 11:11:47 -08:00
Sashko Stubailo
255739d5ab Revert "Use readFile for hashing instead of stream"
This reverts commit f947457edf.

Conflicts:
	tools/files.js
2015-01-30 11:00:04 -08:00
Sashko Stubailo
000467711b Bump package versions release/WINDOWS-PREVIEW@0.1.2 2015-01-29 17:36:04 -08:00
Sashko Stubailo
e8129ed443 Bump release to 0.1.2 2015-01-29 17:33:42 -08:00
Sashko Stubailo
9b243922bc Fix getting release version 2015-01-29 17:32:27 -08:00
Sashko Stubailo
a82f8557ec Fix getting release version 2015-01-29 17:32:00 -08:00
Sashko Stubailo
a7fb7b93a6 Remove rimraf from the source tree 2015-01-29 14:33:01 -08:00
Sashko Stubailo
3d47829e87 Fix tests and scheme validation 2015-01-29 14:27:42 -08:00
Sashko Stubailo
e82b9a0235 Double-guard against publishing packages with colons 2015-01-29 14:12:35 -08:00
Sashko Stubailo
4b1f257e37 Don't shell out for find 2015-01-29 14:09:19 -08:00
Slava Kim
b1b303d1c7 Hide the verbose output from 7zip 2015-01-29 12:18:36 -08:00
Slava Kim
400f4a11ee Don't extract files logging every path with 7zip 2015-01-29 11:48:13 -08:00
Slava Kim
ecf7b0c4e1 Attempts to make the windows publish script better 2015-01-29 11:37:25 -08:00
Sashko Stubailo
6b876c7265 Move path check to meteor-npm to disallow building packages with colons 2015-01-29 11:15:15 -08:00
Sashko Stubailo
2f85ef8da2 Add test that we can't build packages with colons 2015-01-29 11:15:11 -08:00
Sashko Stubailo
881f1c43dc Bump dev bundle again 2015-01-28 16:43:47 -08:00
Sashko Stubailo
7f91cd13d2 Revert "Revert this commit! Disable pathwatcher completely"
This reverts commit 84dcd9728c.

Conflicts:
	meteor
	tools/safe-pathwatcher.js
2015-01-28 16:28:36 -08:00