Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed issue with user list not fetching current project users | Phil Hughes | 2016-03-10 | 1 | -1/+2 |
* | Stops excute remote data fetcher when already recieved data | Phil Hughes | 2016-03-10 | 3 | -3/+20 |
* | Uses a publicly facing URL so that it allows labels & milestones to be visibl... | Phil Hughes | 2016-03-10 | 5 | -40/+40 |
* | Filter alignment | Phil Hughes | 2016-03-10 | 1 | -1/+1 |
* | Status dropdown | Phil Hughes | 2016-03-10 | 6 | -16/+40 |
* | Can create new label from dropdown | Phil Hughes | 2016-03-10 | 6 | -6/+62 |
* | Started page two for labels dropdown to allow creating new labels | Phil Hughes | 2016-03-10 | 7 | -20/+149 |
* | Correctly fitlers remotely | Phil Hughes | 2016-03-10 | 6 | -23/+64 |
* | milestone dropdown | Phil Hughes | 2016-03-10 | 5 | -9/+44 |
* | Extra links in label filter dropdown fotoer | Phil Hughes | 2016-03-10 | 3 | -3/+21 |
* | Removed label colour from dropdown | Phil Hughes | 2016-03-10 | 1 | -1/+0 |
* | Fixed alignment of labels in dropdowns | Phil Hughes | 2016-03-10 | 1 | -2/+0 |
* | Applied new dropdowns to issue filters | Phil Hughes | 2016-03-10 | 7 | -16/+113 |
* | Custom ID & toggle class on dropdown | Phil Hughes | 2016-03-10 | 1 | -2/+2 |
* | GitLab dropdown JS | Phil Hughes | 2016-03-10 | 5 | -1/+310 |
* | Merge branch 'enhanced-dropdow-css' into 'master' | Jacob Schatz | 2016-03-10 | 3 | -2/+408 |
|\ | |||||
| * | Dropdown toggle button stylingenhanced-dropdow-css | Phil Hughes | 2016-03-10 | 3 | -16/+64 |
| * | Dropdown variables | Phil Hughes | 2016-03-10 | 3 | -7/+12 |
| * | Added CSS for new dropdowns | Phil Hughes | 2016-03-10 | 2 | -0/+353 |
* | | Use modern syntax | Dmitriy Zaporozhets | 2016-03-10 | 1 | -1/+1 |
* | | Fix projects pagination via ajax | Dmitriy Zaporozhets | 2016-03-10 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'master' into markdown_preview_shortcut | Baldinof | 2016-03-09 | 83 | -718/+658 |
|\ | |||||
| * | Merge branch 'fix-git-push-service-specs' into 'master' | Robert Speicher | 2016-03-09 | 1 | -0/+5 |
| |\ | |||||
| | * | Handle permissions for ExternalIssue instancesfix-git-push-service-specs | Yorick Peterse | 2016-03-09 | 1 | -0/+5 |
| * | | Merge branch 'fix-todos' into 'master' | Douglas Barbosa Alexandre | 2016-03-09 | 3 | -2/+6 |
| |\ \ | |||||
| | * | | Avoid error 500 when todo author was removed | Douglas Barbosa Alexandre | 2016-03-09 | 2 | -2/+5 |
| | * | | Destroy all related todos when removing a project | Douglas Barbosa Alexandre | 2016-03-09 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge branch 'snippet-visibility-spacing' into 'master' | Jacob Schatz | 2016-03-09 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Snippet visibility badge spacingsnippet-visibility-spacing | Phil Hughes | 2016-03-08 | 1 | -1/+1 |
| * | | | Merge branch 'commit-limits' into 'master' | Jacob Vosmaer | 2016-03-09 | 4 | -6/+26 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Prevent performance issuescommit-limits | Jacob Vosmaer | 2016-03-09 | 2 | -2/+2 |
| | * | | Change "some commits hidden" message | Jacob Vosmaer | 2016-03-07 | 2 | -2/+2 |
| | * | | Finish refactor | Jacob Vosmaer | 2016-03-07 | 1 | -1/+1 |
| | * | | Remove outdated comment | Jacob Vosmaer | 2016-03-04 | 1 | -1/+0 |
| | * | | Put 'hidden commits' logic in CommitsHelper | Jacob Vosmaer | 2016-03-04 | 3 | -12/+23 |
| | * | | Limit the number of commits shown in MRs | Jacob Vosmaer | 2016-03-04 | 1 | -1/+11 |
| | * | | Show at most 100 commits in the web UI | Jacob Vosmaer | 2016-03-04 | 1 | -1/+1 |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2016-03-09 | 5 | -24/+3 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'rs-snippets-dont-expire' into 'master' | Dmitriy Zaporozhets | 2016-03-09 | 5 | -24/+3 |
| | |\ \ \ | |||||
| | | * | | | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 5 | -24/+3 |
| * | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Dmitriy Zaporozhets | 2016-03-09 | 2 | -2/+6 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Merge branch 'security_bug_fix_close_issue' into 'master' | Douwe Maan | 2016-03-05 | 2 | -2/+6 |
| | |\ \ \ \ | |||||
| | | * | | | | Security: Fix issue auto closing | Valery Sizov | 2016-03-03 | 2 | -2/+6 |
| * | | | | | | Merge branch 'improve-archived-projects' | Dmitriy Zaporozhets | 2016-03-09 | 12 | -68/+82 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Updated project list dropdown to use dropdown classesimprove-archived-projects | Phil Hughes | 2016-03-05 | 2 | -32/+11 |
| | * | | | | | | Align projects sort checkbox | Dmitriy Zaporozhets | 2016-03-04 | 2 | -1/+22 |
| | * | | | | | | Show active sorting method for projects list | Dmitriy Zaporozhets | 2016-03-04 | 2 | -21/+26 |
| | * | | | | | | Add projects list sort dropdown to group page | Dmitriy Zaporozhets | 2016-03-04 | 2 | -6/+9 |
| | * | | | | | | Make projects sort dropdown shared so it can be reused for other pages | Dmitriy Zaporozhets | 2016-03-04 | 4 | -23/+15 |
| | * | | | | | | Add option to show archived projects on dahsboard | Dmitriy Zaporozhets | 2016-03-04 | 4 | -22/+36 |