Jamie Cansdale
7292098b58
Move AutomationIDs into GitHub.UI project
2017-04-01 23:03:02 +01:00
Jasmine Greenaway
6766d79cf1
rename project path in .sln
2017-03-31 17:38:23 -04:00
Jasmine Greenaway
627d9a21fb
update submodule repo name
2017-02-17 17:40:30 -05:00
Jasmine Greenaway
7eba8a2978
submodule update
2017-02-13 13:57:00 -05:00
Steven Kirk
ce4d002dcf
Moved StartPage project into repository.
...
Was previously in a submodule.
2017-01-05 00:17:23 +01:00
Steven Kirk
50c502cfcd
Updated StartPage submodule to build on VS2015.
2016-11-21 12:44:48 +01:00
Andreia Gaita
9832fac133
Remove msi and start page preview 4
2016-11-14 13:16:15 +01:00
Steven Kirk
1eee8035dd
Added dependency on start page.
...
Added dependency on GitHub.StartPage.Preview5 from GitHub.VisualStudio
2016-11-03 14:09:55 +01:00
Andreia Gaita
b40d85c707
wip: new Start Page, async loading, P5 support
2016-10-26 20:47:48 +02:00
Andreia Gaita
180f5bdd15
Get rid of EventBuilder
2016-10-19 14:39:43 +02:00
Andreia Gaita
5a743b3630
Remove cruft from solution file
2016-07-05 10:45:36 +02:00
Andreia Gaita
3900a41cd0
Merge remote-tracking branch 'origin/master' into feature/metrics
2016-07-01 12:26:57 +02:00
Andreia Gaita
85bee19998
Merge branch 'master' into bump-libgit2sharp-octokit
2016-06-09 13:11:11 +02:00
Steven Kirk
e37842f53f
Starting on metrics
2016-05-30 13:17:20 +02:00
Andreia Gaita
e4821256b6
Fix build configuration for XamlDesign
2016-04-29 16:43:53 -07:00
Andreia Gaita
c1d1fe9d89
Bump octokit (0.19.0) and switch to nuget libgit2sharp 0.22 because it's signed
2016-04-11 14:33:10 +02:00
Andreia Gaita
dc1c6bb250
Add support for Dev15
2016-03-24 17:45:33 -07:00
Jasmine
957092bea8
Adding included files to solution
2016-03-09 18:35:18 -05:00
Andreia Gaita
ad2de566d2
Make the xaml designer work
2016-02-23 15:11:37 +01:00
Andreia Gaita
6ff33f7a6e
Bump libgit2sharp and fix broken Publish
2015-12-08 23:42:12 +01:00
Andreia Gaita
962bdd4e54
Get these tests finally going!
...
Use nunit for the tracking collection tests, as it
handles things better there. Update to xunit 2.1 while
we're at it, and kill the old tracking collection tests,
since the new ones have full coverage of the collection.
2015-10-22 22:44:39 +02:00
Andreia Gaita
e10e9ae1ed
Fix packaging of libgit2sharp binaries
...
Fixes #25
2015-07-31 13:50:07 -07:00
Andreia Gaita
6791d0e69b
Add libgit2sharp submodule so we can have it signed (sigh)
2015-07-19 00:21:33 -07:00
Haacked
1fcc045aba
Add ReactiveUI-Testing to unit test project
...
This adds some useful test helpers for testing Rx code.
2015-04-16 14:26:13 -07:00
Andreia Gaita
2bd96207e8
Enable authenticated calls in SimpleApi
...
Move windows credential store code to its own project so both the
regular api code and the SimpleApi (lightweight calls for the home
section and nav items) can use it.
2015-04-15 16:00:29 +02:00
Andreia Gaita
498488d9d1
Merge master into shana/connections
2015-03-28 13:52:12 +01:00
Andreia Gaita
c0637afca7
Fix references
2015-03-27 21:55:55 +01:00
Haacked
bd30d0e101
Always build submodules in Release mode
2015-03-27 13:23:36 -07:00
Andreia Gaita
cc5c7eab44
First pass at a deploy script
2015-03-17 17:20:04 +01:00
Haacked
ff485d9f1a
Upgrade Fody.NullGuard to 1.4.1
2015-03-12 21:16:59 -07:00
Andreia Gaita
dd7f6774f1
Sign all projects
...
Sign all projects and add submodules for any unsigned
dependencies, adding keys for everyone.
2015-03-11 22:31:38 -07:00
Andreia Gaita
5541b0886f
Add submodules for strong named dependencies
2015-03-11 17:21:50 -07:00
Andreia Gaita
d9395c2c1a
Add octokit and reactiveui submodules with strong-named branches
2015-03-10 17:50:44 -07:00
Andreia Gaita
ea78d7846a
Use locally built signed version of NullGuard
2015-03-10 14:44:02 -07:00
Andreia Gaita
ebf5b6c8a4
Add installer project
2015-03-10 13:33:47 -07:00
Andreia Gaita
fd0868a7c3
Add clone and create dialogs...
...
... and everything that the UI depends on (translations, styles,
controls, user errors, etc, etc)
2015-02-24 22:24:19 +01:00
Andreia Gaita
a915f9401f
Refactor all the things, add simple api, fix copyrights
...
Add simple api to query github for info related to
the navigation items, so we don't pull in any
extra dependencies for those bits.
2015-02-09 12:20:44 +01:00
Andreia Gaita
a107c79d66
Refactoring, navigation and lifetime of mef
...
Extract interfaces of mef exports to separate dll
to decouple things a bit.
Only load reactive things when requesting UI dialogs,
TeamExplorer items should not load any reactive stuff.
Introduce ExportFactory to dispose of IDisposable mef
components properly.
Start fleshing out team explorer implementation.
2015-01-27 17:21:07 +01:00
Andreia Gaita
a98555d638
Get everything building on the command line
...
Fix build from scripts for ci, add xunit runner for
visual studio
2015-01-19 18:42:04 -08:00
Andreia Gaita
427afd54f0
Rename folder build -> script for ci integration
...
The existing ci scripts are expecting a folder
called script where all build/deploy scripts
reside. For now, and for consistency's sake
with the desktop apps, rename the build/ folder
to script/.
2015-01-19 16:24:21 -08:00
Haacked
7034a030ac
Implement VSPackage with basic login dialog
...
Includes a menu that launches a login dialog
for testing purposes.
2014-12-15 16:12:46 -08:00
Haacked
2f00f72032
Add GitHub.UI project for styles and controls
2014-12-15 10:48:26 -08:00
Haacked
d41405aa1e
Add initial VSIX project
2014-12-15 10:33:06 -08:00