Open janwerkhoven opened 8 years ago
All builds go to the builds
table, this sounds like a problem that could be solved at the UI level with a new config option.
If we had a config option that let you limit the builds that show up in the table to a certain branch, so that the non-prod builds didn't show up in the table (and therefore they didn't show up in the admin table with the "Make live" button), would that solve the problem?
That would indeed help:
@janwerkhoven the admin already has the branch name, right? What version are you on?
Looking for help: A filter would be nice - the source of the Admin app is actually stored here. You can develop it like a normal Ember app.
The filtering functionality should only need to be added to the <build-list>
component here. Think you'd be able to help with this feature?
We use front end builds for our
production
andstaging
environments. We were under false assumption that the list of production builds only contains builds which have been merged into theproduction
branch. However it also seems to includefeature
branch builds that are pull requested toproduction
. Because of this we accidentally activated a commit not yet ready for production and broke many things...Is this as intended? Can we configure it? How can we prevent
feature
builds to appear in there?