Skip to content
Snippets Groups Projects
  1. Mar 22, 2022
  2. Mar 21, 2022
  3. Mar 17, 2022
  4. Mar 15, 2022
    • Eugenia Grieff's avatar
      Add support for relating epics · 0a36bbc5
      Eugenia Grieff authored and Heinrich Lee Yu's avatar Heinrich Lee Yu committed
      Add service to allow creating RelatedEpicLinks
      Add create related epic links endpoint
      Update pot files
      Add specs
      Expose relation_path in new entity
      
      Changelog: other
      EE: true
      0a36bbc5
  5. May 11, 2021
  6. Apr 19, 2021
  7. Mar 17, 2021
  8. Sep 10, 2020
  9. Aug 20, 2020
  10. Jun 19, 2020
    • Jan Provaznik's avatar
      Show validation error if link creation fails · 0851aada
      Jan Provaznik authored and Sean McGivern's avatar Sean McGivern committed
      When link creation fails due to validation error, then
      an exception is raised and no reasonable error is displayed to
      the user.
      
      With this change we:
      * try creating all links
      * gather all errors and return them in the response
      0851aada
  11. Oct 23, 2019
    • Alexandru Croitor's avatar
      Inherit {start,end}_date from child epics or milestones · f1c79b96
      Alexandru Croitor authored and Kamil Trzciński's avatar Kamil Trzciński committed
      Epic would now inherit start_date or end_date from its
      related issues milestone dates or from child epic
      depending on which one gives the wider time spread.
      
      Uses a single update statement to update start_date, due_date,
      start_date_sourcing_milestone_id, start_date_sourcing_epic_id,
      due_date_sourcing_milestone_id, due_date_sourcing_epic_id
      
      Epic inherited dates update for multiple epics moved to
      an async worker
      
      Update epic dates in batches
      
      Add foreign key constraints and indexes on
      start_date_sourcing_epic_id and due_date_sourcing_epic_id
      
      https://gitlab.com/gitlab-org/gitlab-ee/issues/7332
      f1c79b96
  12. Dec 06, 2018
    • Jarka Košanová's avatar
      Refactor issuables link to be more general · 957fb5ec
      Jarka Košanová authored
      - rename issues to issuables
      - create concern for shared functionality (EpicLinks, EpicIssues)
      957fb5ec
    • gfyoung's avatar
      Enable some frozen string in ee/app · 5888e0cc
      gfyoung authored
      Enables frozen string in the following:
      
      * ee/app/policies/**/*.rb
      * ee/app/presenters/**/*.rb
      * ee/app/serializers/**/*.rb
      * ee/app/services/**/*.rb
      * ee/app/uploaders/**/*.rb
      * ee/app/validators/**/*.rb
      * ee/app/workers/**/*.rb
      
      Partially addresses gitlab-org/gitlab-ce/#47424.
      5888e0cc
  13. Oct 29, 2018
  14. Jan 16, 2018
  15. Jan 04, 2018
  16. Dec 19, 2017
  17. Dec 07, 2017
  18. Nov 10, 2017
  19. Aug 15, 2017
  20. Jun 22, 2017
  21. Jun 14, 2017
  22. Jun 08, 2017
  23. Jun 07, 2017
Loading