This repository was archived by the owner on Jan 6, 2019. It is now read-only.
File tree
4 files changed
+14
-11
lines changed- Aggregator.WebHooks
- UnitTest.WebHooks
4 files changed
+14
-11
lines changedSubmodule Aggregator.Core updated 98 files
- Aggregator.Core.Plugin/Aggregator.Core.WebHooks.csproj-65
- Aggregator.Core/Aggregator.Core.csproj+19-2
- Aggregator.Core/Configuration/AggregatorConfiguration.xsd
- Aggregator.Core/Configuration/AggregatorSettingsXmlParser.cs
- Aggregator.Core/Configuration/ChangeTypeScope.cs
- Aggregator.Core/Configuration/CollectionScope.cs
- Aggregator.Core/Configuration/ConnectionInfo.cs
- Aggregator.Core/Configuration/Function.cs
- Aggregator.Core/Configuration/HasFieldsScope.cs
- Aggregator.Core/Configuration/Policy.cs
- Aggregator.Core/Configuration/PolicyScope.cs
- Aggregator.Core/Configuration/ProjectScope.cs
- Aggregator.Core/Configuration/RateLimit.cs
- Aggregator.Core/Configuration/Rule.cs
- Aggregator.Core/Configuration/RuleScope.cs
- Aggregator.Core/Configuration/ScopeMatchResult.cs
- Aggregator.Core/Configuration/ScriptElement.cs
- Aggregator.Core/Configuration/Snippet.cs
- Aggregator.Core/Configuration/TFSAggregatorSettings.cs
- Aggregator.Core/Configuration/TemplateScope.cs
- Aggregator.Core/Configuration/WorkItemTypeScope.cs
- Aggregator.Core/Context/IRuntimeContext.cs
- Aggregator.Core/Context/RuntimeContext.cs
- Aggregator.Core/EventProcessor.cs
- Aggregator.Core/Extensions/BaseFieldValueValidator.cs
- Aggregator.Core/Extensions/DoubleFixFieldDecorator.cs
- Aggregator.Core/Extensions/FieldValueValidationDecorator.cs
- Aggregator.Core/Extensions/IWorkItemExposedExtensions.cs
- Aggregator.Core/Extensions/IncorrectDataTypeFieldValidator.cs
- Aggregator.Core/Extensions/InvalidValueFieldValueValidator.cs
- Aggregator.Core/Extensions/LocationServiceExtensions.cs
- Aggregator.Core/Extensions/NullAssignmentToRequiredFieldValueValidator.cs
- Aggregator.Core/Extensions/StringExtensions.cs
- Aggregator.Core/Extensions/UriExtensions.cs
- Aggregator.Core/Extensions/ValueAssignmentToHistoryFieldValidator.cs
- Aggregator.Core/Extensions/ValueAssignmentToReadonlyFieldValueValidator.cs
- Aggregator.Core/Extensions/WorkItemExtensions.cs
- Aggregator.Core/Facade/AuthenticationToken.cs
- Aggregator.Core/Facade/FieldCollectionWrapper.cs
- Aggregator.Core/Facade/FieldWrapper.cs
- Aggregator.Core/Facade/NotificationWrapper.cs
- Aggregator.Core/Facade/ProcessTemplateVersionWrapper.cs
- Aggregator.Core/Facade/ProjectPropertyWrapper.cs
- Aggregator.Core/Facade/RequestContextWrapper.cs
- Aggregator.Core/Facade/RevisionWrapper.cs
- Aggregator.Core/Facade/ScriptLibrary.cs
- Aggregator.Core/Facade/WorkItemLinkCollectionWrapper.cs
- Aggregator.Core/Facade/WorkItemLinkExposedCollectionWrapper.cs
- Aggregator.Core/Facade/WorkItemLinkExposedWrapper.cs
- Aggregator.Core/Facade/WorkItemLinkWrapper.cs
- Aggregator.Core/Facade/WorkItemRepository.cs
- Aggregator.Core/Facade/WorkItemTypeWrapper.cs
- Aggregator.Core/Facade/WorkItemWrapper.cs
- Aggregator.Core/GlobalSuppressions.cs
- Aggregator.Core/Interfaces/IField.cs
- Aggregator.Core/Interfaces/IFieldCollection.cs
- Aggregator.Core/Interfaces/IFieldExposed.cs
- Aggregator.Core/Interfaces/INotification.cs
- Aggregator.Core/Interfaces/IProcessTemplateVersion.cs
- Aggregator.Core/Interfaces/IProjectProperty.cs
- Aggregator.Core/Interfaces/IRequestContext.cs
- Aggregator.Core/Interfaces/IRevision.cs
- Aggregator.Core/Interfaces/IScriptLibrary.cs
- Aggregator.Core/Interfaces/IWorkItem.cs
- Aggregator.Core/Interfaces/IWorkItemExposed.cs
- Aggregator.Core/Interfaces/IWorkItemImplementation.cs
- Aggregator.Core/Interfaces/IWorkItemLink.cs
- Aggregator.Core/Interfaces/IWorkItemLinkCollection.cs
- Aggregator.Core/Interfaces/IWorkItemLinkExposed.cs
- Aggregator.Core/Interfaces/IWorkItemLinkExposedCollection.cs
- Aggregator.Core/Interfaces/IWorkItemRepository.cs
- Aggregator.Core/Interfaces/IWorkItemRepositoryExposed.cs
- Aggregator.Core/Interfaces/IWorkItemType.cs
- Aggregator.Core/Monitoring/ILogEvents.cs
- Aggregator.Core/Monitoring/ILogger.cs
- Aggregator.Core/Monitoring/IRuleLogger.cs
- Aggregator.Core/Monitoring/ITextLogger.cs
- Aggregator.Core/Monitoring/LogLevel.cs
- Aggregator.Core/Monitoring/RuleLogger.cs
- Aggregator.Core/Monitoring/TextLogComposer.cs
- Aggregator.Core/Navigation/FluentQuery.cs
- Aggregator.Core/Navigation/StateTransition.cs
- Aggregator.Core/Navigation/StateWorkflow.cs
- Aggregator.Core/Navigation/WorkItemLazyVisitor.cs
- Aggregator.Core/ProcessingResult.cs
- Aggregator.Core/Properties/AssemblyInfo.cs
- Aggregator.Core/RateLimiter.cs
- Aggregator.Core/Script/CSharpScriptEngine.cs
- Aggregator.Core/Script/DotNetScriptEngine{TCodeDomProvider}.cs
- Aggregator.Core/Script/IDotNetScript.cs
- Aggregator.Core/Script/PsScriptEngine.cs
- Aggregator.Core/Script/ScriptEngine.cs
- Aggregator.Core/Script/ScriptLibrary.cs
- Aggregator.Core/Script/ScriptSourceElement.cs
- Aggregator.Core/Script/VBNetScriptEngine.cs
- Aggregator.Core/WorkItemImplementationBase.cs
- Aggregator.Core/app.config
- UnitTests.Core/UnitTests.Core.csproj+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
| |||
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
81 |
| - | |
| 84 | + | |
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
0 commit comments