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

Migrate reports to job-server #341

Open
bloodearnest opened this issue Jul 18, 2022 · 0 comments
Open

Migrate reports to job-server #341

bloodearnest opened this issue Jul 18, 2022 · 0 comments

Comments

@bloodearnest
Copy link
Member

The following reports are still consuming github outputs:

sqlite> select repo, branch, report_html_file_path, last_updated, is_draft from reports_report where job_server_url == '' order by last_updated DESC;
repo                               branch      report_html_file_path                                       last_updated  is_draft  
---------------------------------  ----------  ----------------------------------------------------------  ------------  ----------
antibody-and-antiviral-deployment  report      /reports/coverage/mabs_and_antivirals_coverage_report.html  2022-07-12    0         
nhs-covid-vaccination-coverage     main        released-outputs/vaccines-index.html                        2022-07-08    0         
nhs-covid-vaccination-coverage     main        released-outputs/opensafely_vaccine_report_overall_simple.  2022-06-29    0         
nhs-covid-vaccination-coverage     main        released-outputs/second_doses.html                          2022-06-29    0         
nhs-covid-vaccination-coverage     main        released-outputs/booster-third-doses.html                   2022-06-29    0         
nhs-covid-vaccination-coverage     main        released-outputs/first_dose_u16.html                        2022-06-29    0         
nhs-covid-vaccination-coverage     main        released-outputs/second_doses_u16.html                      2022-06-29    0         
pincer-measures                    main        released_outputs/report-combined.html                       2022-06-20    0         
database-notebooks                 master      notebooks/html/database-builds.html                         2022-06-08    0         
database-notebooks                 master      notebooks/html/database-schema.html                         2022-06-08    0         
ethnicity-short-data-report        notebook_s  local/local_report_ethnicity.html                           2022-05-30    1         
long-covid                         main        released_outputs/long_covid_coding_report.html              2022-03-17    0         
mechanical-valve-anticoag          master      /released_outputs/report_notebook.html                      2022-02-02    0         
sro-measures                       master      released_outputs/output/sentinel_measures_combined.html     2022-01-26    1         
SRO-PULSE-OXIMETRY-UPD             release-ca  released_outputs/pulse_oximetry_coding_report.html          2021-10-11    1         
comparative-ve-research            main        released_outputs/output/report/effectiveness_report.html    2021-08-26    1         
nhs-covid-vaccination-coverage     1.17        released-outputs/opensafely_vaccine_report_overall_simple.  2021-06-16    0         
sro-measures                       master      released_outputs/output/sentinel_measures_demographics.htm  2021-06-11    1         

We should move these over to consuming job-server outputs, then we can delete all the github code from reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant