summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Rescue StandardError, not Exceptionrs-rescue-standarderrorRobert Speicher2015-11-241-1/+1
* Fix 500 error when update group member permissionDmitriy Zaporozhets2015-11-242-2/+2
* Fix ultra-light color for small textfix-small-textDmitriy Zaporozhets2015-11-241-0/+6
* Merge branch 'ci-artifacts-path' into 'master' Robert Speicher2015-11-232-4/+4
|\
| * Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-232-4/+4
* | Merge branch 'ci-fix-500' into 'master' Robert Speicher2015-11-233-0/+6
|\ \
| * | Fix 500 when using CIci-fix-500Kamil Trzcinski2015-11-233-0/+6
* | | Merge branch 'fix-clipboard-styling-in-create-mr' into 'master' Robert Speicher2015-11-231-0/+4
|\ \ \
| * | | Fix CSS styling for clipboard icon in new MR pageStan Hu2015-11-221-0/+4
| | |/ | |/|
* | | Merge branch 'issue_2296' into 'master' Douwe Maan2015-11-236-20/+74
|\ \ \ | |_|/ |/| |
| * | Fix bug that happened when replacing the Task list. #2296Rubén Dávila2015-11-201-1/+1
| * | Monkey patching TaskList::Item is no longer required. #2296Rubén Dávila2015-11-202-1/+4
| * | Refactor creation of system notes for Issue/MR labels. #2296Rubén Dávila2015-11-201-10/+7
| * | Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-196-12/+66
* | | Merge branch 'issue_2993' into 'master' Dmitriy Zaporozhets2015-11-232-2/+2
|\ \ \
| * | | Update copy used in alert message when deleting branches or tags. #2993issue_2993Rubén Dávila2015-11-192-2/+2
* | | | Merge branch 'issue-2831' into 'master' Douwe Maan2015-11-231-5/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix Assignee selector when 'Unassigned' #2831Jose Corcuera2015-11-201-5/+10
* | | | Merge branch 'award_fix' into 'master' Robert Speicher2015-11-222-2/+2
|\ \ \ \
| * | | | Emoji bug: Invalid url to imageaward_fixValery Sizov2015-11-222-2/+2
* | | | | Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-222-0/+20
|\ \ \ \ \
| * | | | | Add upvote/downvote fields to merge request and note API to preserve compatib...fix-award-emoji-apiRobert Schilling2015-11-212-0/+20
* | | | | | Merge branch 'consistent-tags-api' into 'master' Stan Hu2015-11-213-5/+65
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow editing a release in API via PUT methodRobert Schilling2015-11-212-1/+30
| * | | | | Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-4/+10
| * | | | | API: Return 404 if the tag for a release does not existRobert Schilling2015-11-212-5/+30
* | | | | | Merge branch 'award_fix' into 'master' Robert Speicher2015-11-211-2/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Award: merge request fixValery Sizov2015-11-211-2/+5
| |/ / / /
* | | | | Merge branch 'issue_3598' into 'master' Robert Speicher2015-11-211-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove accidentally added line. #3598issue_3598Rubén Dávila2015-11-201-3/+0
| |/ / /
* | | | Merge branch 'fix-merge-requests-without-source-projects' into 'master' Dmitriy Zaporozhets2015-11-211-1/+1
|\ \ \ \
| * | | | Handle removed source projects in MR CI commitsfix-merge-requests-without-source-projectsYorick Peterse2015-11-201-1/+1
| |/ / /
* | | | Merge branch 'gitlab-ee-d39de0ea-backport' into 'master' Dmitriy Zaporozhets2015-11-211-5/+5
|\ \ \ \
| * | | | Port GitLab EE ProjectsFinder changesgitlab-ee-d39de0ea-backportYorick Peterse2015-11-201-5/+5
* | | | | Merge branch 'ee-flog' into 'master' Dmitriy Zaporozhets2015-11-211-27/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reduce method complexity in AutocompleteControlleree-flogDouwe Maan2015-11-201-27/+22
* | | | | Merge branch 'fix-scss-syntax-error' into 'master' Stan Hu2015-11-201-1/+1
|\ \ \ \ \
| * | | | | fix syntax error in common.scssGreg Smethells2015-11-201-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'fix-drone-service-hook' into 'master' Stan Hu2015-11-201-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix Drone web hook URL not being updatedStan Hu2015-11-201-0/+2
* | | | | Fix for Emojinotes_fix_stablenotes_fixValery Sizov2015-11-204-4/+6
| |_|_|/ |/| | |
* | | | Add clipboard button to merge request cross-project referenceRobert Speicher2015-11-191-2/+4
|/ / /
* | | Merge branch 'rs-safari-clipboard-fallback' into 'master' Robert Speicher2015-11-191-5/+16
|\ \ \
| * | | Add a fallback for Safari copy-to-clipboardrs-safari-clipboard-fallbackRobert Speicher2015-11-191-5/+16
* | | | Merge branch 'ci-yaml-validation' into 'master' Kamil Trzciński2015-11-193-18/+6
|\ \ \ \
| * | | | Don't rescue Exception, but StandardErrorci-yaml-validationKamil Trzcinski2015-11-192-8/+5
| * | | | Since GitLab CI is enabled by default, remove enabling it by pushing .gitlab-...Kamil Trzcinski2015-11-191-12/+0
| * | | | Fix testsKamil Trzcinski2015-11-191-1/+1
| * | | | Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-191-1/+4
* | | | | Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-1918-143/+276
|\ \ \ \ \