An error occurred fetching the project authors.
  1. 12 May, 2020 1 commit
  2. 11 May, 2020 1 commit
  3. 08 May, 2020 2 commits
  4. 04 May, 2020 1 commit
  5. 30 Apr, 2020 3 commits
    • Alex Kalderimis's avatar
      Move pipeline logic to service · 6af08498
      Alex Kalderimis authored
      The RelatedBranchesService is only used in the
      Projects::IssuesController, so we can freely change its output to
      isolate the logic from the controller.
      6af08498
    • Alex Kalderimis's avatar
      Move all logic out of views · 1a8ebeda
      Alex Kalderimis authored
      This moves even the path generation and permission checking logic out of
      the views, making the controller responsible for packing up all the data
      needed for display. This has the advantage of allowing view tests to use
      the :build strategy, since no persistence is needed.
      
      The @related_branches attribute is combined with @branch_info, so we
      have just a single assigment.
      1a8ebeda
    • Alex Kalderimis's avatar
      Move some logic into the controller · 67e806d4
      Alex Kalderimis authored
      67e806d4
  6. 22 Apr, 2020 1 commit
  7. 16 Apr, 2020 1 commit
  8. 14 Apr, 2020 2 commits
  9. 31 Mar, 2020 1 commit
  10. 27 Mar, 2020 1 commit
  11. 24 Mar, 2020 1 commit
  12. 05 Mar, 2020 1 commit
  13. 14 Feb, 2020 1 commit
  14. 13 Feb, 2020 1 commit
  15. 14 Jan, 2020 1 commit
  16. 24 Dec, 2019 1 commit
    • Sean McGivern's avatar
      Allow Gitaly ref name caching for issue discussions · 707c1201
      Sean McGivern authored
      Issue discussions can link to repository files as relative links. If
      several comments do so, it means that we will fetch the default branch's
      ref from Gitaly once per comment, when we don't expect this to change
      during the request. (This caching is already enabled for an MR's
      discussions.)
      707c1201
  17. 21 Dec, 2019 1 commit
  18. 13 Dec, 2019 1 commit
  19. 19 Nov, 2019 1 commit
  20. 28 Oct, 2019 1 commit
    • Nathan Friend's avatar
      Add "release" filter to issue search page · e4cceff2
      Nathan Friend authored
      his commit adds a new filter - "release" - to the issue search page.
      This filter takes a tag name (i.e. v1.2) as a parameter and appends a
      URL parameter to the search query like "release_tag=v1.2".
      e4cceff2
  21. 21 Oct, 2019 1 commit
  22. 15 Oct, 2019 1 commit
  23. 17 Sep, 2019 1 commit
  24. 16 Sep, 2019 1 commit
    • Stan Hu's avatar
      Fix issue redirects going to /issues/:id/designs · 05533458
      Stan Hu authored
      When a project is redirected to a new project, Rails attempts to
      construct the proper URL in `url_for` by finding the first route that
      matches the given parameters. In this case, `namespace_id`,
      `project_id`, `id` matched the `/designs` route first, so it used that.
      
      This happens because the Rails `resources` block defines all the
      standard #index, #show, #update, etc. routes after the block runs.
      
      To ensure that `/issues/:id` is used to display an issue, we need to use
      a separate action for `/issues/:id/designs`.
      
      Closes https://gitlab.com/gitlab-org/gitlab/issues/31357
      05533458
  25. 21 Aug, 2019 2 commits
  26. 31 Jul, 2019 1 commit
  27. 30 Jul, 2019 1 commit
    • Yorick Peterse's avatar
      Inject EE modules in a CE compatible fashion · 1112fec4
      Yorick Peterse authored
      All instances of injecting an EE specific module have been changed to
      use the new methods for this: prepend_if_ee, extend_if_ee, and
      include_if_ee. This allows these lines to be included in CE, even when
      the modules to inject do not exist. This in turn allows us to backport
      these lines to CE and keep them there, instead of having to strip them
      out.
      1112fec4
  28. 16 Jul, 2019 1 commit
  29. 09 Jul, 2019 1 commit
    • charlie ablett's avatar
      Remove `:graphql` feature flag · 639ab521
      charlie ablett authored
      - Remove `FeatureConstrainer` call wrapping api endpoint
      - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
      - Modify graphql test to be graphql flag agnostic
      - Remove api routing spec
      - Remove frontend feature flag via `gon`
      639ab521
  30. 05 Jul, 2019 2 commits
  31. 28 Jun, 2019 1 commit
  32. 26 Jun, 2019 1 commit
    • Rajat Jain's avatar
      Bring Manual Ordering on Issue List · 6f448bd1
      Rajat Jain authored
      On all the issue lists -- Group, Project and Dashboard -- this
      change adds a new option for managing the lists.
      
      "Manual Ordering" option is added which when flipped on will allow
      an user to drag and drop issues around to create a relative ordering
      among them.
      6f448bd1
  33. 24 Jun, 2019 1 commit
    • Rajat Jain's avatar
      Bring Manual Ordering on Issue List · 2243949b
      Rajat Jain authored
      On all the issue lists -- Group, Project and Dashboard -- this
      change adds a new option for managing the lists.
      
      "Manual Ordering" option is added which when flipped on will allow
      an user to drag and drop issues around to create a relative ordering
      among them.
      2243949b
  34. 21 Jun, 2019 1 commit