summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added break-word wrap30986-diff-text-overflowingLuke "Jared" Bennett2017-04-171-0/+4
|
* Merge branch '27655-clear-emoji-search-after-selection' into 'master' Alfredo Sumaran2017-04-174-24/+67
|\ | | | | | | | | | | | | Clear emoji search in awards menu after picking emoji Closes #27655 See merge request !10524
| * Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-134-24/+67
| | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
* | Merge branch 'sh-fix-base-parser' into 'master' Robert Speicher2017-04-162-3/+23
|\ \ | | | | | | | | | | | | | | | | | | Fix regression in rendering Markdown references that do not exist Closes #30972 See merge request !10716
| * | Fix regression in rendering Markdown references that do not existsh-fix-base-parserStan Hu2017-04-152-3/+23
| | | | | | | | | | | | Closes #30972
* | | Merge branch ↵Phil Hughes2017-04-151-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '30492-using-icon-to-mark-discussion-as-resolved-does-not-resolve-discussion' into 'master' Resolve "Using icon to mark discussion as resolved does not resolve discussion" Closes #30492 See merge request !10652
| * | | Update ResolveBtn when CommentStore changes state30492-using-icon-to-mark-discussion-as-resolved-does-not-resolve-discussionSam Rose2017-04-131-4/+4
| | | |
* | | | Merge branch 'issue-title-vue-sfc' into 'master' Phil Hughes2017-04-155-25/+24
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Issue Title Vue: convert to .vue - use 'render' with 'createElement' in index See merge request !10625
| * | | Issue Title Vue: convert to .vue - use 'render' with 'createElement' in indexRegis Boudinot2017-04-155-25/+24
|/ / /
* | | Merge branch 'sh-disable-cache-classes' into 'master' Robert Speicher2017-04-142-1/+8
|\ \ \ | | | | | | | | | | | | | | | | Turn on caching of classes in Knapsack specs See merge request !10709
| * | | Turn on caching of classes in Knapsack specsStan Hu2017-04-142-1/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Enabling caching of classes slows start-up time because all controllers are loaded at initialization, but it reduces memory and load because files are not reloaded with every request. For example, caching is not necessary for loading database migrations but useful for handling Knapsack specs. Addresses gitlab-org/gitlab-ee#2162
* | | Merge branch '30810-fix-note-header-info-and-action-overlap' into 'master' Annabel Dunstone Gray2017-04-142-18/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix note header timeago and action overlap Closes #30810 See merge request !10644
| * | | Fix note header timeago and action overlap30810-fix-note-header-info-and-action-overlapEric Eastwood2017-04-132-18/+35
| | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30810
* | | | Merge branch 'remove-double-newline-for-single-attachments' into 'master' Phil Hughes2017-04-143-5/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only add newlines for multiple uploads Closes #29782 See merge request !10545
| * | | | Only add newlines for multiple uploadsremove-double-newline-for-single-attachmentsLuke "Jared" Bennett2017-04-143-5/+13
| | | | |
* | | | | Merge branch 'add-cookie-expirations-to-callouts' into 'master' Phil Hughes2017-04-142-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add expirations to CA and user callouts Closes #30267 See merge request !10568
| * | | | | Add expirations to CA and user calloutsLuke "Jared" Bennett2017-04-142-2/+2
| |/ / / /
* | | | | Merge branch 'frontend_prevent_authored_awardable_votes' into 'master' Alfredo Sumaran2017-04-148-12/+100
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | frontend prevent authored votes Closes #21881 See merge request !6260
| * | | | frontend prevent authored votesbarthc2017-04-148-12/+100
| | | | |
* | | | | Merge branch 'use-hashie-forbidden_attributes' into 'master' Rémy Coutable2017-04-143-1/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the hashie-forbideen_attributes gem Closes #26400 See merge request !10579
| * | | | | Use the hashie-forbideen_attributes gemandrew brown2017-04-093-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gem prevents Mash from responding to :permitted?, disabling mass assignment protection for the Grape API
* | | | | | Merge branch 'revert-a0d734c9' into 'master' Stan Hu2017-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'grpc-1.2.2' into 'master'" See merge request !10700
| * | | | | | Revert "Merge branch 'grpc-1.2.2' into 'master'"revert-a0d734c9Lin Jen-Shin (godfat)2017-04-141-1/+1
| | |/ / / / | |/| | | | | | | | | | This reverts merge request !10589
* | | | | | Merge branch 'patch-17' into 'master' Rémy Coutable2017-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update show.html.haml to allow guests to see the Files tab as per #30199 See merge request !10640
| * | | | | | Update show.html.haml to allow guests to see the Files tab as per ↵AJ ONeal2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/30199
* | | | | | | Merge branch '30349-create-users-build-service' into 'master' Rémy Coutable2017-04-147-160/+176
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Users::BuildService Closes #30349 See merge request !10675
| * | | | | | | Refactor build_service_specGeorge Andrinopoulos2017-04-131-4/+2
| | | | | | | |
| * | | | | | | Implement Users::BuildServicegeoandri2017-04-137-160/+178
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'patch-14' into 'master' Rémy Coutable2017-04-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #28531 - Enable the import_url field. Closes #28531 See merge request !9438
| * | | | | | | Enable the import_url field. Rune Philosof2017-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #28531 The field should be enabled on `project/import/new`. It shouldn't hurt to have the field enabled on `projects/new` as well.
* | | | | | | | Merge branch 'branch-versions' into 'master' Rémy Coutable2017-04-147-86/+67
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand components version specification format to allow branches Closes gitaly#183 See merge request !10610
| * | | | | | | Expand components version specification format to allow branchesbranch-versionsAlejandro Rodríguez2017-04-137-86/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly using version strings, to which we prepend 'v' and assume are tags. These changes allow branches or tags with other name formats to be specified by prepending '=' to the version string (á la govendor). We also simplify the process to reset to the given version (now a branch or tag): Right now there's a check to supposedly try to avoid fetching from the remote the version if it already exist locally. But the previous logic already clones if the directory doesn't exist or fetches if it does, so this check is pointless. We can safely assume the version exists once we get to the reset stage.
* | | | | | | | Merge branch 'sh-improve-logging-for-bad-creations' into 'master'Robert Speicher2017-04-142-0/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve error messages when a record is unable to be created for a project See merge request !10696
| * | | | | | | | Improve error messages when a record is unable to be created for a projectStan Hu2017-04-132-0/+17
| | | | | | | | |
* | | | | | | | | Merge branch '30907-allow-to-enable-rspec-profile-for-a-given-branch' into ↵Robert Speicher2017-04-131-2/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Allow to enable `rspec_profiling` for a branch on the CI Closes #30907 See merge request !10680
| * | | | | | | | | Allow to enable `rspec_profiling` for a branch on the CI30907-allow-to-enable-rspec-profile-for-a-given-branchRémy Coutable2017-04-131-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `rspec_profiling` will be enabled if the branch name includes `rspec-profile`. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch 'issues-empty-state-not-centered' into 'master' Annabel Dunstone Gray2017-04-132-2/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Centered empty state for issues Closes #30872 See merge request !10689
| * | | | | | | | | | Centered empty state for issuesJose Ivan Vargas2017-04-132-2/+8
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'pms-lighter-colors' into 'master' Annabel Dunstone Gray2017-04-132-13/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lighter colors and fix existing light colors See merge request !10690
| * | | | | | | | | | Add lighter color variables. Fix active note color.pms-lighter-colorsPedro Moreira da Silva2017-04-132-13/+21
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'clear-instructions' into 'master' Yorick Peterse2017-04-131-8/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make instructions clearer See merge request !10685
| * | | | | | | | | | | Make instructions clearerclear-instructionsSid Sijbrandij2017-04-131-8/+5
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sh-add-icon-for-active-service-template' into 'master'Robert Speicher2017-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use an icon to indicate whether service template is active See merge request !10694
| * | | | | | | | | | | Use an icon to indicate whether service template is activeStan Hu2017-04-131-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'fix-appending-state-to-issuable-references' into 'master' Robert Speicher2017-04-132-13/+34
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix appending state to issuable references Closes #30874 See merge request !10683
| * | | | | | | | | | | Fix appending state to issuable referencesfix-appending-state-to-issuable-referencesAdam Niedzielski2017-04-132-13/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #30874. Ignore nodes with no children. Append directly to the node instead of the last child of the node to avoid inheriting formatting from the last child
* | | | | | | | | | | | Merge branch 'fix-trace-seeking-readline' into 'master' Kamil Trzciński2017-04-135-10/+41
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After Trace#limit, we seek to the next line in case Closes #30796 See merge request !10681
| * | | | | | | | | | | | Update tests for the fact that we would skip one linefix-trace-seeking-readlineLin Jen-Shin2017-04-131-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Don't seek at all if the log is small anywayLin Jen-Shin2017-04-131-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | then it's fine to skip the first line because it won't be very noticeable
| * | | | | | | | | | | | Add changelog entryLin Jen-Shin2017-04-131-0/+4
| | | | | | | | | | | | |