Ecosyste.ms: OpenCollective

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

Cake

We're building an open source build orchestration system.
Collective - Host: opensource - https://opencollective.com/cake - Website: https://cakebuild.net - Code: https://github.com/cake-build

Merge pull request #60 from FredrikL/description

Support for task descriptions.

github.com/cake-build/cake - 628024ec6855b57cd2317f92d61f482ff067e2eb authored over 10 years ago by Patrik Svensson <[email protected]>
Support .Description on Task, invoke cake with -s or -showdescription to

get a list of tasks and their description (if any)

github.com/cake-build/cake - 9e5b781d7a6dfcc46aeb8831b75ec60c1a29a948 authored over 10 years ago by Fredrik Leijon <[email protected]>
Added script methods for log.

github.com/cake-build/cake - 524232c96f5a1ca297af07c211ee6f174912435c authored over 10 years ago by Patrik Svensson <[email protected]>
Build script: Prevent NuGet from retrieving Cake from cache.

github.com/cake-build/cake - 71f1aa16cf920bb4de0e8475d17ccb9e1141f198 authored over 10 years ago by Patrik Svensson <[email protected]>
Removed unnecessary entries in .gitignore.

github.com/cake-build/cake - f594b7dd74db729ba463a8e9b26b48eeb855a095 authored over 10 years ago by Patrik Svensson <[email protected]>
Fix for #58.

github.com/cake-build/cake - 83ccb1ffeacbc5fb6666e545a9bc5794cb1c72ef authored over 10 years ago by Patrik Svensson <[email protected]>
Added parsing of FAKE's simple release notes format.

github.com/cake-build/cake - c597c3bad61d237ff2349943223bc10574e8fc90 authored over 10 years ago by Patrik Svensson <[email protected]>
Added parsing of FAKE's complex release notes format.

github.com/cake-build/cake - 83dac995d0210f426b6ba53b068eafcf33267a27 authored over 10 years ago by Patrik Svensson <[email protected]>
Refactor and cleanup of script runner.

github.com/cake-build/cake - 901034f0bf9c4e1c5bd0b355f8d9c808c17bfc55 authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed TeamCity build number in build script.

github.com/cake-build/cake - a7ce71d874f061c2c73b3bc02a4aa916f85f73d0 authored over 10 years ago by Patrik Svensson <[email protected]>
Now setting MSBuild tool version in build script.

github.com/cake-build/cake - e9713dcdf1eadea07ea7630b0c4f091dc3300663 authored over 10 years ago by Patrik Svensson <[email protected]>
Replaced FAKE with Cake (finally).

github.com/cake-build/cake - acec8376870afefabfe6899ba14d178fa8c9a434 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and increased version number.

github.com/cake-build/cake - 9a9653e3d41d087fd85424434eaedea747fd9b47 authored over 10 years ago by Patrik Svensson <[email protected]>
Added AssemblyInfo creator.

github.com/cake-build/cake - d44664e2e78f7c5468d3ef4c86fd405961cdee61 authored over 10 years ago by Patrik Svensson <[email protected]>
Zip: Fixed bug with relative paths.

github.com/cake-build/cake - 9208346e13cd4a7a0f7a206c246a4ecdcc36085c authored over 10 years ago by Patrik Svensson <[email protected]>
Using explicit version of Fake, since something seem to be wrong with 3.0.0.

github.com/cake-build/cake - 5063af4e6d9620cb6770dd6527268932afeaa43b authored over 10 years ago by Patrik Svensson <[email protected]>
Minor code cleanup.

github.com/cake-build/cake - 5502e2600783cf77108921428f3bdad808dd508d authored over 10 years ago by Patrik Svensson <[email protected]>
MSBuild runner: Added support for max CPU count. Closes #50.

github.com/cake-build/cake - d43d158d6acaec2d399a995e12c373d445dd8e55 authored over 10 years ago by Patrik Svensson <[email protected]>
Added logging of process launch parameters. Closes #23.

github.com/cake-build/cake - 8536e0c16fe4c422e1b2e6ccb8bb00d5b0d7b3a3 authored over 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #47 from devlead/msbuild-properties

MSBuild fix property multiple value & quotation.

github.com/cake-build/cake - 0f6bf9be9df50667327ae3fb315c40958edcd911 authored over 10 years ago by Patrik Svensson <[email protected]>
MSBuild fix property multiple value & quotation

1.Added support for multiple values as some MSBuild properties require this
2.Addded quatation to...

github.com/cake-build/cake - 335f08f4f149c4645318c6051b70d0f329339dac authored over 10 years ago by Mattias Karlsson <[email protected]>
Merge pull request #46 from devlead/patch-1

Fixed issue with cleaning deep dir structures.

github.com/cake-build/cake - b685812df7d4eecd458126120910979f8d8e9016 authored over 10 years ago by Patrik Svensson <[email protected]>
Fix comment typo

github.com/cake-build/cake - baaff10bcf2d4a0857db17c9352405dca9fd2969 authored over 10 years ago by Mattias Karlsson <[email protected]>
Fixed issue with cleaning deep dir structures

Order matters when recursively deleting directories, for one
project kept getting:
"An error o...

github.com/cake-build/cake - 1198ce5fd77a7a3438a73d64141f98ff7ea6c103 authored over 10 years ago by Mattias Karlsson <[email protected]>
Updated release notes and increased version number.

github.com/cake-build/cake - d2180d1294d9a936354b33b873ea48b29c1dd233 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated usage example.

github.com/cake-build/cake - 1c9ff16fb35309de3434ecb0c144da12e85a2f1a authored over 10 years ago by Patrik Svensson <[email protected]>
Task names is not case sensitive anymore.

github.com/cake-build/cake - 94262a58ad2a93b725e674e0a23e906899704b2f authored over 10 years ago by Patrik Svensson <[email protected]>
Simplified task graph.

github.com/cake-build/cake - 1ed6580803cef482b142659c778a53fbf06176d9 authored over 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #43 from devlead/develop

Refactored NuGetPacker + Added NugetRestorer.

github.com/cake-build/cake - 6448aa8ac87c6ecc5b3dcf5bc3ebf59fd45d100f authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed NuGetRestore naming & added non fluent extension

1.Fixed inconsistent naming of NugetRestoreSettings & NugetRestoreSettingsExtensions
2.Added non ...

github.com/cake-build/cake - 7ec00d477f0b59bf256e5c61af93882741a61ecd authored over 10 years ago by Mattias Karlsson <[email protected]>
Refactored NuGetPacker + Added NugetRestorer

1.Moved common nuget.exe functionality to NuGetResolver
2.Added NuGetRestorer - which adds extens...

github.com/cake-build/cake - fe15bb05256df89595836d5879f28783e2284367 authored over 10 years ago by Mattias Karlsson <[email protected]>
Merge pull request #42 from devlead/develop

Changed to use Cake.Core.Extensions Quoute method.

github.com/cake-build/cake - 5c8bcd2844226de8cea043a2576cd564c9443a08 authored over 10 years ago by Patrik Svensson <[email protected]>
Changed to use Cake.Core.Extensions Quoute method

github.com/cake-build/cake - dd389a7f47f1abb18a90b48399625ffe516d0693 authored over 10 years ago by Mattias Karlsson <[email protected]>
Merge pull request #41 from devlead/develop

Add quotes to MSBuild solution.

github.com/cake-build/cake - 3f6931742024ddfba7aed92a1f4affeafcb028d2 authored over 10 years ago by Patrik Svensson <[email protected]>
Add quoutes to MSBuild solution FullName + fix related tests

github.com/cake-build/cake - 6a64385b59db8e7637adbeb4bb9e4e44421dcd11 authored over 10 years ago by Mattias Karlsson <[email protected]>
Added custom collections for file and directory paths.

github.com/cake-build/cake - 36d91a905ba0e1bc63a5f34990a67d34cf937069 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and version.

github.com/cake-build/cake - 7446ea4bb30f7e5d0b93b12fc79923f1da8c3a65 authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed typos in build script.

github.com/cake-build/cake - 85ac9f8baa1738d736a254fd0ab6a5d9654d99e5 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated readme.

github.com/cake-build/cake - de52ef7a5fe6a0e69b1a83b91d0268705c387980 authored over 10 years ago by Patrik Svensson <[email protected]>
Refactoring and restructuring.

github.com/cake-build/cake - d659c6edea69e5ae0be73d8a7efc1ae23768402d authored over 10 years ago by Patrik Svensson <[email protected]>
Added more validation for script generation.

github.com/cake-build/cake - 324f79309ab54e38f6d34a7c2618a6956130509e authored over 10 years ago by Patrik Svensson <[email protected]>
Added attribute for script methods to make it appear less like magic.

github.com/cake-build/cake - 17ffeefef60aae77a1e8824a9d0527591e5311bf authored over 10 years ago by Patrik Svensson <[email protected]>
Added continue on error support for tasks.

github.com/cake-build/cake - 8a9642cfb1aa45ef5f113fbf415c47cf3c3341fa authored over 10 years ago by Patrik Svensson <[email protected]>
Renamed engine method Run to RunTarget.

github.com/cake-build/cake - bc89132953b99ac166fb7bc7ef712afd4a833edd authored over 10 years ago by Patrik Svensson <[email protected]>
Updated usage example.

github.com/cake-build/cake - c329074529c3346c5caeaa0e1c0a2fe17225fca1 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and version.

github.com/cake-build/cake - 848594f03a0a3b0b261103415682cdc3974be22a authored over 10 years ago by Patrik Svensson <[email protected]>
Added MSTest support.

github.com/cake-build/cake - 6bf185f6e642a0ca6f702d4305b426eab1f25d18 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes.

github.com/cake-build/cake - 9d5b9eb1b3b3efc1a43299fbc070e9007f650b2b authored over 10 years ago by Patrik Svensson <[email protected]>
Added ILMerge support.

github.com/cake-build/cake - 249c8739a731ab6eef2ef5762b837b3d582046a2 authored over 10 years ago by Patrik Svensson <[email protected]>
Added task builder to be able to create and add own tasks.

github.com/cake-build/cake - fdf51779425499db2d3981a578624460a789c141 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes.

github.com/cake-build/cake - fd84df79d9730affdfbbe7cff4e20681613e6826 authored over 10 years ago by Patrik Svensson <[email protected]>
Added NUnit support.

github.com/cake-build/cake - 607d4148e2b913a47b85348182f79b1ea7a21876 authored over 10 years ago by Patrik Svensson <[email protected]>
More updates to example in readme.

github.com/cake-build/cake - d7db24754f4b7aa032bb47d92d46c3d30f682be9 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated example code in readme.

github.com/cake-build/cake - 88bc7768fbf72d55a7d005f3b665efedffe62157 authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed typo in test names.

github.com/cake-build/cake - a32da9f852680148765a71c600c302db9c18cc89 authored over 10 years ago by Patrik Svensson <[email protected]>
Added tool path support for xUnit runner and NuGet packer.

github.com/cake-build/cake - ea2c94cf8cd441cdb5644747a46f6432b557f46d authored over 10 years ago by Patrik Svensson <[email protected]>
Updated example in readme.

github.com/cake-build/cake - b6f0366e2590d0e8ce0141af074842c85b287e39 authored over 10 years ago by Patrik Svensson <[email protected]>
Added more example code to readme.

github.com/cake-build/cake - 3a235b660acfb63417440309a94c72708ae5b098 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and version.

github.com/cake-build/cake - ec98ed3d71a555cc16fafb8ad69380619e74d6ae authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed compression bug where sub directories were not properly included in zip file.

github.com/cake-build/cake - 12581ebe88996469b265adc1d47fe17abe7b1ae4 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and version.

github.com/cake-build/cake - e3c697b1a18b84e1da1de6afebe43f8e723c4929 authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed bug in globber.

github.com/cake-build/cake - aeb14df0201c35f260b981f2c86693a5de68ab37 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and readme.

github.com/cake-build/cake - 88ba79c5e0f28517b7f7bce4dd2dfb94c2cd240d authored over 10 years ago by Patrik Svensson <[email protected]>
Updated nuspec to use new project URL.

github.com/cake-build/cake - 2f180bb05a70e621819a8746ece08b9f892a3ce7 authored over 10 years ago by Patrik Svensson <[email protected]>
Initial commit.

github.com/cake-build/graphics - aba74fb4cb5fe9454381af2cc70c870088229d5c authored over 10 years ago by Patrik Svensson <[email protected]>
Restructured solution. Removed individual assemblies and introduced Cake.Common.dll.

github.com/cake-build/cake - 6374260b5104c06bec7d8e2781e2735571b971e6 authored over 10 years ago by Patrik Svensson <[email protected]>
Added NuGet Symbol support.

github.com/cake-build/cake - d4cbbef06deaace4ca0240c31e3a04203ccbd10f authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes.

github.com/cake-build/cake - 38c2ae201dd82bb62e66876c7c97884b32994cbe authored over 10 years ago by Patrik Svensson <[email protected]>
Added file extensions.

github.com/cake-build/cake - af9a9cb505027942e9dd2b4754f4200ec361cddc authored over 10 years ago by Patrik Svensson <[email protected]>
Removed unused field.

github.com/cake-build/cake - 1bdd06dde74a451f9519ce8cbc6aa3b65587194e authored over 10 years ago by Patrik Svensson <[email protected]>
Added task report

github.com/cake-build/cake - e37c064468da249a4a8cdfee914f6c32ffb06efa authored over 10 years ago by Patrik Svensson <[email protected]>
Minor fix for cleaning directories.

github.com/cake-build/cake - bb55fd2ac9761f778368bf7bc5677b7c62d5325a authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes.

github.com/cake-build/cake - a4acfb559a6931144e6a53c553ae30b4fe0064b4 authored over 10 years ago by Patrik Svensson <[email protected]>
Copying files now overwrite the destination files.

github.com/cake-build/cake - cd4be74a3e5baa32b52cdbd8e69242436f93e25a authored over 10 years ago by Patrik Svensson <[email protected]>
Added xUnit settings.

github.com/cake-build/cake - 9ee2e198a655e029de820214470554021c858448 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and readme.

github.com/cake-build/cake - 3986cab6ef6b19dcaf52a19e27f2653550ec2050 authored over 10 years ago by Patrik Svensson <[email protected]>
Missing directories will be created while cleaning.

github.com/cake-build/cake - 79131bfb92d8aa65264cec046d5903157e8c66be authored over 10 years ago by Patrik Svensson <[email protected]>
Made some minor refactorings.

github.com/cake-build/cake - 8c13d6067ec8b1c2e0908a567c135ec1b7390b7b authored over 10 years ago by Patrik Svensson <[email protected]>
Added file copying methods.

github.com/cake-build/cake - 4314f68daf99822e8ce4630a2b76b597e01505d6 authored over 10 years ago by Patrik Svensson <[email protected]>
Refactored the code a bit.

github.com/cake-build/cake - d3361a62b8fa1ce59f46c2b24ad794d3cd22ce79 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated build script to include NuGet extensions.

github.com/cake-build/cake - 937a71e404fe1c6c184d12929091301f91b7d9ec authored over 10 years ago by Patrik Svensson <[email protected]>
Added NuGet packing support.

github.com/cake-build/cake - 191ab5153fb2943c4b4c60188e062e9f1c562946 authored over 10 years ago by Patrik Svensson <[email protected]>
Accidentally commented out some tests...

github.com/cake-build/cake - e4c2031f8ba1f05ebc6b507fa5652aabb3309ec2 authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed bug that produced illegal paths when combining a drive reference with a directory or file.

github.com/cake-build/cake - 4bdfc0351ebd6a93e18272378b55bdb6084ca3a2 authored over 10 years ago by Patrik Svensson <[email protected]>
Added zipping of directory.

github.com/cake-build/cake - ce0c04e3e008724a50d73aefb8ae924c24066ce4 authored over 10 years ago by Patrik Svensson <[email protected]>
Added zip convenience overload that takes a glob expression.

github.com/cake-build/cake - bf235c55d3405c6f602f80b80082c0f2b5591448 authored over 10 years ago by Patrik Svensson <[email protected]>
Added logging to zip compression.

github.com/cake-build/cake - d2ca311b9ed375dfddcfcbdfd7dddb21a062be4e authored over 10 years ago by Patrik Svensson <[email protected]>
Added zip compression support.

github.com/cake-build/cake - cd98dc8c1c46eeac5e9c8465bf8f4bdf1abb8c12 authored over 10 years ago by Patrik Svensson <[email protected]>
Added support for generic methods when generating script helpers from extension methods.

github.com/cake-build/cake - 6413c64686a8a4e798882e06f9ac8c6c123ea40c authored over 10 years ago by Patrik Svensson <[email protected]>
Added generation of script host methods.

github.com/cake-build/cake - 9b7556176a4a9f7c1ae71c32a66366276764eb31 authored over 10 years ago by Patrik Svensson <[email protected]>
Updated release notes and readme.

github.com/cake-build/cake - b17aa564d00913d2e7f54432bf3fffefc11217a1 authored over 10 years ago by Patrik Svensson <[email protected]>
Added script host methods for built in functionality.

github.com/cake-build/cake - 13531b3f05e63b330cf55207dcec34f96cf555a5 authored over 10 years ago by Patrik Svensson <[email protected]>
Added basic IO functionality such as cleaning and deleting directories.

github.com/cake-build/cake - eefef6013843c48d32ae0d17d5dea6946c997448 authored over 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #17 from patriksvensson/master

Added CI status to readme.

github.com/cake-build/cake - e03e339841090ee48b47f9bfbdae9fa7fadcc8bd authored over 10 years ago by Patrik Svensson <[email protected]>
Added CI status to readme.

github.com/cake-build/cake - a7f0e6d04979067a2aca9c1ad30cb621b31879a4 authored over 10 years ago by Patrik Svensson <[email protected]>
Added support for MSBuild tool version and platform target.

github.com/cake-build/cake - 9b5f705a55bed7e721c52970296ff8e56cdf12df authored over 10 years ago by Patrik Svensson <[email protected]>
Added roadmap to readme.

github.com/cake-build/cake - f515a1167d8f2ee42a4d5d9a68e599354eb61f33 authored over 10 years ago by Patrik Svensson <[email protected]>
Minor code cleanup.

github.com/cake-build/cake - 6051a7bb846651f178f25b8eb5f39056fe025dd9 authored over 10 years ago by Patrik Svensson <[email protected]>
Removed unnecessary quotations in readme.

github.com/cake-build/cake - 34c96db35c4abcfed47896cfe315a26f5a93a692 authored over 10 years ago by Patrik Svensson <[email protected]>
Fixed typo in readme.

github.com/cake-build/cake - 8a346b09588652aeb46d73e01d9f67a9898e462c authored over 10 years ago by Patrik Svensson <[email protected]>