build icon indicating copy to clipboard operation
build copied to clipboard

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI

Results 190 build issues
Sort by recently updated
recently updated
newest added

In an effort to support future UI work in app.netlify.com, we need to allow for plugins to output logs. These logs will: - Be consumed by netlify UI - Be...

type: feature
feat/build-plugins

The `PUBLISH_DIR` constant reflects the "publish" directory as set in `netlify.toml` or in the UI build settings. When unset, it defaults to the build directory. However, when set, it is...

Discussion
type: feature
feat/build-plugins
theme/plugin-author-experience

We need a utility method for dealing with Netlify redirects To `get`, `set`, and `delete` redirects from `_redirects` file or from Netlify config file. An example of `set` can be...

utilities
type: feature
feat/build-plugins
theme/plugin-author-experience

We surface plugin errors in the UI ("plugins error statuses"), i.e. not only in the build logs. We should also show the following specific error types in the UI: -...

type: feature
theme/build-deploy-ux

The main process can experience issues communicating with Build plugins child processes when one of the following happens: - the Build plugin process aborted (bug in the plugin) - there...

type: feature
feat/build-plugins
theme/plugin-user-experience
theme/build-deploy-ux

The deploy core plugin currently uses plain TCP + JSON. We should migrate it to gRPC. It might be good to do this separately from implementing the new flow between...

type: feature
epic/bp2/on-success
type: project
init/plugin-onsuccess-event
proj/core-plugin-grpc

#### Summary When printing the list of bundled functions, Netlify Build uses zip-it-and-ship-it's `listFunctions` method, which includes functions that have not been bundled due to a naming conflict (e.g. when...

type: bug
stale

We should extract the plugin validation logic to its own package so that plugin authors can use to validate their plugins before publishing. What do you think?

enhancement

This is a follow-up on #227 and #18. We want to allow bundles/presets of plugins. The last solution we had was to allow plugins to return an array of objects...

type: feature
feat/build-plugins

Many Build plugins use environment variables as inputs. Some because the value is confidential, others like to choice to either environment variables or inputs to users. At the moment, our...

type: feature
feat/build-plugins
theme/plugin-author-experience
theme/plugin-user-experience