Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4594bdc
Add static web app extension to recommendations
chrisdias Oct 21, 2020
a19ddc4
tweak sample to make e2e scenarios easier to run
chrisdias Dec 2, 2020
cbac05e
remove devcontainer json
chrisdias Dec 2, 2020
c6d0b01
eliminate azure function
chrisdias Dec 4, 2020
1e6b8ec
update launch.json
chrisdias Dec 4, 2020
9c25dbe
add scenario status page
chrisdias Dec 11, 2020
85ee384
updated scenario status with 12/17 run
chrisdias Dec 18, 2020
0e3fad3
Add a totally useful logging statement
burkeholland Jan 21, 2021
7431a24
Merge pull request #5 from burkeholland:GoldenScenario
burkeholland Jan 21, 2021
211f3d5
add more logging
burkeholland Jan 21, 2021
445340b
Merge pull request #6 from burkeholland/GoldenScenarioGitPod
burkeholland Jan 21, 2021
390baa7
remove logging
burkeholland Jan 26, 2021
2ee46fd
Merge pull request #11 from chrisdias/GoldenBranch2
burkeholland Jan 26, 2021
d33d687
comment out unnecessary code
chrisdias Feb 9, 2021
05e7481
Merge pull request #21 from chrisdias/chrisdias/goldenscenario
chrisdias Feb 9, 2021
ae99143
Update readme
bamurtaugh Feb 18, 2021
d9f1693
Merge pull request #24 from chrisdias:GoldenFebBranch
bamurtaugh Feb 18, 2021
42cec7c
Update readme
bamurtaugh Feb 24, 2021
46a80e0
Merge pull request #25 from chrisdias:GoldenBranch24
bamurtaugh Feb 24, 2021
6e06ea2
Update readme
bamurtaugh Feb 24, 2021
b49b5dd
Merge pull request #27 from chrisdias:GoldenBranch
bamurtaugh Feb 24, 2021
10e497c
CHRIS
chrisdias Feb 25, 2021
6da7fbe
chris
chrisdias Feb 26, 2021
3e1c374
demo
chrisdias Mar 1, 2021
3ac9541
Update readme!
bamurtaugh Mar 4, 2021
a12c718
Merge PR
bamurtaugh Mar 4, 2021
c8b3ced
Update readme for run
bamurtaugh Mar 11, 2021
ffa3b17
Merge pull request #32 from chrisdias:GoldenRun3-10
bamurtaugh Mar 11, 2021
9274aaf
Testing readme change
bamurtaugh Mar 12, 2021
a76cb5a
Merge pull request #33 from chrisdias:Testing3-12
bamurtaugh Mar 12, 2021
496cc85
Update readme
bamurtaugh Mar 18, 2021
20daebe
Merge latest PR
bamurtaugh Mar 18, 2021
65b79bc
Update readme for golden
bamurtaugh Mar 25, 2021
1fa9ad4
Merge pull request #36 from chrisdias:Golden325
bamurtaugh Mar 25, 2021
0d56a14
Add
bamurtaugh May 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .devcontainer/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions .devcontainer/devcontainer.json

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

20 changes: 17 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Node Functions",
"type": "node",
"request": "attach",
"request": "launch",
"name": "Launch Server",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"server"
],
"port": 9229,
"preLaunchTask": "func: host start"
"skipFiles": [
"<node_internals>/**"
]
},
{
"name": "Launch Chrome (Desktop Only)",
"request": "launch",
"type": "pwa-chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

32 changes: 0 additions & 32 deletions .vscode/tasks.json

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br />
You will also see any lint errors in the console.

Test

### `npm test`

Launches the test runner in the interactive watch mode.<br />
Expand Down
7 changes: 0 additions & 7 deletions api/.funcignore

This file was deleted.

94 changes: 0 additions & 94 deletions api/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions api/GetProducts/function.json

This file was deleted.

8 changes: 0 additions & 8 deletions api/GetProducts/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions api/GetProducts/sample.dat

This file was deleted.

15 changes: 0 additions & 15 deletions api/host.json

This file was deleted.

5 changes: 0 additions & 5 deletions api/package-lock.json

This file was deleted.

11 changes: 0 additions & 11 deletions api/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions api/proxies.json

This file was deleted.

8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.20.0",
"bulma": "^0.9.1",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "3.4.3"
"react-scripts": "3.4.3",
"express": "4.17.1"
},
"scripts": {
"start": "react-scripts start",
"server": "node ./server/server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -34,5 +35,5 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:7071"
"proxy": "http://localhost:3005"
}
22 changes: 22 additions & 0 deletions scenarioStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Scenario Status

### Legend

| Status | Definition |
| ---- | ---- |
|🔴| Blocking |
|🟢| Passing |
|🟡| Issue, but not blocking |

### Status

| Date | Extension | Get the Repo | Install Extensions | Install Az Func Tools | Run Client | Run Server | Port Forwarding | Debugging |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 10/20/20 | n/a |:yellow_circle:|:green_circle:|:yellow_circle:|:green_circle:|:red_circle: https://github.com/github/codespaces/issues/1435 <br> workaround: run `func host start` from the `api` folder |:green_circle:|:red_circle: https://github.com/github/codespaces/issues/1435 |
| 11/24/20 | n/a |:green_circle:|:green_circle:|:green_circle:|:green_circle:|:red_circle: https://github.com/Azure/Azure-Functions/issues/1454 | | |
| 12/1/20 | n/a |:green_circle:|:green_circle:|:green_circle:|:green_circle:|:red_circle: https://github.com/Azure/Azure-Functions/issues/1454 / https://github.com/microsoft/vssaas-planning/issues/1518#issuecomment-736834342 | | |
| 12/2/20 | n/a |:green_circle:|:green_circle:|:yellow_circle:|:green_circle:|:red_circle: https://github.com/Azure/Azure-Functions/issues/1454 / https://github.com/microsoft/vssaas-planning/issues/1518#issuecomment-736834342 | | |
| 12/2/20 | n/a |:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|
:red
| 12/10/20 | n/a |:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|:red_circle: https://github.com/microsoft/vscode-internalbacklog/issues/1680
| 12/17/20 | n/a |:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|:green_circle:|:red_circle: https://github.com/microsoft/vscode-internalbacklog/issues/1680
File renamed without changes.
18 changes: 18 additions & 0 deletions server/server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const express = require('express');
const products = require("./products.json");

const app = express();

app.use('/GetProducts', function(req, res, next) {
res.send(products);
// test
})

app.listen(3005, function() {

// listening on a port
// console.log("server is listening");

console.log('server listening on http://localhost:3005');
});

Loading