addons icon indicating copy to clipboard operation
addons copied to clipboard

Netlify add-on documentation

Results 43 addons issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Based on some troubleshooting with a partner, @bettse identified a section of the repo README that seems to be incorrect: >Under "Registering your add-on", I believe this is inaccurate: >...

bug
feat/addons

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Updates github actions fossa workflow to use environment files instead of deprecated set-env command.

type: chore

The add-on registration form is more of a contact form to indicate interest in plugins. To set expectations more accurately, We're sunsetting the form and directing folks to email [email protected]....

type: chore

NOTICE: If this pull request does not apply to your repository, feel free to close this pull request. This is a generated pull request by [github-tools](https://github.com/netlify/github-tools/) to add Fossa license...

type: feature

https://github.com/netlify/addons#payload-from-netlify-1 this example payload from Netlify is the following: ``` { // Unique ID generated by Netlify uuid: '2e65dd70-523d-48d8-8826-a93229d7ec01', account: '5902622bcf321c7359e97e52', config: { site_url: 'https://calling-site-from-netlify.netlify.com', jwt: { secret: 'xyz-netlify-secret' },...

**Is your feature request related to a problem? Please describe.** When addons are created, updated, or deleted the user sees a generic message without additional context on what to do...

Adds proposal for manifest configuration format & type system. **Note**: only `string` type is currently supported by CLI. Other types will be supported soon These types will be used to...