summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | aligns menu at top on one rowJacob Schatz2016-01-202-10/+26
| * | | | | changing projects cssJacob Schatz2016-01-201-1/+0
| * | | | | WIP: Add sort dropdown. #2406Rubén Dávila2016-01-201-0/+20
| * | | | | Little update to copy and custom content for empty results. #2406Rubén Dávila2016-01-201-8/+13
| * | | | | Show last commit as description. #2406Rubén Dávila2016-01-203-4/+10
| * | | | | Fix broken specs. #2406Rubén Dávila2016-01-201-4/+2
| * | | | | Add ability to filter by namespace. #2406Rubén Dávila2016-01-202-12/+20
| * | | | | Use adequate icon for Forks link on sidebar. #2406Rubén Dávila2016-01-201-1/+1
| * | | | | Show forks counter on listing. #2406Rubén Dávila2016-01-203-2/+10
| * | | | | Add fork button and implement ability to distinguish between public and prote...Rubén Dávila2016-01-202-2/+26
| * | | | | Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-205-4/+12
| * | | | | Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-208-9/+19
* | | | | | Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets2016-01-282-2/+23
|\ \ \ \ \ \
| * | | | | | Make default sorting preference work for Issues and MRs.issue_5546Rubén Dávila2016-01-221-4/+2
| * | | | | | Merge branch 'master' into issue_5546Rubén Dávila2016-01-2293-468/+632
| |\ \ \ \ \ \
| * | | | | | | Make sorting preference reusable for all projects.Rubén Dávila2016-01-225-14/+15
| * | | | | | | Make cookie suffix more simpler.Rubén Dávila2016-01-211-2/+2
| * | | | | | | Little refactor plus some specs.Rubén Dávila2016-01-211-12/+6
| * | | | | | | Remember last sort option used.Rubén Dávila2016-01-205-2/+30
* | | | | | | | Merge branch 'sort-text-removed-from-sort-dropdown' into 'master' Jacob Schatz2016-01-287-8/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Removed sorted text from dropdownsPhil Hughes2016-01-287-8/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'numbered-list-rendering-in-comments-cuts-off' into 'master' Dmitriy Zaporozhets2016-01-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Makes ol margin big enough for 3 digits.numbered-list-rendering-in-comments-cuts-offJacob Schatz2016-01-251-1/+1
* | | | | | | | Merge branch 'feature/jschatz1/instant-issuable-history' into 'master' Dmitriy Zaporozhets2016-01-282-0/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Adds comment about event listenerfeature/jschatz1/instant-issuable-historyJacob Schatz2016-01-261-0/+1
| * | | | | | | Adds feature: Ajax Close/Open updates discussion automaticallyJacob Schatz2016-01-262-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'update-ruby-2.2.4' into 'master' Douwe Maan2016-01-272-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez2016-01-2740-153/+219
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | fix rubocop new 2.2 syntax issuesJames Lopez2016-01-252-2/+2
* | | | | | | | Merge branch 'events-performance' into 'master' Robert Speicher2016-01-278-20/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Use Atom update times of the first eventevents-performanceYorick Peterse2016-01-276-13/+5
| * | | | | | | | Don't pluck project IDs for eventsYorick Peterse2016-01-265-10/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rs-skip-2fa-on-signout' into 'master' Robert Speicher2016-01-271-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Skip the 2FA requirement during logoutrs-skip-2fa-on-signoutRobert Speicher2016-01-231-0/+2
* | | | | | | | | Merge branch 'diff-colors' into 'master' Robert Speicher2016-01-274-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Increase contrast between highlighted code comments and inline diff marker.diff-colorsDouwe Maan2016-01-274-8/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'fix/unexistent-group-500' into 'master' Robert Speicher2016-01-271-0/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/unexistent-...James Lopez2016-01-2714-57/+105
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | update fix based on feedbackJames Lopez2016-01-271-2/+1
| * | | | | | | | | fix for failing specJames Lopez2016-01-261-1/+2
| * | | | | | | | | feature and fix for 500 on group missingJames Lopez2016-01-261-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs-require-jquery-ui' into 'master' Dmitriy Zaporozhets2016-01-271-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Limit jquery-ui requires to what we actually users-require-jquery-uiRobert Speicher2016-01-251-1/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'rs-2fa-requirement-wording' into 'master' Dmitriy Zaporozhets2016-01-271-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update wording for 2FA requirement noticers-2fa-requirement-wordingRobert Speicher2016-01-231-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs-issue-12672' into 'master' Dmitriy Zaporozhets2016-01-271-2/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Remove link from system hookrs-issue-12672Robert Speicher2016-01-241-2/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fix/commit-status-artifacts' into 'master' Kamil Trzciński2016-01-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Use generic method to checks if artifacts are availableGrzegorz Bizon2016-01-261-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Update ExternalIssue regex for JIRA integrationBlake Hitchcock2016-01-261-1/+1