summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Remove `username` from `User#sanitize_attrs` callbackrs-remove-username-from-sanitize-attrsRobert Speicher2017-08-111-3/+3
* Merge branch 'rs-coverage-updates' into 'master'Rémy Coutable2017-08-111-1/+3
|\
| * Better categorize test coverage resultsrs-coverage-updatesRobert Speicher2017-08-111-1/+3
* | Merge branch 'broadcast-messages-cache' into 'master'Sean McGivern2017-08-111-2/+12
|\ \
| * | Better caching and indexing of broadcast messagesYorick Peterse2017-08-111-2/+12
* | | Merge branch 'winh-git-revision-dropdown-style' into 'master'Annabel Dunstone Gray2017-08-112-4/+6
|\ \ \
| * | | Make Git revision dropdown style consistentwinh-git-revision-dropdown-stylewinh2017-08-092-4/+6
* | | | Merge branch '35435-pending-delete-project-error-in-admin-interface-fix' into...Douwe Maan2017-08-111-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fixTiago Botelho2017-08-111-1/+1
* | | | Merge branch 'dm-session-delete-challenge' into 'master'Robert Speicher2017-08-111-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Delete correct key from `session` after authenticating using U2Fdm-session-delete-challengeDouwe Maan2017-08-111-1/+1
| |/ /
* | | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-1114-38/+466
|\ \ \
| * | | Use a specialized class for querying eventsYorick Peterse2017-08-106-15/+121
| * | | Migrate events into a new formatYorick Peterse2017-08-109-23/+345
* | | | Merge branch 'appearances-caching-and-schema' into 'master'Sean McGivern2017-08-113-2/+22
|\ \ \ \
| * | | | Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-103-2/+22
* | | | | Merge branch 'zj-ref-path-monospace' into 'master'Douwe Maan2017-08-111-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix 404 on link pathzj-ref-path-monospaceZ.J. van de Weg2017-08-101-1/+1
* | | | | Merge branch '36270-collapsed-sidebar-scroll' into 'master'Phil Hughes2017-08-111-0/+1
|\ \ \ \ \
| * | | | | Hide overflow-x on collapsed sidebar36270-collapsed-sidebar-scrollAnnabel Dunstone Gray2017-08-101-0/+1
* | | | | | Fix minor typos in viewsMehdi Lahmam2017-08-113-4/+4
* | | | | | Merge branch 'breakpoint-checker-performance' into 'master'Filipa Lacerda2017-08-1010-91/+32
|\ \ \ \ \ \
| * | | | | | removed global use of breakpoint checkerbreakpoint-checker-performancePhil Hughes2017-08-1010-33/+17
| * | | | | | Increase performance of the breakpoint size checkerPhil Hughes2017-08-101-61/+18
| | |_|/ / / | |/| | | |
* | | | | | Fix wrong method call on prometheus histogramzj-fix-prom-metricsZ.J. van de Weg2017-08-102-5/+5
| |_|/ / / |/| | | |
* | | | | Fix line numbers not matching up to code in code viewer.Trevor Flynn2017-08-101-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'remove-affix-issuable-sidebar-new-nav' into 'master'Filipa Lacerda2017-08-102-1/+4
|\ \ \ \
| * | | | Remove affix plugin from issuable sidebar with new navigationremove-affix-issuable-sidebar-new-navPhil Hughes2017-08-102-1/+4
* | | | | Merge branch '36158-new-issue-button' into 'master'Phil Hughes2017-08-102-3/+3
|\ \ \ \ \
| * | | | | Render new issue link in failed job as a regular link instead of a UJS one36158-new-issue-buttonFilipa Lacerda2017-08-102-3/+3
* | | | | | Merge branch 'mk-fix-case-insensitive-redirect-matching' into 'master'Sean McGivern2017-08-101-1/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove unnecessary work for MySQLMichael Kozono2017-08-081-1/+9
| * | | | | Fix conflicting redirect searchMichael Kozono2017-08-081-1/+1
* | | | | | Merge branch '36185-or-separator' into 'master'Phil Hughes2017-08-101-5/+5
|\ \ \ \ \ \
| * | | | | | Fix linter error36185-or-separatorFilipa Lacerda2017-08-101-1/+1
| * | | | | | Aligns OR separater to center properlyFilipa Lacerda2017-08-101-5/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'remove-unused-redirect_to_external_issue_tracker' into 'master'Rémy Coutable2017-08-101-12/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove unused `redirect_to_external_issue_tracker` methodMehdi Lahmam2017-08-101-12/+0
| |/ / / /
* | | | | Merge branch 'fixed-sticky-stats-box-commit-view' into 'master'Filipa Lacerda2017-08-106-14/+23
|\ \ \ \ \
| * | | | | Fix the sticky changes bar on commits pagefixed-sticky-stats-box-commit-viewPhil Hughes2017-08-096-14/+23
* | | | | | Merge branch 'fly-out-fix-hiding' into 'master'Filipa Lacerda2017-08-101-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Removed display styles when hiding the fly out navigationfly-out-fix-hidingPhil Hughes2017-08-091-1/+2
* | | | | | Prevent user from changing username with container registry tagsMichael Kozono2017-08-091-0/+8
| |_|_|/ / |/| | | |
* | | | | Merge branch 'rc/enable-the-Layout/SpaceBeforeBlockBraces-cop' into 'master'Robert Speicher2017-08-096-16/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-096-16/+16
* | | | | Merge branch '35996-icon-hover-color' into 'master'Phil Hughes2017-08-091-0/+4
|\ \ \ \ \
| * | | | | Update icon color on hover35996-icon-hover-colorAnnabel Dunstone Gray2017-08-081-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'mr-changes-container-full-width' into 'master'Annabel Dunstone Gray2017-08-092-15/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixed merge request changes sticky container not spreading full widthmr-changes-container-full-widthPhil Hughes2017-08-082-15/+16
* | | | | Merge branch '36179-align-nav-items' into 'master'Phil Hughes2017-08-091-1/+2
|\ \ \ \ \