This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 21b029f1 `hotfix` config-ui: blueprints service pack 1.0 (QA Bugfixes)
(#2534)
new ca2404c3 fix: change migrationscript
new 128279f1 fix: add commitfileComponent table
new 5cedd9e6 fix: update schema
new 172b2183 fix: update migrationscript
new 5ccbc1e3 fix: change table name filecomponent->component;
commitfilecomponent->filecomponent
new d9b99a69 fix: change table desgn in components commit_file_components
commit_files
new af864443 fix: update db schema
new a7b45969 fix: change migrationscript
new 0cd50247 fix: change component model to a new file and rename some file
new 71466d34 fix: update migrationscript version
new 0a530044 fix: drop commitfile table before automigrate table
new 6f47a524 fix: update csv.go format
new ff7ccd1f fix: update migrationscript drop arichived.commitfile table
before
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
models/domainlayer/code/commit.go | 17 ++++-
.../blueprint.go => domainlayer/code/component.go} | 20 ++----
.../20220722_commitfile_component.go | 82 ++++++++++++++++++++++
models/migrationscripts/register.go | 1 +
plugins/gitextractor/models/interface.go | 1 +
plugins/gitextractor/parser/repo.go | 44 ++++++++++--
plugins/gitextractor/store/csv.go | 4 ++
plugins/gitextractor/store/database.go | 8 +++
8 files changed, 157 insertions(+), 20 deletions(-)
copy models/{migrationscripts/archived/blueprint.go =>
domainlayer/code/component.go} (76%)
create mode 100644 models/migrationscripts/20220722_commitfile_component.go