Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: App version and review related issues #1066

Merged
merged 8 commits into from
Mar 28, 2019

Conversation

whDongRui
Copy link
Contributor

@whDongRui whDongRui commented Mar 28, 2019

  • fix: Version NO check support default value

  • fix: ISV review add deploy button

  • fix: SSH key attch key error

  • fix: Clusters page reset defalut status

  • fix: Reviews page pagination query error

  • fix: Local menu apps refresh with api response data

  • fix: Nav menu logo skip link to self portal

  • fix: Version sumbit review refresh latest record

  • fix: Sandbox instancespage add agent tab

  • fix: Remove reveiw detail page standard link

@openpitrix openpitrix deleted a comment Mar 28, 2019
@@ -47,7 +47,7 @@ export const checkConfig = {
version: {
name: {
required_info: 'Version No should not be empty"',
regex: /^\d+((\.|\d)*)+(\d$)/,
regex: /^\d+((\.|\d|^\s+|\s|\[)*)+((\d|\])$)/,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里中间的 ^\s+ 有问题吧

@sunnywx sunnywx merged commit 9fbc8b2 into openpitrix:master Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants