Skip to content
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5ad62d5
use latest version of Maven plugin
selvasingh Apr 7, 2019
ab81fac
set memory size
selvasingh Apr 7, 2019
c016c32
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Apr 7, 2019
754c540
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Apr 9, 2019
97bb769
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Apr 9, 2019
ec9ddf1
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Sep 28, 2019
97277b4
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Sep 28, 2019
e4b1d38
updated about page and removed unwanted dependencies
selvasingh Sep 28, 2019
e916758
rolled back to old css
selvasingh Sep 28, 2019
987c541
fixed splitting messages across consumers
selvasingh Sep 30, 2019
c79a084
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Sep 30, 2019
3d9e30c
fixed doc
selvasingh Sep 30, 2019
77e73d3
removed initialization
selvasingh Oct 1, 2019
a92bb9a
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Oct 1, 2019
b78ab70
added /api/username
selvasingh Oct 3, 2019
150d512
experimental
selvasingh Oct 3, 2019
7f100b7
show username when logged in
selvasingh Oct 3, 2019
337a235
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Oct 3, 2019
0b92063
added /api/username (#64)
selvasingh Oct 3, 2019
e4e0be9
Merge branch 'master' of https://github.com/Microsoft/inventory-hub-j…
selvasingh Oct 3, 2019
7890518
calls api/username
selvasingh Oct 4, 2019
1c42b46
username + logout
selvasingh Oct 4, 2019
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
Prev Previous commit
Next Next commit
fixed doc
  • Loading branch information
selvasingh committed Sep 30, 2019
commit 3d9e30c0812cbb9449ef2ee9eb7f0589aecf5977
4 changes: 3 additions & 1 deletion dashboard-web-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@ COSMOSDB_KEY=put-your-COSMOSDB-key-here
COSMOSDB_DBNAME=put-your-COSMOSDB-databasename-here

NOTIFICATIONS_EVENT_HUB_NAME=put-your-eventhub-for-notifications
NOTIFICATIONS_EVENT_HUB_CONSUMER_GROUP_NAME="\$Default"
NOTIFICATIONS_EVENT_HUB_CONSUMER_GROUP_NAME=$(uuidgen)
NOTIFICATIONS_EVENT_HUB_CONNECTION_STRING=put-your-event-hub-connection-string
NOTIFICATIONS_STORAGE_CONTAINER_NAME=put-your-storage-container-name
NOTIFICATIONS_STORAGE_CONNECTION_STRING=put-your-storage-connection-string

WEBAPP_RESOURCEGROUP_NAME=put-your-resourcegroup-name-here
WEBAPP_NAME=put-your-webapp-name-here
WEBAPP_REGION=put-your-region-here

DOLLAR=\$
```

## Integrate with Spring Security using Azure Active Directory B2C - OPTIONAL STEP
Expand Down