summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Minor refactoring in shortcuts_wiki.jsgeoandri2017-04-112-6/+4
| | | | | | | | | |
| * | | | | | | | | Refactor shortcuts_wiki.jsgeoandri2017-04-114-29/+13
| | | | | | | | | |
| * | | | | | | | | Add keyboard edit shortcut for wikiGeorge Andrinopoulos2017-04-118-2/+83
| | | | | | | | | |
* | | | | | | | | | Merge branch 'issue-boards-count-not-updating' into 'master' 19360-preview-pdfsFilipa Lacerda2017-04-182-5/+46
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only increase the page number for boards when we need to Closes #30902 See merge request !10684
| * | | | | | | | | | Moved per page value to constissue-boards-count-not-updatingPhil Hughes2017-04-181-1/+3
| | | | | | | | | | |
| * | | | | | | | | | ESLint fixPhil Hughes2017-04-131-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Only increase the page number for boards when we need toPhil Hughes2017-04-132-5/+44
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #30902
* | | | | | | | | | Merge branch 'enforce-Ansi2html-output-encoding' into 'master' Kamil Trzciński2017-04-184-12/+28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just enforce the output encoding for Ansi2html See merge request !10758
| * | | | | | | | | Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin2017-04-181-1/+1
| | | | | | | | | |
| * | | | | | | | | Add a changelog entryLin Jen-Shin2017-04-181-0/+4
| | | | | | | | | |
| * | | | | | | | | Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-183-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://sentry.gitlap.com/gitlab/gitlabcom/issues/27545/
* | | | | | | | | | Merge branch 'high-priority-features-in-patch-releases' into 'master' Sean McGivern2017-04-181-6/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | high-priority-features-in-patch-releases See merge request !10599
| * | | | | | | | | Update wording.high-priority-features-in-patch-releasesVictor Wu2017-04-171-2/+2
| | | | | | | | | |
| * | | | | | | | | Clarify wording for "release" and dates.Victor Wu2017-04-171-6/+7
| | | | | | | | | |
| * | | | | | | | | Remove unnecessary example.Victor Wu2017-04-131-2/+0
| | | | | | | | | |
| * | | | | | | | | remove stray comma [ci skip]Victor Wu2017-04-101-1/+1
| | | | | | | | | |
| * | | | | | | | | high-priority-features-in-patch-releasesVictor Wu2017-04-101-1/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'sh-use-delete-worker-spam-logs' into 'master' Robert Speicher2017-04-183-5/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use DeleteUserWorker for removing users via spam logs See merge request !10725
| * | | | | | | | | | Use DeleteUserWorker for removing users via spam logssh-use-delete-worker-spam-logsStan Hu2017-04-173-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before deleting a user via a SpamLog would just call `user.destroy`, which may omit other things that need to be cleaned up.
* | | | | | | | | | | Merge branch 'dm-git-blob-sizes' into 'master' Robert Speicher2017-04-182-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normalize sizes in Gitlab::Git::Blob See merge request !10742
| * | | | | | | | | | | Fix specsdm-git-blob-sizesDouwe Maan2017-04-171-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Normalize sizes in Gitlab::Git::BlobDouwe Maan2017-04-171-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'dm-no-format-suffix' into 'master' Robert Speicher2017-04-183-102/+71
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove format from end of URL for URLs that take a ref or path See merge request !10740
| * | | | | | | | | | | | Remove format from end of URL for URLs that take a ref or pathDouwe Maan2017-04-173-102/+71
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'fix/30961' into 'master' Robert Speicher2017-04-183-2/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not remove the GitHub remote when importing from GitHub Closes #30961 See merge request !10750
| * | | | | | | | | | | Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre2017-04-183-2/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'dm-diff-too-large-error' into 'master' Robert Speicher2017-04-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rephrase error message for a diff with a blob that’s too large See merge request !10746
| * | | | | | | | | | | Rephrase error message for a diff with a blob that’s too largedm-diff-too-large-errorDouwe Maan2017-04-171-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'dm-can-modify-blob' into 'master' Robert Speicher2017-04-172-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename can_edit_blob? to can_modify_blob? See merge request !10748
| * | | | | | | | | | | Rename can_edit_blob? to can_modify_blob?dm-can-modify-blobDouwe Maan2017-04-172-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'dm-fix-snippet-search' into 'master' Robert Speicher2017-04-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show case insensitive matches in snippet search results See merge request !10745
| * | | | | | | | | | | Show case insensitive matches in snippet search resultsdm-fix-snippet-searchDouwe Maan2017-04-171-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'dm-snippet-page-title' into 'master' Robert Speicher2017-04-174-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add snippet IID to snippet page titles See merge request !10744
| * | | | | | | | | | | Add snippet IID to snippet page titlesdm-snippet-page-titleDouwe Maan2017-04-174-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'variable-table-styles' into 'master' 29224-incorrect-loading-of-no_avatarAnnabel Dunstone Gray2017-04-172-17/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used fixed widths and ellipsis for variable table styles Closes #25780 See merge request !10739
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'variable-table-styles' of gitlab.com:gitlab-org/gitlab-ce into ↵variable-table-stylesBryce Johnson2017-04-170-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable-table-styles
| | * | | | | | | | | | | Fix comment length and syntax.Bryce Johnson2017-04-171-4/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove unneeded min-width.Bryce Johnson2017-04-171-6/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Use ellipsis and nowrap.Bryce Johnson2017-04-171-6/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Remove breakpoints, use fixed widths.Bryce Johnson2017-04-171-13/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Update variable table styles at wider viewport.Bryce Johnson2017-04-172-3/+7
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'clean-merge_request-diff-notes-specs' into 'master' Robert Speicher2017-04-175-523/+470
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganize feature specs for MR notes See merge request !10661
| * | | | | | | | | | | | Reorganize feature specs for MR notesclean-merge_request-diff-notes-specsRémy Coutable2017-04-145-523/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | | Merge branch 'title-positioning-updates' into 'master' Jacob Schatz2017-04-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spacing of nav title See merge request !10708
| * | | | | | | | | | | | | Fix spacing of nav headertitle-positioning-updatesAnnabel Dunstone Gray2017-04-141-2/+2
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '28575-expand-collapse-look' into 'master' Annabel Dunstone Gray2017-04-173-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand/collapse button -> Change to make it look like a toggle Closes #28575 See merge request !10720
| * | | | | | | | | | | | | Expand/collapse button -> Change to make it look like a toggleJacopo2017-04-163-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the expand/collapse button to look different when is opened/closed
* | | | | | | | | | | | | | Merge branch '30863-fix-award-button-smiley-jumping-out-of-place' into 'master' Fatih Acet2017-04-171-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix award button smiley jumping out of place Closes #30863 See merge request !10672
| * | | | | | | | | | | | | | Fix award button smiley jumping out of place30863-fix-award-button-smiley-jumping-out-of-placeEric Eastwood2017-04-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30863
* | | | | | | | | | | | | | | Merge branch 'fix/github-doc-link' into 'master' Marcia Ramos2017-04-171-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to GitHub rake task Closes #30730 See merge request !10616