summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Wrap issue details to prevent content misalignmentissue_13359Alfredo Sumaran2016-02-162-9/+16
* Change "opened by" to just "by"Alfredo Sumaran2016-02-161-1/+1
* Prevent author name to split into multiple linesAlfredo Sumaran2016-02-151-1/+1
* Prevent split time into multiple lines for better readingAlfredo Sumaran2016-02-151-0/+4
* Move issue details after action buttonsAlfredo Sumaran2016-02-151-10/+10
* Merge branch 'fix-me-me-me-me' into 'master' Valery Sizov2016-02-151-1/+2
|\
| * Fix duplicate "me" in tooltip of the "thumbsup" awards EmojiStan Hu2016-02-131-1/+2
* | Merge branch 'fix/ci-emails-broken-link' into 'master' Douwe Maan2016-02-133-8/+10
|\ \
| * | Fix broken link in CI build notification emailsGrzegorz Bizon2016-02-123-8/+10
* | | Merge branch 'ben.boeckel/gitlab-ce-fixup-links-in-generic-docs' into 'master' Douwe Maan2016-02-132-2/+16
|\ \ \ | |_|/ |/| |
| * | Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-122-2/+16
| |/
* | Merge branch 'fix-duplicate-hook-notifications' into 'master' Douwe Maan2016-02-122-10/+2
|\ \
| * | Fix duplicated branch creation/deletion Web hooks/service notifications when ...Stan Hu2016-02-092-10/+2
* | | Merge branch 'fix_500-commit-null' into 'master' Douwe Maan2016-02-121-1/+1
|\ \ \
| * | | Don't try to mark broken MR as mergableNemanja Boric2016-02-111-1/+1
* | | | Merge branch 'rs-issue-merge-requests' into 'master' Douwe Maan2016-02-121-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Correct indentation for `issues/merge_requests` partial renderrs-issue-merge-requestsRobert Speicher2016-02-111-3/+3
* | | | Merge branch 'olirogers/gitlab-ce-project-milestone-order' into 'master' Douwe Maan2016-02-123-12/+9
|\ \ \ \
| * | | | Fix milestone order in project and issue edit lists to due_dateolirogers/gitlab-ce-project-milestone-orderOliver Rogers2016-02-103-12/+9
* | | | | Merge branch 'streamline-email-validation' into 'master' Douwe Maan2016-02-125-23/+6
|\ \ \ \ \
| * | | | | Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...streamline-email-validationRémy Coutable2016-02-095-6/+10
| * | | | | Validate email addresses using Devise.email_regexpRémy Coutable2016-02-095-28/+7
* | | | | | Don't show fork button if user can't fork the project.issue_13369Rubén Dávila2016-02-111-8/+9
* | | | | | Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-112-10/+11
* | | | | | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-10/+4
* | | | | | Respond to proper format for build badge requestGrzegorz Bizon2016-02-111-2/+8
* | | | | | Move badge implementation to builds controllerGrzegorz Bizon2016-02-112-16/+10
* | | | | | Skip authentication when requesting commit status badgeGrzegorz Bizon2016-02-111-1/+7
* | | | | | Improve CI status badge implementationGrzegorz Bizon2016-02-112-15/+9
* | | | | | Add CI status badge implementation to commit controllerGrzegorz Bizon2016-02-111-0/+6
* | | | | | Render 404 if there is no project for old CI status badgeGrzegorz Bizon2016-02-111-0/+1
* | | | | | Add deprecation warning for old CI status badge actionGrzegorz Bizon2016-02-111-1/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'display-mr-link-if-thre-is-one' into 'master' Douglas Barbosa Alexandre2016-02-105-9/+28
|\ \ \ \ \
| * | | | | Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-oneDouglas Barbosa Alexandre2016-02-102-2/+2
| * | | | | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-105-9/+28
| | |/ / / | |/| | |
* | | | | Merge branch 'brammeleman/3047-add-assignee-data-to-isuable-hook-data' into '...Robert Speicher2016-02-101-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-dataBram Daams2016-02-101-1/+4
* | | | | Merge branch 'cwq1913/gitlab-ce-fix_skip_merge_commits' into 'master' Robert Speicher2016-02-101-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Actually use the `skip_merges` option in Repository#commitscwq1913/gitlab-ce-fix_skip_merge_commitsTony Chu2016-02-081-1/+2
* | | | | Merge branch 'fix-explore-filter' into 'master' Dmitriy Zaporozhets2016-02-1013-50/+90
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Cleanup to use one selectorfix-explore-filterJosh Frye2016-02-095-8/+8
| * | | | More specific selectorsJosh Frye2016-02-091-4/+4
| * | | | MR feedbackJosh Frye2016-02-095-12/+9
| * | | | Extract events rendering to own action.Josh Frye2016-02-095-17/+21
| * | | | Starred, All, and Trending on explore are paged also group projects. Need aja...Josh Frye2016-02-097-14/+55
| * | | | JS FixesJosh Frye2016-02-092-14/+15
| * | | | Fix explore filter. Fixes #13182Josh Frye2016-02-093-24/+21
| | |_|/ | |/| |
* | | | Ensure link for README blobs includes the full pathrs-issue-13254Robert Speicher2016-02-091-1/+1
* | | | Merge branch 'variables-build-log' into 'master' Robert Speicher2016-02-091-1/+3
|\ \ \ \
| * | | | Add information about expose of build variables.variables-build-logKamil Trzcinski2016-02-091-1/+3
| | |/ / | |/| |