@atlassian/post-upgrade-landing-page
Advanced tools
Comparing version 0.3.2 to 1.0.0
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [1.0.0] - 2019-07-30 | ||
- Split apps section into two - failed apps and disabled apps. | ||
## [0.3.2] - 2019-07-11 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "@atlassian/post-upgrade-landing-page", | ||
"version": "0.3.2", | ||
"version": "1.0.0", | ||
"description": "A frontend module for PULP page", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd.", |
@@ -35,4 +35,4 @@ # Post Upgrade Landing Page frontend | ||
}; | ||
rows?: { | ||
news?: { | ||
rows: { | ||
news: { | ||
headline: string; | ||
@@ -45,9 +45,11 @@ text: string; | ||
}; | ||
type?: string; | ||
}[]; | ||
applinks?: { | ||
failedApplinks: number; | ||
applinks: { | ||
failedApplinks?: number; | ||
}; | ||
plugins?: { | ||
disabledPlugins: number; | ||
kbUrl: string; | ||
plugins: { | ||
failedPluginsNames?: string[]; | ||
disabledPluginsNames?: string[]; | ||
safeModeDisabledPluginsNames?: string[]; | ||
}; | ||
@@ -94,6 +96,10 @@ }; | ||
"pulp.rows.applinks.stp.label": "Support Tools Plugin", | ||
"pulp.rows.plugins.headline.enabled": "User apps", | ||
"pulp.rows.plugins.headline.disabled": "User apps disabled: {0}", | ||
"pulp.rows.plugins.description.enabled": "All apps available.", | ||
"pulp.rows.plugins.description.disabled": "Some of your user apps have failed to start. They may not be compatible with this version of Jira.", | ||
"pulp.rows.plugins.kb.prompt": "Learn how to troubleshoot apps", | ||
"pulp.rows.plugins.headline.has.failed.plugins": "Failed apps: {0}", | ||
"pulp.rows.plugins.headline.no.failed.plugins": "User apps", | ||
"pulp.rows.plugins.description.has.failed.plugins": "Some of your user apps have failed to start. They may not be compatible with this version of Jira.", | ||
"pulp.rows.plugins.description.no.failed.plugins": "All apps available.", | ||
"pulp.rows.plugins.description.user.disabled.plugins": "Some of your apps were disabled before the upgrade:", | ||
"pulp.rows.plugins.description.safe.mode.disabled.plugins": "The following apps were disabled using Safe Mode:", | ||
"pulp.rows.plugins.upmlink.enabled": "All apps are compatible and have started. Add-ons are managed by the {0} in Jira administration.", | ||
@@ -100,0 +106,0 @@ "pulp.rows.plugins.upmlink.disabled": "Go to the {0} to see if these have become incompatible.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1249000
959
2
119