Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbraco v8 #93

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
51ff8d0
removing v1 to start v2 fresh
aaronpowell Nov 28, 2018
fdb0ffd
initial commit for Umbraco v8 support
aaronpowell Dec 10, 2018
36c9771
moving files around and starting work on the installer
aaronpowell Dec 13, 2018
e799ace
fixing compiler error
aaronpowell Dec 13, 2018
6d3e9b2
simplifying quit deliverable
aaronpowell Dec 13, 2018
eb01307
little tweak on Deliverable base class
aaronpowell Dec 13, 2018
fd47d18
Making things a bit more fsharp-y
aaronpowell Dec 13, 2018
27f6e80
Making the path walking a little nicer
aaronpowell Dec 13, 2018
902477c
Updating demo Umbraco version
aaronpowell Dec 29, 2018
9bea44d
Updating Umbraco version
aaronpowell Dec 29, 2018
ed7073e
Updating a namespace
aaronpowell Dec 29, 2018
553c1d4
Setting the build take in vscode
aaronpowell Dec 29, 2018
ef4915f
Removing unneeded type definitions
aaronpowell Dec 29, 2018
c06f28b
missing some stuff from the fsproj
aaronpowell Dec 29, 2018
d7662ca
breaking the logic down into smaller functions, being more composable
aaronpowell Dec 29, 2018
eadeaf5
Implementing the InstallDeliverable
aaronpowell Dec 29, 2018
741d644
Adding a hack for https://github.com/umbraco/Umbraco-CMS/issues/3935
aaronpowell Jan 8, 2019
423c2d8
Improving the prompt
aaronpowell Jan 8, 2019
308b6c7
better posting of messages
aaronpowell Jan 8, 2019
1188a42
Hack to work around https://github.com/umbraco/Umbraco-CMS/issues/3866
aaronpowell Jan 8, 2019
34443ef
Bit of a clean up for better FP
aaronpowell Jan 8, 2019
71dc6f1
Updating to new Umbraco build
aaronpowell Jan 10, 2019
08a9d30
Got to the point of beign able to resolve named dependencies!
aaronpowell Jan 11, 2019
dc7f325
Updating to the latest Umbraco pre-release
aaronpowell Feb 7, 2019
3845c62
Updating to a new Umbraco version
aaronpowell Feb 25, 2019
ad76a8f
setting up for chauffeur usage and debugging
aaronpowell Feb 25, 2019
e348671
Cleaning up the ignore file
aaronpowell Feb 25, 2019
461f06b
handling how the new boot pipeline works when db doesn't exist
aaronpowell Feb 25, 2019
4b3920c
Wasn't actually parsing the user input before looking for deliverables
aaronpowell Feb 25, 2019
6638dd4
Getting the deliverable working for changing a users password
aaronpowell Feb 25, 2019
8df2aba
Using the more approved way of creating the DB schema
aaronpowell Feb 25, 2019
2003dae
Implementing unknown deliverable + usage of it
aaronpowell Feb 25, 2019
f9901ee
introducing parsing of user input
aaronpowell Feb 26, 2019
24e80ca
Getting started on unit tests
aaronpowell Feb 26, 2019
b4a8977
Adding some more unit tests across the simple deliverables
aaronpowell Feb 26, 2019
0531e72
Should've made sure the tests actually passed...
aaronpowell Feb 26, 2019
03ac293
Porting in the HelpDeliverableTests from OG Chauffeur
aaronpowell Feb 26, 2019
417e67b
Importing the UserDeliverableTests from OG Chauffeur
aaronpowell Feb 26, 2019
1688f06
Adding the Chauffeur Testing Tools
aaronpowell Feb 26, 2019
4265b1c
Updating sourcelink
aaronpowell Feb 27, 2019
bf671be
inclusing paket in source control
aaronpowell Feb 27, 2019
d5199c5
Adding sourcelink info to all proj files
aaronpowell Feb 27, 2019
3005ae6
updating some packages
aaronpowell Feb 27, 2019
25ebe4c
Preparing the v2 release of Chauffeur
aaronpowell Feb 27, 2019
c9196f8
removing more old files
aaronpowell Feb 27, 2019
228763e
moving the dotnet pinning up to the root
aaronpowell Feb 27, 2019
61f31a3
moving off myget to nuget for the umbraco references
aaronpowell Feb 27, 2019
d0d2edf
Starting work on packaging
aaronpowell Feb 28, 2019
12c66a8
Rewrite of Help deliverable to be F# not C#
aaronpowell Feb 28, 2019
80398da
Porting UserDeliverable across to F#
aaronpowell Feb 28, 2019
7d7c3e0
Removing old C# project
aaronpowell Feb 28, 2019
443f69f
adding missing projects to the solution
aaronpowell Feb 28, 2019
334e20d
using a pre-release .net sdk to work around https://github.com/Micros…
aaronpowell Feb 28, 2019
ec7cbaa
custom Paket tasks for msbuild
aaronpowell Feb 28, 2019
958337e
updating build script to generate packages and run tests with coveragE
aaronpowell Feb 28, 2019
2638235
Futzing with dotnet versions
aaronpowell Feb 28, 2019
5e718bb
More hacks for builds
aaronpowell Feb 28, 2019
87ea013
was unpacking codecov to the wrong place
aaronpowell Feb 28, 2019
3d572ac
publishing artifacts on failure
aaronpowell Feb 28, 2019
4875a3d
don't make pipelines too early in the morning :stuck_out_tongue:
aaronpowell Feb 28, 2019
93ec9d0
changing coverage format
aaronpowell Feb 28, 2019
c6df709
trying another coverage format
aaronpowell Feb 28, 2019
6c902ba
generated trx from dotnet test
aaronpowell Mar 1, 2019
006c4bd
dotnet tools install
aaronpowell Mar 1, 2019
bbc8a95
think it should be vstest not xunit for trx files
aaronpowell Mar 1, 2019
b25512f
Removing some unneeded tasks, now that I install the dotnet version f…
aaronpowell Mar 1, 2019
043f3c5
Creating variables in release process
aaronpowell Mar 1, 2019
63134a5
Updating demo project to Umbraco stable
aaronpowell Mar 24, 2019
e23db2c
Starting to bring in the integration tests
aaronpowell Mar 25, 2019
f94e468
Updating build script to include integration tests
aaronpowell Mar 25, 2019
6a969d2
fixing the version of dependencies
aaronpowell Mar 25, 2019
063e5a3
trying a pinned dotnet sdk version
aaronpowell Mar 25, 2019
a2bac47
reverting to preview sdk
aaronpowell Mar 25, 2019
2cba6ac
allowing preview versions to install
aaronpowell Mar 25, 2019
a383576
revert task version
aaronpowell Mar 25, 2019
72b2ea5
revert coverlet version
aaronpowell Mar 25, 2019
863dbab
trying to ditch pre-release versions
aaronpowell Mar 25, 2019
88367d0
trying to find an sdk version
aaronpowell Mar 25, 2019
e3e4323
using the 2019 agent
aaronpowell Mar 25, 2019
6743fb8
debugging!
aaronpowell Mar 25, 2019
f5dbd16
prerelease that's on the agent
aaronpowell Mar 25, 2019
8c5254c
Reintroducing the legacy delivery project and adding settings +tests
aaronpowell Mar 1, 2019
398e4d1
Writing the table formatter in F#
aaronpowell Mar 3, 2019
2c6953c
rewrite of settings to F#
aaronpowell Mar 3, 2019
a1efb5f
Bringing in the Change Alias deliverable
aaronpowell Mar 24, 2019
0345cf5
Fixing some logic around how the table is created in display
aaronpowell Apr 12, 2019
87568ca
Fixing the display logic of the unknown deliverable and testing for it
aaronpowell Apr 12, 2019
0873db7
Porting ChangeAlias into F#
aaronpowell Apr 12, 2019
f02f049
Starting the migration of ContentTypeDeliverable
aaronpowell Apr 12, 2019
da8aa67
First pass at importing doc types
aaronpowell Apr 15, 2019
ea379cd
forcing windows terminal
aaronpowell Apr 15, 2019
aad3988
failing builds on failing tests
aaronpowell Apr 15, 2019
1c93d6d
importing content types with updates now works
aaronpowell Apr 15, 2019
7423185
bringing in the data type deliverable
aaronpowell Apr 16, 2019
061c236
Moving DataTypeDeliverable across to f#
aaronpowell Apr 16, 2019
0cdf777
Removing ported Deliverables
aaronpowell Apr 26, 2019
a2d742e
Getting Delivery working from migration
aaronpowell Apr 29, 2019
0ee5730
Sorting the help result
aaronpowell Apr 29, 2019
18b3eb2
Bringing in the code for tracking deliverables
aaronpowell May 14, 2019
d05da91
Adding solution items
aaronpowell May 14, 2019
5e7f564
Some small tweaks for the integration tests. Stuff seems to be bleedi…
aaronpowell May 14, 2019
c71566c
Some refactorings
aaronpowell Sep 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 4 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,13 @@
*.user
*.suo
*.[Cc]ache
*.bak
*.ncb
*.log
*.DS_Store
[Tt]humbs.db
_ReSharper.*
*.resharper
Ankh.NoLoad
#NuGet
packages/
csx/

Chauffeur.Demo/umbraco
Chauffeur.Demo/umbraco_client
Chauffeur.Demo/install
*.backup
App_Data
media
readme.html
*.nupkg
Chauffeur.Demo/Views/
Chauffeur.Demo/masterpages/
tools
.packaging
.vs
Expand All @@ -33,4 +18,7 @@ tools
paket-files
.paket

Chauffeur.Tests.Integration/Views
src/Chauffeur.Demo/App_Plugins
src/Chauffeur.Demo/Views/
src/Chauffeur.Demo/css/
src/Chauffeur.Demo/scripts/
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
151 changes: 0 additions & 151 deletions .nuget/NuGet.targets

This file was deleted.

Loading