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

feat:drift detection (wip) #4114

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

motatoes
Copy link

@motatoes motatoes commented Jan 1, 2024

(Still a work in progress PR, not ready for review yet, but you are welcome to have a look :))

what

Work in progress Implementation of #3245 drift detection feature. It allows users to configure drift detection for specific projects so atlantis can detect drift and create a pull request based on this change. Working on:

  • Creation of atlantis.yml parameters
  • Creation of server parameters
  • Creation of cron job for drift detection of requested projects
  • Creation of pull request with any detected drift using token
    • Github
    • Gitlab
    • Bitbucket
    • Azure Devops

why

To support drift detection natively in atlantis

tests

  • Test atlantis.yml configuration parameters
  • Test server configuration parameters
  • Test drift detection job

references

@motatoes motatoes requested review from a team as code owners January 1, 2024 13:30
@motatoes motatoes requested review from chenrui333, lukemassa and X-Guardian and removed request for a team January 1, 2024 13:30
@github-actions github-actions bot added the go Pull requests that update Go code label Jan 1, 2024
@motatoes motatoes changed the title Feat:drift detection (wip) feat:drift detection (wip) Jan 1, 2024
@nitrocode nitrocode marked this pull request as draft January 6, 2024 06:51
@barth12
Copy link

barth12 commented Feb 20, 2024

Hi guys, any chance there will be some progress on this one soon? would be beautiful to have this functionality in Atlantis.

@l13t
Copy link

l13t commented May 29, 2024

There is probably no chance since the author works on an alternative solution.

@jeffersontavaresdm
Copy link

I ended up using Driftive and running the drift analysis in GH actions with this action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drift Detection
5 participants