Page MenuHomeIn-Portal Phabricator

INP-1693 - Show all performed actions during deployment in synchronization mode
ClosedPublic

Authored by alex on Apr 22 2017, 4:32 AM.

Details

Test Plan
  • in Database:
    1. run UPDATE Modules SET AppliedDBRevisions = NULL; sql
  • in Admin Console:
    1. go to ToolsSystem Tools section
    2. click on Synchronize button
    3. confirm, that compared to pre-patch output 1st non-applied revision was shown
    4. confirm, that compared to pre-patch output language pack export note was shown
  • in IDE:
    1. add 1 more revision to the /modules/custom/install/project_upgrades.sql file
  • in Admin Console:
    1. go to ToolsSystem Tools section
    2. click on Synchronize button
    3. confirm, that compared to pre-patch output 2nd non-applied revision was shown
    4. confirm, that compared to pre-patch output language pack export note was shown
  • in Database:
    1. run UPDATE Modules SET AppliedDBRevisions = NULL; sql
  • in Admin Console:
    1. go to ToolsSystem Tools section
    2. click on Synchronize button
    3. confirm, that compared to pre-patch output 1st and 2nd non-applied revisions were shown
    4. confirm, that compared to pre-patch output language pack export note was shown

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 728.Apr 22 2017, 4:32 AM
alex retitled this revision from to INP-1693 - Show all performed actions during deployment in synchronization mode.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1693.
erik accepted this revision.Apr 27 2017, 5:15 AM
erik edited edge metadata.
This revision is now accepted and ready to land.Apr 27 2017, 5:15 AM
This revision was automatically updated to reflect the committed changes.