Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure provider MVP #258

Merged
merged 29 commits into from
Jul 20, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e198469
[BOOST-652]
rdoria1 May 20, 2020
941552e
[BOOST-652]
rdoria1 May 20, 2020
7970d0e
[BOOST-652]
rdoria1 Jun 1, 2020
0a2ac35
Merge branch 'BOOST-652-skeleton-azure-infra' of github.com:theam/boo…
MarcAstr0 Jun 5, 2020
9a41a39
Added more Azure resources
MarcAstr0 Jun 11, 2020
95bcf56
More Azure resources for REST API
MarcAstr0 Jun 19, 2020
96efa15
Azure adapters for API and GraphQL
MarcAstr0 Jun 22, 2020
af9202d
Cosmos DB added to infrastructure
MarcAstr0 Jun 28, 2020
ef4c502
Implemented events adapter
MarcAstr0 Jun 30, 2020
2fdc897
Implemented read model and searcher adapter
MarcAstr0 Jul 8, 2020
7c4dbf2
Unit tests for Azure provider
MarcAstr0 Jul 8, 2020
6589972
Refactored Azure provider infrastructure
MarcAstr0 Jul 8, 2020
a97970b
Some fixes to the events and read model adapters
MarcAstr0 Jul 9, 2020
b89e0df
Merge branch 'master-mirror' into BOOST-730-implement-azure-resources
MarcAstr0 Jul 9, 2020
700c306
Several fixes after merging with master-mirror
MarcAstr0 Jul 10, 2020
907ffa7
Fixed yarn.lock
MarcAstr0 Jul 14, 2020
4a7b39b
Cleaned up utils.ts in the Azure infra package
MarcAstr0 Jul 14, 2020
e9d66c5
Merge branch 'master-mirror' into BOOST-730-implement-azure-resources
MarcAstr0 Jul 14, 2020
9339fa4
Added @ts-ignore to conflicting lines
MarcAstr0 Jul 14, 2020
e3ec4fa
Set template paths as class-level constants
MarcAstr0 Jul 14, 2020
8ad46bc
Refactored template loading in Azure infra
MarcAstr0 Jul 14, 2020
89062e0
Fixed debug message placement in searcher-adapter
MarcAstr0 Jul 14, 2020
09e369c
Pass Azure credentials as function parameters
MarcAstr0 Jul 16, 2020
44cf4cf
Small string change in searcher-adapter
MarcAstr0 Jul 16, 2020
edaa1d4
Use path.join in packageAzureFunction method
MarcAstr0 Jul 16, 2020
ba62f26
Refactored contants.ts to resemble AWS provider
MarcAstr0 Jul 16, 2020
df27b67
Removed unnecessary type conversion
MarcAstr0 Jul 16, 2020
13fc284
Simplified returns in the events adapter
MarcAstr0 Jul 16, 2020
3676337
Merge branch 'master-mirror' into BOOST-730-implement-azure-resources
MarcAstr0 Jul 20, 2020
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
Merge branch 'master-mirror' into BOOST-730-implement-azure-resources
# Conflicts:
#	packages/framework-provider-azure-infrastructure/package.json
#	packages/framework-provider-azure/package.json
  • Loading branch information
MarcAstr0 committed Jul 14, 2020
commit e9d66c55ec3b8ae8e04c5eb9477fdc0a8bb1b384
4 changes: 2 additions & 2 deletions packages/framework-provider-azure-infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@azure/arm-appservice": "^6.0.0",
"@azure/cosmos": "^3.7.3",
"@boostercloud/framework-provider-azure": "^0.5.0",
"@boostercloud/framework-types": "^0.5.0",
"@boostercloud/framework-provider-azure": "^0.5.1",
"@boostercloud/framework-types": "^0.5.1",
"archiver": "^4.0.1",
"azure-arm-resource": "^7.3.0",
"azure-arm-website": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-provider-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@azure/cosmos": "^3.7.2",
"@azure/functions": "^1.2.2",
"@boostercloud/framework-types": "^0.5.0"
"@boostercloud/framework-types": "^0.5.1"
},
"scripts": {
"lint": "eslint --ext '.js,.ts' **/*.ts",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.