这是indexloc提供的服务,不要输入任何密码
Skip to content

improve version check for server dependent features #388

@praveenweb

Description

@praveenweb

New features gets added on each server version and console needs to be able to detect these and not render them for incompatible versions.

Need to do this check at the router level as well to prevent new urls from being loaded on older versions.

Version check needs to take into account pre-release tags (alpha, beta), minor and major versions so that they keep working for future version upgrades.

Ideally this would be a global method which returns true/false depending on the mapping object.

Currently apply this for

  • Events tab (router level too) | v1.0.0-alpha16+
  • Redeliver Event | v1.0.0-alpha17+
  • Update Event | v1.0.0-alpha17+
  • Reload Metadata Cache | 1.0.0-alpha17+.

Metadata

Metadata

Assignees

Labels

c/consoleRelated to console

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions