Skip to content
Snippets Groups Projects
  1. Jan 31, 2023
  2. Jan 30, 2023
  3. Jan 26, 2023
  4. Jan 25, 2023
  5. Jan 17, 2023
  6. Jan 12, 2023
    • Paul Gascou-Vaillancourt's avatar
      Init group selects on .js-vue-group-select selector · 56f75040
      Paul Gascou-Vaillancourt authored and Peter Hegman's avatar Peter Hegman committed
      This creates a dedicated `.js-vue-group-select` selector on which to
      instantiate GroupSelect components. Until now, they were being
      initialized on `select` tags with the `.ajax-groups-select` class. This
      can be simplified now that the options are being rendered by the Vue
      component.
      56f75040
    • Malcolm Locke's avatar
      Fix 404 when clicking 'Cancel' from fork project page · 37845f59
      Malcolm Locke authored
      Currently clicking 'Cancel' from the 'Fork Project' page causes a 404.
      
      This is because the href on the 'Cancel' button back to the project
      page is considered a relative link because it does not begin with '/'
      and so resolves to something like
      /namespace1/project1/-/forks/namespace1/project1 instead of
      /namespace1/project1.
      
      This change resolves this by providing `cancelPath` to the cancel button
      component using the Rails path helper for the project instead of
      `Project#full_path`.  The Rails path helper prefixes the path with '/',
      `Project#full_path` doesn't.
      
      Ref #378502
      
      Changelog: fixed
      Verified
      37845f59
  7. Jan 11, 2023
  8. Jan 10, 2023
  9. Jan 09, 2023
  10. Jan 06, 2023
  11. Jan 04, 2023
  12. Jan 03, 2023
  13. Dec 28, 2022
  14. Dec 23, 2022
  15. Dec 22, 2022
  16. Dec 21, 2022
  17. Dec 16, 2022
  18. Dec 15, 2022
  19. Dec 14, 2022
  20. Dec 12, 2022
Loading