Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Deploying Module "Custom":
Verifying Database Revisions ... OK
Simulating Database Upgrade ... 

# r1: JRA-1223 - Task Description
...

# r2: JRA-1243 - Task Description
...

Exporting LanguagePack ... OK
Done with Module "Custom".

 

Solution

  1. in the "DeploymentHelper::exportLanguagePack" method output progress as done in "DeploymentHelper::importLanguagePack" method, but use "Exporting" instead of "Importing" word
  2. change "DeploymentHelper::applyRevisions" method (only in dry run mode) to:
    1. show titles of skipped database revisions
    2. instead of SQLs show "..." because they're not actually executed
    3. show "Simulating Database Upgrade ..." instead of "Upgrading Database ..."

Related Tasks

Jira Legacy
serverSystem Jira
serverId513b375f-8291-3313-9d9f-704c39b1f915
keyINP-1693