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

Fix: Don't destroy credentials when re-creating organization folders #1251

Merged
merged 3 commits into from Jul 1, 2022

Commits on Jul 1, 2022

  1. Capitalise the Folder

    As it's a `Folder` object we're referencing, so this makes it a bit
    clearer.
    jamietanna committed Jul 1, 2022
    Copy the full SHA
    9cf8a38 View commit details
    Browse the repository at this point in the history
  2. Fix: Don't destroy credentials when re-creating organization folders

    Similar to 8d8ea63, we should be able
    to support organization folders not losing their credentials.
    
    This requires we bump our dependency of `credentials` to pick up the
    `branch-api` dependency.
    
    We need to handle the various bits of metadata available in the
    `OrganizationFolder`s, so our tests are slightly more complex than we
    usually have.
    
    Co-authored-by: Jean-François Roche <jfroche@affinitic.be>
    
    Closes JENKINS-44681.
    jamietanna committed Jul 1, 2022
    Copy the full SHA
    0390db7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b940e8 View commit details
    Browse the repository at this point in the history