Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-24Add IE11 specific stylesheet for dropdown fix45116-dropdowns-flexboxDennis Tang
2018-08-24Use flexbox for dropdownsDennis Tang
2018-08-24Merge branch 'patch-28' into 'master'Stan Hu
Add link to Profiling doc to README See merge request gitlab-org/gitlab-ce!21345
2018-08-24Add link to Profiling doc to READMETom Atkins
2018-08-24Merge branch 'ccr/43283_allow_author_upvote' into 'master'Sean McGivern
Allows author to vote on their own issue See merge request gitlab-org/gitlab-ce!21203
2018-08-24Allows author to vote on their own issueChantal Rollison
2018-08-24Merge branch 'patch-29' into 'master'Sean McGivern
documentation: fixes to source installation instructions Closes #47483 See merge request gitlab-org/gitlab-ce!21359
2018-08-24Merge branch 'sh-fix-issue-50562' into 'master'Rémy Coutable
Fix remote mirrors failing if Git remotes have not been added Closes #50562 See merge request gitlab-org/gitlab-ce!21351
2018-08-24Merge branch 'winh-fix-dummy-badge-id' into 'master'Fatih Acet
Fix transient failure of badge_list_spec.js See merge request gitlab-org/gitlab-ce!21363
2018-08-23Use _.uniqueId() instead of Math.random() for dummy badgesWinnie Hellmann
2018-08-23Merge branch '6965-backport-to-ce' into 'master'Stan Hu
Backport LDAP changes to CE See merge request gitlab-org/gitlab-ce!21361
2018-08-23Merge branch ↵Nick Thomas
'43096-controller-projects-issuescontroller-referenced_merge_requests-json-executes-more-than-100-sql-queries' into 'master' Resolve "Controller Projects::IssuesController#referenced_merge_requests.json executes more than 100 SQL queries" Closes #43096 See merge request gitlab-org/gitlab-ce!21237
2018-08-23Merge branch 'remove-scss-variables-5' into 'master'Dmitriy Zaporozhets
Finish cleaning up reassigned variables Closes #49807 See merge request gitlab-org/gitlab-ce!21349
2018-08-23Backport LDAP changes to CEDouglas Barbosa Alexandre
2018-08-23Merge branch 'docs-update-prod-architecture-links' into 'master'Nick Thomas
Fixes doc/development/architecture.md prod links. See merge request gitlab-org/gitlab-ce!20455
2018-08-23Gitaly needs to be installed before initializing databaseAniela Ziółkowski
"/home/git/repositories" in arguments causes Gitaly installation to fail
2018-08-23Update installation.mdAniela Ziółkowski
2018-08-23Merge branch 'sh-limit-commit-renderering' into 'master'Sean McGivern
Speed up diff comparisons by limiting number of commit messages rendered See merge request gitlab-org/gitlab-ce!21335
2018-08-23Merge branch 'ccr/48800/ping_for_boards' into 'master'Sean McGivern
Added count for label, assignee, and milestone lists Closes #48800 See merge request gitlab-org/gitlab-ce!21208
2018-08-23Merge branch 'jprovazn-fix-form-uploads' into 'master'Kamil Trzciński
Add public/uploads/tmp to allowed upload paths Closes #49585 See merge request gitlab-org/gitlab-ce!20942
2018-08-23Fix remote mirrors failing if Git remotes have not been addedStan Hu
Remote mirrors only get created when the URL changes, However, during the GCP migration, the remote mirror did not get created automatically. Plus, there's no guarantee someone restoring a repository from backup would have this remote. We now add the remote each time we attempt to fetch from the repository. This works because Gitaly doesn't throw up an exception or error if the remote already exists: https://gitlab.com/gitlab-org/gitaly/issues/1317 In the future, we should attempt to add if the remote doesn't exist: https://gitlab.com/gitlab-org/gitaly/issues/1316 Closes #50562
2018-08-23Update CHANGELOG.md for 11.2.1GitLab Release Tools Bot
[ci skip]
2018-08-22Merge branch 'sh-fix-broken-ldap-clones' into 'master'Alejandro Rodríguez
Fix broken Git over HTTP clones with LDAP users Closes #50579 See merge request gitlab-org/gitlab-ce!21352
2018-08-22Merge branch 'sh-fix-wrong-commit-count-in-push' into 'master'Alejandro Rodríguez
Fix wrong commit count in push event payload Closes #49971 See merge request gitlab-org/gitlab-ce!21338
2018-08-22Fix broken Git over HTTP clones with LDAP usersStan Hu
Due to a regression in !20608, the LDAP authenticator was not being used unless OmniAuth was enabled. This change allows the LDAP provider to be used if it is configured regardless of the OmniAuth setting. Closes #50579
2018-08-22Fix wrong commit count in push event payloadStan Hu
This fixes a regression in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20916. We now only use the full commit count for the initial push to the default branch. Otherwise, we rely on the number of commits that we calculated occurred in the push. The original behavior in 11.1.4: 1. When a new branch is pushed, `@push_commits_count` was set to the total number of refs available for the branch. 2. For other branches, `@push_commits_count` would remain `nil`. 3. `GitPushService#build_push_data` would build the push data with `@push_commits_count`. 4. If this were `nil`, it would be set to the right value here: https://gitlab.com/gitlab-org/gitlab-ce/blob/v11.1.4/lib/gitlab/data_builder/push.rb#L60 Broken behavior: 1. `GitPushService#push_commits_count` is always called. 2. The total number of commits is therefore always equal to the total number of refs available. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49971
2018-08-22Merge branch 'sh-improve-system-hook-spec' into 'master'Stan Hu
Improve system hook spec in spec/services/git_push_service_spec.rb See merge request gitlab-org/gitlab-ce!21347
2018-08-22Finish cleaning up reassigned variablesAnnabel Dunstone Gray
2018-08-22Merge branch 'dz-bump-gitlab-svg' into 'master'Filipa Lacerda
Update gitlab-svgs to 1.2.8 See merge request gitlab-org/gitlab-ce!21346
2018-08-22Speed up diff comparisons by limiting number of commit messages renderedStan Hu
When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed.
2018-08-22Improve system hook spec in spec/services/git_push_service_spec.rbStan Hu
2018-08-22Update gitlab-svgs to 1.2.8Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-22Merge branch 'sh-conditional-system-hook-push' into 'master'Sean McGivern
Eliminate unnecessary and duplicate system hook fires Closes #50549 See merge request gitlab-org/gitlab-ce!21337
2018-08-22Merge branch 'ide-file-templates-store' into 'master'Filipa Lacerda
Added store for file templates in the Web IDE See merge request gitlab-org/gitlab-ce!21272
2018-08-22Merge branch 'qa-317' into 'master'Rémy Coutable
[QA] Fix a 'superclass must be a Class' error Closes gitlab-qa#317 See merge request gitlab-org/gitlab-ce!21340
2018-08-22Merge branch 'yisiliang/gitlab-ce-avoid-nil-safe_message' into 'master'Rémy Coutable
Avoid nil safe message See merge request gitlab-org/gitlab-ce!21326
2018-08-22Merge branch 'sh-bump-fog-google' into 'master'Rémy Coutable
Bump fog-google to 1.7.1 and google-api-client to 0.23.0 See merge request gitlab-org/gitlab-ce!21295
2018-08-22Merge branch '41441-add-target-branch-name-to-cherrypick-confirmation' into ↵Sean McGivern
'master' Resolve "Cherry-picking: Confirmation message should include target branch name" Closes #41441 See merge request gitlab-org/gitlab-ce!20846
2018-08-22Merge branch 'api-empty-commit-message' into 'master'Sean McGivern
API: Catch empty commit messages Closes #50268, #50266, and #50265 See merge request gitlab-org/gitlab-ce!21322
2018-08-22Merge branch 'api-empty-project-snippets' into 'master'Sean McGivern
Api empty project snippets Closes #50270 See merge request gitlab-org/gitlab-ce!21325
2018-08-22Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern
API: Add shared project's expiration date Closes #46107 See merge request gitlab-org/gitlab-ce!21104
2018-08-22[QA] Fix a 'superclass must be a Class' errorRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-22Update VERSION to 11.3.0-prev11.3.0.preGitLab Release Tools Bot
2018-08-22Update CHANGELOG.md for 11.2.0GitLab Release Tools Bot
[ci skip]
2018-08-22Merge branch 'docs-update-ha-aws-diagram' into 'master'Mike Lewis
Docs update ha aws diagram See merge request gitlab-org/gitlab-ce!21321
2018-08-22Docs update ha aws diagramAchilleas Pipinellis
2018-08-22Merge branch 'dz-fix-sql-error-admin-users-2fa' into 'master'Stan Hu
Fix SQL error when sorting 2FA-enabled users by name in admin area See merge request gitlab-org/gitlab-ce!21324
2018-08-22Merge branch 'remove-scss-variables-4' into 'master'Clement Ho
Remove another batch of reassigned scss variables See merge request gitlab-org/gitlab-ce!21334
2018-08-22Bump fog-google to 1.7.1 and google-api-client to 0.23.0Stan Hu
This is needed to support query parameters in `Fog::Storage::Google`. See https://github.com/fog/fog-google/pull/409. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/49957
2018-08-21Eliminate unnecessary and duplicate system hook firesStan Hu
Previously `SystemHookPushWorker` would always be called after a push event, and this would queue a Sidekiq job regardless of whether any system hooks needed that event. Moreover, another call inside `Project#execute_hooks` would also fire system hooks if they existed. This change both removes the duplicate system hook calls. For installations without system hooks for push events, this change also can save significant amount of RAM used by Redis. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50549