summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'upstream/master' into 42572-release-controllerLin Jen-Shin2018-03-032182-37491/+58730
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (889 commits) SlackService - respect `notify_only_default_branch` for push events Clarify usage ping wording in admin area Update incoming emails documents Allow to include also descendant group labels Update docs on grouping CI jobs Support additional LabelsFinder parameters for group labels Extend Cluster Applications to install GitLab Runner to Kubernetes cluster Remove registry list webpack entry point Remove trailing newline that was causing an EE conflict Small fixes in Vuex docs Remove u2f webpack bundle Update documentation WRT to request parameters remove common_vue CommonsChunk config Fetch commit signatures from Gitaly in batches migrate stl_viewer to dynamic import migrate sketch_viewer to dynamic import migrate pdf_viewer to dynamic import migrate notebook_viewer to dynamic import migrate balsamiq_viewer to dynamic import Add some strings that were missing in gitlab.pot ...
| * | | | | | Update peek-performance_bar which doesn't hold envLin Jen-Shin2018-02-071-1/+1
| | | | | | |
| * | | | | | Put controller in its separate fileLin Jen-Shin2018-02-072-79/+84
| | | | | | |
| * | | | | | Release the entire envLin Jen-Shin2018-02-074-11/+16
| | | | | | |
| * | | | | | Use a controller to hold request valuesLin Jen-Shin2018-02-072-61/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that we don't need to hold env after the request. This makes it much harder to test, especially Rails session is acting weirdly, so we need `dig('flash', 'flashes', 'alert')` to dig the actual flash value.
| * | | | | | Try not to hold env and release the controllerLin Jen-Shin2018-02-074-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after the request. This way, we could release the project referred from the controller, which potentially referred a repository which potentially allocated a lot of memories. Before this change, we could hold the last request data and cannot release the memory. After this change, the largest request data should be able to be collected from GC. This might not impact the instances having heavy load, as the last request should be changing all the time, and GC won't kick in for each request anyway. However it could still potentially allow us to free more memories for each GC runs, because now we could free one more request anyway.
* | | | | | | Merge branch ↵Robert Speicher2018-03-052-34/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43809-not-seeing-mentioned-in-commit-system-message-after-merging' into 'master' Resolve "Not seeing "mentioned in commit" system message after merging" Closes #43809 See merge request gitlab-org/gitlab-ce!17524
| * | | | | | | Fix MR merge commit cross-references to the MR itselfSean McGivern2018-03-052-34/+47
| | | | | | | |
* | | | | | | | Merge branch 'gitaly-lfs-changes' into 'master'Douwe Maan2018-03-056-45/+170
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges Closes gitaly#1048 See merge request gitlab-org/gitlab-ce!16973
| * | | | | | | | Incorporate Gitaly's RPCs for Gitlab::Git::LfsChangesgitaly-lfs-changesAlejandro Rodríguez2018-03-026-45/+170
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/add-support-for-all-option-in-count-find-commits' into ↵Douwe Maan2018-03-056-185/+193
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add support for :all option to {count,find}_commits See merge request gitlab-org/gitlab-ce!17464
| * | | | | | | | | Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commitsAhmad Sherif2018-03-026-185/+193
| | | | | | | | | |
* | | | | | | | | | Merge branch '41719-mr-title-fix' into 'master'Douwe Maan2018-03-056-91/+175
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render htmlentities correctly for links not supported by Rinku Closes #41719 See merge request gitlab-org/gitlab-ce!17180
| * | | | | | | | | | Match Rinku's behaviour for closing punctuation in links41719-mr-title-fixSean McGivern2018-03-022-31/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rinku 2.0.0 (the version we use) will remove the last character of a link if it's a closing part of a punctuation pair (different types of parentheses and quotes), unless both of the below are true: 1. The matching pair has different start and end characters. 2. There are equal numbers of both in the matched string (they don't have to be balanced).
| * | | | | | | | | | Render htmlentities correctly for links not supported by RinkuJarka Kadlecová2018-02-216-66/+89
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'wip-slash-command-on-mr-description' into 'master'Rémy Coutable2018-03-057-15/+64
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New `/wip` quick action on MR creation Closes #26848 See merge request gitlab-org/gitlab-ce!17463
| * | | | | | | | | | | Add "added" type on changelogOswaldo Ferreira2018-03-051-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Update changelogOswaldo Ferreira2018-03-051-3/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Rename quick actions handlerOswaldo Ferreira2018-03-052-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Move wip handling to MergeRequest::BaseServicewip-slash-command-on-mr-descriptionOswaldo Ferreira2018-03-016-1044/+25
| | | | | | | | | | | |
| * | | | | | | | | | | /wip slash command on MR creationAdam Pahlevi2018-03-016-11/+1079
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change to symbol add complete changelog add test for /wip unwip as sym test for work in progress separate from issuable
* | | | | | | | | | | | Merge branch ↵Rémy Coutable2018-03-053-9/+40
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37430-projects-comparecontroller-show-is-calling-gitaly-n-1-times-per-request' into 'master' Resolve "Projects::CompareController#show is calling Gitaly n+1 times per request" Closes #37430 See merge request gitlab-org/gitlab-ce!17439
| * | | | | | | | | | | | Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez2018-03-053-9/+40
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'feature/#43691-count-diff-note-calendar-activity' into 'master'Sean McGivern2018-03-053-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #43691: DiffNotes not counted by ContributionsCalendar Closes #43691 See merge request gitlab-org/gitlab-ce!17418
| * | | | | | | | | | | | | #43691: DiffNotes not counted by ContributionsCalendarRiccardo Padovani2018-03-053-5/+16
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch '43837-error-handle-in-updating-milestone-on-issue' into 'master'Jacob Schatz2018-03-052-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loading spinner not stop even on errors in updating Milestone on Issue Closes #43837 See merge request gitlab-org/gitlab-ce!17507
| * | | | | | | | | | | | | Stop loading spinner on error of milestone update on issueTakuya Noguchi2018-03-042-0/+8
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'backport-ee-5049-to-ce' into 'master'Douwe Maan2018-03-051-2/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4747 to CE See merge request gitlab-org/gitlab-ce!17520
| * | | | | | | | | | | | | Ports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4747 to CEbackport-ee-5049-to-ceTiago Botelho2018-03-051-2/+15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-0514-14/+219
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API support for selecting only updated issues before/after a given date" Closes #41616 See merge request gitlab-org/gitlab-ce!17417
| * | | | | | | | | | | | | Adds updated_at filter to issues and merge_requests APIJacopo2018-03-0514-14/+219
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'priority-changes' into 'master'Victor Wu2018-03-051-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Priority labels and severity labels See merge request gitlab-org/gitlab-ce!17362
| * | | | | | | | | | | | | Add severity labels to contributing.mdpriority-changesVictor Wu2018-03-051-3/+14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jprovazn-scoped-limit' into 'master'Sean McGivern2018-03-058-63/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use limited count queries also for scoped searches Closes #43242 See merge request gitlab-org/gitlab-ce!17452
| * | | | | | | | | | | | | | Use limited count queries also for scoped searchesJan Provaznik2018-03-058-63/+97
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch '42712_api_branches_add_search_param_20180207' into 'master'Rémy Coutable2018-03-054-2/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update API: add search param to branches Closes #42712 See merge request gitlab-org/gitlab-ce!17005
| * | | | | | | | | | | | | | Update API: add search param to branchesbunufi2018-03-054-2/+41
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'an/workhorse-3.8.0' into 'master'Rémy Coutable2018-03-052-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade GitLab Workhorse to 3.8.0 for structured logging support See merge request gitlab-org/gitlab-ce!17479
| * | | | | | | | | | | | | | Upgrade GitLab Workhorse to 3.8.0 for structured logging supportan/workhorse-3.8.0Andrew Newdigate2018-03-022-1/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-03-051-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note about the "List MR pipelines" endpoint only being available from 10.5.0 See merge request gitlab-org/gitlab-ce!17375
| * | | | | | | | | | | | | | | Add a note about the "List MR pipelines" endpoint only being available from ↵Jakub Kadlubiec2018-03-051-0/+3
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10.5.0
* | | | | | | | | | | | | | | Merge branch 'sh-fix-backup-restore-cleanup' into 'master'Rémy Coutable2018-03-051-2/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up backup/restore temporary directory See merge request gitlab-org/gitlab-ce!17499
| * | | | | | | | | | | | | | | Clean up backup/restore temporary directorysh-fix-backup-restore-cleanupStan Hu2018-03-021-2/+19
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'docs-darwinjs-update-ssh' into 'master'Rémy Coutable2018-03-051-4/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposing the existence of, concepts and configuration detail of Global Shared Deployment keys. See merge request gitlab-org/gitlab-ce!17487
| * | | | | | | | | | | | | | | | Docs: update ssh docMarcia Ramos2018-03-051-4/+47
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch '43334-reply-by-email-did-not-pick-up-unsubscribe-quick-action' ↵Rémy Coutable2018-03-059-65/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Reply-by-email did not pick up /unsubscribe quick action" Closes #43334 See merge request gitlab-org/gitlab-ce!17482
| * | | | | | | | | | | | | | | | Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-029-65/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
* | | | | | | | | | | | | | | | | Merge branch '43811-no-docker-no-put-down-the-kitchen-sink' into 'master'Rémy Coutable2018-03-051-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "codequality: make our dependency on jq < 182MiB" Closes #43811 See merge request gitlab-org/gitlab-ce!17492
| * | | | | | | | | | | | | | | | codequality: Install jq directly instead of pulling it via dockerNick Thomas2018-03-021-1/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ee-4862-verify-file-checksums' into 'master'Sean McGivern2018-03-0516-60/+378
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Foreground verification of uploads and LFS objects See merge request gitlab-org/gitlab-ce!17402