Commit Graph

599 Commits

Author SHA1 Message Date
James M. Greene
9bde3c1b05 launch-meteor: Soften errors for unimportant undeclared variables
Fixes #4894. Fixes #4901.
2015-08-11 15:16:21 -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
Sashko Stubailo
7ca7749b6e Bump for 1.1.0.2 2015-04-03 12:01:49 -07:00
Sashko Stubailo
70d3077bb6 Bump release for rc 2015-04-03 11:08:45 -07:00
Slava Kim
cdaaa6b0eb Merge branch 'master' into devel 2015-04-02 14:43:23 -07:00
Slava Kim
3a11a31d82 Banners 2015-04-02 14:39:54 -07:00
Slava Kim
2f13780ed5 Bumps 2015-04-02 13:59:55 -07:00
zyzo
a68ff30be4 Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:32:13 -07:00
zyzo
4689ee7dfa Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:21:05 -07:00
David Greenspan
8557d054dc Merge branch 'master' into devel 2015-03-31 16:36:15 -07:00
Sashko Stubailo
ba9c9012c1 Update banner 2015-03-31 14:15:04 -07:00
Sashko Stubailo
9d667d1fee Update release number 2015-03-31 14:15:04 -07:00
Sashko Stubailo
5182736c61 Bump RC version 2015-03-31 11:42:58 -07:00
Sashko Stubailo
9c8cce8ce7 Write banner 2015-03-31 11:40:03 -07:00
Avital Oliver
926cf1ca9d 1.1-rc.4 2015-03-28 12:19:05 -07:00
Avital Oliver
d2427c9b8e 1.1-rc.3 2015-03-28 12:17:28 -07:00
Sashko Stubailo
aa597d405a Bump release version 2015-03-27 10:35:08 -07:00
Slava Kim
47c62e94d9 Fix a typo in a script to publish the windows installer 2015-03-25 19:29:33 -07:00
Sashko Stubailo
462828572f Bump release 2015-03-25 16:18:39 -07:00