Skip to content

Commit

Permalink
🚧 move PeanutButter.TrayIcon out to a dedicated project and repo -- l…
Browse files Browse the repository at this point in the history
…ooks like we can use dotnet tooling to build this anywhere
  • Loading branch information
fluffynuts committed Apr 18, 2020
1 parent 4f18e30 commit de081bb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 281 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "gulp-tasks"]
path = gulp-tasks
url = https://github.com/fluffynuts/gulp-tasks
1 change: 0 additions & 1 deletion gulp-tasks
Submodule gulp-tasks deleted from fdc9cd
190 changes: 0 additions & 190 deletions gulpfile.js

This file was deleted.

70 changes: 9 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,73 +6,21 @@
},
"license": "BSD-3-Clause",
"scripts": {
"test": "cross-env TEST_EXCLUDE=PeanutButter.RandomGenerators.Core.Tests.Domain run-s \"gulp test-dotnet\"",
"cover": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly run-s \"gulp cover-dotnet\"",
"test": "cross-env TEST_EXCLUDE=PeanutButter.RandomGenerators.Core.Tests.Domain run-s \"zarro test-dotnet\"",
"cover": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly run-s \"zarro cover-dotnet\"",
"postcover": "run-s generate-reports",
"generate-reports": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly run-s \"gulp generate-reports\"",
"build": "run-s \"gulp build\"",
"gulp": "cross-env BUILD_TOOLS_FOLDER=build-tools DOTNET_CORE=1 gulp",
"release": "run-s test \"gulp release\"",
"quick-release": "run-s \"gulp release\"",
"pack": "cross-env BUILD_CONFIGURATION=Release run-s \"gulp pack\""
"generate-reports": "cross-env COVERAGE_INCLUDE=*,PeanutButter.* COVERAGE_EXCLUDE_ASSEMBLIES=PeanutButter.RandomGenerators.Core.Tests.Domain COVERAGE_ADDITIONAL_EXCLUDE=GenericBuilderTestLoadLoadedAssemblyObject,GenericBuilderTestNotLoadedAssembly run-s \"zarro generate-reports\"",
"build": "run-s \"zarro build\"",
"zarro": "cross-env BUILD_TOOLS_FOLDER=build-tools DOTNET_CORE=1 zarro",
"release": "run-s test \"zarro release\"",
"quick-release": "run-s \"zarro release\"",
"pack": "cross-env BUILD_CONFIGURATION=Release run-s \"zarro pack\""
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"array.prototype.flatmap": "^1.2.3",
"chai": "^4.2.0",
"chalk": "^4.0.0",
"cross-env": "^7.0.2",
"debug": "^4.1.1",
"del": "^5.1.0",
"event-stream": "^4.0.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-dotnet-cli": "^1.1.0",
"gulp-edit-xml": "^3.1.1",
"gulp-filter": "^6.0.0",
"gulp-help": "^1.6.1",
"gulp-msbuild": "^0.6.2",
"gulp-npm-run": "0.0.3",
"gulp-nunit-runner": "^1.2.3",
"gulp-stream-to-promise": "^0.1.0",
"gulp-util": "^3.0.8",
"inquirer": "^7.1.0",
"jasmine-core": "^3.5.0",
"jsdom": "^16.2.2",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.1",
"karma-jasmine": "^3.1.1",
"karma-nested-reporter": "^0.1.7",
"karma-nyan-reporter": "^0.2.5",
"karma-requirejs": "^1.1.0",
"karma-xml-reporter": "^0.1.4",
"mkdirp": "^1.0.4",
"mocha": "^7.1.1",
"mocha-yar": "^1.0.13",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"p-queue": "^6.3.0",
"plugin-error": "^1.0.1",
"proxyquire": "^2.1.3",
"q": "^1.5.1",
"readline": "^1.3.0",
"request": "^2.88.2",
"require-dir": "^1.2.0",
"requirejs": "^2.3.6",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"simple-git": "^1.132.0",
"sinon": "^9.0.1",
"temp": "^0.9.1",
"through2": "^3.0.1",
"undertaker-forward-reference": "^1.0.2",
"which": "^2.0.2",
"xml2js": "^0.4.23"
},
"dependencies": {
"npm": "^6.14.4"
"zarro": "^1.19.0"
}
}
26 changes: 0 additions & 26 deletions source/PeanutButter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "INI", "INI", "{0CCE1C28-358
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TinyEventAggregator", "TinyEventAggregator", "{11CDA103-25E1-47ED-B7C5-B9D9E111C147}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TrayIcon", "TrayIcon", "{1F229960-08DC-47ED-9DFF-7138D92DE512}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericBuilderTestArtifactEntities", "Artifacts\GenericBuilderTestArtifactEntities\GenericBuilderTestArtifactEntities.csproj", "{979F6293-9F94-4DAB-92AA-531E42C32F95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericBuilderTestArtifactBuilders", "Artifacts\GenericBuilderTestArtifactBuilders\GenericBuilderTestArtifactBuilders.csproj", "{94DF996D-AB59-4A67-9FB8-EC9DB0E75F49}"
Expand Down Expand Up @@ -148,10 +146,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeanutButter.TestUtils.MVC.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeanutButter.DatabaseHelpers.More.Tests", "DatabaseHelpers\PeanutButter.DatabaseHelpers.More.Tests\PeanutButter.DatabaseHelpers.More.Tests.csproj", "{93A8C6AC-E7F5-46DB-806B-879745FBC653}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeanutButter.TrayIcon", "TrayIcon\PeanutButter.TrayIcon\PeanutButter.TrayIcon.csproj", "{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeanutButter.TrayIcon.Tests", "TrayIcon\PeanutButter.TrayIcon.Tests\PeanutButter.TrayIcon.Tests.csproj", "{394C0B79-0B29-426C-B990-474DA0303FB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeanutButter.TinyEventAggregator", "TinyEventAggregator\PeanutButter.TinyEventAggregator\PeanutButter.TinyEventAggregator.csproj", "{07D02ABA-ED94-47AD-83C0-F88CBEFDDCF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeanutButter.TinyEventAggregator.Tests", "TinyEventAggregator\PeanutButter.TinyEventAggregator.Tests\PeanutButter.TinyEventAggregator.Tests.csproj", "{ACB8C2F5-3C3D-4116-8A9C-5E7D8D7B0B83}"
Expand Down Expand Up @@ -738,24 +732,6 @@ Global
{93A8C6AC-E7F5-46DB-806B-879745FBC653}.Release|x86.Build.0 = Release|Any CPU
{93A8C6AC-E7F5-46DB-806B-879745FBC653}.Debug-X|Any CPU.ActiveCfg = Debug-X|Any CPU
{93A8C6AC-E7F5-46DB-806B-879745FBC653}.Debug-X|Any CPU.Build.0 = Debug-X|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Debug|x86.ActiveCfg = Debug|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Debug|x86.Build.0 = Debug|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Release|Any CPU.Build.0 = Release|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Release|x86.ActiveCfg = Release|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Release|x86.Build.0 = Release|Any CPU
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7}.Debug-X|Any CPU.ActiveCfg = Debug-X|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Debug|x86.ActiveCfg = Debug|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Debug|x86.Build.0 = Debug|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Release|Any CPU.Build.0 = Release|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Release|x86.ActiveCfg = Release|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Release|x86.Build.0 = Release|Any CPU
{394C0B79-0B29-426C-B990-474DA0303FB9}.Debug-X|Any CPU.ActiveCfg = Debug-X|Any CPU
{07D02ABA-ED94-47AD-83C0-F88CBEFDDCF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07D02ABA-ED94-47AD-83C0-F88CBEFDDCF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07D02ABA-ED94-47AD-83C0-F88CBEFDDCF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -1039,8 +1015,6 @@ Global
{292B4523-8470-4366-B80B-127D70623322} = {62FEA3E5-A1E5-470D-AF65-C3E7465AF046}
{790B06D7-6B4C-4F2E-B74B-0048B842189F} = {991C5C7C-A1F8-42B1-8CDA-F782B0F62980}
{93A8C6AC-E7F5-46DB-806B-879745FBC653} = {043F0990-6BA2-4BD4-8572-9516C9E6EBAD}
{17CDFD2E-E3E0-4DDD-AD71-9AA8434705E7} = {1F229960-08DC-47ED-9DFF-7138D92DE512}
{394C0B79-0B29-426C-B990-474DA0303FB9} = {1F229960-08DC-47ED-9DFF-7138D92DE512}
{07D02ABA-ED94-47AD-83C0-F88CBEFDDCF0} = {11CDA103-25E1-47ED-B7C5-B9D9E111C147}
{ACB8C2F5-3C3D-4116-8A9C-5E7D8D7B0B83} = {11CDA103-25E1-47ED-B7C5-B9D9E111C147}
{5132016E-4730-426C-A60B-00439A261B18} = {62FEA3E5-A1E5-470D-AF65-C3E7465AF046}
Expand Down

0 comments on commit de081bb

Please sign in to comment.