- 25 Feb, 2019 2 commits
-
-
Jason Lenny authored
Merge branch '57785-create-project-template-for-netlify' of https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
-
Aviad Levy authored
-
- 24 Feb, 2019 2 commits
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24624 extracted the X-Forwarded-For address directly, but this didn't consider the case where multiple proxies are in the chain. To fix this, we use the Rails implementation to filter trusted proxies, as documented by Grape: https://github.com/ruby-grape/grape#remote-ip Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58103
-
Stan Hu authored
When a user clicked on another page in the pipeline page, the following would happen: 1. PipelinesService.getPipelines() would be called to fetch the new page 2. In the success handler, Poll.restart() would be called 3. This would invoke Poll.makeRequest(), which would fire off a new request. To fix this, we introduce a enable(), which will: 1. Update the request data accordingly 2. Clear the old timeout if necessary and start a new timer Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
-
- 23 Feb, 2019 1 commit
-
-
Heinrich Lee Yu authored
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
-
- 22 Feb, 2019 7 commits
-
-
Tomasz Maczukin authored
-
George Tsiolis authored
-
Adriel Santiago authored
Remove duplicate units from metrics dashboard graphs
-
Gokhan Apaydin authored
-
Stan Hu authored
Due to a overly-stringent regex, the project template API was 404'ing when C++ was requested as the template. Loosen the regex to allow `+` and `%` for URL-encoded characters. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57857
-
GitLab Release Tools Bot authored
[ci skip]
-
Simon Knox authored
Compatible with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162
-
- 21 Feb, 2019 6 commits
-
-
Dmitriy Zaporozhets authored
Sorts labels alphabetically on issues (and merge requests) list. Before it was order id desc. Now it will be consistent with sidebar and labels page. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
-
Andrew Fontaine authored
The text "moved" now links to the issue the closed issue was moved to.
-
Robert Schilling authored
Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.
-
Reuben Pereira authored
Return the exception as an error.
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 20 Feb, 2019 6 commits
-
-
Fabian Schneider authored
-
James Fargher authored
ChatOps used to be in the Ultimate tier.
-
Gokhan Apaydin authored
-
Douglas Barbosa Alexandre authored
-
Aviad Levy authored
-
Imre Farkas authored
Token column are no longer used as token values are stored digested in token_digest.
-
- 19 Feb, 2019 10 commits
-
-
Thong Kuah authored
Bump kubectl in Auto DevOps to 1.11.7. Minor patch upgrade from 1.11.6.
-
Thong Kuah authored
Minor bugfix release: https://github.com/helm/helm/releases/tag/v2.12.3
-
Thong Kuah authored
Bump the helm and kubectl used in our Kubernetes integration, used e.g. to install apps. Note I have only bumped to the latest patch of the v1.11 series for kubectl as GKE clusters are still on 1.10/1.11
-
Dylan Griffith authored
-
Brandon Labuschagne authored
In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
-
Filipa Lacerda authored
The top bar of the job log was always expecting the performance bar to be enabled. This commit adds CSS to fix the top position for both scenarios.
-
Patrick Derichs authored
-
Robert Schilling authored
Ensure that references to private projects are not visible
-
Sergej authored
-
James Edwards-Jones authored
Building on support for setting feature flags by project, this adds support for setting them by GitLab group path. This is different from setting them by Flipper feature_groups, which are for batch updating pre-registered collections.
-
- 18 Feb, 2019 6 commits
-
-
George Tsiolis authored
-
Reuben Pereira authored
Reactive caching concern was using .present? to determine if it got a valid value from the cache. This returns false for values such as false, [], {}. Change this check to !.nil? instead.
-
George Tsiolis authored
-
Grzegorz Bizon authored
-
https://gitlab.com/gitlab-org/gitlab-ceEhsan Abdulqader authored
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into feature/56787-realtime-validation-for-user-fullname-and-username
-
Rajat Jain authored
Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder
-