summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing decimal zeros from Metrics axis59651-remove-unnecessary-decimal-places-on-chart-axesSimon Knox2019-06-121-2/+2
* Merge branch 'dz-cleanup-deprecated-code' into 'master'Kamil Trzciński2019-06-113-17/+3
|\
| * Remove some deprecated codedz-cleanup-deprecated-codeDmitriy Zaporozhets2019-06-073-17/+3
* | Merge branch 'process-when-auto-merge-is-enabled' into 'master'Kamil Trzciński2019-06-111-0/+3
|\ \
| * | Notify when auto merge is enabledprocess-when-auto-merge-is-enabledShinya Maeda2019-06-101-0/+3
* | | Add word break style to branch name in dropdownSamantha Ming2019-06-101-0/+1
* | | User link styling for commitsMarcel van Remmerden2019-06-102-1/+9
* | | Move project default git depth behind feature flagsFabio Pitino2019-06-102-1/+3
* | | Fix nil coercion updating storage size on project statisticsAlessio Caiazza2019-06-101-1/+1
* | | Merge branch 'cancel-auto-merge-when-branch-is-changed' into 'master'Kamil Trzciński2019-06-104-7/+9
|\ \ \
| * | | Cancel Auto Merge when target branch is changedcancel-auto-merge-when-branch-is-changedShinya Maeda2019-06-104-7/+9
| |/ /
* | | Merge branch 'fix-issue-mr-badge' into 'master'Phil Hughes2019-06-102-4/+3
|\ \ \
| * | | Use grid and correct border radius for status badgeAnnabel Dunstone Gray2019-06-102-4/+3
* | | | Fix border radius of collapse discussion btnAnnabel Dunstone Gray2019-06-103-9/+13
|/ / /
* | | Make margin between buttons consistentMarcel van Remmerden2019-06-101-1/+1
|/ /
* | List ssh-ed25519 exampleBen Bodenmiller2019-06-101-2/+2
* | Merge branch 'sh-fix-fogbugz-import' into 'master'James Lopez2019-06-101-2/+6
|\ \
| * | Fix Fogbugz Importer not workingsh-fix-fogbugz-importStan Hu2019-06-091-2/+6
* | | Merge branch 'patch-56' into 'master'Sean McGivern2019-06-102-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into patch-56Sean McGivern2019-06-10704-3497/+7751
| |\ \ \
| * | | | Clarify that performance bar is not always onBen Bodenmiller2019-06-092-2/+2
* | | | | Externalize strings of email page in user profileantony liu2019-06-103-26/+26
* | | | | Make option dropdown button to match adjacent buttonSamantha Ming2019-06-101-1/+1
| |/ / / |/| | |
* | | | Merge branch 'ce-5276-3-update-ide-diff-and-mirror-modules' into 'master'Phil Hughes2019-06-101-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Update IDE file mirror service (ce utils)ce-5276-3-update-ide-diff-and-mirror-modulesPaul Slaughter2019-06-071-1/+11
* | | | Merge branch '11396-dependency-list-connect-frontend-to-backend-ce' into 'mas...Thong Kuah2019-06-101-0/+2
|\ \ \ \
| * | | | Add project Dependency List sidebar entry11396-dependency-list-connect-frontend-to-backend-ceMark Florian2019-06-061-0/+2
* | | | | Merge branch '55033-discussion-system-note-alignment' into 'master'57953-suggesting-changes-on-a-line-that-is-not-part-of-an-mr-diff-brings-in-actual-html-code-of-the-element-instead-of-the-text-involvedFatih Acet2019-06-071-3/+3
|\ \ \ \ \
| * | | | | Align system note within discussion with other notesAnnabel Dunstone Gray2019-06-071-3/+3
* | | | | | Merge branch 'gt-externalize-profiles-preferences' into 'master'Phil Hughes2019-06-071-10/+11
|\ \ \ \ \ \
| * | | | | | Externalize profiles preferencesGeorge Tsiolis2019-06-071-10/+11
* | | | | | | Fix discusson resolve toggle making page jumpJustin Boyson2019-06-071-3/+5
* | | | | | | Change styles for the board `Add List` dropdown to look more like the EE versionMichel Engelen2019-06-071-4/+5
* | | | | | | Remove list sorting from NewListDropdownWinnie Hellmann2019-06-071-3/+0
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'ee-9688-fe-mr-merge-order' into 'master'Clement Ho2019-06-075-15/+75
|\ \ \ \ \ \
| * | | | | | Backport of EE Displaying Blocking MRsee-9688-fe-mr-merge-orderSam Bigelow2019-06-055-15/+75
| | |/ / / / | |/| | | |
* | | | | | Move Vue models from vue_shared to boardsMartin Hanzel2019-06-076-18/+16
* | | | | | Merge branch 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-...Stan Hu2019-06-077-7/+22
|\ \ \ \ \ \
| * | | | | | Do not escape forward slashes in Maskable REGEXMatija Čupić2019-06-061-1/+1
| * | | | | | Use exposed regex for frontend maskable checkmfluharty2019-06-065-5/+16
| * | | | | | Expose javascript regexMatija Čupić2019-06-061-0/+4
| * | | | | | Allow masking if 8 or more characters in base64Thomas Nilsson2019-06-062-3/+3
* | | | | | | Merge branch '51636-task-list-api-pderichs' into 'master'Sean McGivern2019-06-071-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Add task count and completed count to responses of Issue and MRPatrick Derichs2019-06-071-0/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'improve-email-text-part' into 'master'Dmitriy Zaporozhets2019-06-073-9/+11
|\ \ \ \ \ \ \
| * | | | | | | Sync text part of email with the HTML partHaunui Saint-sevin2019-06-041-0/+5
| * | | | | | | Remove html tag from the text part of emailHaunui Saint-sevin2019-06-043-9/+6
* | | | | | | | Merge branch '58297-remove-extraneous-gitaly-calls-from-md-rendering' into 'm...Dmitriy Zaporozhets2019-06-072-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Extend #parse to accept a suggestions_filter_enabled paramKerri Miller2019-06-051-1/+3
| * | | | | | | | Lock suggestions_filter_enabled as trueKerri Miller2019-06-051-1/+1