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 displaying env and piped information at the application detail #1604

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

cakecatz
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1599

Does this PR introduce a user-facing change?:

Fix displaying env and piped information at the application detail

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for golang is 32.43%. This pull request does not change code coverage.

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for javascript is 86.71%. This pull request does not change code coverage.

@khanhtc1202
Copy link
Member

Nice
/approve

@pipecd-bot
Copy link
Collaborator

APPROVE

This pull request is APPROVED by khanhtc1202.

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 pipecd-bot merged commit 386b72c into master Feb 19, 2021
@pipecd-bot pipecd-bot deleted the fix-application-detail branch February 19, 2021 12:17
@nakabonne
Copy link
Member

Thank you!

@nghialv
Copy link
Member

nghialv commented Feb 22, 2021

/changelog

@pipecd-bot
Copy link
Collaborator

CHANGELOG

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

Details

Changelog since v0.9.5

Notable Changes

  • Fix displaying env and piped information at the application detail (#1604)
  • None (#1605)
  • Users can update tags for Lambda application via function.yaml configuration. (#1596)
  • None (#1601)
  • Show promote percentage on the stage (#1560)
  • Show confirm dialog when quit adding application if the user already filled some fields (#1550)
  • Be able to configure Lambda application specs such as timeout, memory size, and environment variables. (#1548)
  • Support DynamoDB as PipeCD control-plane datastore (#1521)
  • None (#1517)
  • Support authenticate with SecurityTokenService for Lambda application deployment (#1516)
  • Improve the display of the sealed secrets that have long length (#1505)
  • The full ID of piped is shown and a new button was added to copy the ID (#1499)
  • The full ID of piped will be shown while hovering over the name (#1488)
  • User can config s3 as file storage for pipecd (#1485)
  • Fix skeleton being displayed during update app live state (#1484)
  • None (#1480)

Internal Changes

  • Update firestore index ensurer to use configured CollectionNamePrefix (#1602)
  • Enable cache for the web test on CI (#1603)
  • Fix nil error by shadowing outer error variable (#1597)
  • Refactor API mock data (#1594)
  • Use general invitation link to CNCF slack (#1592)
  • Fix the user document (#1588)
  • Remove note to tell being Alpha status (#1589)
  • Add pipeline mock data for the web (#1586)
  • Add missing return statement on failed to build query (#1585)
  • Allow prefixing the collection name in google cloud Firestore (#1579)
  • Add notes on Firestore indexes (#1577)
  • Add mocking api for easy UI development (#1565)
  • Skip creating Firestore indexes if already added (#1566)
  • Add ECS deployment to feature status page (#1572)
  • Create applicationscountstore (#1561)
  • Add workflow to automatically add issue to the ROADMAP project (#1567)
  • Fix GetinsightData to use new field (#1562)
  • Add note about needed service account roles (#1563)
  • Let Ops automatically create Firestore composite indexes (#1553)
  • Use pipecd-base as a base image of pipecd (#1556)
  • Add pipecd-base image (#1554)
  • Store promote percentage to stage metadata store (#1551)
  • Update lambda deployment docs (#1552)
  • Enable add tags to Lambda application via function.yaml (#1549)
  • Specify test size to avoid warnings from bazel (#1547)
  • Fix missing model_wrappers for mongodb (#1546)
  • Export component props interface from component file for storybook (#1540)
  • Fixed the type of set-files for helm in the document (#1542)
  • Update storybook configs (#1539)
  • Refactor insight package by splitting it into smaller ones (#1519)
  • Update the links to issue labels (#1537)
  • Bump goccy/go-yaml from v1.8.7 to v1.8.8 (#1536)
  • Add doc to guide how to enable blue-green deployment with istio (#1535)
  • Refactor web components directory structure (#1533)
  • Use goccy/go-yaml.Read instead of parsing ourselves (#1534)
  • Update api version of istio's manifests to v1beta1 (#1532)
  • Add doc to guide how to enable canary deployment for k8s app with istio (#1528)
  • Validate value in YAML before actual reading (#1529)
  • Fix the deployment status was not changed from "deploying" after finished in some cases (#1522)
  • Fix wrong stage name in Lambda doc (#1523)
  • Make modifying logic of Event watcher abstract (#1520)
  • Update protobuf definitions for insights rpc (#1444)
  • Fix typo (#1518)
  • Update scaffdog version to v1 (#1512)
  • Remove setTimeout from closing menu and dialog (#1514)
  • Refactor generated api key dialog (#1513)
  • Update the status of Kubernetes' Live State to beta (#1510)
  • Emit warning when Event not found (#1508)
  • Fix copyright years in the footer of documentation site (#1507)
  • Add mono font to the theme (#1506)
  • Fix the diffs on Istio's VirtualService always appear after deploying (#1504)
  • Use pipectl-base 0.2.0 to build pipectl image (#1503)
  • Add pipectl to PATH for pipetcl-base image (#1502)
  • Remove useCredentialsFile field from FireStore struct (#1501)
  • Fix export types (#1500)
  • Add web tests (#1498)
  • Fix schema mistake in the document of SealedSecret (#1496)
  • Fix error text when loading manifest (#1495)
  • Refactor error handling for rc.Close in GetObject function GCS storage (#1493)
  • Change directory structure for web components (#1494)
  • Use pipectl-base as a base image of pipectl (#1490)
  • Add piped-base image (#1489)
  • Reduce the number of retries on API call while starting (#1487)
  • Use alpine as a pipectl base image (#1486)
  • Refactor the way of using model in web (#1483)
  • Remove useCredentialsFile flag field from GCS new client implementation (#1482)
  • Update chart-releaser to fix cache-control when storing index file (#1481)
  • Update pipectl installation instructions (#1479)
  • Add a util function for web testing (#1472)

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.

Env shown at the place where piped name should be shown
5 participants