paularmstrong / build-tracker

A set of tools to track the size of your build artifacts over time.
https://buildtracker.dev
MIT License
439 stars 27 forks source link

Request: Application name #230

Open montogeek opened 3 years ago

montogeek commented 3 years ago

Problem

Recently our small application had a name change, I updated the artifacts configuration and push a new build.

Unfortunately when checking the build in the app, the diff between the previous name build and the new build is completely different because of the name change.

As a workaround I search and replaced the artifacts Database value.

Proposed solution

It would be good to provide a applicationName property, to keep it independently of the guessed name from artifacts configuration.

Another alternative would be providing an endpoint in the server to allow renaming the artifacts.