Commit Graph

9456 Commits

Author SHA1 Message Date
Kevin Gisi b503de15a8 Revert "Case-sensitivity"
This reverts commit 31a8b63507.
2015-06-09 08:56:28 -04:00
Kevin Gisi 31a8b63507 Case-sensitivity 2015-06-09 08:53:59 -04:00
Kevin Gisi 1b0c9464cc Fix Coveralls README 2015-06-09 08:51:55 -04:00
Blade Barringer dabb6244e7 Merge pull request #5370 from gisikw/split-out-directives
Split out Angular directives
2015-06-09 07:42:12 -05:00
Kevin Gisi 5c603bbb32 Merge pull request #5377 from gisikw/setup-coverage-reporting
Setup coverage reporting
2015-06-09 08:37:31 -04:00
Blade Barringer 1b03d70d57 Merge pull request #5374 from gisikw/60m-idle-refresh
Refresh if idle > 6 hours
2015-06-09 07:36:32 -05:00
Kevin Gisi 7435c8e5ad Add coverage badge to README 2015-06-09 08:09:45 -04:00
Kevin Gisi 0c0d5cbaaa Merge pull request #2 from crookedneighbor/blade-6-hour-refresh-test
Test automatic refresh
2015-06-09 08:06:10 -04:00
Blade Barringer 74112fd66d Test automatic refresh 2015-06-09 07:02:15 -05:00
Kevin Gisi a80501261b Switch coverage reporting to coveralls 2015-06-09 07:52:20 -04:00
Kevin Gisi 23f62a9c40 Change idle refresh to every six hours 2015-06-09 04:24:58 -04:00
Kevin Gisi 9272f0ee91 Add CodeClimate coverage reporting 2015-06-09 04:21:54 -04:00
Kevin Gisi 9795fda951 Add karma coverage reporting; added coverage folder to .gitignore 2015-06-09 03:36:44 -04:00
Kevin Gisi ab968a4744 Refresh if idle > 60min 2015-06-09 03:09:31 -04:00
Kevin Gisi 9cc4993fb3 Refactor focus-me spec to use an assertion 2015-06-08 23:21:55 -04:00
Blade Barringer 2b846e88a8 Merge pull request #5373 from SabreCat/develop
Add "novalidate" to New Task field
2015-06-08 17:48:09 -05:00
Blade Barringer e141e683ef Pin to a specific versoin of swagger ui. Closes #4688 2015-06-08 17:44:08 -05:00
Sabe Jones 973e7cb8ef fix(new-task): Novalidate
Adds the "novalidate" flag to the task-add form so browser-level form validations don't act on our field. Fixes #3705.
2015-06-08 14:15:45 -05:00
Matteo Pagliazzi 4ee3e711d1 chore(i18n): update locales 2015-06-08 18:57:38 +02:00
Kevin Gisi 8171209ab1 Add some directive specs 2015-06-08 10:02:45 -04:00
Kevin Gisi e64d209992 Improve from-now directive (implement optimization from comments) 2015-06-08 10:02:45 -04:00
Kevin Gisi f95eaa736a Add first directive spec 2015-06-08 10:02:45 -04:00
Kevin Gisi 7b2164e0db Update Karma config to include the new directives 2015-06-08 10:02:45 -04:00
Kevin Gisi 7ef98ff7e2 Split directives into separate files 2015-06-08 10:02:44 -04:00
Blade Barringer e0794b1f08 Merge pull request #5367 from gisikw/improve-test-suite
Add summary reporters to gulp tests and make protractor specs verbose
2015-06-08 07:41:05 -05:00
Alys e5b8c5c4e0 use a different random seed for starting Armoire randomness than for sub-choices within it to prevent bug that gives only some foods 2015-06-08 21:15:51 +10:00
Kevin Gisi a288b7404c Add summary reporters to gulp tests and make protractor specs verbose 2015-06-08 05:29:53 -04:00
Matteo Pagliazzi 9fa39d99ae perf(i18n): load only the language preference, not the whole user 2015-06-07 14:27:07 +02:00
Blade Barringer c9639cdd30 Merge pull request #5355 from gisikw/gulpify-test-suite
Gulpify test suite
2015-06-06 22:08:54 -05:00
Kevin Gisi 211424c4a3 Merge pull request #1 from crookedneighbor/blade-5355-gulpify-test-suite
For #5355 - gulpify test suite
2015-06-06 20:54:17 -04:00
Blade Barringer ed421ebcc5 Set npm test to call gulp test 2015-06-06 12:15:17 -05:00
Blade Barringer a1cce24010 Make test groups depend on specific test:prepare tasks 2015-06-06 12:14:28 -05:00
Kevin Gisi ff39773aa4 Drop Mongo DB using mongoose, rather than CLI. Show output for e2e specs 2015-06-06 11:25:26 -04:00
Kevin Gisi ff017be664 Remove Grunt from karma test chain 2015-06-06 10:48:38 -04:00
Kevin Gisi f613a5e5a7 Refactored Gulp tasks to exist within a tasks folder 2015-06-06 10:16:26 -04:00
Kevin Gisi 6a397a8be5 First pass at Gulpifying the test suite. 2015-06-06 08:27:15 -04:00
Alys 1743899dd4 adjust login code for ultimateGearSets migration script 2015-06-06 09:15:54 +10:00
Alys 488919d5ce fixes to ultimateGearSets migration script - NOT FULLY TESTED YET 2015-06-06 08:03:33 +10:00
Alys a35fa6850c changed ultimateGearSets migration script to require only one run for all classes - NOT TESTED YET 2015-06-06 07:34:47 +10:00
Sabe Jones cfa6efce85 Merge pull request #5351 from HabitRPG/armoire
Enchanted Armoire
2015-06-05 11:58:59 -07:00
Blade Barringer e8c131cde8 Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
Sabe Jones f4a4dbdfd8 fix(tests): Armoire probabilities
Updates the random number generation for Armoire tests to match the new 60/40 distribution.
2015-06-05 10:34:25 -05:00
Sabe Jones 804cced3ff chore(various): News and sprites
Also tweaks the drop probability of equipment from 70% to 60%.
2015-06-05 10:22:22 -05:00
Blade Barringer 8f744b043a Add gear owned to spec helper 2015-06-05 08:59:45 -05:00
Sabe Jones 95bb5be22a Merge branch 'develop' into armoire
Conflicts:
	common/dist/sprites/habitrpg-shared.css
	common/dist/sprites/spritesmith0.css
	common/dist/sprites/spritesmith0.png
	common/dist/sprites/spritesmith1.css
	common/dist/sprites/spritesmith1.png
	common/dist/sprites/spritesmith2.css
	common/dist/sprites/spritesmith2.png
	common/dist/sprites/spritesmith3.css
	common/dist/sprites/spritesmith3.png
	common/dist/sprites/spritesmith4.css
	common/dist/sprites/spritesmith4.png
	common/dist/sprites/spritesmith5.css
	common/dist/sprites/spritesmith5.png
	common/dist/sprites/spritesmith6.css
	common/dist/sprites/spritesmith6.png
2015-06-04 15:49:06 -05:00
Sabe Jones 20859b83ef feat(Armoire): Improved counter
The popover counter of remaining Equipment in the Armoire now counts down immediately instead of requiring a browser refresh. A modal announces when the last item has been found. Also includes several fixes to the Ultimate Gear migration.
2015-06-04 15:45:55 -05:00
Sabe Jones c39ad2a2ae Merge pull request #5344 from SabreCat/develop
June BGs
2015-06-04 09:55:29 -07:00
Sabe Jones 6074774e14 feat(backgrounds): June BGs 2015-06-04 11:30:25 -05:00
Sabe Jones c8f4e6209a Merge pull request #5343 from HabitRPG/sabrecat/mounts
Readjusted lion
2015-06-04 09:24:21 -07:00
Sabe Jones 4f6f0220ad fix(mounts): Readjusted lion 2015-06-04 11:02:58 -05:00