fabric8-analytics / fabric8-analytics-worker

fabric8-analytics worker for gathering raw data
GNU General Public License v3.0
8 stars 45 forks source link

fix: Add column source to `component_analyses_requests` table. #948

Closed rafiu007 closed 3 years ago

rafiu007 commented 3 years ago

This new column will be used to store the source of the request.

codecov-io commented 3 years ago

Codecov Report

Merging #948 (81f93ff) into master (b6ca18d) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #948   +/-   ##
=======================================
  Coverage   61.92%   61.93%           
=======================================
  Files          85       85           
  Lines        5755     5756    +1     
  Branches      742      742           
=======================================
+ Hits         3564     3565    +1     
  Misses       2010     2010           
  Partials      181      181           
Impacted Files Coverage Δ
f8a_worker/storages/postgres.py 36.11% <ø> (ø)
f8a_worker/models.py 74.00% <100.00%> (+0.10%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b6ca18d...81f93ff. Read the comment docs.

rafiu007 commented 3 years ago

Where is the script to change the data model?

I was waiting for +1 for the column name.

prashbnair commented 3 years ago

I was waiting for +1 for the column name.

I would prefer telemetry_id.

rafiu007 commented 3 years ago

I was waiting for +1 for the column name.

I would prefer telemetry_id.

Okay going ahead with that.