834 Commits

Author SHA1 Message Date
Ricky Yim a8b8ff0acc Merge pull request #696 from snuyanzin/mountains
Add mountains support
2022-01-12 19:11:13 +11:00
Sergey Nuyanzin 8d7036a66f Add mountains support 2022-01-04 08:55:59 +01:00
Ricky Yim 8f2017879b Merge pull request #661 from ilyasovalbert/fix/add_postcode
Add postcode method
2021-12-21 20:38:28 +11:00
Ricky Yim d00e9c192a Merge pull request #691 from chenwusi2012/issue_681_fix_LC24
Issue 681 fix lc24
2021-12-21 20:34:08 +11:00
LC24 f3da0c6885 Fixed accidental changes in another class. 2021-12-10 10:13:15 -06:00
LC24 288a935f82 Added try catch block in FakeValues.java in loadvalues() to close InputStream. 2021-12-10 10:06:00 -06:00
LC24 97688b38e6 Removed changes to master branch meant for another branch. 2021-11-21 13:53:10 -06:00
LC24 c83d329c5a Added feature randomlyNull. added tests for randomlyNull. Add javadocs for randomlyNull. 2021-11-21 13:11:37 -06:00
albert 89a63c9f30 Add postcode method 2021-10-06 15:13:49 +08:00
Ricky Yim 6f72cb24c5 Merge pull request #493 from L-Evg/fb_Photography_faker
Photography faker.
2021-01-11 16:22:40 +11:00
Ricky Yim f5efa7048f Merge pull request #577 from SoniaOrlikowska/fix-issue-575
Fix issue 575. Apostrophe added to regex in StarCraftTest
2021-01-11 16:20:52 +11:00
Ricky Yim 1a592a63d7 Merge pull request #586 from coldexpression/develop
EnglandFootBall Faker
2021-01-11 16:16:51 +11:00
Ricky Yim 4f1dfa9edb Merge pull request #597 from rweisleder/patch-1
Clarify documentation of DateAndTime.birthday(..)
2021-01-11 16:12:04 +11:00
Roland Weisleder d8c83fc341 Clarify documentation of DateAndTime.birthday(..)
When using DateAndTime.birthday(..) it's not obvious that the generated
birthday depends on the current day. This leads to the wrong assumption
that calling the method with the same random seed creates the same
birthday with every call. However, the method produces different
results whether it's called in 2020 or 2021.

This commit adds clarification to the method's Javadoc.
2021-01-05 17:02:41 +01:00
scs9802 23c1eb238f remove regular expression 2020-11-09 21:48:26 +09:00
Lozovan Evgeniy 1d884a03d6 Photography Faker, minor additions. 2020-11-09 14:31:55 +03:00
Lozovan Evgeniy b38dbdc690 Photography Faker, minor renamings. 2020-11-09 14:12:40 +03:00
scs9802 ac8203fe51 fixed matchesRegularExpression. 2020-11-09 17:29:59 +09:00
scs9802 80693a0dfb fixed line 93 englandfootball.yml 2020-11-09 16:57:57 +09:00
scs9802 17450213df test pom.xml 2020-11-09 16:40:15 +09:00
Evgeniy Lozovan 1b00a21437 Merge branch 'master' into fb_Photography_faker 2020-11-09 10:38:58 +03:00
Evgeniy Lozovan 38846785ee Update src/main/resources/ru.yml
Co-authored-by: Patrice De Saint Steban <patrice@desaintsteban.fr>
2020-11-09 10:31:50 +03:00
Evgeniy Lozovan 2cab95c724 Update src/main/resources/en/photography.yml
Co-authored-by: Patrice De Saint Steban <patrice@desaintsteban.fr>
2020-11-09 10:31:39 +03:00
Evgeniy Lozovan 308358cc29 Update src/main/java/com/github/javafaker/Photography.java
Co-authored-by: Patrice De Saint Steban <patrice@desaintsteban.fr>
2020-11-09 10:31:27 +03:00
scs9802 c4a5fe29bb import MatchesRegularExpression package, fix pom.xml 2020-11-09 15:34:00 +09:00
scs9802 41c35cedfc fixed EnglandFootBallTest.java 2020-11-09 12:07:34 +09:00
scs9802 59fa142bb0 fixed englandfootball.yml 2020-11-09 12:06:59 +09:00
scs9802 562ab3ed74 Add leagues, teams to resource file. 2020-11-09 01:19:14 +09:00
scs9802 295382ee13 Add englandfootball.yml resource file reference. 2020-11-09 01:16:22 +09:00
scs9802 b39a546852 Add EnglandFootBall content class, add utility methods to Faker. 2020-11-09 01:14:40 +09:00
scs9802 01f5c45c57 Add league, team tests for EngalndFootBall fakes. 2020-11-09 01:10:51 +09:00
scs9802 98863591e3 Update README.md with EnglandFootBall into. 2020-11-09 01:05:23 +09:00
Sonia Orlikowska a41d2bf368 Fix issue 575. Apostrophe added to regex in StarCraftTest 2020-10-04 20:34:46 +02:00
Ricky Yim b60f23a54a Merge pull request #491 from mpaauw/starcraft-faker
StarCraft Faker
2020-08-19 19:05:27 +10:00
Ricky Yim 6312699f5e Merge pull request #567 from TomerFi/add-sip-fake-data
feature: added sip data generator.
2020-08-19 18:57:33 +10:00
Ricky Yim aaaf8d9e47 Merge branch 'master' into starcraft-faker 2020-08-19 18:55:53 +10:00
Ricky Yim 4fce1fad9e Merge pull request #569 from RockyMM/master
Updating snakeyaml to 1.26 to solve #470
2020-08-19 18:48:54 +10:00
Rade Martinović d1b62ea683 Merge pull request #1 from RockyMM/#460_CVE-2017-18640
Updating snakeyaml to 1.26 to solve #470
2020-08-04 13:07:33 +02:00
Tomer Figenblat 0bc4a58efd feature(faker-class): added faker class, config file and test cases for generating sip data. 2020-08-03 00:02:35 +03:00
Rade Martinović 4a0f245b23 Updating snakeyaml to 1.26 to solve #460
https://bitbucket.org/asomov/snakeyaml/issues/377/allow-configuration-for-preventing-billion
2020-07-22 12:22:10 +02:00
Ricky Yim 59d661eaae Merge pull request #563 from jmizv/562-CountryNameCoteDIvoreIsBroken
Fix 562: country name of Côte D'Ivore is broken in resource file
2020-07-17 18:07:01 +10:00
jmizv 300d4ae315 562: country name of Côte D'Ivore is broken in resource file 2020-07-08 22:24:55 +02:00
Ricky Yim c992e55aa8 Merge pull request #561 from inigodm/klingon
Added klingon quotes to StarTrek class
2020-07-06 18:26:10 +10:00
Ricky Yim 1d8d582f96 Merge pull request #496 from slisaasquatch/better-hex-2
More efficient hex generation
2020-07-06 18:21:11 +10:00
Ricky Yim f4a3ace79c Merge pull request #477 from vikramsinghchandel/bug/additional_bank_bic
Bug/additional bank bic
2020-07-06 18:17:03 +10:00
Ricky Yim 0aad188a0e Merge pull request #473 from vikramsinghchandel/master
PR for updating README.md to include Medical dataset
2020-07-06 18:13:42 +10:00
Ricky Yim 69a2a3b927 Merge pull request #472 from pehguerra/add-animal-ptBr
added animal-ptBr in YAML file
2020-07-06 18:11:53 +10:00
Ricky 9842580799 Merge branch 'master' of github.com:DiUS/java-faker 2020-07-06 18:09:00 +10:00
Ricky 8917e6bab6 Merge branch 'BreakpointsCA-patch-1' 2020-07-06 18:08:30 +10:00
Ricky 121afd3396 fix for FakerIT 2020-07-06 18:08:21 +10:00