summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace move callback behavior, especially to fix Geo replication of na...Michael Kozono2018-07-261-6/+5
* Resolve "BS4: Link in code brackets has two different styles"Annabel Gray2018-07-261-0/+4
* Full list of vulnerabilitiesSam Beckham2018-07-262-51/+7
* Merge branch 'remove-unnecessary-css' into 'master'Clement Ho2018-07-261-3/+0
|\
| * Remove CSSAnnabel Dunstone Gray2018-07-251-3/+0
* | Merge branch '48055-web-ide-resize-handles' into 'master'Phil Hughes2018-07-262-7/+17
|\ \
| * | Fix Web IDE editor resizing on sidebar reset sizePaul Slaughter2018-07-251-0/+7
| * | Update resize handle to show lighter background on hover48055-web-ide-resize-handlesPaul Slaughter2018-07-251-1/+4
| * | Rename 'dragleft' and 'dragright' to 'drag-left' and 'drag-right'Paul Slaughter2018-07-242-3/+3
| * | Rename class dragHandle to drag-handlePaul Slaughter2018-07-242-2/+2
| * | Resize drag handle for Web IDEPaul Slaughter2018-07-241-1/+1
* | | Resolve "BS4: Create new Merge request boxes have different styles"Annabel Gray2018-07-262-1/+3
* | | DNS Prefetching + Preconnect of assets_host (CDN Domain)Tim Zallmann2018-07-261-0/+5
* | | Enable deleting files in the Web IDEPhil Hughes2018-07-2623-85/+270
* | | Make report_issues.vue easily extendableLukas Eipert2018-07-266-56/+106
* | | Merge branch 'wrap-job-name-on-jobs-sidebar' into 'master'Tim Zallmann2018-07-261-0/+1
|\ \ \
| * | | Wrap job name on pipeline job sidebarGeorge Tsiolis2018-07-241-0/+1
* | | | Merge branch 'ce-5158-metrics-alerting' into 'master'Sean McGivern2018-07-266-22/+50
|\ \ \ \
| * | | | Move kubeclient and namespace variables to the private interfaceTiago Botelho2018-07-251-1/+1
| * | | | Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho2018-07-257-23/+51
* | | | | Fixed IDE not opening JSON filesPhil Hughes2018-07-261-2/+2
* | | | | Moved repo.css to its own CSS bundle to reduce the size of the main bundleTim Zallmann2018-07-262-0/+6
* | | | | Merge branch '31576-redirect-commits-to-root-if-no-ref' into 'master'Douwe Maan2018-07-261-3/+7
|\ \ \ \ \
| * | | | | Transfer to commits_controller, add test, and update changelogKia Mei Somabes2018-07-242-7/+7
| * | | | | Change hash syntax for redirect commits to root if no ref is providedKia Mei Somabes2018-07-231-1/+1
| * | | | | Redirect commits to root_ref if no ref is providedKia Mei Somabes2018-07-201-0/+4
* | | | | | Merge branch 'bvl-graphql-wip-mutation' into 'master'Douwe Maan2018-07-266-2/+99
|\ \ \ \ \ \
| * | | | | | Add mutation toggling WIP state of merge requestsBob Van Landuyt2018-07-256-2/+99
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'issue-boards-js-fix-backport' into 'master'Tim Zallmann2018-07-261-73/+76
|\ \ \ \ \ \
| * | | | | | CE backport of issue-boards-js-fixissue-boards-js-fix-backportPhil Hughes2018-07-251-73/+76
* | | | | | | Merge branch 'jivl-redesign-contributors-graph' into 'master'Clement Ho2018-07-254-0/+490
|\ \ \ \ \ \ \
| * | | | | | | Add bar chart componentjivl-redesign-contributors-graphJose2018-07-254-0/+490
| |/ / / / / /
* | | | | | | Merge branch '49192-comment-alignment' into 'master'Clement Ho2018-07-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix alignment of code comment button49192-comment-alignmentAnnabel Dunstone Gray2018-07-201-0/+1
* | | | | | | | Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-255-35/+18
* | | | | | | | Merge branch '49364-fix-broadcast-margin' into 'master'Annabel Gray2018-07-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix broadcast message misalignment on login pageRobin Naundorf2018-07-241-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'ce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-...Douglas Barbosa Alexandre2018-07-253-0/+105
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Document site statistics APIce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-slowGabriel Mazetto2018-07-241-0/+21
| * | | | | | | Apply pattern to make `find_or_create` atomicGabriel Mazetto2018-07-241-7/+10
| * | | | | | | Use activerecord migration version instead of rescuing for missing tablesGabriel Mazetto2018-07-241-10/+14
| * | | | | | | Added SiteStatistics as counter cache for Projects and WikisGabriel Mazetto2018-07-243-0/+77
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | fixes #47716 where email confirmation fails after adding additional emailsMuhammad Nuzaihan2018-07-251-0/+4
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'backport-reactive-caching' into 'master'Rémy Coutable2018-07-251-2/+8
|\ \ \ \ \ \
| * | | | | | Backport reactive cachingShinya Maeda2018-07-251-2/+8
| |/ / / / /
* | | | | | Merge branch 'frozen-string-enable-app-presenters' into 'master'Rémy Coutable2018-07-2548-0/+96
|\ \ \ \ \ \
| * | | | | | Enable frozen string in presenters and policiesrepo-forks/gitlab-ce-frozen-string-enable-app-presentersgfyoung2018-07-2448-0/+96
| |/ / / / /
* | | | | | Merge branch 'i18n-extract-app/views/layouts' into 'master'Rémy Coutable2018-07-2526-228/+229
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | i18n: externalize strings from 'app/views/layouts'Tao Wang2018-07-2326-228/+229
* | | | | | Merge branch 'replace-all-snake-case-in-scss-variables' into 'master'Phil Hughes2018-07-2522-164/+158
|\ \ \ \ \ \