An error occurred fetching the project authors.
  1. 06 Sep, 2019 1 commit
    • Alishan Ladhani's avatar
      Enable Knative installation on group and instance level clusters · 88904b2a
      Alishan Ladhani authored
      - Show Knative install button on group/instance cluster pages
      - Allow Knative to be installed on group/instance clusters
      - Add feature specs for installing applications on group/instance
        clusters
      - Add changelog entry
      - Update docs to reflect that Knative can now be installed on
        group-level and instance-level clusters
      88904b2a
  2. 04 Aug, 2019 1 commit
    • Tiger's avatar
      Allow Cert-Manager to be uninstalled · cfe8024e
      Tiger authored
      Our current version of Cert-Manager does not uninstall
      cleanly, and we must manually remove custom resource
      definitions.
      cfe8024e
  3. 02 Aug, 2019 2 commits
  4. 31 Jul, 2019 1 commit
    • João Cunha's avatar
      Allow knative do be uninstalled: · d7c7ebf5
      João Cunha authored
      - After uninstalling the knative helm chart it's necessary to also
      remove some leftover resources to allow the cluster to be clean
      and knative to be reinstalleable.
      - Adds knative uninstall disclaimer
      - Uninstall ksvc before uninstalling knative
      
      Make list of Knative and Ingres resources explicit
      
      - To avoid deleting unwanted resources we are listing exact
      which resources will be deleted rather than simply deleting any
      resource that contains istio or knative words.
      d7c7ebf5
  5. 26 Jul, 2019 1 commit
  6. 02 Jul, 2019 1 commit
  7. 05 Apr, 2019 1 commit
  8. 14 Mar, 2019 1 commit
  9. 07 Mar, 2019 1 commit
  10. 06 Mar, 2019 1 commit
  11. 05 Mar, 2019 3 commits
  12. 01 Feb, 2019 1 commit
  13. 04 Jan, 2019 1 commit
  14. 07 Dec, 2018 1 commit
  15. 07 Aug, 2018 1 commit
  16. 31 Jul, 2018 1 commit
  17. 30 Jul, 2018 3 commits
  18. 11 Jul, 2018 1 commit
  19. 05 Jul, 2018 1 commit
  20. 01 Mar, 2018 1 commit
    • Dylan Griffith's avatar
      Fix feature spec Clusters Applications (#17052) · ebac9c81
      Dylan Griffith authored
      We need to actually wait for the "Install" button to be enabled before clicking it otherwise we have a race condition where it sometimes works. Also change the `expect(page.find(...))` to `expect(page).to have_css` as this is prefered to avoid race conditions
      ebac9c81
  21. 23 Feb, 2018 1 commit
    • Dylan Griffith's avatar
      Fix spec/features/projects/clusters/applications_spec.rb (#42643)> · f7693080
      Dylan Griffith authored
      Also remove the flakiness by using
      `expect(page).to have_css(..., exact_text: '')` instead of
      `expect(page.find(...).text).to eq('')` since the former will wait until
      the text has this value while the latter will only wait for the element
      to exist then test its text straight away which introduces a race
      condition if the element is already there with a previous text value.
      This test was failing locally most of the time because of this other
      way of asserting.
      f7693080
  22. 22 Feb, 2018 1 commit
  23. 20 Feb, 2018 2 commits
  24. 06 Feb, 2018 1 commit
  25. 22 Dec, 2017 1 commit
  26. 05 Dec, 2017 1 commit
  27. 04 Dec, 2017 1 commit
  28. 03 Dec, 2017 5 commits