Skip to content
Snippets Groups Projects
  1. May 24, 2022
  2. May 20, 2022
  3. Mar 28, 2022
    • Andrew Fontaine's avatar
      Refactor environment empty state to use scope · 43de07eb
      Andrew Fontaine authored
      The empty state reported that you didn't have any environments
      regardless of scope, which was a bit misleading if you had many
      available environments and no stopped environments.
      
      I have refactored the component to allow the scope to be injected so the
      text can change depending on what scope the user is looking at.
      
      I've also refactored the rest of the translations to follow more
      up-to-date patterns, and rewritten the tests to utilize the testing
      library's queries for finding things by role.
      
      Changelog: fixed
      43de07eb
  4. Mar 16, 2022
    • Thong Kuah's avatar
      Fix hanging specs when decomposed · 3d2f580c
      Thong Kuah authored
      This is due to a Rails bug causing where FactoryBot thread, and Puma
      thread are stuck with each other waiting for the
      load_interlock_aware_monitor lock.
      
      The fix is to ensure no Puma threads ocurr when FactoryBot factories are
      being created. Here it is done by moving the visits to within the spec,
      after the factory creation.
      
      Previously the visits were in the before hook, which meant async
      requests ran concurrently with factories.
      3d2f580c
  5. Mar 11, 2022
  6. Feb 28, 2022
  7. Feb 04, 2022
  8. Jan 12, 2022
  9. Nov 11, 2021
  10. Nov 01, 2021
  11. Oct 13, 2021
    • Andrew Fontaine's avatar
      Order Deployments by Finish Time · 75c9f7e3
      Andrew Fontaine authored
      If manual deployments are deployed out of order, the ordering of the
      table gets murky and it is hard to tell which deployment was most
      recently deployed.
      
      Instead we can update the deployment ordering so that deployments are
      ordered by when they finished at, which forces the finished deployments
      to be sorted by most recently finished (read: deployed). Postgres ORDER
      BY pushes NULL to the top of the list, so created/running (upcoming)
      deployments are first
      
      Changelog: changed
      75c9f7e3
  12. Sep 16, 2021
    • Andrew Fontaine's avatar
      Re-organize Environment Action Buttons · 528a22f0
      Andrew Fontaine authored
      As part of the ongoing revitalization of environment management, some
      re-organization and clarification of the action buttons for environments
      is needed.
      
      Many non-well used actions have been moved to a kebab menu. For the time
      being, the "Deploy to" dropdown is still external. Pending design work
      from the Pajamas team on a nested dropdown or menu component, it will be
      moved to extra actions in the future.
      
      Changelog: changed
      528a22f0
  13. Aug 02, 2021
  14. Jul 21, 2021
  15. Jun 02, 2021
  16. May 28, 2021
  17. May 25, 2021
  18. Mar 10, 2021
  19. Dec 15, 2020
  20. Dec 09, 2020
  21. Nov 25, 2020
  22. Nov 17, 2020
  23. Oct 09, 2020
  24. Sep 18, 2020
  25. Aug 20, 2020
  26. Aug 11, 2020
  27. Aug 10, 2020
  28. Jul 15, 2020
  29. Jun 16, 2020
  30. Apr 13, 2020
  31. Feb 24, 2020
  32. Jan 24, 2020
    • Enrique Alcántara's avatar
      Update gitlab-ui with new version of bootstrap-vue · 41b5bfa5
      Enrique Alcántara authored
      - Migrate components to new GlTable slot syntax
      - Fix feature tests that made obsolete assertions on the
      tooltip component
      - Migrate components to new GlTabs slot syntax
      - Fix bugs caused by the new Tooltip and Popover components
      - Fix bugs introduced by the new modal component.
      Unverified
      41b5bfa5
  33. Jan 21, 2020
  34. Jan 02, 2020
  35. Dec 20, 2019
    • Yorick Peterse's avatar
      Validate deployment SHAs and refs · 14420903
      Yorick Peterse authored
      This prevents users from creating deployments using the API while
      providing an invalid SHA or ref name. Providing invalid data for these
      fields will break certain parts of GitLab, such as the UI used for
      displaying the deployments of an environment.
      
      These changes require that we correct a variety of tests that were using
      deployments without a valid repository, or were even testing behaviour
      that would never run due to the lack of a repository.
      
      This fixes https://gitlab.com/gitlab-org/gitlab/issues/36967
      Unverified
      14420903
  36. Dec 10, 2019
  37. Dec 09, 2019
  38. Nov 11, 2019
  39. Oct 21, 2019
  40. Oct 16, 2019
    • Lin Jen-Shin's avatar
      Run FOSS system tests · b1f5934b
      Lin Jen-Shin authored
      * We also use `needs` to speed it up
      * To simplify the dependencies, we also pull cache on master
      b1f5934b
Loading