GitHub / ccnet/CruiseControl.NET / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 283e82b9 | Clearer formatting |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 8b8911ab | Setting DISABLE_COM must NOT overwrite the other defined constants |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 69290fe9 | Must also replace the backslash because it is used as a "glue" between the pa... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| b7b036a7 | Use the appropriate escape sequence in the regex to match end of lines |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| b5513149 | Avoid race condition between the Stopped and Abort methods that may lead to N... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 8e5b0bc0 | Workaround Mono library issue: https://github.com/mono/mono/issues/20771 |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| e51bbba8 | A file URI must include the leading double slashes. It may work by chance und... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 43d78658 | A resolver must be provided for entity parsing to work properly under Mono |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| bcb43c3c | ConfigurationManager may not be able to find the appropriate file, so fall ba... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 4ab8bcf1 | IConfigurationSectionHandler is deprecated, a section handler should inherit ... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 988b042a | The test class should have a Test suffix to avoid clashing with the name of t... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 05326411 | File system enumeration functions do not return items in the same order depen... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 43f1c908 | Under Linux, the directory separator is not the backslash, we thus need speci... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 92c26acf | There is no real registry with default values under Linux |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 82fe41e1 | Do not hardcode backslashes, use the DirectorySeparatorChar constant or the C... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| fe5ce551 | xbuild is long deprecated, msbuild is available under Linux |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 6760f664 | pkill takes a name, what we have a pid so we must use kill |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 989473ba | Do not hardcode line endings |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| a6ead0aa | Do not hardcode backslashes, use the DirectorySeparatorChar constant or the C... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| d63b9a2c | Under Linux, there must not be any trailing spaces after an assembly name |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| c6330123 | Avoid a NullReferenceException in case of error |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| b25e5a68 | Use System.IO.DirectorySeparatorChar instead of hardcoded backslashes |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| a9786064 | Use paths that are valid on the platform the tests are currently run under |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 45ef623f | Resource names must be separated by dots, not slashes |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 51a4dcb5 | Exclude tests that cannot be performed under Linux |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 0fb8f6d0 | File system enumeration functions do not return items in the same order depen... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 212947b1 | The order of AreEquals arguments is expected, actual |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 093f13c1 | Give more details in case of failure |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| d8c66c52 | Do not hardcode the end of line string, use System.Environment.NewLine |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| b50894e3 | Linux file systems are almost always case sensitive |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| f4297241 | Path elements must be joined with System.IO.Path.Combine to be sure the right... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 712c5a47 | Under Mono, disable tests related to display, there might not be a X server a... |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 8c369d5d | Introduce helper functions to determine environment and runtime |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 2bc639c0 | ProgramFiles is not available under Linux, nor is NSIS compiler |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 8614d826 | xcopy calls must be reserved for windows operating systems |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 8126f7cf | Make sure to use the appropriate case for files to be findable (Issue #298) |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| 7c1ec6f9 | Move to version 0.37 to avoid issues with the latest Mono |
OBones <o****s@f****r>
Committed by: Simona Avornicesei <s****a@a****m> |
over 5 years ago | |
| c73e1be3 | merge Merge pull request #290 from AndersBillLinden/master |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| efeb76bd | [WebDashboard.csproj] Set build action to "Content" for Web.config, dashboard... | Anders Lindén <p****r@g****m> | about 6 years ago | |
| c7c3ab0d | merge Merge pull request #289 from AndersBillLinden/master |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 3561b732 | [WebDashboard.csproj] Change reference to MsTestConver2010.xsl so it will not... | Anders Lindén <p****r@g****m> | about 6 years ago | |
| 66b0a04a | #265 Installer does not run from unicode folder | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 105c918f | #265 Installer does not run from unicode folder | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 125c8801 | #265 Installer does not run from unicode folder | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| d1917d6d | use UTF8 for outputstream of git.exe (PR #206) |
Simona Avornicesei <s****a@a****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 29de5513 | #286 Fix PR: Change NUnit v2 to v3 | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 685781ea | #286 Fix PR: Change NUnit v2 to v3 | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 45e49993 | merge Merge pull request #225 from linquize/gendarme |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 97ab3571 | #286 Fix PR: Change NUnit v2 to v3 | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 1693e269 | #286 Fix PR: Change NUnit v2 to v3 | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| f9f7393e | #286 Fix PR: Change NUnit v2 to v3 | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 912bd3b5 | #286 Fix PR: Change NUnit v2 to v3 | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 4796f8d0 | - add Nunit from NuGet | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 12e0ded1 | merge Merge pull request #285 from savornicesei/issue-284 |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 9c9bf05e | fix PR merge | Simona Avornicesei <s****a@a****m> | over 6 years ago | |
| 4b3bd162 | merge Merge pull request #283 from pos777/editorconfig |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 6fe597f9 | add editorconfig | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| 910c748e | merge Merge pull request #282 from pos777/NMock_to_Moq |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 3f3a3633 | fix CI tests | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| d450c6f8 | fix CI build | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| 8f6ba743 | replace NMock with Moq | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| 03051fa5 | merge Merge pull request #281 from pos777/Rhino.Mocks_to_Moq |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 3b81cda4 | fix nuget path | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| 8d6b9ab2 | restore nuget packages | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| 47929ef2 | replace Rhino.Mocks with Moq | Ilya Pospelov <p****7@g****m> | over 6 years ago | |
| 21eb3ca7 | merge Merge pull request #272 from savornicesei/fix/ccnet-267 |
RubenWillems <r****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 4e4be2de | CI optimization | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 9d02751f | adjust gitversion | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 9fc6b414 | fix build script | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| de145d48 | change assembly file versioning scheme | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| b54e0dee | build fix | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 85be137e | use assembly file version for artefacts | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 4959d60a | fix build script | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 10de1a2e | ignore failing test | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| f9a3be6a | fix build | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| ae9e0535 | fail build when nant targets fail | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 8996c2f0 | fix build script | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 1af2d252 | fix build script | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 1765e678 | fix build script | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 957dab66 | fix build script | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| 0961df03 | #267 Integrate with AppVeyor | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| eab01066 | #267 Integrate with AppVeyor | Simona Avornicesei <s****a@d****m> | about 7 years ago | |
| eb45d5ce | #267 Integrate with AppVeyor | Simona Avornicesei <s****i@l****m> | over 7 years ago | |
| 43174443 | rename folder doc to docs for github pages | Ruben Willems <R****s@g****m> | over 7 years ago | |
| d60938ff | Change NUnit v2 to v3 |
Marcin Wachulski <m****i@g****m>
Committed by: Simona Avornicesei <s****a@a****m> |
over 8 years ago | |
| a4f78cfd | vs folder added to ignor-list |
A.yagur <a****r@s****m>
Committed by: Simona Avornicesei <s****a@a****m> |
about 10 years ago | |
| 277cde76 | Minor codestyle tidy-up |
A.yagur <a****r@s****m>
Committed by: Simona Avornicesei <s****a@a****m> |
about 10 years ago | |
| 3cf8be76 | merge Merge pull request #224 from linquize/git2 | RubenWillems <r****s@g****m> | almost 11 years ago | |
| 0a5d9460 | merge Merge pull request #223 from linquize/project-grid-test | RubenWillems <r****s@g****m> | almost 11 years ago | |
| 5b820dd2 | Update Gendarme 2.11 | Linquize <l****e@y****k> | almost 11 years ago | |
| a33843da | Workaround for Git for Windows 2.x | Linquize <l****e@y****k> | almost 11 years ago | |
| 128459d7 | ProjectGrid switches to a stable sort algorithm | Linquize <l****e@y****k> | almost 11 years ago | |
| 0ced9ffb | merge Merge pull request #214 from mintsoft/master | RubenWillems <r****s@g****m> | about 11 years ago | |
| 98b1adfb | merge Merge pull request #221 from bodyloss/master | RubenWillems <r****s@g****m> | about 11 years ago | |
| 2e45d61d | merge Merge pull request #219 from DanielRose/master | RubenWillems <r****s@g****m> | about 11 years ago | |
| e9133b27 | merge Merge pull request #220 from linquize/vs2012 | RubenWillems <r****s@g****m> | about 11 years ago | |
| 5f00c3c4 | Enable maximize/minimize buttons | Joey Ciechanowicz <b****s@g****m> | about 11 years ago | |
| 25198ceb | Upgrade ccnet.sln to VS2012 because VS2010 does not open .NET Framework 4.5 p... | Linquize <l****e@y****k> | over 11 years ago | |
| 939ec805 | Updated XSL for ReportGenerator | Daniel Rose <d****e@g****e> | over 11 years ago | |
| 0b63a2cc | DevEnv task does not support, finding VS 2013 or 2012 (Bug #348) | Ruben Willems <r****s@g****m> | over 11 years ago |