An error occurred fetching the project authors.
- 21 Jun, 2019 1 commit
-
-
Brett Walker authored
to support manual sorting on the frontend
-
- 10 Jun, 2019 1 commit
-
-
Luke Duncalfe authored
Previously, if a user was a guest member of a private project, they could access the merge request template as we were not checking permission-levels of the user. When a issue template is asked for, the user must have :read_issue for the project; or :read_merge_request when a merge request template is asked for. We also now rescue_from FileNotFoundError and handle as 404. This is because RepoTemplateFinder can raise a FileNotFoundError exception, which Rails previously handled as a 500. Handling these in a way that is consistent with ActiveRecord::RecordNotFound exceptions, within controllers that inherit from Projects::ApplicationController at least, and returning a 404. https://gitlab.com/gitlab-org/gitlab-ce/issues/54943
-
- 06 Jun, 2019 1 commit
-
-
Simon Knox authored
-
- 03 Jun, 2019 1 commit
-
-
Shinya Maeda authored
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
-
- 29 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Affected project routes are: * services * boards * releases * forks * group_links * import * avatar * labels * milestones Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Affected routes are: * autocomplete_sources * project_members * deploy_keys * deploy_tokens Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 21 May, 2019 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
For settings, branches and tags Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 May, 2019 1 commit
-
-
Mayra Cabrera authored
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
-
- 24 Apr, 2019 1 commit
-
-
syasonik authored
-
- 15 Apr, 2019 1 commit
-
-
Fatih Acet authored
We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
-
- 06 Apr, 2019 1 commit
-
-
Chris Baumbauer authored
-
- 04 Apr, 2019 1 commit
-
-
rpereira2 authored
The api will proxy requests to the environment's prometheus server. The Prometheus::ProxyService class can be reused when we add support for group prometheus servers.
-
- 01 Mar, 2019 1 commit
-
-
Heinrich Lee Yu authored
Adds additional count param to Boards::Visits::LatestService
-
- 06 Feb, 2019 2 commits
-
-
Reuben Pereira authored
-
Shinya Maeda authored
Add changelog Rename word to query User hash for limit Do not allow control limit Rename pluck names and add more specs
-
- 22 Jan, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jan, 2019 1 commit
-
-
Chris Baumbauer authored
-
- 09 Jan, 2019 1 commit
-
-
Reuben Pereira authored
-
- 07 Jan, 2019 3 commits
-
-
Jordi Llull Chavarría authored
-
Jordi Llull authored
-
Heinrich Lee Yu authored
Added button and modal to accept CSV file for uploading
-
- 06 Jan, 2019 1 commit
-
-
Peter Leitzen authored
This commit prepares the structure for the upcoming feature error tracking.
-
- 18 Dec, 2018 1 commit
-
-
Filipa Lacerda authored
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
-
- 06 Dec, 2018 2 commits
-
-
Nick Thomas authored
-
Dylan Griffith authored
-
- 07 Nov, 2018 1 commit
-
-
Douwe Maan authored
This reverts merge request !22526
-
- 01 Nov, 2018 1 commit
-
-
Thong Kuah authored
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
-
- 26 Oct, 2018 2 commits
-
-
blackst0ne authored
-
blackst0ne authored
-
- 25 Oct, 2018 1 commit
-
-
Nick Thomas authored
This functionality is needed for SSH push mirroring support, which is a CE feature.
-
- 23 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 05 Oct, 2018 1 commit
-
-
Fabian Schneider authored
-
- 04 Oct, 2018 1 commit
-
-
Tomasz Maczukin authored
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
-
- 02 Oct, 2018 1 commit
-
-
Shinya Maeda authored
-
- 20 Sep, 2018 1 commit
-
-
Semyon Pupkov authored
-
- 12 Sep, 2018 1 commit
-
-
Jan Provaznik authored
-
- 03 Sep, 2018 1 commit
-
-
Winnie Hellmann authored
-