Skip to content

Commit

Permalink
run linters
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed May 9, 2024
1 parent 4f214cf commit 3da1302
Show file tree
Hide file tree
Showing 13 changed files with 8,989 additions and 8,715 deletions.
13,750 changes: 6,875 additions & 6,875 deletions backend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@
"test-python": "pytest"
},
"version": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion backend/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
service: crossfeed

frameworkVersion: '3'
Expand Down Expand Up @@ -156,7 +157,6 @@ resources:
VisibilityTimeout: 18000 # 5 hours
MaximumMessageSize: 262144 # 256 KB
MessageRetentionPeriod: 604800 # 7 days
{% endif %}

functions:
- ${file(./src/tasks/functions.yml)}
Expand Down
277 changes: 275 additions & 2 deletions frontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@
"typecheck": "tsc --noEmit"
},
"version": "0.1.0"
}
}
1 change: 1 addition & 0 deletions frontend/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
service: crossfeed-frontend

frameworkVersion: '3'
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/elastic.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ resource "aws_instance" "elk_stack" {
# prevent_destroy = true
ignore_changes = [ami]
}
}
}
2 changes: 1 addition & 1 deletion infrastructure/prod.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
key="PROD/frontend-prod.tfstate"
bucket="cisa-cd-crossfeed-terraform-state-prod"
region="us-east-1"
profile="default"
profile="default"
2 changes: 1 addition & 1 deletion infrastructure/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resource "aws_sns_topic" "alarms" {
Project = var.project
Stage = var.stage
}
}
}
2 changes: 1 addition & 1 deletion infrastructure/stage-lz.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ ssm_subnet_worker_id = "/LZ/SUBNET_ENDPOINT_B_ID"
ssm_subnet_matomo_id = "/LZ/SUBNET_ENDPOINT_C_ID"
ssm_subnet_db_1_id = "/LZ/SUBNET_PRIVATE_A_ID"
ssm_subnet_db_2_id = "/LZ/SUBNET_PRIVATE_B_ID"
ssm_subnet_es_id = "/LZ/SUBNET_PRIVATE_C_ID"
ssm_subnet_es_id = "/LZ/SUBNET_PRIVATE_C_ID"
2 changes: 1 addition & 1 deletion infrastructure/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -745,4 +745,4 @@ variable "matomo_availability_zone" {
description = "matomo_availability_zone"
type = string
default = "us-east-1"
}
}
Loading

0 comments on commit 3da1302

Please sign in to comment.