1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 07:51:51 +02:00

2632 Commits

Author SHA1 Message Date
fzaninotto
5ffe7db6c8 Merge tag 'v1.9.2' 2020-12-11 10:59:14 +01:00
fzaninotto
848d812523 Security hardening v1.9.2 2020-12-11 10:56:16 +01:00
Francois Zaninotto
ac73e52870
Update readme.md 2020-10-27 15:15:58 +01:00
Francois Zaninotto
1c0a4cfeb4
Merge pull request #2090 from localheinz/feature/php80
Enhancement: Allow installation with PHP 8.0
2020-10-27 14:39:25 +01:00
Chris Doehring
80218ec41b
Enhancement: Allow installation with PHP 8.0 2020-10-25 09:05:58 +01:00
Andreas Möller
26c3c624bb
Enhancement: Add configuration for Dependabot (#2083) 2020-10-23 14:58:11 +02:00
Andreas Möller
c2b0253c39
Merge pull request #2045 from sanmon1985/patch-1
Fix letter 'a' in female lastname generation (ru_RU)
2020-10-23 11:46:24 +02:00
sanmon1985
3a572e323c
Update Person.php
Fix generating lastname for female gender. Changed from latin 'a' to cyrillic 'а'
2020-10-23 11:43:52 +02:00
Jai
0ce5bd61e6
fix names, should start at new line (#2044) 2020-10-23 09:25:27 +02:00
Lukas Steinbrecher
140c6a0080
Fix typo in de_DE Company Provider (#2029) 2020-10-23 09:25:15 +02:00
rymiyamoto
3ed1ec020e
[fix] complies with psr-2 (#2006) 2020-10-23 09:24:14 +02:00
macaron
2f538cc46c
Fix dateTimeThisYear method (#2039) 2020-10-23 09:19:26 +02:00
Reed Jones
74f8b2ec6b
randomElement accepts an array (#1993) 2020-10-23 09:12:00 +02:00
Tobias Grasse
29e7df18de
Fix typo in de_DE jobTitleFormat (#1990) 2020-10-23 09:08:49 +02:00
Andrey Helldar
e328514465
Added missing properties in doc-block (#1985)
See (https://github.com/fzaninotto/Faker#fakerprovideren_uscompany)
2020-10-23 09:07:39 +02:00
lowerends
a3bde8883b
Fix IBAN generation for CR (Costa Rica) (#1984)
* Fix IBAN generation for CR (Costa Rica)
2020-10-23 09:06:37 +02:00
Sébastien Nikolaou
596a568fec
Fix typos in greek first names (#1973) 2020-10-23 09:03:02 +02:00
Dimitri Gritsajuk
724fa77276
Fix Job title typo (#2040)
Thanks for your contribution
2020-10-23 09:00:55 +02:00
Jerzy Lekowski
5337ce5261
Fix (bug #1862): Do not clear entity manager for doctrine orm populator (#1995)
Bug: https://github.com/fzaninotto/Faker/issues/1862
Clear specific entities is deprecated and will not be supported in Doctrine 3.0. (9ccb8837e7)
Bug introduced: c49cd5438655043b487f4d986961746ae58edb3a
Related issue: https://stackoverflow.com/questions/18215975/doctrine-a-new-entity-was-found-through-the-relationship
2020-05-11 10:39:57 +02:00
amir
1fcc3430e8
Remove persian rude words. (#1879) 2020-03-12 17:44:45 +01:00
Francois Zaninotto
468dfa602d
Merge pull request #1954 from localheinz/feature/github-actions
Enhancement: Run builds on master using GitHub Actions
2020-03-12 12:12:10 +01:00
Andreas Möller
d8104c1333
Enhancement: Run builds on master using GitHub Actions 2020-03-11 16:09:38 +01:00
Yavuz KOCA
32017468e0
Fix typo (#1927) 2020-03-11 14:48:07 +01:00
Andreas Möller
04c47e38db
Merge pull request #1861 from localheinz/fix/php7.4
Fix: Run build against PHP 7.4
2019-12-31 11:44:52 +01:00
Andreas Möller
ed97c220c0
Fix: Run build against PHP 7.4 2019-12-31 11:40:58 +01:00
Andreas Möller
7a6797dce9 Fix: Aggregate badges in one place (#1866) 2019-12-17 14:52:41 +01:00
Francois Zaninotto
fc10d778e4
Merge pull request #1865 from pimjansen/release/1.9.1
Added changelog for the 1.9.1 release
v1.9.1
2019-12-12 14:22:17 +01:00
Pim Jansen
76ff3f72f5
Added changelog for the 1.9.1 release 2019-12-03 09:19:54 +01:00
Andreas Möller
29f10e44ac Fix: Reduce visibility of setUp() and tearDown() (#1821) 2019-11-28 10:23:13 +01:00
Andreas Möller
88bfb848e5 Enhancement: Collect code coverage (#1824)
* Enhancement: Configure whitelist filter for code coverage collection

* Enhancement: Add coverage target to Makefile

* Enhancement: Collect coverage on Travis CI
2019-11-28 10:22:52 +01:00
Andreas Möller
8c18173371
Merge pull request #1823 from localheinz/feature/columns
Enhancement: Use all columns when running tests
2019-11-27 16:44:36 +01:00
Andreas Möller
1d72dcc85f
Enhancement: Use all columns when running tests 2019-11-27 16:40:19 +01:00
Francois Zaninotto
2afefd7f87
Merge pull request #1819 from localheinz/fix/header
Fix: Remove unnecessary class-level DocBlocks
2019-11-27 16:11:10 +01:00
Francois Zaninotto
574cc71782
Merge pull request #1822 from localheinz/feature/verbose
Enhancement: Configure verbose output via phpunit.xml.dist
2019-11-27 15:55:15 +01:00
Francois Zaninotto
ce73e7341c
Merge pull request #1820 from localheinz/fix/final
Fix: Mark test classes as final
2019-11-27 15:47:58 +01:00
Matěj Humpál
2c9b912476 Add link to PHPStan extension to readme (#1834) 2019-11-23 14:45:53 +01:00
Andreas Möller
9a46523b06
Enhancement: Configure verbose output via phpunit.xml.dist 2019-11-23 12:18:43 +01:00
Andreas Möller
c981c04a1b
Merge pull request #1843 from wimg/php74compat-curly-braces
Curly braces for arrays is deprecated in PHP 7.4
2019-11-23 12:16:50 +01:00
fzaninotto
a959610ae8 Update master version 2019-11-14 14:18:39 +01:00
fzaninotto
27a216cbe7 Bump version to 1.9 v1.9.0 2019-11-14 14:13:06 +01:00
Francois Zaninotto
dcf105a8b7
Merge pull request #1836 from pimjansen/release/1.9.0
Release/1.9.0
2019-11-14 14:07:02 +01:00
wimg
1bf44386ea
Curly braces for arrays is deprecated in PHP 7.4 (detected by PHPCompatibility) 2019-11-12 10:10:47 +09:00
Pim Jansen
e09e76d4c1
Updated indenting changelog 2019-11-07 16:21:40 +01:00
Pim Jansen
d7d7fedb24
Update changelog with 1.9.0 release 2019-11-06 18:29:54 +01:00
Pim Jansen
7f1052c420
Skipped lorumpixel test for the release where the service is pretty unstable 2019-11-06 18:29:44 +01:00
Francois Zaninotto
81b3400169
Merge pull request #1595 from gdhnz/gdhnz-patch-1
Fix method name for en_NZ provider in readme
2019-11-05 08:57:28 +01:00
Francois Zaninotto
19c927e30d
Merge pull request #1451 from mikk150/add_birthplace_support_for_ID_nik_generator
add birthplace support for ID nik generator
2019-11-05 08:56:57 +01:00
Francois Zaninotto
c889210737
Merge pull request #1537 from promatik/master
Portuguese providers for Companies and Internet
2019-11-05 08:55:52 +01:00
Andreas Möller
70c8ebaa64
Fix: Mark test classes as final 2019-10-25 18:10:10 +02:00
Andreas Möller
5417d43117
Fix: Remove unnecessary class-level DocBlocks 2019-10-25 18:07:06 +02:00