summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add documentation and examples for configuring cloud storage for registry ima...custom-registry-storage-docsDJ Mountney2016-06-211-2/+73
* Merge branch '18757-fix' into 'master' Stan Hu2016-06-202-14/+52
|\
| * Fallback to group's owners/masters when a project has none18757-fixRémy Coutable2016-06-202-14/+52
* | Merge branch 'markdowner' into 'master' Jacob Schatz2016-06-209-11/+148
|\ \
| * | Added text_utility to JS testsmarkdownerPhil Hughes2016-06-201-6/+7
| * | Made markdown buttons work on all markdown textareasPhil Hughes2016-06-174-24/+27
| * | Improved designPhil Hughes2016-06-171-105/+43
| * | Updated design of markdown buttonsPhil Hughes2016-06-173-24/+48
| * | Make tests pass.Jacob Schatz2016-06-171-1/+1
| * | Fix spec issueJacob Schatz2016-06-171-1/+1
| * | Move buttons to upper right.Jacob Schatz2016-06-174-13/+30
| * | Revert _form fileJacob Schatz2016-06-171-2/+3
| * | Fix syntax error. Remove whitespaceJacob Schatz2016-06-171-2/+2
| * | Proper class jquery selector for `off`.Jacob Schatz2016-06-171-1/+1
| * | No need to add bold for the class selector for removing eventsJacob Schatz2016-06-171-1/+1
| * | Remove console.logJacob Schatz2016-06-171-4/+5
| * | Add undo history once they click the enter or backspace keyJacob Schatz2016-06-171-1/+12
| * | Add redo stateJacob Schatz2016-06-171-0/+3
| * | Overwrite undo historyJacob Schatz2016-06-173-5/+51
| * | Initial markdown ez buttonsJacob Schatz2016-06-171-2/+1
| * | Initial markdown ez buttonsJacob Schatz2016-06-174-0/+93
* | | Merge branch '17949-error-500-on-gitlab-org-when-visiting-pipelines' into 'ma...Rémy Coutable2016-06-201-0/+9
|\ \ \
| * | | Set missing stages on ci builds to 'test' to avoid regressions in the pipelin...17949-error-500-on-gitlab-org-when-visiting-pipelinesAlejandro Rodríguez2016-06-201-0/+9
* | | | Merge branch 'patch-1' into 'master' Stan Hu2016-06-201-1/+1
|\ \ \ \
| * | | | Broken instructions. git fetch --all --tags doesn't refresh tagsfliespl2016-05-091-1/+1
* | | | | Merge branch 'issue_12758_2' into 'master' Yorick Peterse2016-06-201-1/+2
|\ \ \ \ \
| * | | | | Add notification_settings:events to schemaissue_12758_2Felipe Artur2016-06-201-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'mr-button-placement' into 'master' Jacob Schatz2016-06-202-2/+15
|\ \ \ \ \
| * | | | | Fixed mobile stylingmr-button-placementPhil Hughes2016-06-201-0/+13
| * | | | | Fixed placement of close button on merge requestsPhil Hughes2016-06-181-2/+2
* | | | | | Merge branch 'fix-double-query-string-url' into 'master' Robert Speicher2016-06-202-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | using request dot path insteadbarthc2016-06-172-2/+2
| * | | | | Merge branch 'master' into fix-double-query-string-urlbarthc2016-06-171181-6858/+36154
| |\ \ \ \ \
| * | | | | | fix double query string in urlBartholomew2016-06-061-1/+1
* | | | | | | Merge branch 'pinned-nav-cookie-path' into 'master' Jacob Schatz2016-06-201-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Set path for pinned nav cookiepinned-nav-cookie-pathPhil Hughes2016-06-201-3/+3
* | | | | | | | Merge branch 'document-environments' into 'master' Achilleas Pipinellis2016-06-203-6/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | Turn note into normal textdocument-environmentsMark Pundsack2016-06-161-1/+0
| * | | | | | | | Document environments and deploymentsMark Pundsack2016-06-162-0/+60
| * | | | | | | | Tweak grammarMark Pundsack2016-06-161-6/+11
* | | | | | | | | Merge branch '18697-uniqueness-key-validation' into 'master' Yorick Peterse2016-06-207-3/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validationPaco Guzman2016-06-207-3/+58
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '18810-nameerror-uninitialized-constant-mail-parsers-addressstru...Robert Speicher2016-06-201-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Avoid autoload issue such as 'Mail::Parsers::AddressStruct'18810-nameerror-uninitialized-constant-mail-parsers-addressstructRémy Coutable2016-06-201-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'limit-email-diff-size' into 'master' Robert Speicher2016-06-202-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Limit push email diff sizelimit-email-diff-sizeSean McGivern2016-06-172-1/+2
* | | | | | | | | | Merge branch 'dz-admin-tabs-dropdown' into 'master' Jacob Schatz2016-06-204-55/+68
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Put some admin settings in dropdowndz-admin-tabs-dropdownDmitriy Zaporozhets2016-06-205-71/+75
| * | | | | | | | | | Move appearance settings as sub tab to application settingsdz-admin-tabsDmitriy Zaporozhets2016-06-204-14/+23
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'grammar-tweaks' into 'master' Achilleas Pipinellis2016-06-201-23/+25
|\ \ \ \ \ \ \ \ \ \