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

Update changelog;

github.com/krzysztofzablocki/Sourcery - cd73bc21cdb61831bc835ec8b821dfdd5da36456 authored over 7 years ago by Anton Domashnev <[email protected]>
Update AutoEquatable & AutoHashable to skip private and fileprivate variables;

github.com/krzysztofzablocki/Sourcery - 12fdc29d5d2528f3c456ee6f0ef70f042f0afe37 authored over 7 years ago by Anton Domashnev <[email protected]>
Added support for `include` Stencil tag

github.com/krzysztofzablocki/Sourcery - 1034ba0a3fe2fd903c716e60e6e4cadc86e82917 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #340 from macbellingrath/master

Update Mocks.md

github.com/krzysztofzablocki/Sourcery - f744e032746af89829328e279115505ec0181281 authored over 7 years ago by Ilya Puchka <[email protected]>
Update Mocks.md

- corrects typo

github.com/krzysztofzablocki/Sourcery - c0996b3a0c13e0db731117ccfedcb46e0b05e0b1 authored over 7 years ago by Mac Bellingrath <[email protected]>
Mutating attribute

github.com/krzysztofzablocki/Sourcery - 60ac2fb038350a641961f17713dd209f5b2655db authored over 7 years ago by Chris Eidhof <[email protected]>
Inout method parameters (#319)

github.com/krzysztofzablocki/Sourcery - b1203e207a843d3c080901883fdced003b8633e3 authored over 7 years ago by Anton <[email protected]>
docs: installation instructions imroved (#330)

github.com/krzysztofzablocki/Sourcery - 692db5a9b63ccb71f0c35a3926d0d39ece70845e authored over 7 years ago by Ilya Puchka <[email protected]>
Fix auto inline code generation (#323)

* Add failing test

* fixed auto inline code generation

github.com/krzysztofzablocki/Sourcery - f2c71103443c7ad94d4aa7eabd30712ff8005915 authored over 7 years ago by Ilya Puchka <[email protected]>
included SourceryRuntime in linting

github.com/krzysztofzablocki/Sourcery - f8c816db1571a3624ec47570e99ac03053fa9e9d authored over 7 years ago by Ilya Puchka <[email protected]>
updated generated boilerplate

github.com/krzysztofzablocki/Sourcery - 6bbafe3090c5d4e20199235095a76e9aeda04113 authored over 7 years ago by Ilya Puchka <[email protected]>
templates: update generated code metadata for 0.6.1 release

github.com/krzysztofzablocki/Sourcery - 2c968d7ec21eec4506a6e0ba510f7ba14a1cc48b authored over 7 years ago by Anton Domashnev <[email protected]>
Split rake tests task into two separate - Sourcery & Templates

github.com/krzysztofzablocki/Sourcery - 94ced7d40aeb3eba206938196f030e97e3cb5610 authored over 7 years ago by Anton Domashnev <[email protected]>
Rename scheme of TemplatesTests in Rakefile; (#328)

github.com/krzysztofzablocki/Sourcery - 61d836d9268312a6f16bd5457be6679e5cca7d45 authored over 7 years ago by Anton <[email protected]>
Make Templates-Tests scheme shared;

github.com/krzysztofzablocki/Sourcery - a8cc4a2e0afb73691f81034e56823e109495c245 authored over 7 years ago by Anton Domashnev <[email protected]>
docs: bump metadata for 0.6.1 release

github.com/krzysztofzablocki/Sourcery - 10c5bb0b8d0630f29f7ed65be00afbd5d13b40c1 authored over 7 years ago by Krzysztof Zablocki <[email protected]>
Remove introduced unused file by mistake.

github.com/krzysztofzablocki/Sourcery - afe6997408d5e92aad470a15d7a00f1bad4a11fc authored over 7 years ago by Anton <[email protected]>
Add tests for bundled templates (#286)

* Create a backbone project for templates tests;

* Integrate quick and nimble for templates t...

github.com/krzysztofzablocki/Sourcery - 83e03061305d6291c68a6b1b74e9dbe6402caae0 authored over 7 years ago by Anton <[email protected]>
Fixed typo in `guides/Writing templates` (#318)

Fix typo in Writing templates (annotatated)

github.com/krzysztofzablocki/Sourcery - f1d3a983482857293d0e0bd5545f767084a3b48a authored over 7 years ago by Liquidsoul <[email protected]>
Implemented sourcery:file annotation for source code (#304)

* Implemented sourcery:file annotation for source code

* addressed code review comments

github.com/krzysztofzablocki/Sourcery - ae6982911b28c46f1524075c16d539ef02f4b4b2 authored over 7 years ago by Ilya Puchka <[email protected]>
Fixed invalid frameworks path when compiling swift template (#311)

* fixed invalid frameworks path when compiling swift template

* rsync SourceryRuntime into th...

github.com/krzysztofzablocki/Sourcery - 502083b5e415dfef062188da734b8eb06f52fff3 authored over 7 years ago by Ilya Puchka <[email protected]>
Make Array.parallelMap's block non-escaping. (#308)

github.com/krzysztofzablocki/Sourcery - eeac7a1115863904972e5786fb6be5beabf6023d authored over 7 years ago by Kare Morstol <[email protected]>
do not write into file logs when skipping/removing files (#296)

* do not write into file logs when skipping/removing files

* removed duplicated flag in CLI

github.com/krzysztofzablocki/Sourcery - a6118efb5b9756eb59570e5e92b625c9b591fd24 authored over 7 years ago by Ilya Puchka <[email protected]>
Use all variables for autoequatalbe template for protocols; #trivial (#298)

* Use all variables for autoequatalbe template for protocols;

* Use all variables for autohas...

github.com/krzysztofzablocki/Sourcery - d3e47cb472a4b37a35b0f544c6d46e2bd8735ffa authored over 7 years ago by Anton <[email protected]>
Update ruby dependencies;

github.com/krzysztofzablocki/Sourcery - da3394af785fed5577d863b823f80cc314326339 authored over 7 years ago by Vincent Garrigues <[email protected]>
fix: parsing required attribute (#287)

github.com/krzysztofzablocki/Sourcery - 8583c039db54b5956a6b02d8447ce1ed00647941 authored over 7 years ago by Ilya Puchka <[email protected]>
Fix aggregating annotations when no new line between inline annotations (#295)

* Fix aggregating unneeded annotations when no new line between inline annotations

* added no...

github.com/krzysztofzablocki/Sourcery - bbfb9bd8fbd4d4b00648eb2f687fa8c9a302fb24 authored over 7 years ago by Ilya Puchka <[email protected]>
Fix inline annotations parsing when access level is defined (#293)

* Fixed inline annotations parsing when access level is defined

* Better inline annotation pa...

github.com/krzysztofzablocki/Sourcery - 7446e24a3135680c3c24b650f77a7db5db1022c3 authored over 7 years ago by iDonJose <[email protected]>
Release docs (#277)

* ignore jazzy docsets

* copy docset to release zip

* updated docs with latest jazzy versi...

github.com/krzysztofzablocki/Sourcery - 6f54243ef45075f8fa7399fa35d2080568b77107 authored over 7 years ago by Ilya Puchka <[email protected]>
Caching swift templates (#240)

* chore: saving swift template artifacts in cache

* code cleanup and refactoring

* addrsse...

github.com/krzysztofzablocki/Sourcery - 4e920792664029203820fba1a63ba4ba925f552e authored over 7 years ago by Ilya Puchka <[email protected]>
Add improrm of Apple frameworks to AutoMockable;

github.com/krzysztofzablocki/Sourcery - b4bf8e031ec7e8091c1e3edf9b0a123f04f8f49f authored over 7 years ago by Anton Domashnev <[email protected]>
Merge pull request #292 from iandundas/patch-1

Don't add default clause if enum has only one case

github.com/krzysztofzablocki/Sourcery - e95a38f80769b72d49e862a95b7015ef9a6ba32d authored over 7 years ago by Anton <[email protected]>
Don't add default clause if enum has only one case

Preventing "Default will never be executed" warnings from Xcode.

For example:

```swift
e...

github.com/krzysztofzablocki/Sourcery - e5a5cc036902fd7033ddef98cac7def17d60aaf3 authored over 7 years ago by Ian Dundas <[email protected]>
Merge pull request #282 from krzysztofzablocki/fix-inline-annotations-parsing

Improved inline annotations parsing

github.com/krzysztofzablocki/Sourcery - ca4a4f35198dc08f7d5d80b2181dd9636c04d749 authored over 7 years ago by Ilya Puchka <[email protected]>
Check bundle version in rake release task.

github.com/krzysztofzablocki/Sourcery - c8bc682829d1e8b134fd9e34be509267befb8609 authored over 7 years ago by Anton <[email protected]>
added test case for method parameters annotations

github.com/krzysztofzablocki/Sourcery - ff95f8dc520f5ca66e182e8759efd10386e372e1 authored over 7 years ago by Ilya Puchka <[email protected]>
improved inline annotations parsing and moved all the code to annotations parser

github.com/krzysztofzablocki/Sourcery - f1815ba6d5b8d33a648f20b4ce96d6ac84d01ba5 authored over 7 years ago by Ilya Puchka <[email protected]>
docs: metadata update

github.com/krzysztofzablocki/KZFileWatchers - ae767eeac8266d013bbd3c05e921a8484f1d45d6 authored over 7 years ago by Krzysztof Zablocki <[email protected]>
fix: detect changes made by vim (#7)

github.com/krzysztofzablocki/KZFileWatchers - c254ed315f91582be7c4123b3280e09944bcb94b authored over 7 years ago by Hwee-Boon Yar <[email protected]>
feat: update stencilSwiftKit (#274)

* update all dependencies

* fix stencil `replace` filter

* docs: updated changelog

github.com/krzysztofzablocki/Sourcery - 50fff7da3fe547178463c0f73eb4c947c5925b42 authored over 7 years ago by Ilya Puchka <[email protected]>
fix: fixed creating cache dir when cache is disabled (#272)

github.com/krzysztofzablocki/Sourcery - 3edbb38c51b290fc1e86a86ac7a7b64ab3431848 authored over 7 years ago by Ilya Puchka <[email protected]>
fix generated code (#273)

* fixed generated code

* docs: docs updated

* bumped xcode version on CI

github.com/krzysztofzablocki/Sourcery - 0a138a153a46b473d2d76191cd193b400cdbd277 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #270 from iDonJose/master

Fixed documentation : Annotation filtering

github.com/krzysztofzablocki/Sourcery - 5f585e1a66b04c7c832dfab3bb0895a192efafc7 authored over 7 years ago by Ilya Puchka <[email protected]>
Fixed documentation : Annotation filtering

github.com/krzysztofzablocki/Sourcery - efe864510971a8de1cf97acc81b06466f00bfa06 authored over 7 years ago by iDonJose <[email protected]>
refactor: use macro nodes to DRY the template

github.com/krzysztofzablocki/Sourcery - a119eae11474525a9b88259c0555020d9b76c92d authored over 7 years ago by Krzysztof Zablocki <[email protected]>
refactor: AutoEquatable for protocols uses computedVariables not stored ones

github.com/krzysztofzablocki/Sourcery - 8bd91e275f09e79122c3303935d3a1853fe1d0d6 authored over 7 years ago by Krzysztof Zablocki <[email protected]>
refactor: autohashable for protocols uses computed variables

github.com/krzysztofzablocki/Sourcery - 31f7a649af2f5c582cbe787547132d012f6e8594 authored over 7 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #267 from krzysztofzablocki/feature/closure-type

Closure types parsing

github.com/krzysztofzablocki/Sourcery - 66966068db2ba4adbe8384d7d967dd686f72320a authored over 7 years ago by Ilya Puchka <[email protected]>
docs: updated docs

github.com/krzysztofzablocki/Sourcery - 8cc77ef8fee47ebee68144169575d09b420514b7 authored over 7 years ago by Ilya Puchka <[email protected]>
chore: parsing closure types

github.com/krzysztofzablocki/Sourcery - 92e39a263f592e603abf7a3a2dae1d929d703417 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #269 from krzysztofzablocki/feature/print-version

added info about `--version` and `--help` flags in docs

github.com/krzysztofzablocki/Sourcery - 490311a1ce583f0289c00e08d070e4a1063952f6 authored over 7 years ago by Ilya Puchka <[email protected]>
added info about `--version` and `--help` flags in docs

github.com/krzysztofzablocki/Sourcery - 5d3b0999e6bc2d6b6dc40d48d75639615582b9c4 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #265 from krzysztofzablocki/feature/required-and-initializers-fix

Required methods and initializers fix

github.com/krzysztofzablocki/Sourcery - 4f6f56b885a02645fc5e5b82067a2eb94bbdb06f authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #266 from krzysztofzablocki/fix-relative-paths

fix: relative paths for source files in config file

github.com/krzysztofzablocki/Sourcery - 592e63574f9f52e72ff235a48926df5953e8b01e authored over 7 years ago by Ilya Puchka <[email protected]>
fix: relative paths for source files in config file

github.com/krzysztofzablocki/Sourcery - 5c5f65a7f3f98834381029d9dc09a548e14e191f authored over 7 years ago by Ilya Puchka <[email protected]>
fixed version in project settings

github.com/krzysztofzablocki/Sourcery - a9f45c1da84fee2bc7f2a64a64a39c2ab08cc9c9 authored over 7 years ago by Ilya Puchka <[email protected]>
docs: updated docs

github.com/krzysztofzablocki/Sourcery - d2b7fd5d835b645865b896325e2b95cab365d9a4 authored over 7 years ago by Ilya Puchka <[email protected]>
chore: added isRequired Method property

github.com/krzysztofzablocki/Sourcery - a3214f1e3d4174c0d9b93eafaef7363c1d8d9d48 authored over 7 years ago by Ilya Puchka <[email protected]>
fix: typo in isConvenienceInitialiser property

github.com/krzysztofzablocki/Sourcery - 8a8418b017c16c9c8a69ca697cb973b632b27fa3 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #257 from Antondomashnev/fix_automock_init

Support init functions for AutoMockable protocol

github.com/krzysztofzablocki/Sourcery - 135859cf144e7dbe7fd56c80832aa1db5582b266 authored over 7 years ago by Ilya Puchka <[email protected]>
fix: detecting computed properties (#264)

github.com/krzysztofzablocki/Sourcery - 718dfbf9001f3862c446228288232928fb1f4a65 authored over 7 years ago by Ilya Puchka <[email protected]>
Make more use of MacroNode;

github.com/krzysztofzablocki/Sourcery - ca84457233e2aa353a2d393d94e3e35c9704cd0d authored over 7 years ago by Anton Domashnev <[email protected]>
Create a macro for AutoMockable setting method arguments received;

github.com/krzysztofzablocki/Sourcery - f3de96576cee102e578d19863f1666e5ce006b77 authored over 7 years ago by Anton Domashnev <[email protected]>
Removed Cocoa import from AutoMockable;

github.com/krzysztofzablocki/Sourcery - 9e0ffbca017fd39d95b03de8c49b31234d4430e5 authored over 7 years ago by Anton Domashnev <[email protected]>
Merge pull request #242 from Obbut/master

Improved error reporting and includes for EJS templates

github.com/krzysztofzablocki/Sourcery - 77ae23eff21c455ca41987e6d399953ced6a5028 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' of github.com:krzysztofzablocki/Sourcery

github.com/krzysztofzablocki/Sourcery - d5a8bae0a11a993f977869e97c82e19597f0cb43 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge pull request #258 from krzysztofzablocki/feature/spm-fix

Ignore js and swift templates for spm builds

github.com/krzysztofzablocki/Sourcery - 8f8fb23db764c10b717a967cce9e5b4c6cf28294 authored over 7 years ago by Ilya Puchka <[email protected]>
Use method.name syntax; Return back missed code;

github.com/krzysztofzablocki/Sourcery - fa38c87abb083937461e91b41157c542f925652b authored over 7 years ago by Anton Domashnev <[email protected]>
Use method.isInitializer in AutoMockable.template;

github.com/krzysztofzablocki/Sourcery - e3d359eaf2a647a15836dd14c8abf6b7f9f74d25 authored over 7 years ago by Anton Domashnev <[email protected]>
ignore js and swift template for spm builds

github.com/krzysztofzablocki/Sourcery - 89f645601cd618e584979a330e9567f1ae518bee authored over 7 years ago by Ilya Puchka <[email protected]>
Update changelog;

github.com/krzysztofzablocki/Sourcery - f45298aa1bb014fac8c6abef5364ba7e48e73281 authored over 7 years ago by Anton Domashnev <[email protected]>
Support correct mock of init method with AutoMockable;

github.com/krzysztofzablocki/Sourcery - d040abd017eeedd320ecefee1d68f8eb08c683ef authored over 7 years ago by Anton Domashnev <[email protected]>
Fix for local includes with relative template paths

github.com/krzysztofzablocki/Sourcery - c514e26ab739b731c018041538e85cafb54e3988 authored over 7 years ago by Robbert Brandsma <[email protected]>
Handle includes from included files in different folders correctly

github.com/krzysztofzablocki/Sourcery - efc3ffc067816d66d6549dc464241947052ce3ec authored over 7 years ago by Robbert Brandsma <[email protected]>
Allow EJS includes without a file extension

github.com/krzysztofzablocki/Sourcery - 2ff2e7f9d8c742d6b785a9fd6d80c19474e0d4fb authored over 7 years ago by Robbert Brandsma <[email protected]>
Changed file extension for EJS templates to .ejs

github.com/krzysztofzablocki/Sourcery - 87d8bfc181bef7b821030aa2b28e41117562025d authored over 7 years ago by Robbert Brandsma <[email protected]>
Merge pull request #252 from AliSoftware/feature/autocases-let

Made AutoCases uses let constants instead of computed vars

github.com/krzysztofzablocki/Sourcery - 9163588a86992958e490bb55f8fac22e0304c1b8 authored over 7 years ago by Ilya Puchka <[email protected]>
docs: updated docs

github.com/krzysztofzablocki/Sourcery - 153233eaafa1fdabf246cdfe7145d96f86743509 authored over 7 years ago by Ilya Puchka <[email protected]>
Merge branch 'master' into feature/autocases-let

github.com/krzysztofzablocki/Sourcery - 454589aa839a11c69d4f93768f2295c12f88f6bc authored over 7 years ago by Ilya Puchka <[email protected]>
feat: add lowerFirst function in stencil. (#254)

* Add lowerFirst function in stencil.

Generating enum cases from type name would require the ...

github.com/krzysztofzablocki/Sourcery - 461709d30c68c39f96df7f40429f7c9c3947794a authored over 7 years ago by Yannick Heinrich <[email protected]>
Update CHANGELOG for #252

github.com/krzysztofzablocki/Sourcery - ea90bdee39f304b3bc09a22890a07c7bfb07b263 authored over 7 years ago by Olivier Halligon <[email protected]>
Remove extra space before comma

github.com/krzysztofzablocki/Sourcery - 3ef77d8191862c4ef65a38199b82f168dad355c4 authored over 7 years ago by Olivier Halligon <[email protected]>
Improve indentation for closing square bracket

github.com/krzysztofzablocki/Sourcery - ba808f34919cffb530291b533ad2daa2f0131c7c authored over 7 years ago by Olivier Halligon <[email protected]>
Made AutoCases uses let constants instead of computed vars

github.com/krzysztofzablocki/Sourcery - 978cc86f01f7e74b85592bbc0b626f95d8f1e3f9 authored over 7 years ago by Olivier Halligon <[email protected]>
Merge pull request #239 from krzysztofzablocki/feature/logging

Improved logging

github.com/krzysztofzablocki/Sourcery - 92a180906cd5863bc6a1dea881abcfc2d9389a1f authored over 7 years ago by Ilya Puchka <[email protected]>
updated generated code

github.com/krzysztofzablocki/Sourcery - c292d3905930bfc50f46781b214b70cf05aab90f authored over 7 years ago by Ilya Puchka <[email protected]>