Ecosyste.ms: OpenCollective

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

Sourcery

Sourcery is a code generator for Swift language that extends it by enabling meta programming, used in over 40 000 applications.
Collective - Host: opensource - https://opencollective.com/sourcery - Website: https://merowing.info - Code: https://github.com/krzysztofzablocki

Merge pull request #507 from krzysztofzablocki/missing-files

Fixed processing missing files

github.com/krzysztofzablocki/Sourcery - 642d1b60e4bafd17cae103f2a64cfe2e492d7d04 authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed processing missing files

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

Fixed AutoHashable warning

github.com/krzysztofzablocki/Sourcery - 0e81ed5c7a305ab8bc3a43c0f477356a0fc6b62e authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed autohashable warning

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

github.com/krzysztofzablocki/Sourcery - 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...

github.com/krzysztofzablocki/Sourcery - 9e597af3c50027be7c705721545d7ccfe06e426e authored almost 7 years ago by Ilya Puchka <[email protected]>
Moved js templates to a separate framework (#503)

github.com/krzysztofzablocki/Sourcery - df44f4fd51f6ee1aab12a5cd750638eae20b55e4 authored almost 7 years ago by Ilya Puchka <[email protected]>
fix more broken links

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

github.com/krzysztofzablocki/Sourcery - 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...

github.com/krzysztofzablocki/Sourcery - 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...

github.com/krzysztofzablocki/Sourcery - e43982df671c19fef0c24ca00807fe97c3c6257f authored almost 7 years ago by Ilya Puchka <[email protected]>
fix automockable template for throwing methods (#496)

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

github.com/krzysztofzablocki/Sourcery - f5bc6f67692f9a337e07bb1c2d85231af21b2cfa authored almost 7 years ago by Krzysztof Zabłocki <[email protected]>
feat: improve localizable support

github.com/krzysztofzablocki/LifetimeTracker - 70bedfc1814685702ca14e8ce72fcd0f381cd033 authored almost 7 years ago by Krzysztof Zablocki <[email protected]>
feat: update objc requirement

github.com/krzysztofzablocki/LifetimeTracker - 2dd7f3bb63dd6feaf693cb66a46566200bfe221c authored almost 7 years ago by Krzysztof Zablocki <[email protected]>
update readme installation with homebrew information (#494)

github.com/krzysztofzablocki/Sourcery - e668ea57b3fee6d2cd838f8c91b2e9a660b62ff6 authored almost 7 years ago by Jakub Mazur <[email protected]>
chore: run xcode code formatting

github.com/krzysztofzablocki/LifetimeTracker - d6ea1500ec43c86c0d099b02f29f3281fcd608cc authored almost 7 years ago by Krzysztof Zablocki <[email protected]>
Objective-C support (#28)

* Adds support for Obj-C classes (objc-support)

* Updates README (objc-support)

* Obj-c co...

github.com/krzysztofzablocki/LifetimeTracker - 5d2497d5ca70ea8ffb57b08d61396ff6ce883ce0 authored almost 7 years ago by Krzysztof Zabłocki <[email protected]>
fix: handle situations when using a tmp directory leads to parent path that doesnt list children (#492)

github.com/krzysztofzablocki/Sourcery - 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...

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

github.com/krzysztofzablocki/Sourcery - 78c7304e7936c98affcd70d3cd847c83791875ba authored almost 7 years ago by Liquidsoul <[email protected]>
added isGeneric property for Method (#487)

github.com/krzysztofzablocki/Sourcery - 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

github.com/krzysztofzablocki/Sourcery - a12e174e897f7d6276755269a3f4866001818c4b authored almost 7 years ago by Ilya Puchka <[email protected]>
Fix failing tests uncovererd by GenericTypeParameter’s previously missing isEqual implementation

github.com/krzysztofzablocki/Sourcery - a2786a818550ae8c6fa007a822939ca31694057f authored almost 7 years ago by David Hart <[email protected]>
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 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

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

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

Better support for generics

github.com/krzysztofzablocki/Sourcery - aed5b4686031ed1124b768ae70bcdfe7ddc74f65 authored almost 7 years ago by Ilya Puchka <[email protected]>
added @objcMembers attribute

github.com/krzysztofzablocki/Sourcery - 8246a1bf9f40e27234d742bb7c46d0ae42a7b3db authored almost 7 years ago by Ilya Puchka <[email protected]>
fixed parsing @objc attribute and changed its attributes layout

github.com/krzysztofzablocki/Sourcery - 5c36df05e5c280bac971fada95a8b229f68ac886 authored almost 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into master

github.com/krzysztofzablocki/Sourcery - be02190ece881b8380d4351c0249229b5f714dcb authored almost 7 years ago by Ilya Puchka <[email protected]>
Fixes layout of dashboard for iPhone X (#31)

* Fixes layout of dashboard for iPhone X

* Fixes way how maximumYPosition is calculated. Adds...

github.com/krzysztofzablocki/LifetimeTracker - cc43a7157bb3dcd0389c08473462269d14038cd6 authored about 7 years ago by Valeriy Van <[email protected]>
Use multiline string literals in SourcerySpec (#475)

* Remove unwanted text in multiline string

* Use multiline string literals in SourcerySpec

github.com/krzysztofzablocki/Sourcery - 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...

github.com/krzysztofzablocki/Sourcery - 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...

github.com/krzysztofzablocki/Sourcery - 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

github.com/krzysztofzablocki/Sourcery - a5c35cf14fcebe81aa96758f319e9a7b087b7854 authored about 7 years ago by Liquidsoul <[email protected]>
switched to variadic option for custom arguments

github.com/krzysztofzablocki/Sourcery - ce3be5cb72e95ac8c8624da8ec9ebf0bd6ba2743 authored about 7 years ago by Ilya Puchka <[email protected]>
updated usage for custom arguments

github.com/krzysztofzablocki/Sourcery - 4e4c54259379f4405397dc325fd8d981b82c9525 authored about 7 years ago by Ilya Puchka <[email protected]>
fixed filter names in docs

github.com/krzysztofzablocki/Sourcery - 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

github.com/krzysztofzablocki/Sourcery - 002770d82f110eaec0cc486d620a962b9337f620 authored about 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

github.com/krzysztofzablocki/Sourcery - 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

github.com/krzysztofzablocki/Sourcery - 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....

github.com/krzysztofzablocki/Sourcery - 66cc3900707090f94182d8d230e861f30c8b91aa authored about 7 years ago by Liquidsoul <[email protected]>
Update readme.

github.com/krzysztofzablocki/Sourcery - 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...

github.com/krzysztofzablocki/Sourcery - 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

github.com/krzysztofzablocki/Sourcery - da0d3dd2aa2bdfcbfadc54281c0aedfe6c52fa38 authored about 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into patch-6

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

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

github.com/krzysztofzablocki/Sourcery - 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

github.com/krzysztofzablocki/Sourcery - ded6191b8b2d567587ca155c6a14f04e87554f0e authored about 7 years ago by Ilya Puchka <[email protected]>
catch unknown types collection properties

github.com/krzysztofzablocki/Sourcery - c4a6b689fb12e9a11dfdf8f205e93229ec08b4a6 authored about 7 years ago by Ilya Puchka <[email protected]>
return empty types array instead of nil

github.com/krzysztofzablocki/Sourcery - a584ce88421a47ea096354fa3143b4c186c52519 authored about 7 years ago by Ilya Puchka <[email protected]>
do not override js template errors with js exceptions

github.com/krzysztofzablocki/Sourcery - d042df15f8af87bf3b4bd4b620a971c407b27b6e authored about 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

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

github.com/krzysztofzablocki/Sourcery - 0554781a59c8cd99a4245b93710e69978bf812d7 authored about 7 years ago by Ilya Puchka <[email protected]>
fixed undocumented method

github.com/krzysztofzablocki/Sourcery - 6798d52745fe0fc2b8283ef3697b214d04f5d22d authored about 7 years ago by Ilya Puchka <[email protected]>
addressed latest code review comments

github.com/krzysztofzablocki/Sourcery - 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...

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

Parsing subscripts

github.com/krzysztofzablocki/Sourcery - cdb89a461fbaa6db3d3aa578e35ffc2bf7ab4e96 authored about 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into subscripts

github.com/krzysztofzablocki/Sourcery - 23be322813366c920c2b032b658f97ee3dcf98c8 authored about 7 years ago by Ilya Puchka <[email protected]>
updated CHANGELOG

github.com/krzysztofzablocki/Sourcery - 86bd2454aac8766ece34ff9abbfe9ea5a701a80b authored about 7 years ago by Ilya Puchka <[email protected]>
added abvious doc line about subscript

github.com/krzysztofzablocki/Sourcery - 09a4546f90d2b4fed8af04ba9df618461c984c10 authored about 7 years ago by Ilya Puchka <[email protected]>
docs: update metadata for 0.10.1 release

github.com/krzysztofzablocki/Sourcery - d77d826c97e979c99c196db576e206310226eb62 authored about 7 years ago by Anton Domashnev <[email protected]>
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 8ae85f146bc83567982d2f95c865ab8a3cc1516f authored about 7 years ago by Anton Domashnev <[email protected]>
Point to the right StencilSwiftKit package;

github.com/krzysztofzablocki/Sourcery - b6cc8d9ab0072421c00f7c50e65058147099601b authored about 7 years ago by Anton Domashnev <[email protected]>
podspec version bump

github.com/krzysztofzablocki/Difference - ae1bd2c208b5e1b384e76f4bbb86fdb57dc96a13 authored about 7 years ago by Gregory Maksyuk <[email protected]>
fix issue with optional children

github.com/krzysztofzablocki/Difference - d20989d724c9adedc05e97e1cdc1d608e221e22f authored about 7 years ago by Gregory Maksyuk <[email protected]>
Improvements in AutoMockable example template (#450)

* Improvements in AutoMockable example template

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

github.com/krzysztofzablocki/Sourcery - 0ee1a2cc4c86928cb2e4d0a28d2fb4977875518c authored about 7 years ago by lukkas <[email protected]>
rearranged private methods

github.com/krzysztofzablocki/Sourcery - 3a4cdc703b842e118480f6fd5ee396532af027fb authored about 7 years ago by Ilya Puchka <[email protected]>
improve underyling variables naming in AutoMockable

github.com/krzysztofzablocki/Sourcery - b09e96e7177c2c4fdc5b697df15c41e5775fbbc0 authored about 7 years ago by Lukasz Kasperek <[email protected]>
update AutoMockable unit tests

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

github.com/krzysztofzablocki/Sourcery - 41c03a5f3716b4755de5f84b7a3599e8ded7ee60 authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md

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

github.com/krzysztofzablocki/Sourcery - 36bf7cb0d6557844d95d8706746addff245e8be6 authored about 7 years ago by Pedro Piñera Buendía <[email protected]>
parse subscripts

github.com/krzysztofzablocki/Sourcery - 51ec0ecfc39634e52c7be48fced2a7d73f7f090e authored about 7 years ago by Ilya Puchka <[email protected]>
fix: remove unneded zip file (#460)

github.com/krzysztofzablocki/Sourcery - a72ab40e9d7c17ef020b57f7d2e6e52e006a9f48 authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Add support for optionals difference between .none and .some

github.com/krzysztofzablocki/Difference - 6f4fa0bc461e9ee5ed3b03197c4aac1381f6198f authored about 7 years ago by Witold Skibniewski <[email protected]>
Add failing test for optionals difference

github.com/krzysztofzablocki/Difference - f0f5396afd7b5059f6e47d5537747f2333b6c287 authored about 7 years ago by Witold Skibniewski <[email protected]>
Add support for dictionaries count difference

github.com/krzysztofzablocki/Difference - 903f35c47be9e8837f1e5f6084bdfbb99b05d3c8 authored about 7 years ago by Witold Skibniewski <[email protected]>
Add failing test for dictionaries count difference

github.com/krzysztofzablocki/Difference - 1bead4d008658d39da1204277c6bcc14ea368138 authored about 7 years ago by Witold Skibniewski <[email protected]>
Fix enum check for different cases with equal associated values

github.com/krzysztofzablocki/Difference - e38974e78cd9d603821db71611084fe905e31e63 authored about 7 years ago by Witold Skibniewski <[email protected]>
Add failing test for different enum cases with equal associated values

github.com/krzysztofzablocki/Difference - 1350af8c6bea5b614abee01a66b5829efc3c5124 authored about 7 years ago by Witold Skibniewski <[email protected]>
Add support for collections count difference

github.com/krzysztofzablocki/Difference - d851702c58dc09d0626b0a879e4191746e2a47e0 authored about 7 years ago by Witold Skibniewski <[email protected]>
Add failing test for collections count difference

github.com/krzysztofzablocki/Difference - 35384979368fe9f6dfe2c5a53e9749e9361b5e04 authored about 7 years ago by Witold Skibniewski <[email protected]>
Fix generating non-optional variable mocks in AutoMockable

github.com/krzysztofzablocki/Sourcery - b0588a1f37240f8f108611a2a9fcfc97ba321861 authored about 7 years ago by lukkas <[email protected]>
Update README.md (#456)

github.com/krzysztofzablocki/Sourcery - 3ea885935591ee3fa3d46a383353b1a7a4a1db30 authored about 7 years ago by Wolfgang Lutz <[email protected]>
docs: update metadata for 0.10.0 release

github.com/krzysztofzablocki/Sourcery - 9fb68be4bc382417f709cb39cb96e07d76785b20 authored about 7 years ago by Anton Domashnev <[email protected]>
Update docs;

github.com/krzysztofzablocki/Sourcery - b72b320fbea92acbcf0bd2af59bb5bd5657d2142 authored about 7 years ago by Anton Domashnev <[email protected]>
Update bundle;

github.com/krzysztofzablocki/Sourcery - d5263753aa78e86c9f248bd311ca78f075962821 authored about 7 years ago by Anton Domashnev <[email protected]>
docs: metadata update for 1.2.1

github.com/krzysztofzablocki/LifetimeTracker - ba8b4cf89cecd082a91b0a87440f23f8163c2c2a authored about 7 years ago by Krzysztof Zablocki <[email protected]>
Additional filters (#452)

* Add test for filter “count”

* Add filter sortedDescending

* Add filter isEmpty

* Add ...

github.com/krzysztofzablocki/Sourcery - 7c6f41e99d8e5890eca003ac2484ee1bf80da5f9 authored about 7 years ago by Wolfgang Lutz <[email protected]>
Add sort filter (#451)

* add filter “sorted” to sort array

* add test for sorted, adapt old tests

* add changelog...

github.com/krzysztofzablocki/Sourcery - 8de8ffa0674c40cda88a906d22472f27f4af866b authored about 7 years ago by Wolfgang Lutz <[email protected]>
Stop pre-numbering things. (#449)

github.com/krzysztofzablocki/Sourcery - eceda5897398e42790d1e79d64b938dacfe4c4e0 authored about 7 years ago by Zev Eisenberg <[email protected]>
docs: update metadata for 2.9 release

github.com/krzysztofzablocki/PropertyMapper - 23865b1a79db512edf045a629305d33ee3aae5d7 authored about 7 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #66 from Miiha/enableNilBoxing

Allow nil from boxing

github.com/krzysztofzablocki/PropertyMapper - d702bec16b0eaafaa9c76e78aad4e75bd688df54 authored about 7 years ago by Krzysztof Zabłocki <[email protected]>
Removes nil check for boxed values.

This fixes a bug where nil values from boxing resulted in an invalid mapping.

github.com/krzysztofzablocki/PropertyMapper - 3a11ca65ce1aac27d5563aebf9941f836e9e0b1b authored about 7 years ago by Michael Kao <[email protected]>
Modernizes example project

github.com/krzysztofzablocki/PropertyMapper - 7141b13393a2dbc08c1217eebbf806397ce978b6 authored about 7 years ago by Michael Kao <[email protected]>
Move filters out in order to use them from StencilSwiftKit (#426)

github.com/krzysztofzablocki/Sourcery - b8ff42dbd2ce46ba49d87093d3f5553a0fef590c authored about 7 years ago by Anton <[email protected]>