summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add link to gitaly converationZeger-Jan van de Weg2017-11-301-0/+1
| | | | | | | This endpoint still has to be migrated, and this comment makes sure everyone knows we are aware of this one. [ci skip]
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-1/+1
|\ | | | | | | | | Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
| |
* | fix for special charecter in file nameshaseeb2017-11-301-2/+5
| |
* | We could simply count the commitsLin Jen-Shin2017-11-301-1/+1
| |
* | support ordering of project notes in notes apihaseeb2017-11-291-1/+6
| |
* | Merge branch 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-294-18/+2
|\ \ | | | | | | | | | | | | | | | | | | Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582
| * | Remove serialised diff and commit columnsSean McGivern2017-11-284-18/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.
* | | Create fork networks for forks for which the source was deleted.Bob Van Landuyt2017-11-291-7/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way we can join forks-of-forks into the same network even if their original source was deleted. Consider the following: `awesome-oss/badger` is forked to `coolstuff/badger`, which is forked to `user-a/badger` which in turn is forked to `user-b/badger`. When `awesome-oss/badger` is deleted, we will now create a fork network with `coolstuff/badger` as the root. The `user-a/badger` and `user-b/badger` projects will be added to the network.
* | | Merge branch 'gitaly-ssh-upload-pack-opt-out' into 'master'Sean McGivern2017-11-291-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | SSHUploadPack over Gitaly is now OptOut Closes gitaly#730 See merge request gitlab-org/gitlab-ce!15623
| * | | SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-4/+4
| | | | | | | | | | | | | | | | - Better gitaly-handling in /api/internal/allowed specs
* | | | Add timeouts for Gitaly callsAndrew Newdigate2017-11-295-23/+65
| | | |
* | | | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-6/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use fuzzy search with minimum length of 3 characters where appropriate Closes #40512 See merge request gitlab-org/gitlab-ce!15592
| * | | | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-0/+6
| | | | |
| * | | | Modify fuzzy_arel_match to search for equality when a term shorter than 3 ↵Douwe Maan2017-11-271-5/+12
| | | | | | | | | | | | | | | | | | | | characters is provided
| * | | | Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan2017-11-241-1/+1
| | | | |
* | | | | Merge branch ↵Rémy Coutable2017-11-281-1/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name' into 'master' Resolve "Merge request generates wrong diff when branch and tag have the same name" Closes #40530 See merge request gitlab-org/gitlab-ce!15591
| * | | | Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a merge request was created with a branch name that also matched a tag name, we'd generate a comparison to or from the tag respectively, rather than the branch. Merging would still use the branch, of course. To avoid this, ensure that when we get the branch heads, we prepend the reference prefix for branches, which will ensure that we generate the correct comparison.
* | | | | Merge branch 'zj-controller-action-gitaly-metrics' into 'master'Rémy Coutable2017-11-281-7/+42
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add controller#action metrics on Gitaly See merge request gitlab-org/gitlab-ce!15244
| * | | | | Add controller#action metrics on GitalyZeger-Jan van de Weg2017-11-281-7/+42
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | At this time we had good metrics on what number or requests each GRPC received, but were in the dark what controller#action combination was responsable. Or if Sidekiq was responsable. Now added are call counts per service and rpc matched with controller#action combinations.
* | | | | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-281-15/+70
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Hashed storage attachments migration path See merge request gitlab-org/gitlab-ce!15352
| * | | | | Improve storage migration rake taskGabriel Mazetto2017-11-231-15/+70
| | | | | |
* | | | | | Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński2017-11-282-7/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432
| * | | | | | Refactorize jobs finding logicTomasz Maczukin2017-11-281-6/+2
| | | | | | |
| * | | | | | Modify outputTomasz Maczukin2017-11-282-6/+9
| | | | | | |
| * | | | | | Allow filtering by 'status'Tomasz Maczukin2017-11-281-1/+8
| | | | | | |
| * | | | | | Add information about projectTomasz Maczukin2017-11-282-6/+17
| | | | | | |
| * | | | | | Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+18
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'tm/feature/namespace-by-id-api' into 'master'Kamil Trzciński2017-11-282-0/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442
| * | | | | Introduce :read_namespace access policy for namespace and groupTomasz Maczukin2017-11-231-1/+1
| | | | | |
| * | | | | Allow request namespace by ID or pathTomasz Maczukin2017-11-232-16/+24
| | | | | |
| * | | | | Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+24
| | | | | |
* | | | | | Merge branch '39601-create-issuable-destroy-service' into 'master'Rémy Coutable2017-11-272-2/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create issue and merge request destroy services Closes #39601 See merge request gitlab-org/gitlab-ce!15604
| * | | | | Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-252-2/+6
| | |_|_|/ | |/| | |
* | | | | static-analysis fix40352-ignore-hashed-repos-cleanup-dirsdigitalMoksha2017-11-251-2/+1
| | | | |
* | | | | refactored the hashed repository namedigitalMoksha2017-11-251-2/+5
| | | | |
* | | | | ignore hashed repositories when doing rake gitlab:cleanup:dirsdigitalMoksha2017-11-241-1/+2
|/ / / /
* | | | Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'Rémy Coutable2017-11-241-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586
| * | | | Fix ProtectedBranch access level validationsJames Edwards-Jones2017-11-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Before an access_level was required in EE even when an it had been set for a user/group.
* | | | | Drastically improve project search performance by no longer searching ↵dm-project-search-performanceDouwe Maan2017-11-241-1/+1
| |_|_|/ |/| | | | | | | | | | | namespace name
* | | | Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern2017-11-241-15/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pulling and pushing using a personal access token with the sudo scope Closes #40466 See merge request gitlab-org/gitlab-ce!15571
| * | | | Fix pulling and pushing using a personal access token with the sudo scopedm-fix-registry-with-sudo-tokenDouwe Maan2017-11-231-15/+10
| | | | |
* | | | | Merge branch 'pawel/update_prometheus_gem_to_well_tested_version' into 'master'Douwe Maan2017-11-242-24/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Prometheus Gem version and disable Prometheus method call instrumentation by default. Closes gitlab-ee#4139 and #40457 See merge request gitlab-org/gitlab-ce!15558
| * | | | | Use feature flag instead of application settigns to control if method calls ↵pawel/update_prometheus_gem_to_well_tested_versionPawel Chojnacki2017-11-232-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | should be instrumented
| * | | | | Use only real duration to measure method call performance via PrometheusPawel Chojnacki2017-11-231-21/+6
| | | | | |
| * | | | | check method timing threshold when observing method performancePawel Chojnacki2017-11-231-2/+2
| | | | | |
| * | | | | Reenable prometheus metricsPawel Chojnacki2017-11-231-3/+3
| | | | | |
| * | | | | Move prometheus middle ware to prometheus initialized.Pawel Chojnacki2017-11-232-2/+11
| | | | | |
* | | | | | Fix hashed storage for attachments bugsJames Lopez2017-11-231-2/+1
| | | | | |
* | | | | | Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-235-41/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up repository fetch and mirror methods See merge request gitlab-org/gitlab-ce!15424