This file contains hidden or 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
'use strict'; | |
describe('DashboardControllers', function(){ | |
var $httpBackend, $scope, $state, ctrl, jewelbotServiceStub; | |
jewelbotServiceStub = { | |
GetAppId: function() {}, | |
SetAppId : function() {}, | |
IsPaired : function() {} | |
}; | |
beforeEach(module('jewelApp'), function($provide){ | |
$provide.value('JewelbotService', jewelbotServiceStub); |
This file contains hidden or 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
#!/bin/python | |
import sys | |
import re | |
import subprocess | |
#Format: "oldref newref branch" | |
line = sys.stdin.read() | |
(base, commit, ref) = line.strip().split() | |
new_branch_push = re.match(r'[^1-9]+', base) |
This file contains hidden or 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
{ | |
"dependencies": { | |
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |
"Microsoft.AspNetCore.Mvc": "1.0.1", | |
"Microsoft.AspNetCore.Routing": "1.0.1", | |
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", | |
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1", | |
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", | |
"Microsoft.Extensions.Configuration.Json": "1.0.0", |
This file contains hidden or 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
The program '[6168] dotnet.exe' has exited with code -2147450751 (0x80008081). | |
The program '[6188] iisexpress.exe' has exited with code 0 (0x0). |
This file contains hidden or 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
{ | |
"dependencies": { | |
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |
"Microsoft.AspNetCore.Mvc": "1.0.1", | |
"Microsoft.AspNetCore.Routing": "1.0.1", | |
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", | |
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1", | |
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", | |
"Microsoft.Extensions.Configuration.Json": "1.0.0", |
This file contains hidden or 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
Version=1 | |
EventType=CLR20r3 | |
EventTime=132306936210374710 | |
ReportType=2 | |
Consent=1 | |
UploadTime=132306936212054996 | |
ReportStatus=268435456 | |
ReportIdentifier=4fe7a0bf-24c9-49bc-a068-c6c791d9d452 | |
Wow64Host=34404 | |
Wow64Guest=332 |
OlderNewer