Ecosyste.ms: OpenCollective

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

github.com/krzysztofzablocki/Sourcery

Meta-programming for Swift, stop writing boilerplate code.
https://github.com/krzysztofzablocki/Sourcery

Dependencies update (#564)

updated dependencies in podfile and package

24fc4ba1672ae0b5858348516bf86a974c6a062c authored almost 7 years ago by Ilya Puchka <[email protected]>
reverted updating all dependencies, updated cocoapods

088facc350afee2852fefda0ec99238dc0a03463 authored almost 7 years ago by Ilya Puchka <[email protected]>
add CLI options to exclude files (#548)

9fce43306a5248095b0f8e0c3d1b7f5ed02836c1 authored almost 7 years ago by Ilya Puchka <[email protected]>
Update README.md

cc0fe731af74dbe5b1c6c9a16aefb79103e65621 authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed creating output folder (#545)

cef1a4df0628e5c5356af1dff697b3a2f2f741d2 authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed inferring variable types with default values with closures, enum and contained types (#546)

d1a43e233d1a99fd84efe29a7757d84d2f751192 authored almost 7 years ago by Ilya Puchka <[email protected]>
annotations namespaces (#549)

c856c13bdff782a86a493eb318cd670de2b38d8e authored almost 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

b9d6bd978b40cb098f5c454da9647ed11a363758 authored almost 7 years ago by Ilya Puchka <[email protected]>
updated generated code for tests

f6263bf087c7ff7ecdb7680aa137fafccf196f0f authored almost 7 years ago by Ilya Puchka <[email protected]>
updated all dependencies

c7afd55ac49812021572998e85cc32d6ee574652 authored almost 7 years ago by Ilya Puchka <[email protected]>
Fix trailing comma (#544)

* fix trailing comma in description template

0e2b1a54fad537192a88cc884ef6c1a84ded7bc9 authored almost 7 years ago by Takeshi Ihara <[email protected]>
fixed swiftlint

b47cdb1db87bf6dd6469961f4ad0733d5ea4cc8c authored almost 7 years ago by Ilya Puchka <[email protected]>
do not remove back ticks in type names (#538)

3605fb7c1a2233405ec1beeafe38a39716ae429c authored almost 7 years ago by Ilya Puchka <[email protected]>
Create lenses only for stored properties (#525)

* Create lenses only for stored properties

Two changes, the first will create lenses only for...

ed8adee57a799403f561f590acdc819c9498810d authored almost 7 years ago by Christoph Nicolai <[email protected]>
Replaced SourceKitten's cache-backed substring with Foundation APIs (#519)

fb03c8ee3ac635741a83f7c06286c8870ab6651c authored almost 7 years ago by Tamas Lustyik <[email protected]>
fixed parsing nested types from extensions

432f9fb683da20373f9f0cf991b19a315a4ffcba authored almost 7 years ago by Ilya Puchka <[email protected]>
[Fix] Typo in README (#535)

8c8c287cf88833afd788f7f4266403d50e40285a authored almost 7 years ago by Mac Bellingrath <[email protected]>
Mention that directories are cool too (#527)

a07ff96453e5138b6735ff9541d8cc67918450e8 authored almost 7 years ago by Max Howell <[email protected]>
fix: deal with swift 4.1 equality changes

3041ba7ed84138f13e7973d34973dce2b10259be authored almost 7 years ago by Krzysztof Zablocki <[email protected]>
fixed resolving generics actual type names (#524)

84a7bef7d91bc88e0acfed2f89c8e6f522c864fa authored almost 7 years ago by Ilya Puchka <[email protected]>
AutoMockable with annotations (#518)

* AutoMockable with annotations

* Added changelog line for AutoMockable with annotations

330d7e108fc9c851f4e3b7520c10520fa1eccad2 authored almost 7 years ago by Alberto Salas <[email protected]>
fixed parsing typealiases of generic types (#517)

b1015a092dff90e66f7f5215c396977ad951a1f7 authored almost 7 years ago by Ilya Puchka <[email protected]>
Automatically add generated files to the project (#514)

* link generated file

* updated docs

* do not fail if can not link file

* updated packa...

c5de175b142215ebabb4dc23c833af71c9a080b8 authored almost 7 years ago by Ilya Puchka <[email protected]>
Added closures to AutoMockable (#512)

f4d4d694c23135751fdaa662c67cdc5f1eaaf36a authored almost 7 years ago by Alberto Salas <[email protected]>
Allow using JS templates with SPM (#508)

* allow js templates for spm builds

* do not print misleading warning

* updated docs

* ...

25aa1563ea0c06084c918ed6309a7728980ba934 authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #511 from krzysztofzablocki/mock-extensions

Do not mock methods from protocol extensions

73aca816ad49fe50236976f9c0cd898b0a7aa9c6 authored almost 7 years ago by Ilya Puchka <[email protected]>
removed generating mock from methods from protocol extensions

297681965d7dd87ca6a6e9cf2bfdd585af00f8de authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #507 from krzysztofzablocki/missing-files

Fixed processing missing files

642d1b60e4bafd17cae103f2a64cfe2e492d7d04 authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed processing missing files

f7552b0f0eac2d6a9b10930a2404586e25ae6f18 authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #506 from krzysztofzablocki/autohashable-warning-fix

Fixed AutoHashable warning

0e81ed5c7a305ab8bc3a43c0f477356a0fc6b62e authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed autohashable warning

38f662a61e96b5141144eb858c83fe4d43759328 authored almost 7 years ago by Ilya Puchka <[email protected]>
removed SPM support for SourceryJS as it does not work (#244)

883625af18e4a69ca1f9bc6ec5daa37ab64d63bb authored almost 7 years ago by Ilya Puchka <[email protected]>
Swift templates as a separate framework (#505)

* updated podfile

* added target & pod install

* moved swift tempalte implementation to th...

9e597af3c50027be7c705721545d7ccfe06e426e authored almost 7 years ago by Ilya Puchka <[email protected]>
Moved js templates to a separate framework (#503)

df44f4fd51f6ee1aab12a5cd750638eae20b55e4 authored almost 7 years ago by Ilya Puchka <[email protected]>
fix more broken links

ed9271b9f034570b5428772d98ac9181fe97cde7 authored almost 7 years ago by Bruno Coelho <[email protected]>
Migrate to Swift 4, SwiftPM 4 and Xcode 9.2 (#478)

ae9f98638e55de510cad9c1aa3e71aca21f864c1 authored almost 7 years ago by David Hart <[email protected]>
Speed up compile of autohashable (#453)

* Speed up compile of AutoHashable by extracting lets

this vastly improves compile time of th...

711e95e77e18fc99f181e34bd311b7e7c8d0cc1e authored almost 7 years ago by Wolfgang Lutz <[email protected]>
Various fixes/changes for methods parsing (#497)

* added isGeneric to js context

* removed computed method properties from equality and descri...

e43982df671c19fef0c24ca00807fe97c3c6257f authored almost 7 years ago by Ilya Puchka <[email protected]>
fix automockable template for throwing methods (#496)

1af87b392e47d100ea585090be7e3fe7b9fd0839 authored almost 7 years ago by Ilya Puchka <[email protected]>
fix: use process environment when running commands (#495)

f5bc6f67692f9a337e07bb1c2d85231af21b2cfa authored almost 7 years ago by Krzysztof Zabłocki <[email protected]>
update readme installation with homebrew information (#494)

e668ea57b3fee6d2cd838f8c91b2e9a660b62ff6 authored almost 7 years ago by Jakub Mazur <[email protected]>
fix: handle situations when using a tmp directory leads to parent path that doesnt list children (#492)

73c70e128faab1ea2e0c7840a39ea83348d37502 authored almost 7 years ago by Krzysztof Zabłocki <[email protected]>
Fixed parsing method return type (#488)

* fixed parsing method void return type

* fixed parsing multiline return type

* Update CHA...

50cbc89e8b4ca05d45a8f848d2bdc6467ccb273a authored almost 7 years ago by Ilya Puchka <[email protected]>
[danger] Add changelog update requirement when changing templates (#484)

78c7304e7936c98affcd70d3cd847c83791875ba authored almost 7 years ago by Liquidsoul <[email protected]>
added isGeneric property for Method (#487)

2bcec2b3641d26caf0997ffd1e02d5cd1c02751b authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #490 from hartbit/fix-generic-type-parameter-tests

Fix generic type tests

a12e174e897f7d6276755269a3f4866001818c4b authored almost 7 years ago by Ilya Puchka <[email protected]>
Fix failing tests uncovererd by GenericTypeParameter’s previously missing isEqual implementation

a2786a818550ae8c6fa007a822939ca31694057f authored almost 7 years ago by David Hart <[email protected]>
update internal boilerplate code.

b28499014a6627ddb94d47a920fe9cc2b7182d97 authored almost 7 years ago by David Hart <[email protected]>
Merge pull request #483 from krzysztofzablocki/fix-objc-attribute

fixed parsing @objc attribute and changed its attributes layout

73a3e41713b9b48ebe9e708c911434a46fc3122e authored almost 7 years ago by Liquidsoul <[email protected]>
Merge branch 'master' into fix-objc-attribute

ad497d5ff05bff1781f8e55804a19cf99b33a94c authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #247 from Joannis/master

Better support for generics

aed5b4686031ed1124b768ae70bcdfe7ddc74f65 authored almost 7 years ago by Ilya Puchka <[email protected]>
added @objcMembers attribute

8246a1bf9f40e27234d742bb7c46d0ae42a7b3db authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed parsing @objc attribute and changed its attributes layout

5c36df05e5c280bac971fada95a8b229f68ac886 authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into master

be02190ece881b8380d4351c0249229b5f714dcb authored almost 7 years ago by Ilya Puchka <[email protected]>
Use multiline string literals in SourcerySpec (#475)

* Remove unwanted text in multiline string

* Use multiline string literals in SourcerySpec

d69fbdaf91a78731ce221ce33165db6ac1e6a6c8 authored about 7 years ago by Liquidsoul <[email protected]>
Watch mode improvements (#472)

* feat: observe top folders for sources, not individual files

* feat: use top directories app...

edf13457cf4c59f2342a3aca5f6dacfb37c1f7ed authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Fix sourcery:inline:auto not regenerating code if deleted (#474)

* Add static method to remove cache data for specific source files

* Add failing test for aut...

e4c3f338d5f04071464856eb60013aa67e6ed696 authored about 7 years ago by Liquidsoul <[email protected]>
Merge pull request #473 from krzysztofzablocki/args-variadic-option

Switched to variadic option for custom arguments

a5c35cf14fcebe81aa96758f319e9a7b087b7854 authored about 7 years ago by Liquidsoul <[email protected]>
switched to variadic option for custom arguments

ce3be5cb72e95ac8c8624da8ec9ebf0bd6ba2743 authored about 7 years ago by Ilya Puchka <[email protected]>
updated usage for custom arguments

4e4c54259379f4405397dc325fd8d981b82c9525 authored about 7 years ago by Ilya Puchka <[email protected]>
fixed filter names in docs

ebff048b9887fe99b8232d47d0fccf4a2d74e191 authored about 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #469 from krzysztofzablocki/swiftlint/autocorrect

Add swiftlint autocorrect call before linting

002770d82f110eaec0cc486d620a962b9337f620 authored about 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

dfbd09d83d2382ca79e3ec008d649a825dea6acf authored about 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #468 from ZevEisenberg/patch-1

Return empty array instead of optional array

df84806ae04c0d55d2f74f28540d6e77d180ba27 authored about 7 years ago by Ilya Puchka <[email protected]>
Add swiftlint autocorrect call before linting

This will prevent some unwanted warnings which are easily fixed
automatically by swiftlint (e.g....

66cc3900707090f94182d8d230e861f30c8b91aa authored about 7 years ago by Liquidsoul <[email protected]>
Update readme.

e3b3de7f87daa57acb9b03d151464cb4aa974949 authored about 7 years ago by Zev Eisenberg <[email protected]>
Return empty array instead of optional array.

Related to a584ce88421a47ea096354fa3143b4c186c52519. Makes it easier to loop over types in Swift...

c91ddafddde856b928a81a8916270c3a3de6234c authored about 7 years ago by Zev Eisenberg <[email protected]>
Merge pull request #459 from lukkas/patch-6

Fix generating non-optional variable mocks in AutoMockable

da0d3dd2aa2bdfcbfadc54281c0aedfe6c52fa38 authored about 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into patch-6

13625af8c3971a4c3c9f645d72b44b15e37114e6 authored about 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into patch-6

51fd1a499714dd4cf2431bdfae103ec33cb718c1 authored about 7 years ago by lukkas <[email protected]>
add changelog entry for non-optional variables fix in AutoMockable

207ced90a47b4285180dc47c5ce12ca66bb392ba authored about 7 years ago by Lukasz Kasperek <[email protected]>
Merge pull request #466 from krzysztofzablocki/js-templates-errors-improvements

JS templates errors improvements

ded6191b8b2d567587ca155c6a14f04e87554f0e authored about 7 years ago by Ilya Puchka <[email protected]>
fixed typo

30f4dfd80a48780ec318173d00a3ec66bd7c8bb6 authored about 7 years ago by Ilya Puchka <[email protected]>
catch unknown types collection properties

c4a6b689fb12e9a11dfdf8f205e93229ec08b4a6 authored about 7 years ago by Ilya Puchka <[email protected]>
return empty types array instead of nil

a584ce88421a47ea096354fa3143b4c186c52519 authored about 7 years ago by Ilya Puchka <[email protected]>
do not override js template errors with js exceptions

d042df15f8af87bf3b4bd4b620a971c407b27b6e authored about 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

41b1071b414a992192736c0465bb5e2ad42a74aa authored about 7 years ago by Ilya Puchka <[email protected]>
Merge remote-tracking branch 'upstream/master'

0554781a59c8cd99a4245b93710e69978bf812d7 authored about 7 years ago by Ilya Puchka <[email protected]>
fixed undocumented method

6798d52745fe0fc2b8283ef3697b214d04f5d22d authored about 7 years ago by Ilya Puchka <[email protected]>
addressed latest code review comments

b311fa99d89127c124845d746d1ce7450600eb9c authored about 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' of git://github.com/Joannis/Sourcery into Joannis-master

# Conflicts:
# .sourcery.yml
# Sourcery.xcodeproj/project.pbxproj
# Sourcery/Parsing/Composer.sw...

bcf03540814db47e6ffc55093af61a8e3dbc3ebf authored about 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #461 from krzysztofzablocki/subscripts

Parsing subscripts

cdb89a461fbaa6db3d3aa578e35ffc2bf7ab4e96 authored about 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into subscripts

23be322813366c920c2b032b658f97ee3dcf98c8 authored about 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

86bd2454aac8766ece34ff9abbfe9ea5a701a80b authored about 7 years ago by Ilya Puchka <[email protected]>
added abvious doc line about subscript

09a4546f90d2b4fed8af04ba9df618461c984c10 authored about 7 years ago by Ilya Puchka <[email protected]>
docs: update metadata for 0.10.1 release

d77d826c97e979c99c196db576e206310226eb62 authored about 7 years ago by Anton Domashnev <[email protected]>
update internal boilerplate code.

8ae85f146bc83567982d2f95c865ab8a3cc1516f authored about 7 years ago by Anton Domashnev <[email protected]>
Point to the right StencilSwiftKit package;

b6cc8d9ab0072421c00f7c50e65058147099601b authored about 7 years ago by Anton Domashnev <[email protected]>
Improvements in AutoMockable example template (#450)

* Improvements in AutoMockable example template

Three improvements were introduced:
1. If ge...

0ee1a2cc4c86928cb2e4d0a28d2fb4977875518c authored about 7 years ago by lukkas <[email protected]>
rearranged private methods

3a4cdc703b842e118480f6fd5ee396532af027fb authored about 7 years ago by Ilya Puchka <[email protected]>
improve underyling variables naming in AutoMockable

b09e96e7177c2c4fdc5b697df15c41e5775fbbc0 authored about 7 years ago by Lukasz Kasperek <[email protected]>
update AutoMockable unit tests

a164d4af003fce1f31f38f764eaccfb1ce0c698d authored about 7 years ago by Lukasz Kasperek <[email protected]>
fix: change logging to always use Log and not inline in templates (#462)

41c03a5f3716b4755de5f84b7a3599e8ded7ee60 authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md

8bce57fecf31ce8a4e1d0851d0d2b7e405f21a60 authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Update .swift-version to 4.0.2 (#455)

36bf7cb0d6557844d95d8706746addff245e8be6 authored about 7 years ago by Pedro Piñera Buendía <[email protected]>
parse subscripts

51ec0ecfc39634e52c7be48fced2a7d73f7f090e authored about 7 years ago by Ilya Puchka <[email protected]>
fix: remove unneded zip file (#460)

a72ab40e9d7c17ef020b57f7d2e6e52e006a9f48 authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Fix generating non-optional variable mocks in AutoMockable

b0588a1f37240f8f108611a2a9fcfc97ba321861 authored about 7 years ago by lukkas <[email protected]>
Update README.md (#456)

3ea885935591ee3fa3d46a383353b1a7a4a1db30 authored about 7 years ago by Wolfgang Lutz <[email protected]>
docs: update metadata for 0.10.0 release

9fb68be4bc382417f709cb39cb96e07d76785b20 authored about 7 years ago by Anton Domashnev <[email protected]>