This is an automated email from the ASF dual-hosted git repository.

narro pushed a change to branch feat-8393
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


 discard 9e0ed401c feat(customize): add CSV import APIs for QA data
 discard 790018c2d feat(core): create QA tables and models
     add bbab2f3fb pr-type/bug-fix Added Blueprint title in pipelines run 
history table (#8390)
     add 2280080d3 fixing running git clone multiple times (#8378)
     add 98534700f refactor: upgrade grafana to v11.6.0 (#8391)
     add b7fca146a fix(github_graphql): Update Extract Jobs task to use Check 
Run instead of Check Suite (#8384)
     add 53dab9112 fix(backend): correct field mapping for TapdScopeConfig 
(#8399)
     add 7b13824c5 feat(customize): add account handling for imported issues
     add f6f0a5b82 refactor(customize): extract getStringField function for 
better record handling
     add 5ad1d2796 feat(core): create QA tables and models
     add 7f638a05b feat(customize): add CSV import APIs for QA data
     add e8eaa7da9 feat(customize): add incremental import functionality for QA 
APIs and Test Cases

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9e0ed401c)
            \
             N -- N -- N   refs/heads/feat-8393 (e8eaa7da9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 backend/plugins/customize/api/csv_qa.go            |  32 ++--
 .../plugins/customize/e2e/import_issues_test.go    |  11 ++
 .../customize/e2e/raw_tables/issues_input.csv      |   6 +-
 .../customize/e2e/snapshot_tables/accounts.csv     |   5 +
 .../e2e/snapshot_tables/issues_output.csv          |  12 +-
 backend/plugins/customize/service/service.go       | 177 ++++++++++++++++++---
 backend/plugins/customize/service/service_test.go  | 115 +++++++++++++
 backend/plugins/dbt/tasks/git.go                   |  15 +-
 .../plugins/github_graphql/tasks/job_collector.go  |  58 +++----
 .../plugins/github_graphql/tasks/job_extractor.go  |  60 +++----
 backend/plugins/tapd/tasks/task_data.go            |   2 +-
 config-ui/src/routes/pipeline/components/table.tsx |   6 +
 grafana/Dockerfile                                 |   2 +-
 13 files changed, 384 insertions(+), 117 deletions(-)
 create mode 100644 backend/plugins/customize/e2e/snapshot_tables/accounts.csv

Reply via email to