summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodci-setup-infoDmitriy Zaporozhets2016-03-252-1/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* For some reason this test fails without javascript so added itDmitriy Zaporozhets2016-03-251-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make sure Repository#gitlab_ci_yml is safe to use even when repository is ↵Dmitriy Zaporozhets2016-03-251-1/+1
| | | | | | missing Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Small refactoring and rewordingDmitriy Zaporozhets2016-03-252-6/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets2016-03-242-1/+28
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets2016-03-243-2/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add links to CI setup documentation from project settings and builds pagesDmitriy Zaporozhets2016-03-243-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix-frontend-specs' into 'master' Rémy Coutable2016-03-242-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Fix specs broken by !3270 and !3337. To be fair: - !3270 modifies CSS but `scss-lint` job was allowed to fail in the MR, while not allowed in `master` - !3337 modifies HTML but the broken test was only in `master` at the time /cc @alfredo1 @iamphill See merge request !3378
| * Fix specs broken by !3270 and !3337.fix-frontend-specsRémy Coutable2016-03-242-2/+2
|/
* Merge branch 'dropdown-alignment-fixes' into 'master' restrict_avatar_upload_to_image_filesJacob Schatz2016-03-239-68/+196
|\ | | | | | | | | | | | | Dropdown pixel perfect :tada: Closes #14333, #14331, #14472, #14515 See merge request !3337
| * Disable new label form in dropdown until fields are completedropdown-alignment-fixesPhil Hughes2016-03-231-23/+60
| |
| * Fixed failing testsPhil Hughes2016-03-231-2/+2
| |
| * Changed colour of no matching results bgPhil Hughes2016-03-233-5/+22
| | | | | | | | Highlights first row when filtering
| * Removed bold on any/unassigned authorsPhil Hughes2016-03-231-13/+22
| |
| * Adjusted alignment for the new label formPhil Hughes2016-03-235-20/+48
| |
| * Added label color box in dropdownPhil Hughes2016-03-232-7/+10
| |
| * Added clear button to dropdown filterPhil Hughes2016-03-233-5/+39
| |
* | Merge branch 'scss-style-guide-fixes' into 'master' Jacob Schatz2016-03-231-3/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Documentation: SCSS Style Guide fixes Fixed a typo and added a section on ignoring issues. [ci skip] See merge request !3263
| * | SCSS Style Guide fixes.connorshea2016-03-231-3/+24
|/ / | | | | | | | | | | Fix a typo and add a section on ignoring issues. [ci skip]
* | Merge branch 'issue_7959' into 'master' Jacob Schatz2016-03-2310-17/+3624
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Crop avatars on the client before upload <img src="/uploads/535d69956cc5904870ae5d95132a35af/Screen_Shot_2016-03-17_at_9.55.56_AM.png" width="700"> closes #7959 closes #600 See merge request !3270
| * | Update CHANGELOGAlfredo Sumaran2016-03-231-0/+1
| | |
| * | Move cropper.css to vendor folderissue_7959Alfredo Sumaran2016-03-231-0/+0
| | |
| * | Move cropper.js to vendor folderAlfredo Sumaran2016-03-232-0/+1
| | |
| * | Clear original input after cropAlfredo Sumaran2016-03-221-0/+1
| | | | | | | | | | | | This fixes the case when the user selects the same image consecutively. It failed because no 'change' event was fired.
| * | Remove unnecessary lineAlfredo Sumaran2016-03-221-1/+0
| | |
| * | Add comment explaining why we enable form submit buttonAlfredo Sumaran2016-03-221-0/+1
| | |
| * | Explain regular expressionAlfredo Sumaran2016-03-221-1/+4
| | |
| * | Use _this instead of selfAlfredo Sumaran2016-03-221-11/+12
| | |
| * | Rename method for better understandingAlfredo Sumaran2016-03-221-4/+4
| | |
| * | Merge branch 'master' into issue_7959Alfredo Sumaran2016-03-22378-2624/+6320
| |\ \
| * | | Make it genericAlfredo Sumaran2016-03-172-12/+24
| | | |
| * | | Fix failing specAlfredo Sumaran2016-03-172-4/+9
| | | |
| * | | Show filename after setting a cropped imageAlfredo Sumaran2016-03-171-4/+13
| | | |
| * | | Make it responsiveAlfredo Sumaran2016-03-171-2/+6
| | | |
| * | | Allow to set crop box and export image dimensionsAlfredo Sumaran2016-03-171-5/+17
| | | |
| * | | Add modal dialogAlfredo Sumaran2016-03-172-1/+40
| | | |
| * | | Handle form submit via ajax and crop avatar on the clientAlfredo Sumaran2016-03-171-8/+35
| | | |
| * | | Add GitLabCrop classAlfredo Sumaran2016-03-171-0/+118
| | | |
| * | | Respond to json requestsAlfredo Sumaran2016-03-171-8/+9
| | | |
| * | | Add cropper libraryAlfredo Sumaran2016-03-173-0/+3373
| | | |
* | | | Merge branch 'issue-sidebar-overlap' into 'master' Jacob Schatz2016-03-232-83/+58
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue sidebar overlaps on tablet Closes #14180 ![Screen_Shot_2016-03-18_at_13.10.53](/uploads/d1e81778740a034aa98c881a70e55254/Screen_Shot_2016-03-18_at_13.10.53.png) See merge request !3299
| * | | | Removed hover background that wasn't neededissue-sidebar-overlapPhil Hughes2016-03-231-4/+3
| | | | |
| * | | | Fixed failing testsPhil Hughes2016-03-232-75/+60
| | | | | | | | | | | | | | | | | | | | Moved the scss out of a mixin as it was really confusing the hell out of the CSS
| * | | | Issue sidebar overlaps on tabletPhil Hughes2016-03-231-16/+7
| | | | |
* | | | | Merge branch 'update-issues-tests' into 'master' Robert Speicher2016-03-232-3/+120
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-update issues tests There were no tests for updating multiple issues at a time - this fixes that :thumbsup: See merge request !3357
| * | | | | Update milestone specupdate-issues-testsPhil Hughes2016-03-232-12/+42
| | | | | |
| * | | | | Assignee testsPhil Hughes2016-03-232-1/+41
| | | | | |
| * | | | | Added tests for setting multiple status on issuesPhil Hughes2016-03-232-1/+48
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix_missing_tooltip_next_to_project_title' into 'master' Jacob Schatz2016-03-234-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing tooltip in project title closes #14516 ![tooltip](/uploads/121cc3676f4f32044e158cf5f3df5be5/tooltip.gif) See merge request !3351
| * | | | | fix missing tooltip in project titlefix_missing_tooltip_next_to_project_titleArinde Eniola2016-03-224-4/+4
| | |_|_|/ | |/| | |