Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | | Merge branch 'branch-tag-count-methods' into 'master' | Robert Speicher | 2016-03-08 | 4 | -11/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Call after_create_branch in Repository#add_branchbranch-tag-count-methods | Yorick Peterse | 2016-03-08 | 1 | -1/+2 |
| * | | | | | | | Call the right hooks in Repository#add_tag | Yorick Peterse | 2016-03-08 | 1 | -1/+2 |
| * | | | | | | | Call the right hooks when removing branches | Yorick Peterse | 2016-03-08 | 1 | -2/+8 |
| * | | | | | | | Cache & flush tag/branch counts | Yorick Peterse | 2016-03-08 | 4 | -7/+34 |
* | | | | | | | | Remove instance variable @group multiple assignment | Yatish Mehta | 2016-03-08 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'master' into 'master' | Yorick Peterse | 2016-03-08 | 3 | -0/+23 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | adds test for git push service for updating the language of the project | tiagonbotelho | 2016-03-07 | 1 | -3/+5 |
| * | | | | | | moves the main_language update logic to git push service | tiagonbotelho | 2016-03-07 | 2 | -8/+12 |
| * | | | | | | removes automatic setting of main_language to project for it to set a main la... | tiagonbotelho | 2016-03-07 | 1 | -10/+0 |
| * | | | | | | fixes typo | tiagonbotelho | 2016-03-07 | 1 | -1/+1 |
| * | | | | | | removes redundant self | tiagonbotelho | 2016-03-07 | 1 | -1/+1 |
| * | | | | | | adds tests and fixes some broken code to main language mr | tiagonbotelho | 2016-03-07 | 1 | -3/+3 |
| * | | | | | | adds swp and swo to gitignore and improves migration for project main_language | tiagonbotelho | 2016-03-07 | 3 | -6/+18 |
| * | | | | | | removes unused methods that I forgot | tiagonbotelho | 2016-03-07 | 2 | -16/+0 |
| * | | | | | | implements project languages saving them onto the database | tiagonbotelho | 2016-03-07 | 2 | -0/+12 |
| * | | | | | | moves method to repository model | tiagonbotelho | 2016-03-07 | 2 | -7/+13 |
| * | | | | | | changes if ! to unless and now asks for language instead of languages | tiagonbotelho | 2016-03-07 | 1 | -3/+4 |
| * | | | | | | adds cache to languages list | tiagonbotelho | 2016-03-07 | 1 | -4/+4 |
| * | | | | | | adds language names to projects list github style | tiagonbotelho | 2016-03-07 | 2 | -0/+12 |
* | | | | | | | Merge branch 'cache-raw-2' into 'master' | Douwe Maan | 2016-03-07 | 5 | -1/+30 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Use Rails etag/cache_control helperscache-raw-2 | Jacob Vosmaer | 2016-03-07 | 1 | -11/+4 |
| * | | | | | | Refactor caching code | Jacob Vosmaer | 2016-03-07 | 4 | -11/+18 |
| * | | | | | | Revert changes in the Project model | Jacob Vosmaer | 2016-03-07 | 1 | -4/+3 |