issues
search
serpro69
/
kotlin-faker
Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
473
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace usage of java.util.Random with kotlin.random.Random
#255
vanniktech
opened
2 days ago
1
Add Pictures faker
#254
serpro69
closed
4 days ago
2
Could not find org.jetbrains.kotlin:kotlin-reflect:.
#253
serpro69
opened
3 weeks ago
3
Get rid of reflection in FakerService
#252
serpro69
closed
3 weeks ago
0
Random Profile Picture
#251
vanniktech
closed
4 days ago
8
Jetpack Compose previews crashes
#250
dees91
closed
3 weeks ago
10
Publish always all modules
#249
vanniktech
closed
4 days ago
8
Update kotlin to 2.x, update and cleanup other dependencies
#248
serpro69
closed
2 months ago
0
Remove most logic from root build.gradle file
#247
serpro69
closed
2 months ago
0
Remove KSP from kotest-property extension
#246
serpro69
closed
3 months ago
1
Add extension for testing with BLNS
#245
serpro69
closed
3 months ago
0
Update codeql to latest
#244
serpro69
closed
4 months ago
0
Add collection element and map k/v type gen for random class instance
#243
serpro69
closed
4 months ago
0
TypeGenerator-s are not applied for elements in collections
#242
tomas0svk
closed
4 months ago
2
Refactor buildSrc to extract common stuff into convention plugins
#241
serpro69
closed
5 months ago
0
Fix NoSuchElementException in `uk.company.name`
#240
serpro69
closed
6 months ago
0
`uk` locale: Function cityName not found in io.github.serpro69.kfaker.provider.Address
#239
serpro69
closed
6 months ago
0
Improve integration tests to call sub-provider functions
#238
serpro69
closed
6 months ago
0
Replace generex with rgxgen
#237
serpro69
closed
6 months ago
0
Add extension module for kotest property testing
#234
serpro69
closed
7 months ago
0
Add faker extension module for kotest Arbs
#233
serpro69
closed
7 months ago
0
Add support for alternative primary key when resolving values
#232
serpro69
closed
7 months ago
0
Random country code returned for address with locale `en-US`
#231
kukido
closed
7 months ago
12
Fix publishing of snapshots
#230
serpro69
closed
7 months ago
0
Add binary-compatibility-validator for :core and all :faker modules
#229
serpro69
closed
7 months ago
0
Remove deprecated functionality
#228
serpro69
closed
7 months ago
0
Add BOM to manage faker versions
#227
serpro69
closed
7 months ago
0
Kotlin Multiplatform Support
#226
tamimattafi
opened
8 months ago
11
Figure out versioning for submodules
#225
serpro69
closed
8 months ago
0
Add BOM to manage dependencies
#224
serpro69
closed
7 months ago
2
Add Kotlin BCV to keep changes to public API under control
#223
serpro69
closed
7 months ago
0
Feature: Create a Databases provider
#222
mboisnard
closed
8 months ago
4
Suggestion: Add a Database Provider
#221
mboisnard
closed
8 months ago
6
kotlin-faker 2.0 - Breaking Changes
#220
serpro69
closed
6 months ago
1
Extract faker's providers into several sub-modules of their own
#219
serpro69
closed
9 months ago
1
Allow creating custom fakers / generators
#218
serpro69
closed
9 months ago
0
Split core Faker into sub-fakers by categories
#217
serpro69
closed
9 months ago
0
Remove all deprecated functionality in faker 2.0
#216
serpro69
closed
7 months ago
0
Add IPv4, IPv6 and MAC address generation to Internet
#215
serpro69
closed
9 months ago
0
Update dictionary files from upstream
#214
serpro69
closed
9 months ago
0
Add support for unique data generation to `Faker#random`
#213
serpro69
closed
9 months ago
0
Support inner classes in RandomClassProvider
#212
serpro69
opened
9 months ago
0
Suggestion: internet.ipv4() and internet.ipv6()
#211
axelfontaine
closed
9 months ago
4
random.nextLong(bound: Long) also returns negative values
#210
axelfontaine
closed
7 months ago
3
Regexify fails with StackOverflowError
#209
axelfontaine
closed
6 months ago
5
Regexify should take Regex as an argument
#208
axelfontaine
closed
9 months ago
1
Regexify generates invalid value
#207
axelfontaine
closed
6 months ago
2
Allow random to be used with unique
#206
axelfontaine
closed
9 months ago
1
Fix Person.birthDate range error during leap year
#205
JoaoSouMoreira
closed
10 months ago
2
RandomClassProvider doesn't handle constructorless types correctly in all instances
#204
samcgardner
closed
9 months ago
1
Next