An error occurred fetching the project authors.
- 12 May, 2020 1 commit
-
-
Paul Slaughter authored
Revert "Merge branch '207471-expose-note-confidential-attribute-in-apis-and-display-on-frontend' into 'master'" This reverts commit a5a4b817, reversing changes made to a11d61d1.
-
- 11 May, 2020 1 commit
-
-
Luke Duncalfe authored
This change is part of https://gitlab.com/gitlab-org/gitlab/-/issues/212566 to move all Design Management code to FOSS. This change moves the routes and controllers.
-
- 08 May, 2020 2 commits
-
-
James Johnson authored
-
Axel García authored
This allows to create a private comment that is accessible by internal staff only
-
- 04 May, 2020 1 commit
-
-
Scott Stern authored
Loads the actioncable libraries for use in realtime sidebar updates
-
- 30 Apr, 2020 3 commits
-
-
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.
-
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.
-
Alex Kalderimis authored
-
- 22 Apr, 2020 1 commit
-
-
Felipe Artur authored
Add missing translations of export issues feature
-
- 16 Apr, 2020 1 commit
-
-
Felipe Artur authored
Export issues feature is being open sourced because we allow importing on core but not export.
-
- 14 Apr, 2020 2 commits
-
-
Donald Cook authored
-
Eugenia Grieff authored
- Add check for rate limit in Project::IssuesController - Add issues_create_limit field to application settings - Add specs for issues controller and application settings Update PO files
-
- 31 Mar, 2020 1 commit
-
-
Michelle Gill authored
-
- 27 Mar, 2020 1 commit
-
-
Felipe Artur authored
Default issue health status feature flag to on
-
- 24 Mar, 2020 1 commit
-
-
sstern authored
This is a first pass on the frontend getting the sort order on issues and MR to toggle between newest and oldest first
-
- 05 Mar, 2020 1 commit
-
-
Coung Ngo authored
Added new read-only feature which is behind a feature flag
-
- 14 Feb, 2020 1 commit
-
-
Coung Ngo authored
Removed the :issue_link_types feature flag code in the frontend for the blocking issues feature
-
- 13 Feb, 2020 1 commit
-
-
Peter Leitzen authored
Also, disable current offenses via: rubocop --auto-correct --disable-uncorrectable --only CodeReuse/Worker The MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/7229 missed to actually enable the cop due to a missing `require` statement. This was discovered during: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24662
-
- 14 Jan, 2020 1 commit
-
-
Coung Ngo authored
- Changed Related issues to Linked issues - Issues can have a "blocks", "is blocked by", and "relates to" association
-
- 24 Dec, 2019 1 commit
-
-
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.)
-
- 21 Dec, 2019 1 commit
-
-
Nathan Friend authored
This commit removes the `release_search_filter` feature flag. This flag was already enabled by default, so this change makes no noticeable change to the product.
-
- 13 Dec, 2019 1 commit
-
-
Allison Browne authored
Add table to store the sentry event and issue ids that are related to a gitlab issue
-
- 19 Nov, 2019 1 commit
-
-
Nathan Friend authored
This commit enables the `release:` search filter by default.
-
- 28 Oct, 2019 1 commit
-
-
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".
-
- 21 Oct, 2019 1 commit
-
-
allison.browne authored
-
- 15 Oct, 2019 1 commit
-
-
Kushal Pandya authored
-
- 17 Sep, 2019 1 commit
-
-
Yorick Peterse authored
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- 16 Sep, 2019 1 commit
-
-
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
-
- 21 Aug, 2019 2 commits
-
-
George Koltsov authored
Sorting preference functionality has been extracted from `IssuableCollections` to a new `SortingPreference` concern in order to reuse this functionality in projects (and groups in the future).
-
-
- 31 Jul, 2019 1 commit
-
-
Brett Walker authored
-
- 30 Jul, 2019 1 commit
-
-
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.
-
- 16 Jul, 2019 1 commit
-
-
Brett Walker authored
-
- 09 Jul, 2019 1 commit
-
-
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`
-
- 05 Jul, 2019 2 commits
-
-
Phil Hughes authored
-
-
- 28 Jun, 2019 1 commit
-
-
Patrick Bajao authored
-
- 26 Jun, 2019 1 commit
-
-
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.
-
- 24 Jun, 2019 1 commit
-
-
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.
-
- 21 Jun, 2019 1 commit
-
-
Brett Walker authored
to support manual sorting on the frontend
-