mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 11:36:47 +00:00
Pull request preview URLs (#625)
* Dynamic link to HEAD of a given PR * Display pr name and link in notification console * Pass along query string to Explorer This means you can write a URL like: https://cosmos-explorer-preview.azurewebsites.net/pull/123?feature.enableFoo=true and when Explorer loads it'll have enableFoo set to true in the features object.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"author": "Microsoft Corporation",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"http-proxy-middleware": "^1.1.0"
|
||||
"http-proxy-middleware": "^1.1.0",
|
||||
"node-fetch": "^2.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user