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
Sashko Stubailo
4ff636c7df
Merge branch 'master' into release-1.1
...
Conflicts:
History.md
2015-03-25 16:07:42 -07:00
Sashko Stubailo
39b11ca456
Merge branch 'master' into devel
...
Conflicts:
History.md
2015-03-25 14:58:21 -07:00
Sashko Stubailo
971247ef47
Update banners for 1.0.5
2015-03-25 14:50:52 -07:00
Sashko Stubailo
1c62efe0cf
Update release number for 1.0.5
2015-03-25 13:54:37 -07:00
Matthew Brewer
6980ff73d1
Make awscli actually work for copy scripts.
...
Remove the leading / from the regex, which doesn't exist with awscli
2015-03-25 10:12:50 -04:00
Avital Oliver
903a8af3b2
When publishing meteor tool on windows, print output as it happens
2015-03-24 14:49:50 -07:00
Avital Oliver
0d3456d166
When publishing meteor tool on windows, print output as it happens
2015-03-24 14:46:48 -07:00
David Glasser
7219c1eb53
bump for 1.0.5-rc.0
...
Note: we are doing a minor bump facebook rather than a major bump, even
though this is arguably backward-incompatible. But it's only reflecting
a backwards-incompatible change to reality, and we expect the upgrader
text to do a better job of expressing compatibility concerns than the
version number. There's no reason to make Atmosphere packages that
depend on facebook republish, as they are unlikely to need any changes
anyway (mostly, apps may).
2015-03-23 18:00:03 -07:00
Sashko Stubailo
aab90ea7c2
Merge branch 'windows-preview-0.2.1' into release-1.1
...
Conflicts:
History.md
packages/accounts-password/package.js
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/less/package.js
packages/meteor-tool/package.js
packages/minifiers/package.js
packages/observe-sequence/package.js
packages/package-version-parser/package-version-parser.js
packages/package-version-parser/package.js
packages/templating/package.js
packages/tracker/package.js
scripts/admin/meteor-release-experimental.json
tools/selftest.js
2015-03-20 17:52:29 -07:00
Matthew Brewer
7a754533bc
Merge pull request #3702 from meteor/mbrewer-devBundle
...
Mbrewer dev bundle
2015-03-20 15:20:08 -04:00
David Glasser
87a0366352
Merge branch 'master' into devel for 1.0.4.2
2015-03-20 11:34:44 -07:00
David Glasser
f9579beab4
banner update
2015-03-20 11:30:00 -07:00
David Glasser
9e2539bcd1
1.0.4.2
2015-03-20 11:13:06 -07:00