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

Fixed logging null issue & sln version parsing

1. Fixed so logging won't throw an exception if one of the args should be null but instead log [N...

github.com/cake-build/cake - 89dea179d6741e6dcc7be425fd23849f0ff474e4 authored about 10 years ago by Mattias Karlsson <[email protected]>
Cleaned up the code.

github.com/cake-build/cake - b5ce5056785c1d6a7423aef1ff02f08ec034c0d6 authored about 10 years ago by Patrik Svensson <[email protected]>
Minor fix for build script.

github.com/cake-build/cake - c34450d0c263991ab2214e1d72597436ee207b18 authored about 10 years ago by Patrik Svensson <[email protected]>
Moved .nuspec files.

github.com/cake-build/cake - 0563bb94544a6a42aa2b875ada48a652dfbfb1ee authored about 10 years ago by Patrik Svensson <[email protected]>
Added more information about supported tools.

github.com/cake-build/cake - 2b1556d32536b1c73ad0675350556c52dffbe534 authored about 10 years ago by Patrik Svensson <[email protected]>
Fixed typo in release notes.

github.com/cake-build/cake - e96ebc4e36d01b3ddb6c6f2ff7f1e03c0b64405a authored about 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.25.

github.com/cake-build/cake - c11a2e8cebe41e840ab822e8512c8773a8566b08 authored about 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #136 from devlead/patch-5

Added info about MSBuild Resource & Bootstrapper to README.md.

github.com/cake-build/cake - 37a0473b85d201805ede9c754d2a153c58f98772 authored about 10 years ago by Patrik Svensson <[email protected]>
Added MSBuild Resource & Bootstrapper to README.md

* Added MSBuild Resource
* Solution parsing
* Project parsing
*Added Bootstrapper info
*...

github.com/cake-build/cake - d6a7f94c486bfa57dca1d15fbcbdb03f11d2848a authored about 10 years ago by Mattias Karlsson <[email protected]>
Added release notes for 0.1.24.

github.com/cake-build/cake - 696448ae4f611c2647e047ee4a3e29d6466fd0e5 authored about 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #135 from devlead/patch-4

Added links.

github.com/cake-build/cake - 00765c78a6d0644b0d7291bf891df1cf7f70de06 authored about 10 years ago by Patrik Svensson <[email protected]>
Added links

Updated implemented functionality with links.

github.com/cake-build/cake - 4a9a4142fb02d9d70b501896e2c541c3e28c209a authored about 10 years ago by Mattias Karlsson <[email protected]>
Merge pull request #129 from devlead/slnproj

Added solution and project parsing.

github.com/cake-build/cake - 31a6fe1089345d5a92505aa41efebde006a79457 authored about 10 years ago by Patrik Svensson <[email protected]>
Sealed non static classes

github.com/cake-build/cake - 50c09a10d8ac10e796f7bfdbee297b7e46b267f8 authored about 10 years ago by Mattias Karlsson <[email protected]>
Added solution & project parsing, bugfix CakeBuildLog & refactored AssemblyInfoParser

1. Added Support for MSBuild solution file parsing
2. Added Support for MSBuild project file pars...

github.com/cake-build/cake - 153572cb69c16d650c8865ec1908164d3d9388ba authored about 10 years ago by Mattias Karlsson <[email protected]>
Fixed build script to get output in the AppVeyor console.

github.com/cake-build/cake - 91a8a816db8d55a8df941eca005515a204137892 authored about 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #126 from devlead/nugetsourcetests

Added tests for NuGet RemoveSource and sensitive sources.

github.com/cake-build/cake - ed8d0c1ce876ab3bc4fe68b13c21f99805b8c038 authored about 10 years ago by Patrik Svensson <[email protected]>
Merge https://github.com/cake-build/cake into nugetsourcetests

github.com/cake-build/cake - d549783af314499379a80f4b5987b18f0bb9b3f7 authored about 10 years ago by Mattias Karlsson <[email protected]>
Minor adjustment to build script.

github.com/cake-build/cake - 248f90ce0ebdbc5a45a5907bb98771878a786130 authored about 10 years ago by Patrik Svensson <[email protected]>
Added NuGet RemoveSource & sensitive source tests

Now testing source is redacted in arguments by RenderSafe() when
IsSensitiveSource = true
Added t...

github.com/cake-build/cake - d0ca3064a8952afa93bb89422e6396a2407fe1c9 authored about 10 years ago by Mattias Karlsson <[email protected]>
Updated build script.

github.com/cake-build/cake - 02b3a9a5b9daf5968ca5d57e4b37892c6da69abe authored about 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #125 from devlead/addsource

Safer handling of private NuGet feeds under CI.

github.com/cake-build/cake - 866e5c6ef6489b165d1cc8d76599e620dba78b27 authored about 10 years ago by Patrik Svensson <[email protected]>
Added logging to GetStandardOutput

github.com/cake-build/cake - 583ec4777ca994d915a8c9452483ba338b6e85a9 authored about 10 years ago by Mattias Karlsson <[email protected]>
Added more AddSource tests

github.com/cake-build/cake - 751636cbb901ec677791e951187d5e11206e763b authored about 10 years ago by Mattias Karlsson <[email protected]>
Removed duplicated "cake" code, added settings and post action to Tool.Run

HasSource now uses the standard Tool<T>.Run
Added extra Tool<T>.Run overload which allows to over...

github.com/cake-build/cake - a2f11f665189225ad1830d28158b00d9e106072c authored about 10 years ago by Mattias Karlsson <[email protected]>
Added RedirectStandardOutput, HasSource now uses ProcessRunner, added tests.

ProcessSettings now has RedirectStandardOutput(false as default) used by ProcessRunner,
when set ...

github.com/cake-build/cake - 89704613f01f113c7fe61b9e47acca008a29fd94 authored about 10 years ago by Mattias Karlsson <[email protected]>
Initial NuGet Sources Add test classes

github.com/cake-build/cake - a2384f7eae930d11da1f7ea705db02495ff2fd06 authored about 10 years ago by Mattias Karlsson <[email protected]>
Added NuGet Add/Remove/Has source methods

1. AddSource
- Adds NuGet package source using the specified name, source &amp; settings to g...

github.com/cake-build/cake - b72a14612ae35afef586e49eed72715d2e8781da authored about 10 years ago by Mattias Karlsson <[email protected]>
Merge branch 'develop' of github.com:cake-build/cake into develop

github.com/cake-build/cake - 4d8e909047a2423efd39f93dbfe38a86983af53c authored about 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.23.

github.com/cake-build/cake - e2826ea56bb01c8c1b7a427c1f32a06d7385b963 authored about 10 years ago by Patrik Svensson <[email protected]>
Updated xUnit documentation attributes.

github.com/cake-build/cake - 3922bea8069d9f8363c053a582bd62c81342a4fd authored about 10 years ago by Patrik Svensson <[email protected]>
Removed silent flag from xunit2 runner since it's been deprecated.

github.com/cake-build/cake - 74216c3a513ab051604aae1b01118daa4c8959f5 authored about 10 years ago by Patrik Svensson <[email protected]>
Using beta4 of xUnit.net runners (for now) to build correctly on AppVeyor.

github.com/cake-build/cake - f5faee34c5d44859ce9bdd8de698fe884ac6eda5 authored about 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.23.

github.com/cake-build/cake - 39184b86f308707e14997a6747e997fdd98c1b02 authored about 10 years ago by Patrik Svensson <[email protected]>
Updated xUnit documentation attributes.

github.com/cake-build/cake - 6b2cf67da4e74efa7c68954075ab5e24cf59084d authored about 10 years ago by Patrik Svensson <[email protected]>
Removed silent flag from xunit2 runner since it's been deprecated.

github.com/cake-build/cake - 93b3048481742dd09ccbf04c9f8f6bd933207ab1 authored about 10 years ago by Patrik Svensson <[email protected]>
Using beta4 of xUnit.net runners (for now) to build correctly on AppVeyor.

github.com/cake-build/cake - cbfb695d0c4974611709e970b5c3a3f0fa8a156f authored about 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.22.

github.com/cake-build/cake - b05d5920f3cb5aceec88f8b106874a830c182d82 authored about 10 years ago by Patrik Svensson <[email protected]>
Removed uploading of test results to AppVeyor.

github.com/cake-build/cake - d4492b52c4a80e0ecaa92f6757374d0217083397 authored about 10 years ago by Patrik Svensson <[email protected]>
Upgraded to xUnit.net v2.

github.com/cake-build/cake - 3b204a4b63b0cdd21ca231752c5194c006f533c1 authored about 10 years ago by Patrik Svensson <[email protected]>
Added xUnit.net v2 support.

github.com/cake-build/cake - 7be4ca48eb10a20b7add42f296ed3a2175a6b55b authored about 10 years ago by Patrik Svensson <[email protected]>
MSBuild: Added support for node reuse. Closes #120.

github.com/cake-build/cake - f103d0cb2baa66c4b7ebacf8a4b29dec1607c3be authored about 10 years ago by Patrik Svensson <[email protected]>
Code cleanup to make Resharper happy.

github.com/cake-build/cake - 8fb71016ec23f0bc2005ddcfe54184dc21f6eb58 authored about 10 years ago by Patrik Svensson <[email protected]>
Added main branch to AppVeyor whitelist.

github.com/cake-build/cake - f6837f9421328a512756512130a54bb0b0b58ad2 authored about 10 years ago by Patrik Svensson <[email protected]>
Refactoring: Moved ScriptRunner to Cake.Core.

github.com/cake-build/cake - 1d7e36c4cd92bba45dd3f7655b85b31890db9468 authored about 10 years ago by Patrik Svensson <[email protected]>
Added develop branch to AppVeyor white list.

github.com/cake-build/cake - 16b49fcfc7e0961c92dcd6ac456356b3c7fe0395 authored about 10 years ago by Patrik Svensson <[email protected]>
Bug fix for line directives.

github.com/cake-build/cake - 7939bff150b4466e49ea4144d08c4bfc88d0d40c authored about 10 years ago by Patrik Svensson <[email protected]>
Removed unused method.

github.com/cake-build/cake - fc53ccdd4e2b8be84dbbb1a4bbdf21dd648f8492 authored about 10 years ago by Patrik Svensson <[email protected]>
Added missing teardown test.

github.com/cake-build/cake - 8be3a3759adac85c015bb81f92550914b9dfe333 authored about 10 years ago by Patrik Svensson <[email protected]>
Minor cosmetic fixes.

github.com/cake-build/cake - c78de0940fde7491ac2eac68bdc864b5737f0029 authored about 10 years ago by Patrik Svensson <[email protected]>
Fixed error in documentation.

github.com/cake-build/cake - 606b25a34e41eb227714b25c4cf1146f12c47bd7 authored about 10 years ago by Patrik Svensson <[email protected]>
Added missing tests.

github.com/cake-build/cake - 8b0726876822d1f2f04cf744428a14b65a7ee511 authored about 10 years ago by Patrik Svensson <[email protected]>
Added script support for setup/teardown.

github.com/cake-build/cake - efa423274e22512849d3c8e7440b9fcefb074040 authored about 10 years ago by Patrik Svensson <[email protected]>
Updated documentation for alias methods.

github.com/cake-build/cake - 6c9fe9686e6f1015a4c2b3320ad67ca2af3f7c20 authored about 10 years ago by Patrik Svensson <[email protected]>
Updated README.

github.com/cake-build/cake - 58ad8240f1c2e8e281587fc3436c5c2d1d679c03 authored about 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.22.

github.com/cake-build/cake - 6e67b211a7006d45005c02c60c4c5c2b16ba91c7 authored about 10 years ago by Patrik Svensson <[email protected]>
Removed uploading of test results to AppVeyor.

github.com/cake-build/cake - d15f6a05060db7b78cfc73bdf3c40284fcbc0277 authored about 10 years ago by Patrik Svensson <[email protected]>
Upgraded to xUnit.net v2.

github.com/cake-build/cake - 8b0c2a6154143343d04586fbdb4734a9d454cfa4 authored about 10 years ago by Patrik Svensson <[email protected]>
Added xUnit.net v2 support.

github.com/cake-build/cake - f3572f7fe90f1e04ee1fc3d2f65afd066b7e8665 authored about 10 years ago by Patrik Svensson <[email protected]>
Code cleanup to make Resharper happy.

github.com/cake-build/cake - 0b58793b3c8eff241bf8dbfc286bda54a489b411 authored about 10 years ago by Patrik Svensson <[email protected]>
MSBuild: Added support for node reuse. Closes #120.

github.com/cake-build/cake - 500a4a5119f2f26ab8426cb3c00344e64d4f4550 authored about 10 years ago by Patrik Svensson <[email protected]>
Added main branch to AppVeyor whitelist.

github.com/cake-build/cake - d1f8b468aa16aeb7b5ad9c593055316c63618fda authored about 10 years ago by Patrik Svensson <[email protected]>
Added develop branch to AppVeyor white list.

github.com/cake-build/cake - f318579d56176dd7e8d1237012715717181438e3 authored about 10 years ago by Patrik Svensson <[email protected]>
Refactoring: Moved ScriptRunner to Cake.Core.

github.com/cake-build/cake - 1df2d6a26b9388d7a0ebec3a3706ee02a7fcc827 authored about 10 years ago by Patrik Svensson <[email protected]>
Bug fix for line directives.

github.com/cake-build/cake - ec2419f67600ec4438bcd0818d6caead7d4c8742 authored about 10 years ago by Patrik Svensson <[email protected]>
Removed unused method.

github.com/cake-build/cake - 930a8eac0eadfab8d27bbbdd29c93b21bb402d3e authored about 10 years ago by Patrik Svensson <[email protected]>
Added missing teardown test.

github.com/cake-build/cake - 7cc389709642e2368dcb62055addafefb0391fab authored about 10 years ago by Patrik Svensson <[email protected]>
Minor cosmetic fixes.

github.com/cake-build/cake - 3257007c8ad31b1e27c96ac7dd334209938233c9 authored about 10 years ago by Patrik Svensson <[email protected]>
Fixed error in documentation.

github.com/cake-build/cake - 8d7ff147cb1b31d1110c006b47b9b15848d95116 authored about 10 years ago by Patrik Svensson <[email protected]>
Added missing tests.

github.com/cake-build/cake - 9cb28930aaaac3dd727c16df9c8b7419dd02032c authored about 10 years ago by Patrik Svensson <[email protected]>
Added script support for setup/teardown.

github.com/cake-build/cake - 22c94db6c620f6012213c2abb879fa210c324886 authored about 10 years ago by Patrik Svensson <[email protected]>
Merge branch 'develop' of github.com:cake-build/cake into develop

github.com/cake-build/cake - fa9234b41ab4f885d525493c8569122359580c10 authored about 10 years ago by Patrik Svensson <[email protected]>
Updated documentation for alias methods.

github.com/cake-build/cake - dbc64b3210ba319650e093005ecef134b7c6e232 authored about 10 years ago by Patrik Svensson <[email protected]>
Updated README.

github.com/cake-build/cake - 6457266bf05487da9e552081a9798a76a1af464c authored about 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.21.

github.com/cake-build/cake - 7589a7e5f4bf2d6d19250461c0a5424c2733e039 authored about 10 years ago by Patrik Svensson <[email protected]>
Documentation fix. Closes #112.

github.com/cake-build/cake - fc0cd59a15c587adad0b791556ef3ea8663c044a authored about 10 years ago by Patrik Svensson <[email protected]>
Minor fix for line directives.

github.com/cake-build/cake - 25d15ced8c4f64ae3debab31017e2911b08f2eb5 authored about 10 years ago by Patrik Svensson <[email protected]>
Added VS14 artifacts to gitignore.

github.com/cake-build/cake - 0741bf3bafa12f5b27d97a6b977fa68da5e03fac authored about 10 years ago by Patrik Svensson <[email protected]>
Added line directives to generated scripts. Closes #103.

github.com/cake-build/cake - a10181a0184bd6fc1c69893c2d6fedfd7960743b authored over 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.20.

github.com/cake-build/cake - a8b45aed54e412b67e2813920ff24ccf46bddfcf authored over 10 years ago by Patrik Svensson <[email protected]>
Made nuspec XML namespaces optional. Closes #109.

github.com/cake-build/cake - 76625c8a97cbf35921624326d69f48cf17e46500 authored over 10 years ago by Patrik Svensson <[email protected]>
Changed location of transformed nuspec file. Closes #110.

github.com/cake-build/cake - 8ea989d2f1ff5d48002cc61db4355c52407f2b7e authored over 10 years ago by Patrik Svensson <[email protected]>
Log when tasks are skipped.

github.com/cake-build/cake - 49bb04470a8ec89b7026f08098d407dc099341ee authored over 10 years ago by Patrik Svensson <[email protected]>
Throw if target cannot be reached due to constraints. Closes #106.

github.com/cake-build/cake - 6fd194cf0127289c529b36555d158e5b8ddcaa90 authored over 10 years ago by Patrik Svensson <[email protected]>
Specifying a script should take precedence over version or help commands. Closes #102.

github.com/cake-build/cake - 91f997aef3a9ffcee7f458873536d894352ea516 authored over 10 years ago by Patrik Svensson <[email protected]>
Added uploading of artifacts.

github.com/cake-build/cake - 85d018526b06c6e47004ddf7f3e4158c6e81b3de authored over 10 years ago by Patrik Svensson <[email protected]>
Added uploading of test results.

github.com/cake-build/cake - 86aee59ba3d5972800e9b8e52954e105945d20b0 authored over 10 years ago by Patrik Svensson <[email protected]>
Use latest CI build from MyGet when building Cake.

github.com/cake-build/cake - d03f0cf34729b338087d7927dfeec0ec9d19853e authored over 10 years ago by Patrik Svensson <[email protected]>
Skip publishing for pull requests.

github.com/cake-build/cake - c4edf4596ae486c780eecc968b84de33de6029b0 authored over 10 years ago by Patrik Svensson <[email protected]>
Publish Cake to MyGet.

github.com/cake-build/cake - 2d8e6c707fb86da4deb1691e63c09fccc8476e62 authored over 10 years ago by Patrik Svensson <[email protected]>
Disabled test discovery in AppVeyor.

github.com/cake-build/cake - d3596d00f18b24bcf920df6bdad45c6c67afe0e8 authored over 10 years ago by Patrik Svensson <[email protected]>
Merge pull request #104 from devlead/globberfix

Globber relative path fix.

github.com/cake-build/cake - 63a18f6553f1a0108bc77904f8ad8611967c38f4 authored over 10 years ago by Patrik Svensson <[email protected]>
Merge https://github.com/cake-build/cake into globberfix

github.com/cake-build/cake - 78f359b612047fdb4f3b64aeeb71391314bf8b31 authored over 10 years ago by Mattias Karlsson <[email protected]>
Suppressed xUnit test count on non local builds.

github.com/cake-build/cake - 283c9e34e1843443e6ec267b0992c408852ac75d authored over 10 years ago by Patrik Svensson <[email protected]>
Changed version number.

github.com/cake-build/cake - eaaa5ac004e938afc46599b14e02139466220c8a authored over 10 years ago by Patrik Svensson <[email protected]>
Increased version number to 0.1.19.

github.com/cake-build/cake - c76352becb66f2e95401cc65d40701b662e026f5 authored over 10 years ago by Patrik Svensson <[email protected]>
Local builds should not follow the same conventions as continuous builds.

github.com/cake-build/cake - baedb66f68a546d50d20d263c6b667027537dc84 authored over 10 years ago by Patrik Svensson <[email protected]>
Added implicit conversion from string to ProcessArgumentBuilder.

github.com/cake-build/cake - fcf70623d3642635d30077510f49a83e92283ad7 authored over 10 years ago by Patrik Svensson <[email protected]>
Globber Relative Path Fix

Fixes issue in Cake.Core.IO.Globber.Walk() resulting some relative
paths would result in below ex...

github.com/cake-build/cake - d8f2422ac1655b8bb18678c7bcd8dafef5fc23dc authored over 10 years ago by Mattias Karlsson <[email protected]>
Added AppVeyor build status badge.

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