Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlassian/post-upgrade-landing-page

Package Overview
Dependencies
Maintainers
18
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/post-upgrade-landing-page - npm Package Compare versions

Comparing version 0.3.2 to 1.0.0

4

CHANGELOG.md
# 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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc