Skip to content

Commit

Permalink
feat: Change researcher reports url to new reports server
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed May 31, 2024
1 parent 42d79d3 commit ec95b29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The high-level parts:
See [query-creator/README.md](query-creator/README.md)
* **Researcher-Reports**: An application a researcher can use to list their reports and generate a
short-lived url to download the data. See [researcher-reports/README.md](researcher-reports/README.md)
**NOTE**: this app is no longer used and instead the Elixir/Phoenix app in the server folder is used.
* **Report-Server**: An Elixir/Phoenix app that replaces the **Researcher-Reports** app. It allows for long-running processes
to post-process log files.

## Setting up a new report on a portal

Expand Down
2 changes: 1 addition & 1 deletion query-creator/env.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"PORTAL_REPORT_URL": "https://portal-report.concord.org/branch/master/index.html",
"FIREBASE_APP": "report-service-dev",
"LOG_ATHENA_DB_NAME": "log_ingester_qa",
"RESEARCHER_REPORTS_URL": "https://researcher-reports.concord.org/branch/master/",
"RESEARCHER_REPORTS_URL": "https://report-server.concordqa.org/reports",
"USERNAME_HASH_SALT": "replace-this-with-random-salt-bytes"
}
}
4 changes: 2 additions & 2 deletions query-creator/samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ s3_prefix = "report-service-query-creator"
region = "us-east-1"
confirm_changeset = true
capabilities = "CAPABILITY_IAM"
parameter_overrides = "OutputBucket=\"concord-staging-report-data\" LogInputBucket=\"log-ingester-qa\" ReportServiceUrl=\"https://us-central1-report-service-dev.cloudfunctions.net/api\" ResearcherReportsUrl=\"https://researcher-reports.concord.org/branch/master/\" FirebaseApp=\"report-service-dev\" PortalReportUrl=\"https://portal-report.concord.org/branch/master/index.html\" LogAthenaDBName=\"log_ingester_qa\""
parameter_overrides = "OutputBucket=\"concord-staging-report-data\" LogInputBucket=\"log-ingester-qa\" ReportServiceUrl=\"https://us-central1-report-service-dev.cloudfunctions.net/api\" ResearcherReportsUrl=\"https://report-server.concordqa.org/reports\" FirebaseApp=\"report-service-dev\" PortalReportUrl=\"https://portal-report.concord.org/branch/master/index.html\" LogAthenaDBName=\"log_ingester_qa\""
image_repositories = []

[production]
Expand All @@ -21,7 +21,7 @@ s3_prefix = "report-service-query-creator"
region = "us-east-1"
confirm_changeset = true
capabilities = "CAPABILITY_IAM"
parameter_overrides = "OutputBucket=\"concord-report-data\" LogInputBucket=\"log-ingester-production\" ReportServiceUrl=\"https://us-central1-report-service-pro.cloudfunctions.net/api\" ResearcherReportsUrl=\"https://researcher-reports.concord.org/\" FirebaseApp=\"report-service-pro\" PortalReportUrl=\"https://portal-report.concord.org/branch/master/index.html\" LogAthenaDBName=\"log_ingester_production\""
parameter_overrides = "OutputBucket=\"concord-report-data\" LogInputBucket=\"log-ingester-production\" ReportServiceUrl=\"https://us-central1-report-service-pro.cloudfunctions.net/api\" ResearcherReportsUrl=\"https://report-server.concord.org/reports\" FirebaseApp=\"report-service-pro\" PortalReportUrl=\"https://portal-report.concord.org/branch/master/index.html\" LogAthenaDBName=\"log_ingester_production\""
image_repositories = []

[default.local_start_api.parameters]
Expand Down

0 comments on commit ec95b29

Please sign in to comment.