-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrii Snihyr
committed
Apr 2, 2016
1 parent
4caaca8
commit 0471780
Showing
16 changed files
with
1,210 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
These are the changes to each version that has been released | ||
on the official Visual Studio extension gallery. | ||
|
||
## 1.5 | ||
|
||
- Better support for Unicorn 3.1 | ||
- Configuration status messages | ||
- Search in logs | ||
- Copy log entry to clipboard | ||
|
||
**BREAKING CHANGES** | ||
|
||
In Unicorn 3.1 "/unicornRemote.aspx" was removed, now you can use "/unicorn.aspx". | ||
Please make sure to update your settings. | ||
|
||
## 1.4 | ||
|
||
- Support for upcoming changes in Unicorn 3.1 | ||
- Progress status is now displayed in VS status bar | ||
|
||
## 1.3 | ||
|
||
- fixed issue with "Configurations dropdown doesn't update after fixing a broken connection" | ||
- fixed issue "Cannot connect using Deployment Token" | ||
- added settings window to change remote URL. | ||
- support for arbitrary multiple config selections (need to be enabled in settings) | ||
|
||
## 1.2.1 | ||
|
||
- Update for menu icon | ||
|
||
## 1.2 | ||
|
||
- fixed warning prompting to update Unicorn.Remote.dll if using Unicorn 3.0 or above | ||
- new official icon | ||
|
||
## 1.1 | ||
|
||
- using streaming instead of polling | ||
- JSON.NET is removed from a dependencies list. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Installed product versions | ||
- Visual Studio: [example 2015 Professional] | ||
- This extension: [example 1.5] | ||
- Unicorn: [example 3.1] | ||
- Sitecore: [example 8.1] | ||
|
||
### Description | ||
Replace this text with a short description | ||
|
||
### Steps to recreate | ||
1. Replace this | ||
2. text with | ||
3. the steps | ||
4. to recreate | ||
|
||
### Current behavior | ||
Explain what it's doing and why it's wrong | ||
|
||
### Expected behavior | ||
Explain what it should be doing after it's fixed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 2016 Andrii Snihyr | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,56 @@ | ||
# Unicorn.VisualStudio | ||
Visual Studio plugin for https://github.com/kamsar/Unicorn | ||
# Unicorn Control Panel | ||
|
||
Read more on Wiki(https://github.com/BerserkerDotNet/Unicorn.VisualStudio/wiki) | ||
|
||
|
||
--------------------------------------- | ||
|
||
Allows you to use [Unicorn](https://github.com/kamsar/Unicorn) from Visual Studio. | ||
With this extension you can synchronize your Sitecore items without leaving Visual Studio. | ||
|
||
![Control Panel](art/control_panel.png) | ||
|
||
See the [changelog](CHANGELOG.md) for changes and roadmap. | ||
|
||
## Connecting to Unicorn | ||
|
||
For control panel to work, you have to provide connection information about Sitecore instance you want to use control panel with. | ||
Unicorn Control Panel requires that Unicorn version 2.0.4 or 3 (rc2 or later) to be installed on the instance. (https://www.nuget.org/packages/Unicorn) | ||
|
||
To create new connection follow the steps: | ||
|
||
1. Click on the "Create New Connection" button to add connection | ||
![New Connection](art/new_connection.png) | ||
1. Specify connection info: Name, Server Url and [Security token/SharedSecret](https://github.com/kamsar/Unicorn#automated-deployment) if needed. | ||
1. Click "Save" | ||
|
||
![New Connection Dialog](art/new_connection_dialog.png) | ||
|
||
### Unicorn 2.x | ||
|
||
Click on install and specify a path to Sitecore webroot folder. Unicorn.Remote.dll and Unicorn.Remote.config will be copied to your Sitecore instance. | ||
If you don't have an access to Webroot folder you can download a package and install it. | ||
|
||
### Unicorn 3.x | ||
|
||
In Unicorn 3+ remote API is disabled by default, to enable it, remove "disabled" extension from `App_Config/Include/Unicorn/Unicorn.Remote.config.disabled` file. | ||
|
||
### Unicron 3.1 | ||
|
||
In this version remote API endpoint (/unicornRemote.aspx) was removed, VS control panel can now access Unicorn directly by it standard endpoint (/unicorn.aspx). | ||
Please make sure to change it in your settings. (Settings -> EndPoint URL). | ||
|
||
## Settings | ||
![Settings](art/settings.png) | ||
|
||
Settings has following options: | ||
|
||
1. EndPoint - used to specify the custom endpoint of Unicorn server. | ||
Default value is "/unicornRemote.aspx". (/unicorn.aspx for Unicorn 3.1) | ||
NOTE: This value should correspond to the value set in Unicorn.Remote.config | ||
1. "Enable multiple configurations selection" - if selected allows you to select multiple configurations for sync. | ||
1. "Check for configuration health" option allows you to turn on/off a check for configuration state. | ||
You want to turn it off if your version of Unicorn does not support it. (supported from 3.1+). | ||
This option is enabled by default. | ||
|
||
## License | ||
[Apache 2.0](LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
image: Visual Studio 2015 | ||
|
||
install: | ||
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex | ||
|
||
before_build: | ||
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion | ||
#- ps: Vsix-TokenReplacement src\Unicorn.VS\source.extension.cs 'Version = "([0-9\\.]+)"' 'Version = "{version}"' | ||
|
||
build_script: | ||
- nuget restore -Verbosity quiet | ||
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m | ||
|
||
after_test: | ||
- ps: Vsix-PushArtifacts | Vsix-PublishToGallery |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters