Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/json-schema-faker/json-schema-faker

JSON-Schema + fake data generators
https://github.com/json-schema-faker/json-schema-faker

chore: replace badge for ci

0199c45714c94651a2d1503acd4fc2885277b18e authored about 4 years ago
chore: setup actions

4868f89c0c723303bba4e3a8177c5375ea2ec400 authored about 4 years ago
chore: increase repeat value on CI

65bd94fde287a40c47feb662faeb3ed39742bd4a authored about 4 years ago
fix: pick changes from #620

6e30bc8f730bc4b6803c0fef2f5300cbdb77df23 authored about 4 years ago
0.5.0-rcv.31

c5b54a42d7dbe8a666e0ae8df4cdbb6fae79cc41 authored about 4 years ago
Fix: Eval as boolean (#619)

* fix: eval as boolean

* undefined check

* add a test

* remove foreign file

* restor...

50eb15f70a9977ecb829f530893af146ec0a9a9e authored about 4 years ago
0.5.0-rcv.30

2e5c9f3d640bdb32e842bdeb346d7a210b25b1fc authored about 4 years ago
cleanup

bfcd2587b78d5979931ed4525a8a2250c488242d authored about 4 years ago
fix: ship wargs for built-in CLI

aeaaf928728b4b4e0f72679b408e06b22855413a authored about 4 years ago
cleanup

5d2716e401becac791a3f35d04c08f96b9fa7408 authored about 4 years ago
fix: rework depth, closes #592

9bcaa1c26798665517a633ffd7a82dca29791ee8 authored about 4 years ago
fix: rework recursive references, closes #584

ce42af1189128b420d916de3bba5f38e2d7c8f25 authored about 4 years ago
chore: sync to master (#615)

* fix: shuffle extra props to generate, closes #601

* fix: rework recursive references, close...

581aeb29d7e96376256899581254b3289771baee authored about 4 years ago
chore: sync to master (#614)

* fix: local-references must resolve on generate() calls, closes #613

* fix: consider additio...

971be180ffc579c0a8339ec772bdb16cc68884d0 authored about 4 years ago
chore: enable some flags on bin/gen

7a7f862b6b1a5838bf7d1329ec19360450240250 authored about 4 years ago
fix: extract refs using dollar-id

1e9489364473d72f2053000b350a3077ba7ca5aa authored about 4 years ago
feat: register inner-references by id; closes #610 (#611)

802b8002dedb4f0e159ef899e1d9c7cf80999c87 authored over 4 years ago
Sync from dev (#608)

* Load json-files too; fixes webapp

* Optimize SVG logo

* Apply optionalsProbability if no...

530988f1538715c1d29dbe0e878928444c3bfa28 authored over 4 years ago
RC 29

9c98d9cabcd6f49fdf2ef5697d2ba840fa8c5150 authored over 4 years ago
Bump node-fetch from 2.6.0 to 2.6.1 (#607)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes]...

0b3cd41fba415ab72af2dfbc63b854418698947f authored over 4 years ago
Merge branch 'develop'

e7714c16446aa75370eb30f57904d0f4403e96ab authored over 4 years ago
Fixed links on UI

84f6c3b1deeae393699b91b3d91250775575e5d4 authored over 4 years ago
Merge branch 'develop'

5c5c8620ef5d686d80f9df531b7b91763ba319a3 authored over 4 years ago
Render oAuth errors from login on webapp

5c4d171d525d26fe0ca773926b0b94f6b8cd6310 authored over 4 years ago
Disable YAML support for a while; cleanup

6383033f105d01d98885451246e67d7e3a27c7cc authored over 4 years ago
Add icon fo gist-auth's call-to-action on webapp

b2ecce66d73fa971bdb85f3979ad25c3458a95c3 authored over 4 years ago
Allow tab editing on webapp

e429b62927ff2070c9f993d307d89d0bbf9c403a authored over 4 years ago
Disable UI while loading webapp

79dd01797206adac158b385563de9e887389c50c authored over 4 years ago
Lock deps

83113b0335b81df5d821a45d1aa12ba4c47b57cb authored over 4 years ago
Render bundle on production webapp

01204a498a1171b24769859066cf2ed8622be240 authored over 4 years ago
Add github tokens

8bc3cdef26871ef05e2bb6aa1abc74a715f4a9ea authored over 4 years ago
Bump serialize-javascript from 2.1.1 to 3.1.0 (#602)

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 2.1.1 to 3.1.0....

0030bdf16718156f26b49d189d2997b4e6b85a5a authored over 4 years ago
0.5.0-rcv.27

faa86d8c09e79b4b090d2afa95278fefc28eedae authored over 4 years ago
Fixed regression; closes #600

3b303eae569b5bde39494576a85a32fcc90a9120 authored over 4 years ago
0.5.0-rcv.26

861a90715ba2168cc77f55d5b426dd78bf6cbb6c authored over 4 years ago
Bump codecov from 3.6.5 to 3.7.1 (#597)

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1.
- [Release notes]...

c074789dea5492d45c657660d192df79969d9c52 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 (#596)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](htt...

90f1271ae3d18be14cb640f9899b83e60b4f7d50 authored over 4 years ago
Merge back nulls-feature into development

An example or default value set to null in a schema can make core.run function throw when traver...

9a61388b61be3bb63f9bdbd28676b3e2966ded3e authored over 4 years ago
An example or default value set to null in a schema can make core.run function throw when traversing the schema (sub is de facto null and typeof sub.generate will throw). Adding a control on null/undefined sub fixes this. Allowing null values to be returned as a valid value (which is very common in API) has been done in the core.utils.typecast function: adding a control on null/undefined value once the value is extracted from the params makes it now possible to deal with null values (#594)

48bd5673d563ecb4427d7083b55d52ef685ad72c authored over 4 years ago
Restore validate() definition after merge-conflict?

ca1dd4399aedf458bf2bd21c6f3de676a94f3a3b authored over 4 years ago
Fix issue #580 - invalid enum/oneOf validate logic (#581)

Co-authored-by: Alvaro Cabrera Durán <[email protected]>

876735f46ff61829660a410167f15c0b260d103c authored over 4 years ago
Upgrade tarima

d2326d9efb789c78f89c4aa231e12e4a436fea6a authored over 4 years ago
Rename dist => all

00e2beb33cf1f1622d1ad57a2382b78a40e65449 authored over 4 years ago
Ensure copy.required exists before lookup; fixes #565

35c98e0c38273cd4148e36c21ac10572c61018b4 authored over 4 years ago
Update schema test docs and enhance schema test behavior (#578)

* Update schema test docs

* Fix cross-platform filepath modification

* Fail tests that sho...

a80088a4363f740561d4f9b2e01b206f451eddfb authored over 4 years ago
Make .only a linter error in unit tests (#582)

f44158d20d02c4b428d0477c7f0483b4fa3c5256 authored over 4 years ago
Move reduce to a new file so it can be unit tested (#593)

* Moving resolveSchema to new file for easier testing

* Install sinon

* Add unit tests for...

f0269a5d40f9c2570e817d5e932eec72f3bb6b09 authored over 4 years ago
Bump websocket-extensions from 0.1.3 to 0.1.4 (#591)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

0ca1bdac8af4fabb340f3f5242e629c68a0efd1b authored over 4 years ago
Fix/nested oneof allof (#590)

* if merged contains another allOf reduce again

* add test

9d490a4601bab249892e1b42294ca241e36c35c8 authored over 4 years ago
Add more tests for util functions (#577)

* Install cross-env to support developing on windows

* Simplify array check logic

* Add mo...

b1ce36f4c74467f36407d4b142fb4663d3ef06dd authored over 4 years ago
Cleanup documentation (#575)

2eeab5f00305338dd425bd4ee6f969e4354c5f20 authored almost 5 years ago
Fix removing required objects in objects with `additionalProperties` (#574)

b88141816a7b46391a01ad90b52a585caac8ae29 authored almost 5 years ago
Issue 571 -- Confirm that external file $refs work (#573)

* Started adding new tests.

* Updated test with external ref.

* Added external-refs-file t...

eadea3d038a0315ceeb398e40f1671263370a45b authored almost 5 years ago
Fix removing optional empty objects for `oneOf` and `anyOf` schemas (#572)

124895850673ca80158afb33f128d7ce509d9051 authored almost 5 years ago
Remove only optional empty objects (#570)

74675d580251305e37fc770b79579d4f22264ca0 authored almost 5 years ago
Lock deps

6523ce44a3e9538b65b6016b77a8f647cf6453eb authored almost 5 years ago
0.5.0-rcv.25

be758b26e6aa52d0aae8808f47f21f354da216bb authored almost 5 years ago
Ensure copy.required exists before lookup; fixes #565

13e7dbb9d85481868de6e04d080c41dd3971dbd5 authored almost 5 years ago
Update version to help upgradeability

0d2f7dcb0275be6a7fb99f9ba900f6a1e372041d authored almost 5 years ago
Use CJS version for CLI

77bffa9629ba598e3a2ac8141342e39504f8d579 authored almost 5 years ago
Keep const as valid prop; fixes #558

08387a1ccb27d5258a10154b57ca8792fa149a8f authored almost 5 years ago
Run generators before keywords; fixes #559

52251c2f3e1c544b52ad05e68e913598b38248cf authored almost 5 years ago
Cleanup VERSION usage

81ae50a9382008bf820ffcd130b59cec70a8f8af authored almost 5 years ago
Lock deps

6ae7f7cb2eb920a58bfe27f0cef4029014c34424 authored almost 5 years ago
Fixed layout; WIP

62b964aa3904c73ce0e6c5899c83d681b941b19a authored almost 5 years ago
Relax rules til cleanup

3e6988f9c2d457eeba2e132a368c0cdf41a4ea97 authored almost 5 years ago
Set fixed-refs to resolve first

b2cb1701a068e5f20bf8f7b2662942090bbedc1f authored almost 5 years ago
Integrates remote Ace editor; WIP

b5951e37cd66a2b9e8be53a3076c3fd4a718d0f5 authored almost 5 years ago
Make tabs work; missing editing yet

319bd8df62082210511767d815f00f6650bfeba8 authored almost 5 years ago
Cleanup

acd5c8dbd92096ae3ff06eb1a41c79dc36e5628a authored almost 5 years ago
Move pattern after regular generators

9a8304fc4e34a33c61b8a877db7900f89667a8b5 authored almost 5 years ago
Check type of pattern rule prior usage; fix

33537322eae92e1d73e0a17edbd1f8edaf3bfcb8 authored almost 5 years ago
List selected gist contents; WIP

3a3914789a00115973796fe33ece629c36b01989 authored almost 5 years ago
List user gists; WIP

191f181b91a29845dffc341aeae3009fe4cda454 authored almost 5 years ago
Add generator support; WIP

c8a7828ebbcfd9e52586784fb892d77822150955 authored almost 5 years ago
Enable login/logout through github; persist options

328540c9f72e9eb24c69fcd9a17396ddfa58f35b authored almost 5 years ago
Tweak layout for new UI

9c4976cdfea276aeb4e30c5ce6bf055a55f8ff04 authored almost 5 years ago
Upgrade tooling; use Svelte 3

a24dcb8fd349fccc60be9ecbf07532e42f205abc authored almost 5 years ago
Save previous backup; vue-version => v3

73f1750f9af047ea395edc8901fd7a245fa7c9b2 authored almost 5 years ago
Lock deps

645abbde24268f360c1b8f9118ed9a6432bb107a authored almost 5 years ago
to fix when multipleOf is float, then minimum/maximum to be disabled (#562)

* to fix when multipleOf is float, then minimum/maximum to be disabled

* update test cases fo...

4b1228774a19c26b89cfdf65cecf49f0bb345c21 authored almost 5 years ago
Update README.md

cf51ef73cdece7bdb03fee902187da28455e96e2 authored almost 5 years ago
Bump codecov from 3.0.2 to 3.6.5 (#560)

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.0.2 to 3.6.5.
- [Release notes]...

754310b88b9b4219097a2a519f87e357dc5cf08d authored almost 5 years ago
0.5.0-rc24.0

e04e047ce92ffda1ac23428f397428c84419c042 authored about 5 years ago
Fixed dist for CommonJS

667b684d964acb13c5ba1d26bc3f330ec094c18d authored about 5 years ago
0.5.0-rc24

e9964f7005a7161e77e63665c74efd02dd752429 authored about 5 years ago
Build before tests

5dde68e66b51b5853e5ed492e8775260ced5d9c2 authored about 5 years ago
pre-rc24

0bba72d846af341433d48020f9ccb6de70b1e678 authored about 5 years ago
Lint and run checks

c4fdc571bb4635e84a9fcfb0cabb04b4b8be5610 authored about 5 years ago
Lock deps

8ed44e381ace21f9045ca40eff160628ea9d98a3 authored about 5 years ago
RC24

94cf94b30d0831c8f80e895285f31be5295038d3 authored about 5 years ago
Lock deps

1e34ab719ded3b9c5a166cc28c8b2f8eb57ce8cc authored about 5 years ago
FIXME: cli is WIP

6bb4c3590bca62feb1c6a547e0eea7cc9b2f9375 authored about 5 years ago
Use min max Length from options when not defined (#548)

da51b473e38e955e6194688f2a784488c8df3db3 authored about 5 years ago
Issue 544 -- Add refDepthMin and refDepthMax options (#545)

* Started adding refDepthMin and refDepthMax options.

* Added first draft of refDepth test JS...

fead9ffcd615e2a1398c55c7929fb93ece55e844 authored about 5 years ago
Lock deps

82d92986f80ada242b24f8a7b4e867f8aa22ab5e authored about 5 years ago
WIP: docs

cd56d07cf8088dc10c841eeb215a2f555a4fdbc4 authored about 5 years ago
Handle catch

2b2ff70044c5e2563d8338b70d9f61b5b2577851 authored about 5 years ago
Setup VERSION

4910ea335cf200024de176f6d9174707cfcafefd authored about 5 years ago
Change minItems and maxItems to work even if those keywords are not set in the underlying schema (#543)

* Changed minItems and maxItems to work even if those keywords are not set in the underlying sch...

53dad5205094ec6151a99c149a0979e470f9eae2 authored about 5 years ago