Skip to content
Snippets Groups Projects
  1. Jan 11, 2022
  2. Jan 10, 2022
  3. Jan 07, 2022
  4. Dec 09, 2021
  5. Nov 23, 2021
  6. Nov 18, 2021
    • Soule BA's avatar
      Add stash provider bootstrap support · 46f9fc19
      Soule BA authored
      
      The new command set is:
        flux bootstrap bitbucket-server --owner=<project> --username=<user> --repository=<repository name> --hostname=<domain> --token-auth
      
      There is a parity in the capabilities with the other providers.
      
      Signed-off-by: default avatarSoule BA <soule@weave.works>
      46f9fc19
  7. Nov 12, 2021
  8. Nov 11, 2021
  9. Nov 09, 2021
  10. Nov 08, 2021
  11. Nov 07, 2021
    • Max Jonas Werner's avatar
      feat: prompt for access tokens in 'bootstrap' command · ffcd7d80
      Max Jonas Werner authored
      
      This change adds functionality to both, `bootstrap github` and
      `bootstrap gitlab` to prompt the user for the personal access tokens
      if those can't be derived from the shell environment. Echoing is
      turned off for better privacy.
      
      Instead of having to interactively type the token or manually paste it
      from the clipboard, users can also pipe it to Flux which comes in
      handy e.g. when executing Flux remotely over an SSH connection:
      
      ```
      $ echo 'asdf' | flux bootstrap github
      ```
      
      Otherwise, Flux will prompt the user:
      
      ```
      $ flux bootstrap github
      Please type your GitHub personal access token:
      ```
      
      closes #2011
      
      Signed-off-by: default avatarMax Jonas Werner <mail@makk.es>
      Unverified
      ffcd7d80
  12. Nov 04, 2021
  13. Oct 30, 2021
  14. Oct 28, 2021
  15. Oct 22, 2021
  16. Oct 19, 2021
  17. Oct 13, 2021
  18. Oct 12, 2021
  19. Oct 10, 2021
  20. Oct 08, 2021
  21. Sep 13, 2021
  22. Sep 09, 2021
  23. Aug 26, 2021
  24. Aug 05, 2021
  25. Aug 03, 2021
    • Allen Porter's avatar
      Add tests for flux trace command · 351d287d
      Allen Porter authored
      Add tests for flux trace command that fake out the kubernetes client,
      load objects from a yaml file and create them in the client, and
      assert on the output of the trace command to an expected golden file.
      
      This is a follow up from the suggestions in PR https://github.com/fluxcd/flux2/pull/1626
      
       which suggested that additional
      testing would be helpful. This test approach is modeled after the helm command tests.
      
      This required some changes to the kubernetes client setup to make it
      possible to use a fake. If we agree this pattern makes sense, it can be
      applied to other commands.
      
      Signed-off-by: default avatarAllen Porter <allen@thebends.org>
      351d287d
  26. Jul 06, 2021
  27. Jun 30, 2021
  28. Jun 29, 2021
  29. Jun 28, 2021
Loading