summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Put nginx configgitlab-pagesKamil Trzcinski2015-11-042-0/+55
|
* Serve static pagesKamil Trzcinski2015-11-044-0/+77
|
* Fix CI APIKamil Trzcinski2015-11-041-1/+1
|
* Support download acceleration using X-SendfileKamil Trzcinski2015-11-042-2/+9
|
* Added backup recipes for artifactsKamil Trzcinski2015-11-045-7/+46
|
* Implement Build ArtifactsKamil Trzcinski2015-11-0439-19/+554
| | | | Use X-File header for fast artifacts upload - requires gitlab-workhorse extension
* Merge branch 'create-project-performance' into 'master' Yorick Peterse2015-11-044-2/+34
|\ | | | | | | | | | | | | Improve performance of creating projects See merge request !1650
| * Removed extra activity update for new projectscreate-project-performanceYorick Peterse2015-10-291-2/+0
| | | | | | | | | | When a project is created the last activity timestamp is already set so there's no need for another update.
| * Added benchmark for Projects::CreateServiceYorick Peterse2015-10-291-0/+28
| | | | | | | | | | This benchmark currently runs at ~0.6 iterations per second and is unlikely to perform any better any time soon.
| * Added index on services.templateYorick Peterse2015-10-292-0/+6
| | | | | | | | | | This column is queried when creating a new project, without an index this query would lead to a sequence scan.
* | Merge branch 'remove-duplicate-orders' into 'master' Yorick Peterse2015-11-043-11/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate orders This changes the default order from `created_at DESC, id DESC` to just `id DESC` as this achieves the same results without the overhead of having to sort data twice (we've seen queries go from 200ms to just a few ms by removing the double sort). cc @jacobvosmaer @dzaporozhets @rspeicher @DouweM See merge request !1735
| * | Fixed User sorting specsremove-duplicate-ordersYorick Peterse2015-11-031-6/+6
| | | | | | | | | | | | | | | The descriptions were not accurate and one particular spec seemingly expected the wrong User row to be returned.
| * | Only sort by IDs by defaultYorick Peterse2015-11-031-5/+5
| | | | | | | | | | | | | | | | | | | | | Sorting by both "created_at" and "id" in descending order is not needed as simply sorting by "id" in descending order will already sort rows from new to old. Depending on the query and data involved sorting twice can also introduce significant overhead.
| * | Added benchmark for User.allYorick Peterse2015-11-031-0/+10
| | | | | | | | | | | | | | | This benchmark exists to test if ordering has any noticeable impact in the test environment.
* | | Merge branch 'rs-update-stamp' into 'master' Dmitriy Zaporozhets2015-11-042-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump stamp to ~> 0.6.0 Closes #2801 See merge request !1732
| * | | Bump stamp to ~> 0.6.0rs-update-stampRobert Speicher2015-11-032-3/+3
|/ / / | | | | | | | | | Closes #2801
* | | Merge branch 'improve-profile-page'Dmitriy Zaporozhets2015-11-039-50/+109
|\ \ \
| * | | Add extra padding between user description and links on profile pageDmitriy Zaporozhets2015-11-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix testsDmitriy Zaporozhets2015-11-032-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Apply new design for user profile pageDmitriy Zaporozhets2015-11-036-33/+59
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Improve profile page UIDmitriy Zaporozhets2015-11-032-11/+38
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'spread-runner-last-updated-at' into 'master' Robert Speicher2015-11-032-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spread out runner contacted_at updates This is meant to prevent having too many concurrent UPDATE requests caused by runners checking in. See merge request !1722
| * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵spread-runner-last-updated-atJacob Vosmaer2015-11-0327-150/+347
| |\ \ \ \ | | |/ / / | | | | | | | | | | spread-runner-last-updated-at
| * | | | Add changelog entry for contacted_atJacob Vosmaer2015-11-021-0/+3
| | | | |
| * | | | Spread out runner contacted_at updatesJacob Vosmaer2015-11-021-1/+3
| | | | |
* | | | | Merge branch 'fix-clipboard-btn' into 'master' Dmitriy Zaporozhets2015-11-031-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clipboard button overflow Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1739
| * | | | | Fix clipboard button overflowDmitriy Zaporozhets2015-11-031-0/+4
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'go-to-nav'Dmitriy Zaporozhets2015-11-039-16/+17
|\ \ \ \ \
| * | | | | Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-039-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'drop-old-builds' into 'master' Kamil Trzciński2015-11-033-0/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup stuck CI builds Fixes #3143 /cc @dzaporozhets @jacobvosmaer See merge request !1655
| * | | | | | Cleanup stuck CI builds dailydrop-old-buildsKamil Trzcinski2015-11-033-0/+63
| | | | | | |
* | | | | | | Merge branch 'web_hook_repo_changes'Valery Sizov2015-11-034-3/+42
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-034-3/+42
| | | | | | |
* | | | | | | Merge branch 'only-syntax' into 'master' Kamil Trzciński2015-11-035-111/+269
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend yml syntax for only and except to support specifying repository path This allows to limit execution of jobs to specific repository. For example: ```yaml job: only: - branches@gitlab-org/gitlab-ce except: - master@gitlab-org/gitlab-ce ``` The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master. @dzaporozhets @JobV @vsizov Please review. See merge request !1720
| * | | | | | Fix testsonly-syntaxKamil Trzcinski2015-11-031-15/+11
| | | | | | |
| * | | | | | SpellingKamil Trzcinski2015-11-021-1/+1
| | | | | | |
| * | | | | | Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-025-111/+273
| | | | | | |
* | | | | | | Merge branch 'fix-inflector' into 'master' Dmitriy Zaporozhets2015-11-033-23/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove inflector rule that makes commits uncountable Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Before: ``` >> "commits".singularize => "commits" >> "commit".pluralize => “commits” ``` After: ``` >> "commits".singularize => "commit" >> "commit".pluralize => “commits” ``` cc @rspeicher See merge request !1726
| * | | | | | Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets2015-11-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Remove inflector rule that makes commits uncountableDmitriy Zaporozhets2015-11-031-21/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'olhado/gitlab-ce-commit-search'Dmitriy Zaporozhets2015-11-0310-6/+52
|\ \ \ \ \ \
| * | | | | | Fix commits search for empty repositoryDmitriy Zaporozhets2015-11-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-027-41/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Actually converted code to following suggestions.Michael Chmielewski2015-10-282-7/+4
| | | | | | |
| * | | | | | Fixed method to use git log via Popen as recommended, and made output match ↵Michael Chmielewski2015-10-282-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | test (and thus system) expectations.
| * | | | | | Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-283-7/+8
| | | | | | |
| * | | | | | Trailing new lines at ends of files are important.Michael Chmielewski2015-10-281-1/+1
| | | | | | |
| * | | | | | Moved changelog entry to 8.2Michael Chmielewski2015-10-281-1/+3
| | | | | | |
| * | | | | | Added @commits to list of tags.Mike Chmielewski2015-10-281-3/+3
| | | | | | |
| * | | | | | Make subject of spec line up on one line to satisfy rubocop requirementsMike Chmielewski2015-10-281-4/+2
| | | | | | |