-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show atlantis version number on UI #33
Comments
ghaiszaher
referenced
this issue
in ghaiszaher/atlantis
Oct 7, 2022
Added tests for boltdb.go functionalities
meringu
pushed a commit
to meringu/atlantis
that referenced
this issue
May 29, 2023
* added new flags `plan-backend`, `plan-s3-bucket`, `plan-s3-prefix` and deleted `s3-bucket` * interface `plan.Backend` that is implemented by `file` and `s3` * simplified s3 code * didn't end up following my suggestions in runatlantis#30 since storing stuff in metadata requires you to `Get` the object *first* and then use the metadata. By parsing the `Key` to get repo, pull, path, and env, it skips an initial `Get` step, and I can download directly to the correct directory * allow users to specify `application/json` or `application/x-www-form-urlencoded` for the webhook delivery type * remove sending of special header for pull request api (fixes runatlantis#11) Closes runatlantis#30 and runatlantis#17 and runatlantis#11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by @nwalke
Thursday Aug 24, 2017 at 20:17 GMT
Migrated from hootsuite/atlantis#135
Why was it migrated?
It would be nice to be able to see the Atlantis version number on the UI page. Just a sanity check that an upgrade worked or a quick way to check if we're behind, etc.
The text was updated successfully, but these errors were encountered: