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

feat: Add version audit record #567

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Conversation

whDongRui
Copy link
Contributor

No description provided.

@whDongRui whDongRui requested review from sunnywx and liiil825 December 5, 2018 04:02
@codecov
Copy link

codecov bot commented Dec 5, 2018

Codecov Report

Merging #567 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
- Coverage   16.23%   16.22%   -0.02%     
==========================================
  Files          98       98              
  Lines        1595     1596       +1     
  Branches      341      342       +1     
==========================================
  Hits          259      259              
- Misses       1281     1282       +1     
  Partials       55       55
Impacted Files Coverage Δ
src/components/Base/Image/index.jsx 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c14060...ab79ce7. Read the comment docs.

const { appId } = match.params;

await appVersionStore.fetchAll({ app_id: appId });
const versions = appVersionStore.versions;
Copy link
Contributor

Choose a reason for hiding this comment

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

const {versions} = appVersionStore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok.

}
}

expandReason(audit) {
Copy link
Contributor

Choose a reason for hiding this comment

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

rename the method to toggleReason is better

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok.

@sunnywx sunnywx merged commit 95ba6dc into openpitrix:master Dec 6, 2018
@whDongRui whDongRui deleted the new/app/audits branch January 17, 2019 06:50
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.

3 participants