-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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?
There was a problem hiding this 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
…icenow-virtual-agent into MM-75
@mickmister fixed the review comments. Please re-review. |
…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]>
Co-authored-by: Jesse Hallam <[email protected]>
Codecov ReportAttention:
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. |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
…icenow-virtual-agent into MM-75
Summary
Updated plugin with respect to phase 1 upgrades
build
folder to sync with starter templatenvmrc
file and updatepackage-lock.json
file.Ticket Link