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

Disable autoplan global flag #1159

Merged
merged 2 commits into from Aug 18, 2020
Merged

Disable autoplan global flag #1159

merged 2 commits into from Aug 18, 2020

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Aug 18, 2020

No description provided.

@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #1159 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1159      +/-   ##
==========================================
+ Coverage   71.26%   71.27%   +0.01%     
==========================================
  Files          71       71              
  Lines        5905     5908       +3     
==========================================
+ Hits         4208     4211       +3     
  Misses       1348     1348              
  Partials      349      349              
Impacted Files Coverage Δ
cmd/server.go 79.58% <ø> (ø)
server/user_config.go 100.00% <ø> (ø)
server/events/command_runner.go 53.92% <100.00%> (+0.30%) ⬆️
server/server.go 60.60% <100.00%> (+0.09%) ⬆️

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 49edc7d...1b374fa. Read the comment docs.

@dimisjim
Copy link
Contributor

dimisjim commented Feb 14, 2024

Would this still allow autoplan if set in the repo-level config?

I would basically like to have --disable-autoplan=true but then still be able to define within specific repos, this:

version: 3
projects:
- name: shared-services
  ...
  autoplan:
    enabled: true

This seems to not work right now

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.

None yet

3 participants