Skip to content
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

Rename to runatlantis from atlantisnorth. #11

Merged
merged 1 commit into from
Feb 19, 2018
Merged

Rename to runatlantis from atlantisnorth. #11

merged 1 commit into from
Feb 19, 2018

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Feb 19, 2018

No description provided.

@codecov
Copy link

codecov bot commented Feb 19, 2018

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   63.64%   63.64%           
=======================================
  Files          38       38           
  Lines        1766     1766           
=======================================
  Hits         1124     1124           
  Misses        592      592           
  Partials       50       50
Impacted Files Coverage Δ
server/events/commit_status_updater.go 100% <ø> (ø) ⬆️
server/events/atlantis_workspace.go 0% <ø> (ø) ⬆️
server/events/vcs/not_configured_vcs_client.go 0% <ø> (ø) ⬆️
server/events/pull_closed_executor.go 94.59% <ø> (ø) ⬆️
server/events/project_result.go 100% <ø> (ø) ⬆️
server/events/project_finder.go 100% <ø> (ø) ⬆️
server/events/event_parser.go 98.25% <ø> (ø) ⬆️
server/middleware.go 0% <ø> (ø) ⬆️
cmd/server.go 77.77% <ø> (ø) ⬆️
server/events/webhooks/webhooks.go 73.33% <ø> (ø) ⬆️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 477cc79...6c159fe. Read the comment docs.

@lkysow lkysow merged commit 2156022 into master Feb 19, 2018
@lkysow lkysow deleted the runatlantis branch February 19, 2018 05:34
meringu pushed a commit to meringu/atlantis that referenced this pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant