Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-04-25Merge branch 'autodevops_remote_private_helm_repository' into 'master'Stan Hu
Adding ability to specify helm chart repo using environment variables Closes #49520 See merge request gitlab-org/gitlab-ce!27123
2019-04-24Fix bug when project export to remote url failsFrancisco Javier López
2019-04-24Merge branch '60800-properly-authorize-our-own-graphql-scalar-types' into ↵Dmitriy Zaporozhets
'master' Properly authorize our own GraphQL scalar types Closes #60800 See merge request gitlab-org/gitlab-ce!27563
2019-04-24Merge branch '60730-service-response' into 'master'Dmitriy Zaporozhets
Introduce ServiceResponse to wrap around response Closes #60730 See merge request gitlab-org/gitlab-ce!27516
2019-04-23Move scoped_label into label presenterJan Provaznik
When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
2019-04-23Merge branch ↵Michael Kozono
'ce-11199-add-a-rake-task-to-seed-insights-data-for-a-given-project' into 'master' Provide a new gitlab:seed:issues task See merge request gitlab-org/gitlab-ce!27454
2019-04-23Merge branch 'support-negative-matches' into 'master'Grzegorz Bizon
Support negative matches See merge request gitlab-org/gitlab-ce!27510
2019-04-23Add feature flag to disable LFS checkIgor
2019-04-23Support negative matchesKamil Trzciński
This adds support for != and !~ operators giving more flexibility in comparing values
2019-04-23Merge branch 'upgrade-to-rails-5-1' into 'master'Rémy Coutable
Upgrade Rails to 5.1 See merge request gitlab-org/gitlab-ce!27480
2019-04-23Provide a new gitlab:seed:issues taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-23Merge branch 'sh-avoid-fetching-temp-refs-within-project' into 'master'Douwe Maan
Don't create a temp reference for branch comparisons within project Closes #58315 See merge request gitlab-org/gitlab-ce!24038
2019-04-23Upgrade Rails to 5.1.6.1Jasper Maes
Model.new.attributes now also returns encrypted attributes.
2019-04-23Check for all scalar typesBrett Walker
2019-04-22Introduce ServiceResponse to wrap around responseLin Jen-Shin
See https://gitlab.com/gitlab-org/gitlab-ce/issues/60730
2019-04-22Remove protected_branch_creation feature flagPatrick Bajao
2019-04-19Make use of local ref if it is reachableOswaldo Ferreira
2019-04-19Merge branch 'retry-review-deploy-twice' into 'master'Lin Jen-Shin
Retry the review-deploy job twice and make the Review App cleanup more efficient See merge request gitlab-org/gitlab-ce!27489
2019-04-19Merge branch 'bvl-graphql-only-authorize-rendered-fields' into 'master'Lin Jen-Shin
Only check abilities on rendered GraphQL nodes Closes #58647 and #60355 See merge request gitlab-org/gitlab-ce!27273
2019-04-19Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan
Return group information on Project endpoint Closes #39858 See merge request gitlab-org/gitlab-ce!27427
2019-04-19Make the Review App cleanup more efficientRémy Coutable
Ensure that the cleanup starts right away. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-19Merge branch 'protected-runner-registration' into 'master'Kamil Trzciński
Add configuration of access_level for runners on registration via API See merge request gitlab-org/gitlab-ce!27490
2019-04-19Remove source_branch_name commit checkStan Hu
This should already be done in Gitlab::Git:Compare.
2019-04-19Don't create a temp reference for branch comparisons within projectStan Hu
A temp reference is only needed to fetch a branch from another project, as in the case for forked repositories. For branch comparisons within the same project, we can just use the existing branch names to do the comparison. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/38689#note_126107862
2019-04-19Adds namespace information to project endpointMayra Cabrera
- Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
2019-04-18Merge branch 'sh-bump-ruby-required-version-check' into 'master'Michael Kozono
Bump required Ruby version check to 2.5.3 Closes #60704 See merge request gitlab-org/gitlab-ce!27495
2019-04-18Bump required Ruby version check to 2.5.3Stan Hu
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/58079 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60704
2019-04-18Only check abilities on rendered GraphQL nodesBob Van Landuyt
With this we only check abilities on the rendered edges of a GraphQL connection instead of all the nodes in it.
2019-04-18Add configuration of access_level for runners on registration via APIzelin-l
Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests
2019-04-18Migrate correlation and tracing code to LabKitAndrew Newdigate
This change is a fairly straightforward refactor to extract the tracing and correlation-id code from the gitlab rails codebase into the new LabKit-Ruby project. The corresponding import into LabKit-Ruby was in https://gitlab.com/gitlab-org/labkit-ruby/merge_requests/1 The code itself remains very similar for now. Extracting it allows us to reuse it in other projects, such as Gitaly-Ruby. This will give us the advantages of correlation-ids and distributed tracing in that project too.
2019-04-17Merge branch ↵Kamil Trzciński
'60500-disable-jit-kubernetes-resource-creation-for-project-level-clusters' into 'master' Disable JIT Kubernetes resource creation for project level clusters Closes #60500 See merge request gitlab-org/gitlab-ce!27352
2019-04-17Merge branch 'sh-backport-list-commits-by-oid-rugged' into 'master'Douwe Maan
Bring back Rugged implementation of ListCommitsByOid See merge request gitlab-org/gitlab-ce!27441
2019-04-17Merge branch 'sh-add-gitaly-backtrace' into 'master'Sean McGivern
Add backtrace to Gitaly performance bar Closes #60092 See merge request gitlab-org/gitlab-ce!27345
2019-04-17Bring back Rugged implementation of ListCommitsByOidStan Hu
This brings back changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20432. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged may be faster than going through than Gitaly. This merge request introduces the feature flag `rugged_list_commits_by_oid` to activate the Rugged method. For one customer, we saw that ListCommitsByOid was the second highest used endpoint that may be causing increased load.
2019-04-17Add backtrace to Gitaly performance barStan Hu
This adds the backtrace to a table to show exactly where the Gitaly call was made to make it easier to understand where the call originated. This change also collapses the details in the same row to improve the usability when there is a backtrace.
2019-04-17Merge branch '24704-restore-download-repository-path' into 'master'Rémy Coutable
Restore "download repository path" feature, now with fixes and a feature flag Closes gitlab-workhorse#218 and #24704 See merge request gitlab-org/gitlab-ce!27275
2019-04-17Merge branch 'tortuetorche/gitlab-ce-patch-auto-deploy-extra-values' into ↵Grzegorz Bizon
'master' Allow extra args for helm in Auto-DevOps See merge request gitlab-org/gitlab-ce!26838
2019-04-17Merge branch '58361-issue-create-system-note-timestamp' into 'master'Stan Hu
Set correct timestamps when creating past issues Closes #58361 See merge request gitlab-org/gitlab-ce!27406
2019-04-16Rename HELM_EXTRA_ARGS to differentiate between helm invocationsJames Fargher
2019-04-16Merge branch 'zj-git-2.21-tests' into 'master'Douglas Barbosa Alexandre
Test using Git 2.21 See merge request gitlab-org/gitlab-ce!27418
2019-04-16Add a feature flag for subdirectory archivesNick Thomas
2019-04-16JSON-encoded binary fields should use Base64::encode64Nick Thomas
It is not interoperable to use Base64::urlsafe_encode64 for fields in JSON that contain binary (as opposed to UTF8-safe) data. For instance, the Golang JSON decoder (which is what gitlab-workhorse uses) insists upon the standard base64 encoding.
2019-04-16Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas
This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
2019-04-16Update preflight check to require 2.21Zeger-Jan van de Weg
2019-04-16Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda
Fix styling for `app/assets/stylesheets/pages/status.scss` Closes #59929 See merge request gitlab-org/gitlab-ce!26875
2019-04-16Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński
Backport metrics report type See merge request gitlab-org/gitlab-ce!26798
2019-04-16Set correct timestamps when creating past issuesHeinrich Lee Yu
Sets `system_note_timestamp` from `created_at`
2019-04-16Merge branch '58748-update-nodejs-to-10.15.3' into 'master'Kamil Trzciński
Update Node.js to 10.15.3 in CI template for Hexo See merge request gitlab-org/gitlab-ce!25943
2019-04-16Backport changes from EEMatija Čupić
This backports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10452
2019-04-16Merge branch '53138-add-metrics-usage-ping' into 'master'Grzegorz Bizon
Adds instance metrics to usage ping Closes #53138 See merge request gitlab-org/gitlab-ce!27238