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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
We currently have static versioned web assets used by the internal site. These static assets are committed to the code and manually updated.
Community Note
Overview of the Issue
We currently have static versioned web assets used by the internal site. These static assets are committed to the code and manually updated.
The reference in the code looks like
atlantis/server/controllers/templates/web_templates.go
Lines 489 to 494 in a1fb082
https://github.com/runatlantis/atlantis/tree/main/server/static/js
This is handy to keep the build consistent however it doesn't allow for an automatable upgrade path.
To make it upgradeable, we can do the following
Another task that may be needed is
to move all the inline html code into separate template files like we do with the github pr and comment templates
atlantis/server/controllers/templates/web_templates.go
Lines 436 to 440 in a1fb082
Additional Context
The text was updated successfully, but these errors were encountered: