You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go through upgrades.go and upgrades_test.go and remove unneeded handlers.
Problem Definition
The introduction of hardcoded navs that are used in the upgrade handlers have caused build times to increase significantly. A fresh build can result in a very long build time that lasts up to 10 minutes. This becomes even more of an issue because of how tightly coupled upgrades.go and app.go are, and a slight modification can cause a huge rebuild. Any changes to app.go will force us to compile all related units resulting in us rebuilding the navs after a slight change.
Proposal
Delete unused upgrades and functions
Delete unused navs
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Go through upgrades.go and upgrades_test.go and remove unneeded handlers.
Problem Definition
The introduction of hardcoded navs that are used in the upgrade handlers have caused build times to increase significantly. A fresh build can result in a very long build time that lasts up to 10 minutes. This becomes even more of an issue because of how tightly coupled upgrades.go and app.go are, and a slight modification can cause a huge rebuild. Any changes to app.go will force us to compile all related units resulting in us rebuilding the navs after a slight change.
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: