Commit graph

39 commits

Author SHA1 Message Date
Lauri Ojansivu
ddc21046b9 v0.34 2017-08-30 01:05:41 +03:00
Lauri Ojansivu
ecb4863c39 v0.33 , includes new Sandstorm version. 2017-08-29 08:10:27 +03:00
nztqa
e407eb9a8b Add display wekan version number and runtime environment 2017-08-03 09:24:40 +09:00
Lauri Ojansivu
d7c8f5242f v0.32 2017-07-30 19:10:53 +03:00
Lauri Ojansivu
c0f67eb99b v0.31 2017-07-30 19:00:44 +03:00
Lauri Ojansivu
1a5fe93500 v0.30 2017-07-27 22:27:08 +03:00
Lauri Ojansivu
c02988c515 v0.29 2017-07-21 19:17:17 +03:00
Lauri Ojansivu
3d4a7512f1 Wekan v0.28 2017-07-15 00:36:53 +03:00
Lauri Ojansivu
592d0d8e4e v0.27 2017-06-28 12:23:14 +03:00
Lauri Ojansivu
f2a8a5d910 v0.26 2017-06-26 19:05:41 +03:00
Lauri Ojansivu
01f907897a Wekan relase v0.25 2017-06-24 14:06:04 +03:00
Lauri Ojansivu
793a62048b Add back meteor-node-stubs. 2017-06-23 14:23:57 +03:00
Lauri Ojansivu
834ffc7811 Remove meteor-node-stubs. 2017-06-23 13:57:42 +03:00
Lauri Ojansivu
9ae03f3056 v0.24 2017-06-21 10:33:27 +03:00
Lauri Ojansivu
132a348486 Wekan release v0.23 2017-05-21 11:04:21 +03:00
Lauri Ojansivu
dd898f4033 Wekan release v0.21 2017-05-07 15:14:44 +03:00
Lauri Ojansivu
4e27e975be Wekan release v0.19 2017-05-06 22:38:39 +03:00
Lauri Ojansivu
0319bcf7bb REST API - Meteor 1.4 - first step issue 2017-04-27 20:49:24 +03:00
Lauri Ojansivu
7a94824084 Add some packages. 2017-04-27 20:40:07 +03:00
huneau romain
00a357cd70 add console, file, and zulip logger on database changes 2017-04-19 16:16:31 +02:00
Lauri Ojansivu
656e7e6172 Merge pull request #957 from brylie/feature/meteor-1.4
meteor update all packages
2017-04-04 13:25:32 +03:00
Lauri Ojansivu
c42c81b60a v0.18 Wekan release. 2017-04-02 17:04:17 +03:00
Brylie Christopher Oxley
ebe42b4358 meteor update all packages 2017-03-30 12:29:20 +03:00
Lauri Ojansivu
feafc46bb5 Release v0.17 2017-03-25 00:20:30 +02:00
Lauri Ojansivu
24e3e92d3e Update urls and upcoming version. 2017-03-24 22:31:59 +02:00
Serubin
e088159c2f Eslint will now ignore packages directory. 2017-03-23 00:46:16 -04:00
Lauri Ojansivu
dcad6bd550 v1.11.1-rc1 Wekan prerelease. 2017-02-10 18:02:19 +02:00
Lauri Ojansivu
0065ca3ad6 Merge branch 'devel' into greenkeeper-xss-0.3.3 2017-02-10 09:54:23 +02:00
Lauri Ojansivu
0c4e332aa8 Update Wefork URLs. 2017-01-13 21:18:00 +02:00
greenkeeperio-bot
89959753cd chore(package): update xss to version 0.3.3
https://greenkeeper.io/
2016-12-20 02:19:19 +01:00
Lauri Ojansivu
fd18ca314a v0.11.0 Wekan fork first release. 2016-12-16 14:03:29 +02:00
Maxime Quandalle
301210c87b
Fix eslint testing
Partially reverting c8705a0
2016-07-21 12:52:32 +02:00
Maxime Quandalle
c8705a0fdc
Clean NPM scripts output
I've just discovered that the reason NPM outputs a giant "npm ERR!" message
asking to contact the author of the library and suggesting that it’s most likely
“not a problem with npm itself” when I run "npm run lint" and I forgot a
semicolon is because the return code of an NPM script has to be 0. So this
commit adds "exit 0;" at the end of the NPM commands.
2016-07-20 22:21:41 +02:00
Maxime Quandalle
1f3015bd2c
Fix #573 2016-07-20 22:21:41 +02:00
Maxime Quandalle
90601eacae Upgrade ESLint to v2
This commit also tweak the code style following backward-incompatible v2 rules.
2016-03-17 16:26:14 +01:00
Maxime Quandalle
272f67f0c6 Update some meta-data
New site url
New contact email
New year!
2016-01-02 17:15:19 +01:00
Maxime Quandalle
e92f67f191 Update eslint-plugin-meteor to 1.7.0
This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
2015-10-29 18:47:39 +01:00
Maxime Quandalle
dd10154392 Clean the linting script
This also has the side effect of correcting the `npm test` Unix exit
status number -- which was previously always 0.

We also edit the website URL.
2015-10-29 01:17:23 +01:00
Dominik Ferber
3956a6ec20 Add eslint-plugin-meteor
Add rules for eslint-plugin-meteor.

Use local version of eslint and eslint-plugin-meteor, instead of
relying on global versions. Ensures consistent versions of eslint and
eslint-plugin-meteor for all developers.
2015-10-27 17:40:38 +01:00