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-04-21Fixed revert button causing open/close eventissuable-close-btn-behaviourPhil Hughes
2017-04-19Fixed page not waiting for close statusPhil Hughes
2017-04-18Merge branch 'master' into issuable-close-btn-behaviourPhil Hughes
2017-04-18Merge branch 'disable-recent-search-on-boards' into 'master' Filipa Lacerda
Disable recent search on issue boards Closes #30919 See merge request !10686
2017-04-18Merge branch '29816-create-keyboard-shortcut-for-editing-wiki-page' into ↵Filipa Lacerda
'master' Add keyboard edit shortcut for wiki Closes #29816 See merge request !10245
2017-04-18Merge branch 'issue-boards-count-not-updating' into 'master' Filipa Lacerda
Only increase the page number for boards when we need to Closes #30902 See merge request !10684
2017-04-18Merge branch 'enforce-Ansi2html-output-encoding' into 'master' Kamil Trzciński
Just enforce the output encoding for Ansi2html See merge request !10758
2017-04-18Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin
2017-04-18Add a changelog entryLin Jen-Shin
2017-04-18Just enforce the output encoding for Ansi2htmlLin Jen-Shin
Fixes https://sentry.gitlap.com/gitlab/gitlabcom/issues/27545/
2017-04-18Merge branch 'high-priority-features-in-patch-releases' into 'master' Sean McGivern
high-priority-features-in-patch-releases See merge request !10599
2017-04-18Moved per page value to constPhil Hughes
2017-04-18Merge branch 'sh-use-delete-worker-spam-logs' into 'master' Robert Speicher
Use DeleteUserWorker for removing users via spam logs See merge request !10725
2017-04-18Merge branch 'dm-git-blob-sizes' into 'master' Robert Speicher
Normalize sizes in Gitlab::Git::Blob See merge request !10742
2017-04-18Merge branch 'dm-no-format-suffix' into 'master' Robert Speicher
Remove format from end of URL for URLs that take a ref or path See merge request !10740
2017-04-18Merge branch 'fix/30961' into 'master' Robert Speicher
Does not remove the GitHub remote when importing from GitHub Closes #30961 See merge request !10750
2017-04-18Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre
2017-04-18Use DeleteUserWorker for removing users via spam logsStan Hu
Before deleting a user via a SpamLog would just call `user.destroy`, which may omit other things that need to be cleaned up.
2017-04-18Remove format from end of URL for URLs that take a ref or pathDouwe Maan
2017-04-18Merge branch 'dm-diff-too-large-error' into 'master' Robert Speicher
Rephrase error message for a diff with a blob that’s too large See merge request !10746
2017-04-18Merge branch 'dm-can-modify-blob' into 'master' Robert Speicher
Rename can_edit_blob? to can_modify_blob? See merge request !10748
2017-04-18Merge branch 'dm-fix-snippet-search' into 'master' Robert Speicher
Show case insensitive matches in snippet search results See merge request !10745
2017-04-18Merge branch 'dm-snippet-page-title' into 'master' Robert Speicher
Add snippet IID to snippet page titles See merge request !10744
2017-04-18Fix specsDouwe Maan
2017-04-17Merge branch 'variable-table-styles' into 'master' Annabel Dunstone Gray
Used fixed widths and ellipsis for variable table styles Closes #25780 See merge request !10739
2017-04-17Merge branch 'clean-merge_request-diff-notes-specs' into 'master' Robert Speicher
Reorganize feature specs for MR notes See merge request !10661
2017-04-17Merge branch 'title-positioning-updates' into 'master' Jacob Schatz
Fix spacing of nav title See merge request !10708
2017-04-17Merge branch '28575-expand-collapse-look' into 'master' Annabel Dunstone Gray
Expand/collapse button -> Change to make it look like a toggle Closes #28575 See merge request !10720
2017-04-17Rename can_edit_blob? to can_modify_blob?Douwe Maan
2017-04-17Rephrase error message for a diff with a blob that’s too largeDouwe Maan
2017-04-17Show case insensitive matches in snippet search resultsDouwe Maan
2017-04-17Add snippet IID to snippet page titlesDouwe Maan
2017-04-17Merge branch '30863-fix-award-button-smiley-jumping-out-of-place' into 'master' Fatih Acet
Fix award button smiley jumping out of place Closes #30863 See merge request !10672
2017-04-17Normalize sizes in Gitlab::Git::BlobDouwe Maan
2017-04-17Update wording.Victor Wu
2017-04-17Merge branch 'fix/github-doc-link' into 'master' Marcia Ramos
Add link to GitHub rake task Closes #30730 See merge request !10616
2017-04-17Add link to GitHub rake taskJames Lopez
2017-04-17Clarify wording for "release" and dates.Victor Wu
2017-04-17Merge branch 'variable-table-styles' of gitlab.com:gitlab-org/gitlab-ce into ↵Bryce Johnson
variable-table-styles
2017-04-17Remove unneeded min-width.Bryce Johnson
2017-04-17Fix comment length and syntax.Bryce Johnson
2017-04-17Use ellipsis and nowrap.Bryce Johnson
2017-04-17Remove breakpoints, use fixed widths.Bryce Johnson
2017-04-17Merge branch 'move-search-labels' into 'master' Clement Ho
Move labels of search results from bottom to title Closes #19897 See merge request !10705
2017-04-17Update variable table styles at wider viewport.Bryce Johnson
2017-04-17Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan
Fix following with multiple paths Closes gitlab-ee#2175 See merge request !10737
2017-04-17Merge branch 'dz-remove-repo-version' into 'master' Douwe Maan
Remove `Repository#version` method and tests Closes #24251 See merge request !10734
2017-04-17Merge branch 'fix/project-visibility-setting' into 'master' Douwe Maan
Fix restricted visibility project setting Closes #30581 See merge request !10622
2017-04-17Fix restricted visibility project settingJames Lopez
2017-04-17Fix following with multiple pathsSean McGivern
`git log --follow` is only supported for a single path. CE doesn't currently pass multiple paths, but EE does.