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

Add zooming feature to core value images #823

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Add zooming feature to core value images #823

merged 1 commit into from
Sep 17, 2020

Conversation

cakecatz
Copy link
Contributor

What this PR does / why we need it:
Kapture 2020-09-17 at 14 16 00

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@@ -15,6 +15,8 @@
{{ $image_resized_750.RelPermalink }} 1.5x,
{{ $image_resized_1000.RelPermalink }} 2x,
{{ $image_resized_1500.RelPermalink }} 3x"
data-zoom-src="{{ $value_image.RelPermalink }}"
Copy link
Member

Choose a reason for hiding this comment

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

Nice.

@nghialv
Copy link
Member

nghialv commented Sep 17, 2020

Thank you.
/approve

@pipecd-bot
Copy link
Collaborator

APPROVE

This pull request is APPROVED by nghialv.

Approvers can cancel the approval by writing /approve cancel in a comment. Any additional commits also will change this pull request to be not-approved.

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for golang is 22.04%. This pull request increases coverage by 0.49%.

File Function Base Head Diff
pkg/datastore/mock.go MockDataStore.Find 0.00% 100.00% +100.00%
pkg/datastore/mock.go MockDataStoreMockRecorder.Get 0.00% 100.00% +100.00%
pkg/datastore/mock.go NewMockIterator 0.00% 100.00% +100.00%
pkg/datastore/mock.go MockIterator.Next 0.00% 100.00% +100.00%
pkg/datastore/deploymentstore.go deploymentStore.ListDeployments 0.00% 84.62% +84.62%
pkg/datastore/deploymentstore.go deploymentStore.GetDeployment 0.00% 100.00% +100.00%
pkg/datastore/mock.go MockDataStoreMockRecorder.Find 0.00% 100.00% +100.00%
pkg/datastore/mock.go MockDataStore.Get 0.00% 100.00% +100.00%
pkg/datastore/mock.go MockIterator.EXPECT 0.00% 100.00% +100.00%
pkg/datastore/mock.go MockIteratorMockRecorder.Next 0.00% 100.00% +100.00%

@pipecd-bot pipecd-bot merged commit 85768fc into master Sep 17, 2020
@pipecd-bot pipecd-bot deleted the zoom-images branch September 17, 2020 05:23
@nghialv
Copy link
Member

nghialv commented Sep 17, 2020

/changelog

@pipecd-bot
Copy link
Collaborator

CHANGELOG

@nghialv: Changelog has been generated in response to this comment.

Details

Changelog since v0.7.0

Notable Changes

  • Fix a bug that piped could not be started due to unknown control-plane-address flag (#799)

Internal Changes

  • Add zooming feature to core value images (#823)
  • Use srcset for the images at landing page (#821)
  • Fix the description at landing page (#822)
  • Add test cases for deployment store (#03d337a2)
  • Add deploymentstore tests (#816)
  • Update images at landing page (#818)
  • Chagne font size of the landing page footer (#815)
  • Update landing page styles (#814)
  • Add max and min heights for the log viewer (#813)
  • Remove unneeded sample cli (#812)
  • Update landing page (#811)
  • Update docs: control plane development (#810)
  • Implement landing page (#809)
  • Update architecture overview image (#808)
  • Update docs: adding helm chart repository (#807)
  • Add test cases for GCS (#806)
  • Show skeletons when loading application detail (#805)
  • Make GCS HTTP client pluggable (#804)
  • Update docs: configuring notifications (#803)
  • Update docs: adding a git repository (#800)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants