Commit Graph

616 Commits

Author SHA1 Message Date
David Greenspan
8754e3626f Bump versions for RC 2015-09-03 11:32:51 -07:00
David Greenspan
978f710677 Add more comments to shell script 2015-09-03 11:13:00 -07:00
Sashko Stubailo
9921171be7 Bump release number 2015-09-02 13:27:32 -07:00
David Greenspan
99e80ce998 Claim RC 10 2015-08-31 17:30:37 -07:00
David Greenspan
4226c4f9e1 claim RC 9 2015-08-31 12:00:15 -07:00
David Greenspan
b522f7b8f6 Claim RC 8 2015-08-31 10:50:47 -07:00
David Greenspan
3d6cb90d51 bump versions for RC 7 2015-08-27 15:54:37 -07:00
David Greenspan
d5d7d33bd6 bump for RC 6 2015-08-27 10:58:47 -07:00
David Greenspan
ef9f489b5a bump to RC 5 2015-08-26 17:27:03 -07:00
David Greenspan
2b751b549b Merge branch 'devel' into release-1.2 2015-08-26 17:13:32 -07:00
Sashko Stubailo
696876b184 Get rid of React from eslintrc until we think about it more 2015-08-18 17:14:34 -07:00
David Greenspan
fb9df524bd Claim RC 4 2015-08-13 16:40:52 -07:00
David Greenspan
d11b1a9861 Merge branch 'devel' into release-1.2 2015-08-13 16:39:49 -07:00
James M. Greene
9bde3c1b05 launch-meteor: Soften errors for unimportant undeclared variables
Fixes #4894. Fixes #4901.
2015-08-11 15:16:21 -07:00
David Greenspan
83c7890807 Bump versions for RC 3 2015-08-11 11:46:15 -07:00
David Greenspan
3670a3f205 Bump for RC 2 2015-08-11 09:36:34 -07:00
David Greenspan
43aa605343 bump to RC 1 2015-08-10 22:14:52 -07:00
David Greenspan
d66251700c Edit meteor-release-experimental.json 2015-08-10 22:10:52 -07:00
Sashko Stubailo
5faa1c083c Use variable 2015-08-07 12:48:11 -07:00
Sashko Stubailo
a4dc498522 Add comment to script 2015-08-07 12:46:47 -07:00
Sashko Stubailo
a9b1754bec Add script 2015-08-07 12:44:46 -07:00
David Greenspan
2cfd6a322a Merge branch 'master' into devel 2015-08-03 14:18:55 -07:00
David Greenspan
0b24135d68 Update banners.json 2015-08-03 10:04:02 -07:00
Sashko Stubailo
89184679fd Add check dep to Blaze 2015-07-30 16:31:38 -07:00
Sashko Stubailo
8c92c551a4 Fix comment 2015-07-30 16:21:02 -07:00
Sashko Stubailo
6f6bdd1168 Add script to check dependencies 2015-07-30 16:19:57 -07:00
David Greenspan
27baf3dd26 Bump version in meteor-release-experimental.json 2015-07-30 14:32:23 -07:00
David Greenspan
d0cb58f286 Bump meteor-release-official.json 2015-07-30 13:58:51 -07:00
Sashko Stubailo
27bd92b0a4 Lint parse-stack.js 2015-07-29 12:36:44 -07:00
Slava Kim
bdd3ef6686 bump versions for PLUGINS-PREVIEW@2 2015-07-27 09:45:22 -07:00
David Glasser
43b4b30205 Release PLUGINS-PREVIEW@1
This included removing some internal version constraints. It would be
nice if package A could say "use B@2.0.0" (when both have changed), but
when they're both in the release, we need to make a release that has a
B@2.0.0-rc in it, which doesn't match that constraint. Fortunately,
constraints aren't necessary within a release anyway.
2015-07-22 23:19:11 -07:00
David Glasser
3da4e611c9 Get JSDoc working again
- Upgrade to a newer (unreleased) version which supports
     function k({} = {}) {}
  and doesn't also crash

- Filter out boring warnings

- Don't use ES7 syntax that JSDoc doesn't support in one file that
  has JSDoc in it
2015-07-22 22:29:08 -07:00
Sashko Stubailo
ed714ef868 Update a file to be linted; improve git hook 2015-06-30 14:33:36 -07:00
David Glasser
1b8a311002 Only run eslint hook on js files
Looks like if you explicitly name non-js files on the command line, it
pays attention.
2015-06-26 23:25:40 -07:00
David Glasser
0c254d52cf use a git command that works in hooks 2015-06-25 15:54:43 -07:00
David Glasser
5e03daeb66 Only lint modified files 2015-06-25 15:03:13 -07:00
Sashko Stubailo
fd81473151 Make dangling comma a warning - it's sometimes nonsensical
Maybe this means we should remove this rule altogether
2015-06-24 22:07:40 -07:00
Sashko Stubailo
1fae311b40 Actually make eslintrc follow guide
I checked every rule!
2015-06-24 21:53:43 -07:00
Sashko Stubailo
9a21399099 Copy linter config from AirBnB javascript repo 2015-06-24 21:08:27 -07:00
Sashko Stubailo
959d5dc092 Only lint files that have been changed in a commit 2015-06-24 15:11:59 -07:00
Sashko Stubailo
3bed8f6a62 Add a git hook copying mechanism to meteor tool
Introduce the first hook - ESLint for the tool
2015-06-24 14:54:55 -07:00
Sashko Stubailo
7b7776d225 Fix up linter rules 2015-06-24 11:15:01 -07:00
Avital Oliver
d1aba25b8b Update eslint to Airbnb style guide
github.com/airbnb/javascript/tree/es6
2015-06-10 20:14:44 -07:00
Anubhav Jain
74dde90cda Fixed jsdoc.sh to start script from the meteor home directory.
Jsdoc.js relies on this or otherwise throws an error.
2015-06-10 14:42:32 -07:00
David Glasser
ce5c7b725b Fix copy-dev-bundle-from-jenkins.sh
awscli doesn't print full paths with slashes, so splitting on slashes is
wrong.  And I'm not sure what `>/dev/null | wc -l` was supposed to
detect, but it didn't work due to the spaces wc prints.

It's possible that there's an aws cli version skew here. We should
rewrite this as a node script just using some node s3 module.
2015-05-21 19:26:01 -07:00
Ben Newman
62664c9aa7 Update $arg after shifting --prod flag away. 2015-05-06 17:09:49 -07:00
David Glasser
b80de49ed9 fix banners typo 2015-04-28 17:38:34 -07:00
David Greenspan
b4d06de260 Comments and naming in jsdoc.sh code 2015-04-08 16:43:17 -07:00
Sashko Stubailo
e75875e369 Merge branch 'master' into devel
Conflicts:
	History.md
	docs/client/data.js
	tools/run-mongo.js
	tools/tests/mongo.js
2015-04-06 11:30:20 -07:00
Sashko Stubailo
a67fa66b6c Update banners 2015-04-06 10:46:33 -07:00