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 bc9820e5a refactor: rename transformation rule to scope config - tapd
(#5328)
add 9d97358be refactor: rename transformation rule to scope config -
trello (#5329)
No new revisions were added by this update.
Summary of changes:
backend/plugins/trello/api/blueprint_v200.go | 33 +++++-
backend/plugins/trello/api/init.go | 20 ++++
backend/plugins/trello/api/scope.go | 132 +--------------------
.../{pagerduty => trello}/api/scope_config.go | 40 +++----
backend/plugins/{github => trello}/api/swagger.go | 14 +--
backend/plugins/trello/api/transformation_rule.go | 132 ---------------------
backend/plugins/trello/impl/impl.go | 12 +-
backend/plugins/trello/models/board.go | 10 +-
.../migrationscripts/20230305_add_init_tables.go | 18 +--
...22_add_connection_id_to_transformation_rules.go | 17 +--
.../migrationscripts/20230531_scope_config.go | 10 +-
.../{ => migrationscripts/archived}/board.go | 8 +-
.../models/{ => migrationscripts/archived}/card.go | 7 +-
.../{ => migrationscripts/archived}/check_item.go | 6 +-
.../models/migrationscripts/archived/connection.go | 25 ++--
.../{ => migrationscripts/archived}/label.go | 8 +-
.../models/{ => migrationscripts/archived}/list.go | 6 +-
.../{ => migrationscripts/archived}/member.go | 8 +-
.../archived/transformation_rule.go} | 8 +-
.../trello/models/migrationscripts/register.go | 2 +
.../{pagerduty => trello}/models/scope_config.go | 10 +-
backend/plugins/trello/tasks/task_data.go | 8 +-
22 files changed, 154 insertions(+), 380 deletions(-)
copy backend/plugins/{pagerduty => trello}/api/scope_config.go (68%)
copy backend/plugins/{github => trello}/api/swagger.go (74%)
delete mode 100644 backend/plugins/trello/api/transformation_rule.go
copy backend/plugins/{github =>
trello}/models/migrationscripts/20230322_add_connection_id_to_transformation_rules.go
(86%)
copy backend/plugins/{tapd =>
trello}/models/migrationscripts/20230531_scope_config.go (82%)
copy backend/plugins/trello/models/{ => migrationscripts/archived}/board.go
(89%)
copy backend/plugins/trello/models/{ => migrationscripts/archived}/card.go
(92%)
copy backend/plugins/trello/models/{ =>
migrationscripts/archived}/check_item.go (91%)
copy backend/plugins/{sonarqube =>
trello}/models/migrationscripts/archived/connection.go (70%)
copy backend/plugins/trello/models/{ => migrationscripts/archived}/label.go
(89%)
copy backend/plugins/trello/models/{ => migrationscripts/archived}/list.go
(90%)
copy backend/plugins/trello/models/{ => migrationscripts/archived}/member.go
(88%)
rename backend/plugins/trello/models/{transformation_rules.go =>
migrationscripts/archived/transformation_rule.go} (77%)
copy backend/plugins/{pagerduty => trello}/models/scope_config.go (79%)