Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update links in CI docs after GitLab 8.1 | Takuya Noguchi | 2015-11-03 | 4 | -8/+8 |
* | Merge branch 'api_file_touched_at' into 'master' | Dmitriy Zaporozhets | 2015-11-02 | 4 | -2/+7 |
|\ | |||||
| * | Add ability to fetch the commit ID of the last commit that actually touched a...api_file_touched_at | Valery Sizov | 2015-11-02 | 4 | -2/+7 |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-11-02 | 10 | -110/+200 |
|\ \ | |||||
| * \ | Merge branch 'backup-improvements' into 'master' | Kamil TrzciĆski | 2015-11-02 | 6 | -92/+82 |
| |\ \ | |||||
| | * | | Do no rely on basename of builds, uploadsbackup-improvements | Jacob Vosmaer | 2015-10-16 | 3 | -6/+15 |
| | * | | One more backup spec fix | Jacob Vosmaer | 2015-10-06 | 1 | -0/+1 |
| | * | | Spec fixes for new backup contents | Jacob Vosmaer | 2015-10-06 | 1 | -7/+7 |
| | * | | Remove superfluous mkdir -p | Jacob Vosmaer | 2015-10-06 | 1 | -2/+0 |
| | * | | Remove unused variable | Jacob Vosmaer | 2015-10-06 | 1 | -3/+2 |
| | * | | Keep old path: db/database.sql.gz | Jacob Vosmaer | 2015-10-06 | 2 | -3/+4 |
| | * | | Remove old "files" tarball explicitly | Jacob Vosmaer | 2015-10-06 | 1 | -0/+1 |
| | * | | Reduce disk IO during SQL backup | Jacob Vosmaer | 2015-10-06 | 2 | -31/+26 |
| | * | | Use tar for intermediate backup storage | Jacob Vosmaer | 2015-10-06 | 4 | -59/+45 |
| * | | | Merge branch 'rs-dev-issue-2613' into 'master' | Douwe Maan | 2015-11-02 | 2 | -10/+110 |
| |\ \ \ | |||||
| | * | | | Add custom protocol whitelisting to SanitizationFilterrs-dev-issue-2613 | Robert Speicher | 2015-10-01 | 2 | -10/+110 |
| * | | | | Merge branch 'rs-editor-submit' into 'master' | Douwe Maan | 2015-11-02 | 2 | -8/+8 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Persist blob editor's value on submit, not on clickrs-editor-submit | Robert Speicher | 2015-10-31 | 2 | -8/+8 |
* | | | | | Merge pull request #9794 from arnaud-zg/master | Robert Schilling | 2015-11-02 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Go to gitlab installation folder before initialize database | zheng_b | 2015-11-02 | 1 | -0/+4 |
* | | | | | Merge branch 'doc-Gitlab-2-GitLab' into 'master' | Achilleas Pipinellis | 2015-11-01 | 7 | -22/+21 |
|\ \ \ \ \ | |||||
| * | | | | | Gilab -> GitLab | Robert Schilling | 2015-10-31 | 7 | -22/+21 |
* | | | | | | Merge branch 'fix-doc-typo' into 'master' | Achilleas Pipinellis | 2015-11-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix typo in rake task doc | Robert Schilling | 2015-10-31 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'fix-deadlink-in-docs-ci-examples' into 'master' | Achilleas Pipinellis | 2015-10-31 | 1 | -3/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fix deadlink in docs for ci/examples | Takuya Noguchi | 2015-10-31 | 1 | -3/+3 |
* | | | | | Merge branch 'gitlab-workhorse' into 'master' | Dmitriy Zaporozhets | 2015-10-30 | 8 | -65/+250 |
|\ \ \ \ \ | |||||
| * | | | | | Make sed command GNU-compatiblegitlab-workhorse | Jacob Vosmaer | 2015-10-29 | 1 | -1/+1 |
| * | | | | | Add missing "cd" | Jacob Vosmaer | 2015-10-29 | 1 | -0/+1 |
| * | | | | | Switch to gitlab-workhorse | Jacob Vosmaer | 2015-10-29 | 8 | -65/+249 |
* | | | | | | Merge branch 'optimize-user-find-by-any-email' into 'master' | Yorick Peterse | 2015-10-30 | 3 | -15/+37 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Adjusted ips/sec for find_by_any_email benchmarksoptimize-user-find-by-any-email | Yorick Peterse | 2015-10-30 | 1 | -2/+2 |
| * | | | | | Use a subquery with IDs only for find_by_any_email | Yorick Peterse | 2015-10-30 | 1 | -9/+7 |
| * | | | | | Fixed UNION syntax for MySQL | Yorick Peterse | 2015-10-30 | 1 | -2/+2 |
| * | | | | | Use a UNION for User.find_by_any_email | Yorick Peterse | 2015-10-30 | 1 | -3/+12 |
| * | | | | | Changelog entry for User.find_by_any_email | Yorick Peterse | 2015-10-30 | 1 | -0/+1 |
| * | | | | | Improve performance of User.find_by_any_email | Yorick Peterse | 2015-10-30 | 2 | -15/+29 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'minor-ui-fixes' into 'master' | Dmitriy Zaporozhets | 2015-10-30 | 3 | -8/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fix label destroy jsminor-ui-fixes | Dmitriy Zaporozhets | 2015-10-29 | 1 | -1/+1 |
| * | | | | Fix bg for labels page when no labels present | Dmitriy Zaporozhets | 2015-10-29 | 1 | -3/+3 |
| * | | | | Put delete snippet btn after edit btn | Dmitriy Zaporozhets | 2015-10-29 | 1 | -4/+4 |
* | | | | | Merge branch 'binford2k/gitlab-ce-feature/create_new_directories' | Douwe Maan | 2015-10-29 | 8 | -5/+66 |
|\ \ \ \ \ | |||||
| * | | | | | Update changelog item | Douwe Maan | 2015-10-29 | 1 | -3/+3 |
| * | | | | | Add ability to create directories in the editor | Ben Ford | 2015-10-29 | 8 | -5/+66 |
* | | | | | | Merge branch 'fix-issue-3138' into 'master' | Douwe Maan | 2015-10-29 | 2 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Force update refs/merge-requests/X/head upon a push to the source branch of a... | Stan Hu | 2015-10-29 | 2 | -1/+2 |
* | | | | | | | Merge branch 'shared-file-access' into 'master' | Dmitriy Zaporozhets | 2015-10-29 | 5 | -1/+43 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Clarify puppiesshared-file-access | Jacob Vosmaer | 2015-10-26 | 1 | -2/+2 |
| * | | | | | | Start putting shared files in "shared" | Jacob Vosmaer | 2015-10-26 | 5 | -1/+43 |
* | | | | | | | Write out internet explorer | Sytse Sijbrandij | 2015-10-29 | 1 | -1/+1 |