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
2017-10-02Merge branch '38619-fix-comment-delete-confirm-text' into 'master'Filipa Lacerda
Fix typo in comment deletion confirmation dialog Closes #38619 See merge request gitlab-org/gitlab-ce!14622
2017-10-02Merge branch 'sh-restore-all-refs-backup' into 'master'Sean McGivern
Ensure all refs are restored on a backup/restore Closes #38352 See merge request gitlab-org/gitlab-ce!14595
2017-10-02Fix comment deletion confirmation dialog typoMark Fletcher
2017-10-02Merge branch '38571-fix-exception-in-raven-report' into 'master'Sean McGivern
Ensure no exception is raised when Raven tries to get the current user in API context Closes #38571 See merge request gitlab-org/gitlab-ce!14580
2017-10-02Merge branch ↵Tim Zallmann
'34366-issue-sidebar-don-t-render-participants-in-collapsed-state' into 'master' Resolve "Issue Sidebar : Don't render participants in collapsed state" Closes #34366 See merge request gitlab-org/gitlab-ce!14270
2017-10-02Merge branch '38052-use-simple-api-for-projects' into 'master'Tim Zallmann
Use `simple=true` for projects API in Projects dropdown for better search performance Closes #38052 See merge request gitlab-org/gitlab-ce!14585
2017-10-02Merge branch 'remote_user' into 'master'Douwe Maan
Add GL_USERNAME environment variable for hooks See merge request gitlab-org/gitlab-ce!13264
2017-10-02Fix pushes to an empty repository not invalidating has_visible_content? cacheStan Hu
`Repository#has_visible_content?` used to rely on the cached count of local branches, but since it is now an independently cached value it needs to be invalidated on its own. Closes #38646
2017-09-30Ensure all refs are restored on a restore from backupStan Hu
To restore all refs from a bundle, we need to use the --mirror option to ensure that all refs are properly restored. Without this, refs such as `refs/merge-requests/X` and `refs/keep-around/Y` would be omitted, which exposed a bug as described in https://gitlab.com/gitlab-org/gitlab-ce/issues/38319#note_41648608. Closes #38352
2017-09-30Add username as GL_USERNAME in hooks (http)David Turner
When calling pre-receive, post-receive, and update hooks, add the GitLab username as the GL_USERNAME environment variable. This patch only handles cases where pushes are over http, or via the web interface. Later, we will address the ssh case.
2017-09-29Merge branch 'lint-changelog-yaml' into 'master'Robert Speicher
Add static analysis job to find invalid YAML in changelogs See merge request gitlab-org/gitlab-ce!14518
2017-09-29Ensure no exception is raised when Raven tries to get the current user in ↵Rémy Coutable
API context Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-29Merge branch 'fork-btn-enabled-user-groups' into 'master'Filipa Lacerda
Fix fork button being disabled for users who can fork to group Closes #38462 See merge request gitlab-org/gitlab-ce!14551
2017-09-29Merge branch '38582-popover-badge' into 'master'Phil Hughes
Improves UX of autodevops popover to match gpg one Closes #38582 See merge request gitlab-org/gitlab-ce!14582
2017-09-29Add changelog entrykushalpandya
2017-09-29Merge branch 'hash-mr-scroll-load' into 'master'Filipa Lacerda
Fixed anchored content not being scrolled into view Closes #38326 See merge request gitlab-org/gitlab-ce!14562
2017-09-29Remove changelogs with invalid extensionsSean McGivern
All of these were in past releases, so missed their chance to be included in the main changelog :-(
2017-09-29Merge branch ↵Rémy Coutable
'36631-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeout' into 'master' Insert at most 1,000 rows at once in MR diff background migration Closes #36631 et #37505 See merge request gitlab-org/gitlab-ce!13661
2017-09-29Improves UX of autodevops popover to match gpg oneFilipa Lacerda
2017-09-29Fix notes type created from importLin Jen-Shin (godfat)
2017-09-29Reschedule merge request diff background migrationSean McGivern
The first attempt didn't migrate all rows on GitLab.com, due to a couple of issues: 1. Some rows in merge_request_diffs had truly huge numbers of commits and diffs serialised - one in particular had 26,000 commits! 2. The jobs were sometimes on Sidekiq hosts with frequent OOM errors, leading to the job being lost. The previous commit adds more logging, and a more robust insertion method. This commit reschedules the jobs, with a generous pause between each.
2017-09-29Fix fork button being disabled for users who can fork to groupPhil Hughes
Previously the fork button was disabled for all users if they have exceeded their project limit. This fixes that by changing the check to see if the user can fork to a group instead of their own namespace. This behaviour is already possible by visiting the new fork page directly, so this just fixes the button being disabled. Closes #38462
2017-09-29Merge branch 'add-composite-index-on-merge-requests-merge-commit-sha' into ↵Sean McGivern
'master' Add index for merge_requests.merge_commit_sha Closes #38507 See merge request gitlab-org/gitlab-ce!14549
2017-09-29Merge branch 'breadcrumb-item-links' into 'master'Tim Zallmann
Fixed breadcrumb title not linking Closes #38059 See merge request gitlab-org/gitlab-ce!14532
2017-09-29CHANGELOG itemPhil Hughes
2017-09-29Merge branch '37335-counter-active-state' into 'master'Phil Hughes
Add active states to nav bar counters Closes #37335 See merge request gitlab-org/gitlab-ce!14569
2017-09-29Merge branch '38528-build-url' into 'master'Phil Hughes
Fixes data parameter not being sent in ajax request for jobs log Closes #38528 See merge request gitlab-org/gitlab-ce!14564
2017-09-28Add active states to nav bar countersAnnabel Dunstone Gray
2017-09-28Merge branch 'fix-mr-sidebar-counter-after-merge' into 'master'Robert Speicher
Clear merge requests counter cache after merge Closes gitlab-ee#3573 and #38344 See merge request gitlab-org/gitlab-ce!14563
2017-09-28Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan
Hashed storage migration path Closes gitlab-ee#3118 See merge request gitlab-org/gitlab-ce!14067
2017-09-28Merge branch 'bvl-fix-close-issuable-link' into 'master'Rémy Coutable
Use relative paths for opening and closing issuables Closes #35822 See merge request gitlab-org/gitlab-ce!14555
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-28Fixes data parameter not being sent in ajax request for jobs logFilipa Lacerda
2017-09-28Clear merge requests counter cache after mergeSean McGivern
Before this change, the MR counter in the sidebar would be wrong if an MR had been merged since the last update, but not opened or closed, as merging did not trigger a counter cache update.
2017-09-28Merge branch '13637-show-account-confirmation-link-in-e-mail-text' into 'master'Phil Hughes
Changed account confirmation line to e-mail text. Closes #13637 See merge request gitlab-org/gitlab-ce!14243
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-09-28Merge branch 'dm-api-unauthorized' into 'master'Sean McGivern
Make sure API responds with 401 when invalid authentication info is provided Closes #38438 See merge request gitlab-org/gitlab-ce!14525
2017-09-28Merge branch '38319-nomethoderror-undefined-method-sha-for-nil-nilclass' ↵Douwe Maan
into 'master' Resolve "NoMethodError: undefined method `sha' for nil:NilClass" Closes #38319 See merge request gitlab-org/gitlab-ce!14547
2017-09-28Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
34366-issue-sidebar-don-t-render-participants-in-collapsed-state
2017-09-28Added changelogLuke "Jared" Bennett
2017-09-28Use relative paths for opening and closing issuablesBob Van Landuyt
The abuse reports need a full issuable URL, but linking to issuables should use the relative paths
2017-09-28Make sure API responds with 401 when invalid authentication info is providedDouwe Maan
2017-09-28Merge branch 'docs-28814-clarify-artifacts-ref' into 'master'Grzegorz Bizon
Clarify artifact download via the API only accepts branch or tag name for ref See merge request gitlab-org/gitlab-ce!14545
2017-09-28Add index for merge_requests.merge_commit_shaYorick Peterse
This is a composite index on (target_project_id, merge_commit_sha, id) that allows queries such as the following to use a full backwards index scan: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = 13083 AND "merge_requests"."merge_commit_sha" = 'e80a893ff0ea8466099f6478183631af55933db2' ORDER BY "merge_requests"."id" DESC LIMIT 1; Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38507
2017-09-28Merge branch 'commit-side-by-side-comment' into 'master'Filipa Lacerda
Fixes commit comments in parallel diff view Closes #38117 See merge request gitlab-org/gitlab-ce!14529
2017-09-28Handle error when fetching ref for MR with deleted source branchSean McGivern
If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
2017-09-28Merge branch 'zj-repo-gitaly' into 'master'Sean McGivern
RepositoryExists is always called with #gitaly_migration Closes #38333 See merge request gitlab-org/gitlab-ce!14513
2017-09-28Merge branch '38476-improve-merge-jid-cleanup-on-merge-process' into 'master'Sean McGivern
Clean merge_jid whenever necessary on the merge process Closes #38476 See merge request gitlab-org/gitlab-ce!14540
2017-09-28Merge branch 'rotated_profile_image' into 'master'Tim Zallmann
Check orientation of profile image See merge request gitlab-org/gitlab-ce!14461
2017-09-28Merge branch 'docs-38152-bump-recommended-mysql-version' into 'master'Achilleas Pipinellis
Change recommended MySQL version to 5.6 Closes #38152 See merge request gitlab-org/gitlab-ce!14546