Ze Qian Zhang
|
b73f330464
|
Merge pull request #37 from Azure/users/GitHubPolicyService/06e286ea-5208-47b8-9b8b-78db3dac0728
Adding Microsoft SECURITY.MD
|
2022-10-18 11:51:59 -07:00 |
microsoft-github-policy-service[bot]
|
78ef24a4c5
|
Microsoft mandatory file
|
2022-07-28 16:56:48 +00:00 |
Ze Qian Zhang
|
09e6f201e1
|
Merge pull request #35 from Azure/adreed/block-csa
Block copy source authorization from logging
|
2022-04-25 13:54:05 -07:00 |
adreed-msft
|
e840787bdc
|
Block copy source authorization from logging (#35)
|
2022-04-25 11:14:50 -07:00 |
adreed-msft
|
92bd56c176
|
Block copy source authorization from logging (#35)
|
2022-04-25 11:11:25 -07:00 |
Adele Reed
|
9c760f3e94
|
Block copy source authorization from logging
|
2022-04-20 13:55:09 -07:00 |
Mitsuo Heijo
|
dc95902f1d
|
support go1.13 error chain (#26)
* support go1.13 error chain
* bump mattn/go-ieproxy, go mod tidy
* chmod -x pipeline/*.go
|
2020-07-06 15:29:32 -07:00 |
Adele Reed
|
232aee85e8
|
Upgrade go-ieproxy
|
2019-07-11 13:42:47 -07:00 |
zezha-msft
|
105d6349fa
|
Remove restriction in go.mod
|
2019-06-28 13:36:52 -07:00 |
zezha-msft
|
3e51f66271
|
Bump version to 0.2.0
|
2019-06-27 19:10:54 -07:00 |
Ze Qian Zhang
|
657e1e810c
|
Merge pull request #19 from Azure/fix/add-log-sanitizer-hook
Fix/add log sanitizer hook
|
2019-06-27 19:06:06 -07:00 |
Ze Qian Zhang
|
bfd2029f73
|
Merge pull request #17 from adreed-msft/go-ieproxy
Transitioned go-pipeline to proxyMiddleman
|
2019-06-27 18:29:51 -07:00 |
Adele Reed
|
3d9c5b41c2
|
Include mattn/go-ieproxy in go.mod
|
2019-06-27 10:08:22 -07:00 |
John Rusk
|
93822ffd0d
|
Improve naming of log sanitizer method
|
2019-06-27 17:09:04 +12:00 |
John Rusk
|
61edb010a1
|
Add ability to disable ForceLog
|
2019-06-27 15:33:37 +12:00 |
John Rusk
|
5c9876f0cd
|
Add LogSanitizer interface, and ability to call it from ForceLog
|
2019-06-27 15:26:38 +12:00 |
Adele Reed
|
b7cc14eb4f
|
adreed-msft/go-ieproxy -> mattn/go-ieproxy
|
2019-06-11 14:53:20 -07:00 |
Adele Reed
|
3d80b19be1
|
Transition to adreed-msft fork of go-ieproxy
|
2019-06-05 10:58:17 -07:00 |
Adele Reed
|
6ed9d71345
|
Fix usage of PAC files
|
2019-06-03 12:27:35 -07:00 |
Adele Reed
|
73c9994ab7
|
Added fallback config (akin to mattn/go-ieproxy)
|
2019-05-31 10:11:57 -07:00 |
Adele Reed
|
9307a16082
|
Transitioned go-pipeline to proxyMiddleman
|
2019-05-14 17:10:38 -07:00 |
John Rusk
|
55fedc85a6
|
Load DLL in a manner compatible with Go's sysdll registration (#15)
|
2019-04-17 13:50:18 +12:00 |
Jeffrey Richter
|
76b57228f3
|
Merge pull request #14 from jjcollinge/jjcollinge/errornode
Fix ErrorNode Cause behaviour
|
2019-01-03 14:42:18 -08:00 |
Joni Collinge
|
ff77a0d3ae
|
factored out common code
|
2018-10-25 09:44:34 +01:00 |
Joni Collinge
|
fde025ef7c
|
added test to validate expected behavior
|
2018-10-25 09:31:06 +01:00 |
Joni Collinge
|
5f89ed6fc4
|
added an error type that embeds an ErrorNode that doesn't imeplement the Causer interface
|
2018-10-25 09:12:31 +01:00 |
Ze Qian Zhang
|
b8e3409182
|
Merge pull request #12 from zezha-msft/mod
Added mod file
|
2018-09-20 01:18:17 -07:00 |
zezha-msft
|
ae6a5bb23b
|
Added mod file
|
2018-09-20 00:43:35 -07:00 |
JeffreyRichter
|
7571e8eb08
|
Fixed error message formatting bug
|
2018-06-07 14:25:04 -07:00 |
Jeffrey Richter
|
098e490af5
|
Merge pull request #11 from Azure/dev
Updated logging
|
2018-05-06 22:09:06 -07:00 |
zezha-msft
|
8bafaa2c92
|
Added fix to handle empty bodies
|
2018-05-05 15:50:45 -07:00 |
zezha-msft
|
ce2dc939af
|
Updated logging
|
2018-05-04 18:22:04 -07:00 |
Jeffrey Richter
|
0f0dbf237b
|
Merge pull request #10 from JeffreyRichter/master
Switch httpClient to use Dial instead of DialContext for improved per…
|
2018-02-09 15:34:40 -08:00 |
Jeffrey Richter
|
78082efd21
|
Switch httpClient to use Dial instead of DialContext for improved performance
|
2018-02-09 15:31:50 -08:00 |
Jeffrey Richter
|
9804b770d6
|
Merge pull request #8 from JeffreyRichter/master
1st class function support, doc improvements, & added Close to requestBodyProgress
|
2018-01-26 12:06:47 -08:00 |
Jeffrey Richter
|
cb3adc50ea
|
Added Close to requestBodyProgress
|
2018-01-26 12:04:52 -08:00 |
Jeffrey Richter
|
aa38b995b4
|
1st class functions and doc improvements
|
2018-01-11 14:25:30 -08:00 |
Jeffrey Richter
|
f4da77e384
|
Merge pull request #6 from JeffreyRichter/master
Renamed Configuration to PolicyOptions
|
2017-12-14 10:23:40 -08:00 |
Jeffrey Richter
|
6ef5c39261
|
Renamed Configuration to PolicyOptions
|
2017-12-14 10:21:57 -08:00 |
Jeffrey Richter
|
9ba84729a0
|
Merge pull request #5 from JeffreyRichter/master
Logging improvements
|
2017-12-05 08:59:27 -08:00 |
Jeffrey Richter
|
ba7744adfa
|
Logging improvements
|
2017-12-05 08:20:58 -08:00 |
Jeffrey Richter
|
80b8d0e0ae
|
Merge pull request #1 from jhendrixMSFT/master
Add constants for user agent and version info.
|
2017-11-27 10:31:30 -08:00 |
Jeffrey Richter
|
a38376f0d4
|
Merge pull request #4 from JeffreyRichter/master
Renamed log severity to level & reversed order of pipeline factories
|
2017-11-27 06:43:06 -08:00 |
Jeffrey Richter
|
bb9a4c3572
|
Renamed log severity to level & reversed order of pipeline factories
|
2017-11-27 06:39:04 -08:00 |
Jeffrey Richter
|
4421653245
|
Merge pull request #3 from JeffreyRichter/master
Reworked Default logging
|
2017-11-15 15:44:46 -08:00 |
Jeffrey Richter
|
703a33df7c
|
Reworked Default logging
|
2017-11-15 15:39:42 -08:00 |
Jeffrey Richter
|
6166b2a257
|
Merge pull request #2 from JeffreyRichter/master
Improved logging
|
2017-11-13 10:49:46 -08:00 |
Jeffrey Richter
|
7b53d87fe8
|
Improved logging
|
2017-11-13 10:47:30 -08:00 |
Joel Hendrix
|
ae1c3c0708
|
Add constants for user agent and version info.
To support telemetry for the pipeline package.
|
2017-11-02 10:56:04 -07:00 |
Jeffrey Richter
|
784c974eb4
|
Improved logging output
|
2017-10-31 10:51:27 -07:00 |