Cody B. Daig
9bfb312b2e
bug(readme): Remove Broken Live Demo Link
2015-10-31 10:17:13 -07:00
Cody B. Daig
4dc0f30e0a
Merge pull request #1008 from codydaig/nocache
...
bug(travis): Remove Cache from .travis.yml
2015-10-31 09:48:16 -07:00
Cody B. Daig
eafad772bc
test(travis): Add Testing for Node 5
2015-10-31 09:20:08 -07:00
Liran Tal
1cd909aa43
Merge pull request #1028 from mleanos/duplicate-test-profile-picture
...
Duplicate CRUD Test - Profile Picture
2015-10-30 07:29:46 +02:00
Liran Tal
860f7ce739
Merge pull request #1025 from mleanos/seeddb-missing-config
...
[hotfix] SeedDB missing in env config
2015-10-30 00:56:20 +02:00
Cody B. Daig
3db8709eed
[bug] Dont use Cache
2015-10-29 11:29:36 -07:00
Cody B. Daig
c2f0d18842
Merge pull request #1027 from rodp82/master
...
Changed favicon string to env variable
2015-10-29 08:29:37 -07:00
Liran Tal
7406b2d1dc
Merge pull request #980 from codydaig/patch-1
...
Fail Build on Node 4.x
2015-10-29 11:05:25 +02:00
mleanos
a871c92556
Duplicate CRUD Test - Profile Picture
...
Removes a duplicate User CRUD test for Profile Picture.
There are two reasons for this commit.
1) Duplicate of
https://github.com/meanjs/mean/blob/master/modules/users/tests/server/user.server.routes.tests.js#L833-L848
2) This test is problematic in Windows environment.
Related to:
https://github.com/visionmedia/supertest/issues/230
https://github.com/visionmedia/supertest/issues/258
The latter may be an issue with the `.attach` method not completely
loading the file into memory before the 400 status response is sent back
due to no User logged in.
2015-10-28 22:57:28 -07:00
Ilan Biala
d7d1d64598
Merge pull request #1026 from jloveland/jshint-issues-missed
...
Fixing JSHint issues with grunt, gulp, and reset-password script.
2015-10-29 01:14:38 -04:00
jloveland
1f79770663
Fixing jshint issues with grunt, gulp, and reset-password script.
2015-10-28 21:33:28 -04:00
mleanos
28f1f57a26
[hotfix] SeedDB missing in env config
...
Adds a check for the existence of the seedDB config setting, before
attempting to read config.seedDB.seed setting.
Solves the problem when the seedDB config setting is missing from a
environment config, that causes the application to throw an exception at
startup.
Also, adds the seedDB setting to the Cloud-Foundry env config.
2015-10-28 14:21:11 -07:00
Ilan Biala
afd93b4f0c
Merge pull request #1020 from codydaig/updateMongoose
...
Update Mongoose version
2015-10-27 18:18:54 -04:00
Ilan Biala
1ddd364e1d
Merge pull request #1019 from mleanos/logger-default-stdout
...
Change logger development config to use stdout rather than stream
2015-10-27 17:28:44 -04:00
Cody B. Daig
09bc727fdf
Update Mongoose Version
2015-10-27 13:13:27 -07:00
mleanos
99fe98929c
Logger Development config default
...
Reverts the default Logger setting to use the stdout by default, rather
than the stream option.
2015-10-26 23:13:24 -07:00
Ilan Biala
63d0d71cf6
Merge pull request #948 from gustavodemari/update-multer-profile-upload
...
Update profile upload with a new version of multer
Fixes #947
2015-10-25 22:03:23 -04:00
Cody B. Daig
a6b3f140b3
Merge pull request #999 from mleanos/morgan-logger-config
...
[bug] Enable log options for Morgan that were missed in the 0.4.0 merge
2015-10-23 15:23:36 -07:00
Rod Pattison
5af083cb0e
Changed favicon string to env variable
2015-10-22 09:46:56 +08:00
mleanos
8cd2291a6a
Enable log options for Morgan
...
Adds the log options, and format to the Morgan middleware in the Express
configuration.
These options are defined in the environment configurations.
The implementation derived from https://github.com/meanjs/mean/pull/254
by @lirantal, which somehow got overlooked when merging 0.4.0 into
master.
Added tests for the Logger configuration.
Added the log settings to the Test env config.
Added environment variables for the log settings in the Test &
Production env configs.
Moved the Morgan Express middleware outside of the NODE_ENV ===
'development' check. Morgan should be used in all environments, and use
the settings set in each env config.
Changed the wording of the Stream option comments in the env configs.
Added Rotating Logs functionality, and refactored the log Stream
options. Added a new npm package, FileStreamRotator, for use with
Morgan's rotating logs functionality.
Also, refactored the log configuration tests to be more maintainable.
Added more tests, and refactored test suite to use mock-fs.
2015-10-20 21:03:07 -07:00
Cody B. Daig
c2a86e0393
Merge pull request #1009 from codydaig/bug/mongoose
...
[hotfix] Lock mongoose version to a working version
2015-10-19 22:49:28 -07:00
Cody B. Daig
64916dd5ac
Lock mongoose version to a working version
2015-10-19 20:19:59 -07:00
Liran Tal
71cc173b8c
Merge pull request #1004 from lirantal/feature/travis-webhooks-as-env-variables
...
Moving Travis CI webhooks config to environment variable
2015-10-19 08:43:37 +03:00
gustavodemari
7ecf9337ce
updating profile upload with a new version of multer
2015-10-18 20:56:12 -02:00
Liran Tal
70e83ff98f
fixes #898 - addressing the issue where the webhook API is hard-coded into the travis config file
2015-10-18 22:41:53 +03:00
Liran Tal
3a4c51aaee
Merge pull request #987 from mleanos/favicon-path-bug
...
[bug] Favicon invalid path [fixes #979 ]
2015-10-18 18:58:25 +03:00
mleanos
e6a5732698
Favicon invalid path
...
Removed the {{url}} from the Favicon path. This fixes the intermittent
issues with the path resolving to an invalid location.
Removed the url from the twitter:image & og:image tags, to be static
references to the logo.
2015-10-17 16:17:28 -07:00
Cody B. Daig
eb8d819e04
Merge pull request #1002 from codydaig/docs/contributing-docs
...
[docs] Information about Contributing
2015-10-17 11:29:16 -07:00
Cody B. Daig
5a4fe5aad1
[docs] Information about Contributing
2015-10-17 10:51:20 -07:00
Ilan Biala
1729db38e2
Merge pull request #990 from ilanbiala/eslint
...
Add ESLint
Fixes #763
2015-10-17 13:48:57 -04:00
Cody B. Daig
27ce914b28
Merge pull request #1000 from tatethurston/docs/requirements
...
Added Ruby and Sass to requirements with install directions
2015-10-17 10:32:48 -07:00
Ilan Biala
9795cc08bf
Merge pull request #1001 from ilanbiala/node-pre-gyp
...
Remove node-pre-gyp
Fixes #938
2015-10-17 13:06:33 -04:00
Ilan Biala
76e11e45be
Merge pull request #985 from jloveland/karma-coverage
...
Add karma coverage to grunt
2015-10-17 13:05:39 -04:00
Ilan Biala
2ab02b7210
Update package.json
2015-10-17 12:48:00 -04:00
jloveland
c2b13b9216
adding karma coverage for grunt
2015-10-17 11:51:05 -04:00
tatethurston
cec3e1f54b
Added Ruby and Sass to requirements with install directions
2015-10-17 08:33:32 -07:00
Cody B. Daig
7509074d5f
Merge pull request #993 from jloveland/e2e-fail-travis
...
Adding configuration to fail grunt task if e2e tests fail
2015-10-17 08:05:17 -07:00
jloveland
70d7e17f57
removing keepAlive conf to fail travis if e2e tests fail
2015-10-17 08:33:04 -04:00
Ilan Biala
cc486d54c5
Merge pull request #910 from jloveland/hide-password-validator
...
Hide the password strength progress when the field is empty
2015-10-16 23:34:55 -04:00
Ilan Biala
52f94a28dc
Merge pull request #991 from ilanbiala/formatting-fixes
...
Formatting fixes for ESLint
2015-10-16 21:06:30 -04:00
Ilan Biala
d5cc4b7b34
Add ESLint support
2015-10-16 21:04:00 -04:00
Ilan Biala
0323696eaf
Format code according to ESLint rules
2015-10-16 20:52:31 -04:00
Liran Tal
e30c3d1249
Merge pull request #957 from mleanos/seeddb-enhance-testability
...
Seed options - logResults
2015-10-15 17:24:28 +03:00
jloveland
65140442f0
adding tests for directives
2015-10-13 23:23:52 -04:00
jloveland
f733efba5a
renaming strength meter, hiding when password field is empty, and refactoring directives to use $validators
2015-10-13 22:47:35 -04:00
Cody B. Daig
c8672a530b
Fail Build on Node 4
2015-10-12 23:04:24 -07:00
Liran Tal
8a12f76a19
Merge pull request #972 from mleanos/mocha-global-timeout-grunt
...
Global Mocha timeout
2015-10-13 08:39:48 +03:00
Liran Tal
4586c290e9
Merge pull request #959 from lirantal/feature/user-route-tests-improve-3
...
User CRUD API tests
2015-10-12 08:15:04 +03:00
Liran Tal
0017886d6e
updating travis to support installing a local mail server
2015-10-11 23:19:20 +03:00
Liran Tal
eb7c4f8e91
adding more API tests
2015-10-11 23:19:20 +03:00