David Sparer
|
4dea0d03ed
|
Merge branch 'develop' into remove_statics
# Conflicts:
# mRemoteNGTests/IntegrationTests/XmlSerializationLifeCycleTests.cs
# mRemoteV1/App/Windows.cs
# mRemoteV1/Config/Settings/SettingsLoader.cs
# mRemoteV1/Messages/WriterDecorators/MessageFocusDecorator.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs
# mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs
# mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs
# mRemoteV1/UI/Forms/frmChoosePanel.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/ConfigWindow.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
# mRemoteV1/UI/Window/ErrorAndInfoWindow.cs
|
2018-08-24 18:14:54 -05:00 |
|
David Sparer
|
3fad827b9f
|
Merge branch 'release/v1.76' into develop
# Conflicts:
# Tools/zip_portable_files.ps1
# mRemoteV1/Config/Putty/PuttySessionsRegistryProvider.cs
|
2018-08-22 10:39:09 -05:00 |
|
David Sparer
|
8bd571c78d
|
added a wrapper around the windows registry api so we can better unit test classes that use the registry
|
2018-08-22 09:41:32 -05:00 |
|
David Sparer
|
f634eb8d37
|
created tests for the config window to ensure property grid items correctly display for certain object types
|
2018-07-26 13:38:53 -05:00 |
|
David Sparer
|
1aca1b7ae8
|
Merge branch 'develop' into remove_statics
# Conflicts:
# mRemoteNGTests/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializerTests.cs
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteV1/App/Runtime.cs
# mRemoteV1/Config/Connections/XmlConnectionsLoader.cs
# mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs
# mRemoteV1/Connection/ConnectionsService.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/MainFileMenu.cs
# mRemoteV1/UI/Window/ConfigWindow.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
|
2018-07-23 15:06:15 -05:00 |
|
David Sparer
|
8497a05fd1
|
resolves #991
fixed bug when deleting connection tree node when in filtered view
|
2018-06-13 14:34:05 -05:00 |
|
David Sparer
|
c3ae438e9c
|
fix failing test
|
2018-05-24 17:48:44 -05:00 |
|
David Sparer
|
729166fc30
|
Merge branch 'develop' into remove_statics
# Conflicts:
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/ViewMenu.cs
|
2018-05-20 09:29:55 -05:00 |
|
David Sparer
|
924f1f1e48
|
improved tests for default connection info
|
2018-04-05 16:37:22 -05:00 |
|
David Sparer
|
35582a5e6a
|
fixed bug with saving and loading default connection info data
updated tests to better cover this feature. related to #916
|
2018-03-22 16:54:50 -05:00 |
|
David Sparer
|
5076f1354c
|
fix bug where inheritance is incorrectly allowed on nodes under the root node after deserializing
|
2018-03-10 16:37:54 -06:00 |
|
David Sparer
|
c04bb44da3
|
fixed a composition bug and created a few tests
|
2018-03-03 13:25:42 -06:00 |
|
David Sparer
|
86a591364c
|
modified the xml serializer slightly to make it conform to the XSD file
This required all bools to be serialized to lower case which broke a few assumptions we made in the deserializer
|
2018-02-25 11:26:29 -06:00 |
|
David Sparer
|
764791b8e5
|
changed the Maybe type name to Optional, which is slightly more common
|
2018-02-16 20:17:30 -06:00 |
|
David Sparer
|
bd20d6ae7d
|
moved classes to new namespace
|
2018-02-16 20:17:30 -06:00 |
|
David Sparer
|
160434c114
|
Merge branch 'develop' into 625_deserialize_csv
|
2018-02-04 09:33:33 -06:00 |
|
Sean Kaim
|
72c7800c02
|
update nunit
|
2018-01-02 16:11:33 -05:00 |
|
David Sparer
|
0898ed8c00
|
began implementing csv deserializing
|
2017-12-04 22:00:18 -06:00 |
|
David Sparer
|
42b45408ed
|
readded tests that got missed in a merge
|
2017-11-09 19:47:42 -06:00 |
|
David Sparer
|
9b8b01515c
|
Merge branch 'develop' into MR-225_Can_not_import_RDCMan_v2.7
|
2017-11-08 11:58:34 -06:00 |
|
David Sparer
|
49e5b71235
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
|
2017-11-08 11:52:10 -06:00 |
|
David Sparer
|
b686bc1112
|
Update mRemoteNGTests.csproj
removed unit test I accidentally re-added
|
2017-11-06 10:17:33 -06:00 |
|
David Sparer
|
98a8b9944e
|
Merge branch 'develop' into MR-225_Can_not_import_RDCMan_v2.7
|
2017-11-06 10:09:49 -06:00 |
|
Bruce Peterson
|
66745d2ddf
|
Correcting Merge conflicts with TESTS project file.
|
2017-11-06 10:15:10 -05:00 |
|
David Sparer
|
32a1dd64ab
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# README.MD
# Tools/postbuild_installer.ps1
# Tools/set_LargeAddressAware.ps1
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteNGTests/packages.config
# mRemoteV1/App/Logger.cs
# mRemoteV1/App/Runtime.cs
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/DefaultConnectionInfo.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Messages/MessageCollector.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs
# mRemoteV1/Tools/ExternalToolArgumentParser.cs
# mRemoteV1/Tools/IeBrowserEmulation.cs
# mRemoteV1/Tools/NotificationAreaIcon.cs
# mRemoteV1/Tools/PortScanner.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
|
2017-11-03 11:15:20 -05:00 |
|
David Sparer
|
65782285a3
|
added a few unit tests for integrated programs
|
2017-10-31 09:56:48 -05:00 |
|
Sean Kaim
|
326e1118da
|
more nuget package updates
|
2017-10-30 14:57:29 -04:00 |
|
Sean Kaim
|
41e0228c03
|
re-target for .net 4.6
|
2017-10-30 13:42:26 -04:00 |
|
Bruce Peterson
|
87322a36ca
|
Included Test Cases for RDCMan v2.7
|
2017-10-27 23:36:36 -04:00 |
|
David Sparer
|
2df9441c20
|
reverted credential manager functionality as best I could
|
2017-10-16 14:39:41 -05:00 |
|
Sean Kaim
|
e09a9dabd6
|
update nuget packages
|
2017-09-15 15:42:28 -04:00 |
|
Sean Kaim
|
726e908b5a
|
Merge branch 'develop' into develop
|
2017-09-05 08:40:25 -07:00 |
|
David Sparer
|
792edd9146
|
refactored a bit to use the Maybe pattern
implemented via ienumerable<t> so we can make use of the existing ienum monads
|
2017-07-28 13:01:15 -05:00 |
|
CamAlvar
|
fd045fcc39
|
Added images to buttons, updated the dockpanel version
|
2017-07-28 08:56:12 -05:00 |
|
CamAlvar
|
5429bb7d2b
|
fixes and improvements
Defaulting extended palette in embedded themes, removed the reference to the dockpanel theme palette, that only exist in vs2015
|
2017-06-28 00:26:01 -05:00 |
|
David Sparer
|
d6c34f2312
|
simplified backup file creation
|
2017-05-11 10:29:06 -06:00 |
|
David Sparer
|
6ae279c292
|
created some tests to verify that the file data providers work as expected
|
2017-05-08 13:23:49 -06:00 |
|
David Sparer
|
450c9bb755
|
refactored dock panel saver to split serialization to a separate class
|
2017-05-07 16:07:28 -06:00 |
|
David Sparer
|
5d6377f71c
|
added some unit tests
|
2017-05-06 13:36:59 -06:00 |
|
David Sparer
|
4c0c13e792
|
updated nunit and nsubstitute packages
|
2017-05-05 15:01:35 -06:00 |
|
David Sparer
|
47f4efe60c
|
added some interfaces to making testing easier
created simple behavior tests for the credential service facade
|
2017-05-05 11:22:17 -06:00 |
|
David Sparer
|
3acd77a63d
|
added a few minor tests
|
2017-05-04 17:40:51 -06:00 |
|
David Sparer
|
62ae4fb265
|
split sql db version upgraders to separate classes
|
2017-05-04 17:16:55 -06:00 |
|
David Sparer
|
57fe2a6cc2
|
added some tests for the cred record converter
|
2017-05-04 10:20:01 -06:00 |
|
David Sparer
|
873bc3f582
|
removed an unused class
|
2017-05-03 17:02:50 -06:00 |
|
David Sparer
|
fe12cb345e
|
merged branch 'develop' into 'improve_credential_manager'
# Conflicts:
# CredentialManagerForm.cs
# PasswordForm.cs
|
2017-04-14 16:56:02 -06:00 |
|
Sean Kaim
|
7e0b1e479c
|
Merge branch 'develop' into 483_make_datatable_serializer_safer
|
2017-04-14 14:40:48 -04:00 |
|
David Sparer
|
9f028d9104
|
added some safety checking for data table deserialization
added some tests for the data table deserializer
|
2017-04-09 17:36:56 -06:00 |
|
David Sparer
|
f40be696c7
|
made utility for creating test connection tree models
|
2017-04-09 17:35:52 -06:00 |
|
David Sparer
|
d63177f3c7
|
modified the cred repo interface
load now requires a decryption key
|
2017-04-06 14:56:19 -06:00 |
|