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

[MM-75] Update plugin with respect to phase 1 upgrades #62

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ayusht2810
Copy link
Contributor

Summary

Updated plugin with respect to phase 1 upgrades

Ticket Link

@ayusht2810 ayusht2810 self-assigned this Dec 29, 2023
@ayusht2810 ayusht2810 added the 2: Dev Review Requires review by a core committer label Dec 29, 2023
Copy link
Contributor

@hanzei hanzei left a comment

Choose a reason for hiding this comment

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

Why are we updating this plugin given #61? Do we plan to invest into the plugin?

Copy link

@mickmister mickmister left a comment

Choose a reason for hiding this comment

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

@ayusht2810 There are no webapp components in this repo so the webapp folder can be deleted. Can you please delete that folder and the section in the plugin.json file for the webapp? Thanks

@ayusht2810
Copy link
Contributor Author

@mickmister fixed the review comments. Please re-review.

lieut-data and others added 2 commits February 16, 2024 18:22
…s (#192)

* Revert "Update main.go (#154)"

This reverts commit be4a281.

* Revert "[MM-33506] Use embed package to include plugin manifest (#145)"

This reverts commit ca9ee3c.

* Revert "Don't generate manifest.ts (#127)"

This reverts commit 18d30b5.

* install-go-tools target, adopt gotestsum

* bring back make apply + automatic versioning

* Update build/manifest/main.go

Co-authored-by: Michael Kochell <[email protected]>

* suppress git describe error when no tags match

* make version/release notes opt-in

* fix whitespace in Makefile

* document version management options

---------

Co-authored-by: Michael Kochell <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (080e592) 64.75% compared to head (9d1474a) 64.70%.

Files Patch % Lines
server/plugin/plugin.go 25.00% 3 Missing ⚠️
server/plugin/api.go 0.00% 0 Missing and 2 partials ⚠️
server/plugin/configuration.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   64.75%   64.70%   -0.05%     
==========================================
  Files          17       17              
  Lines        1444     1445       +1     
==========================================
  Hits          935      935              
- Misses        465      466       +1     
  Partials       44       44              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@mickmister mickmister left a comment

Choose a reason for hiding this comment

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

LGTM other than mock commands need to be re-instated and live in custom.mk

# You can include assets this directory into the bundle. This can be e.g. used to include profile pictures.
ASSETS_DIR ?= assets

## Generates mock golang interfaces for testing
.PHONY: mock

Choose a reason for hiding this comment

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

This needs to be relocated to build/custom.mk. Wondering if there are similar issues in other starter template sync PRs

@ayusht2810 ayusht2810 requested a review from mickmister April 25, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants