Commit graph

393 commits

Author SHA1 Message Date
pyoor
d0f919c414 Remove getRandomElement 2018-09-13 10:39:59 -04:00
pyoor
6da7e7603c Fix frange arguments 2018-09-13 10:39:46 -04:00
pyoor
1d87f06b12 Remove unused variable 2018-09-04 14:25:51 -04:00
pyoor
7149e2af12 Replace getKeysFromHash with Object.keys 2018-09-04 14:22:19 -04:00
Christoph Diehl
f4982dc303
Merge pull request #7 from MozillaSecurity/es6
Minor bug fixes
2018-09-04 19:40:19 +02:00
pyoor
7fdbfa84b5 Refactor choose and weighted 2018-09-04 13:34:20 -04:00
pyoor
d09037b37c Set seed to null by default 2018-09-04 13:34:07 -04:00
pyoor
4fda7284c6 Replace htmlentities with newer html-entities 2018-08-30 09:56:43 -04:00
pyoor
813b6b2c84 Simplify uniqueList 2018-08-29 18:06:27 -04:00
pyoor
75369656ed Refactor htmlEscape/unescape methods 2018-08-29 18:06:10 -04:00
pyoor
52417f6723 Use format string 2018-08-29 18:05:55 -04:00
pyoor
2f87374476 Add HTML encode/decode methods 2018-08-29 17:51:36 -04:00
pyoor
ac7f4b3580 Add unquote method 2018-08-29 17:46:46 -04:00
pyoor
aaa01050e2 Remove unnecessary methods 2018-08-29 17:46:30 -04:00
pyoor
d721eb5b58 Try to fix utils.script.runner again 2018-08-27 19:39:19 -04:00
pyoor
3b5be216ca Change precommit hook to prepush 2018-08-27 19:27:17 -04:00
pyoor
bde62e4d29 Remove postinstall hook 2018-08-27 19:26:57 -04:00
pyoor
e6a1f1fafa
Merge branch 'master' into es6 2018-08-27 19:01:17 -04:00
pyoor
a74b09d2c1 Wrap all runner output in try/catch 2018-08-27 19:00:00 -04:00
pyoor
a0c59d400c Fix bug in offset and remove randListIndex 2018-08-27 18:59:17 -04:00
pyoor
ba33374c65 Set default limit value 2018-08-27 18:57:39 -04:00
pyoor
942d9d89ba Set default seed value 2018-08-27 18:57:27 -04:00
posidron
92d58a58ef
Fix random seed value 2018-08-28 00:54:24 +02:00
posidron
443399bd7a
Add code coverage and coveralls support 2018-08-25 20:21:40 +02:00
posidron
d33e0fd6e4
Fix logger imports in objects.js and random.js 2018-08-25 07:37:02 +02:00
posidron
60c8f2174d
Fix test suite which is broken since the switch to Webpack #4 2018-08-25 07:28:30 +02:00
posidron
fb4e0b1fca
Add ESDoc documentation generator 2018-08-23 22:29:55 +02:00
posidron
cd0d0c316a
Fix stuff failed during merge 2018-08-23 17:30:52 +02:00
pyoor
8a978de0d8
Merge pull request #3 from MozillaSecurity/es6
Merge branch 'es6' into master
2018-08-23 09:57:10 -04:00
pyoor
7252e9e2b5 Merge branch 'es6' of github.com:MozillaSecurity/octo-private into es6 2018-08-22 15:35:23 -04:00
pyoor
e191310d99 Refactor script.runner 2018-08-22 15:35:03 -04:00
posidron
40b524cd08
Merge es6 into master 2018-08-21 00:43:59 +02:00
posidron
04fadae3fa
Add np for release managment 2018-08-21 00:34:36 +02:00
pyoor
93b18cd32c
Merge pull request #2 from MozillaSecurity/pyoor-dev
Major rework of text and numeric generators
2018-08-20 13:00:00 -04:00
pyoor
9ba9cf453b Fix typos in docstring 2018-08-20 12:54:21 -04:00
pyoor
e611cb8a19 Further refactoring of make.numbers 2018-08-20 12:22:16 -04:00
pyoor
ad5ae56561 Use make.number.tiny instead of make.number.range 2018-08-20 12:21:54 -04:00
pyoor
fa47ea0d70 Remove non-typed generators from make.typed.any 2018-08-20 12:21:37 -04:00
pyoor
0683dc88fb Use make.number.tiny instead of make.number.range 2018-08-20 12:21:12 -04:00
pyoor
946e322406 Refactor make.arrays.filledArray 2018-08-20 12:20:36 -04:00
pyoor
68c606d0dd Additional JSDoc fixes 2018-08-13 10:59:05 -04:00
pyoor
e95c56bb7f Significantly reduce the weight of large int numbers 2018-08-13 09:35:47 -04:00
pyoor
b47a281403 Add additional strategies to make._exceed 2018-08-06 10:22:21 -04:00
pyoor
80f16a4aaf Only escape minimal characters and allow HTML escapes 2018-08-02 14:26:17 -04:00
pyoor
195411fe8d Major rework of make.number 2018-08-02 14:21:27 -04:00
pyoor
21a6025481 Refactor text generator 2018-08-02 11:26:21 -04:00
pyoor
b2206ba0b2 Revert "Only escape required characters (non-ASCII safe)"
This reverts commit be27c5057c.
2018-08-01 12:01:42 -04:00
pyoor
be27c5057c Only escape required characters (non-ASCII safe) 2018-08-01 10:57:28 -04:00
pyoor
879af3cacf Add simple generator for return random class names 2018-07-30 19:25:37 -04:00
pyoor
385894b5ac Remove incorrect check in random.pick 2018-07-30 10:36:46 -04:00