Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '18757-fix' into 'master' | Stan Hu | 2016-06-20 | 1 | -0/+5 |
|\ | |||||
| * | Fallback to group's owners/masters when a project has none18757-fix | Rémy Coutable | 2016-06-20 | 1 | -0/+5 |
* | | Merge branch 'markdowner' into 'master' | Jacob Schatz | 2016-06-20 | 7 | -4/+140 |
|\ \ | |||||
| * | | Made markdown buttons work on all markdown textareas | Phil Hughes | 2016-06-17 | 4 | -24/+27 |
| * | | Improved design | Phil Hughes | 2016-06-17 | 1 | -105/+43 |
| * | | Updated design of markdown buttons | Phil Hughes | 2016-06-17 | 3 | -24/+48 |
| * | | Move buttons to upper right. | Jacob Schatz | 2016-06-17 | 4 | -13/+30 |
| * | | Revert _form file | Jacob Schatz | 2016-06-17 | 1 | -2/+3 |
| * | | Fix syntax error. Remove whitespace | Jacob Schatz | 2016-06-17 | 1 | -2/+2 |
| * | | Proper class jquery selector for `off`. | Jacob Schatz | 2016-06-17 | 1 | -1/+1 |
| * | | No need to add bold for the class selector for removing events | Jacob Schatz | 2016-06-17 | 1 | -1/+1 |
| * | | Remove console.log | Jacob Schatz | 2016-06-17 | 1 | -4/+5 |
| * | | Add undo history once they click the enter or backspace key | Jacob Schatz | 2016-06-17 | 1 | -1/+12 |
| * | | Add redo state | Jacob Schatz | 2016-06-17 | 1 | -0/+3 |
| * | | Overwrite undo history | Jacob Schatz | 2016-06-17 | 3 | -5/+51 |
| * | | Initial markdown ez buttons | Jacob Schatz | 2016-06-17 | 1 | -2/+1 |
| * | | Initial markdown ez buttons | Jacob Schatz | 2016-06-17 | 4 | -0/+93 |
* | | | Merge branch 'mr-button-placement' into 'master' | Jacob Schatz | 2016-06-20 | 2 | -2/+15 |
|\ \ \ | |||||
| * | | | Fixed mobile stylingmr-button-placement | Phil Hughes | 2016-06-20 | 1 | -0/+13 |
| * | | | Fixed placement of close button on merge requests | Phil Hughes | 2016-06-18 | 1 | -2/+2 |
* | | | | Merge branch 'fix-double-query-string-url' into 'master' | Robert Speicher | 2016-06-20 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | using request dot path instead | barthc | 2016-06-17 | 2 | -2/+2 |
| * | | | | Merge branch 'master' into fix-double-query-string-url | barthc | 2016-06-17 | 435 | -3867/+7209 |
| |\ \ \ \ | |||||
| * | | | | | fix double query string in url | Bartholomew | 2016-06-06 | 1 | -1/+1 |
* | | | | | | Merge branch 'pinned-nav-cookie-path' into 'master' | Jacob Schatz | 2016-06-20 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Set path for pinned nav cookiepinned-nav-cookie-path | Phil Hughes | 2016-06-20 | 1 | -3/+3 |
* | | | | | | | Merge branch '18697-uniqueness-key-validation' into 'master' | Yorick Peterse | 2016-06-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validation | Paco Guzman | 2016-06-20 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Put some admin settings in dropdowndz-admin-tabs-dropdown | Dmitriy Zaporozhets | 2016-06-20 | 5 | -71/+75 |
* | | | | | | | Move appearance settings as sub tab to application settingsdz-admin-tabs | Dmitriy Zaporozhets | 2016-06-20 | 4 | -14/+23 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | fixed a couple of errors spotted in production | James Lopez | 2016-06-20 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' | Robert Speicher | 2016-06-18 | 3 | -0/+12 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix RangeError exceptions when referring to issues or merge requests outside ... | Stan Hu | 2016-06-18 | 3 | -0/+12 |
* | | | | | Merge branch 'star-fork-mobile' into 'master' | Jacob Schatz | 2016-06-18 | 2 | -1/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Display Star and Fork on mobile, fix #18537.star-fork-mobile | Connor Shea | 2016-06-16 | 2 | -1/+14 |
* | | | | | | Merge branch 'milestones-show-mrs' into 'master' | Jacob Schatz | 2016-06-18 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add merge request data to the progress information on Milestones pages.milestones-show-mrs | Connor Shea | 2016-06-16 | 1 | -0/+7 |
* | | | | | | | Merge branch '18762-feedback-btn' into 'master' | Jacob Schatz | 2016-06-18 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix margin & padding on activity btn18762-feedback-btn | Annabel Dunstone | 2016-06-17 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'comment-form-button-spacing' into 'master' | Jacob Schatz | 2016-06-18 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fixed alignment of buttons in note formscomment-form-button-spacing | Phil Hughes | 2016-06-17 | 3 | -4/+4 |
* | | | | | | | | | Merge branch 'dz-organize-admin-settings' into 'master' | Jacob Schatz | 2016-06-18 | 3 | -64/+70 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Move admin->runners tab as subnav of overview tabdz-organize-admin-settings | Dmitriy Zaporozhets | 2016-06-16 | 3 | -64/+70 |
* | | | | | | | | | | Merge branch 'tags-edit-tooltip-placement' into 'master' | Jacob Schatz | 2016-06-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fixed tooltip placement on edit tags buttontags-edit-tooltip-placement | Phil Hughes | 2016-06-17 | 1 | -1/+1 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'branch-buttons-size' into 'master' | Jacob Schatz | 2016-06-18 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fixed size of buttons in branches listbranch-buttons-size | Phil Hughes | 2016-06-17 | 1 | -3/+3 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'last-push-vertical-alignment' into 'master' | Jacob Schatz | 2016-06-18 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Aligns create merge request button verticallylast-push-vertical-alignment | Phil Hughes | 2016-06-17 | 1 | -1/+2 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch '18714_bulk_assign_labels_icon' into 'master' | Jacob Schatz | 2016-06-18 | 2 | -0/+28 |
|\ \ \ \ \ \ \ \ \ \ |