- 01 Sep, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Implement /internal/post_receive unified endpoint for PostReceive tasks See merge request !13916
-
- 31 Aug, 2017 39 commits
-
-
Clement Ho authored
Upgrade brace-expansion NPM package due to security issue See merge request !13665
-
Jacob Schatz authored
Add support for custom daysPerWeek and hoursPerDay to prettyTime.parseSeconds Closes gitlab-ee#3298 See merge request !13966
-
Achilleas Pipinellis authored
Fix article date See merge request !13968
-
Marcia Ramos authored
-
Bryce Johnson authored
-
Marcia Ramos authored
Docs - new article: Test and Deploy Laravel (PHP) Apps with GitLab CI and Envoy See merge request !13911
-
Robert Speicher authored
Update Gitaly version to v0.35.0 Closes #36972 and gitaly#486 See merge request !13950
-
Robert Speicher authored
# Conflicts: # GITALY_SERVER_VERSION [ci skip]
-
Marcia Ramos authored
social sharing image
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Tim Zallmann authored
Merge branch '31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-public' into 'master' Resolve various visibility level settings issues Closes #31273 See merge request !13442
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Added missing `S` to CI documentation for using SSH keys See merge request !13842
-
Robert Speicher authored
Filter additional parameters that have shown up in our logs See merge request !13945
-
Achilleas Pipinellis authored
Improve Kubernetes installation docs Closes #37056 See merge request !13836
-
Douwe Maan authored
Merge branch '37266-nomethoderror-undefined-method-current_application_settings-build-failed-30837482' into 'master' `current_application_settings` belongs on `Gitlab::CurrentSettings` Closes #37266 See merge request !13955
-
Alejandro Rodríguez authored
-
Sean McGivern authored
Only update the sidebar count caches when needed See merge request !13878
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Grzegorz Bizon authored
Don't show references to Pages when not available Closes #34864 See merge request !13888
-
Marcia Ramos authored
-
Sean McGivern authored
Changes the password change workflow for admins. Closes #28938 See merge request !13901
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
Marcia Ramos authored
Update index.md See merge request !13939
-
Mehran Rasulian authored
-
Sean McGivern authored
Optimize system note service specs See merge request !13958
-
Sean McGivern authored
Fix the /projects/:id/repository/files/:file_path/raw endpoint to handle dots in the file_path… Closes #31470 See merge request !13512
-
Tiago Botelho authored
-
Sean McGivern authored
Migrate Repository.FetchRemote to Gitaly See merge request !13625
-
Grzegorz Bizon authored
Decrease ABC threshold to 55.25 See merge request !13904
-
Maxim Rydkin authored
-
Phil Hughes authored
Removes disabled state from projects dropdown in dashboard page Closes #37179 See merge request !13933
-