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-03-05Add metadata about the GitLab server to GraphQLNick Thomas
2019-03-05Add SyntaxHighlightFilter to markup pipelineMartin Wortschack
2019-03-05Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan
Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
2019-03-05Merge branch 'merge-dev-to-master' into 'master'John Jarvis
Merge dev.gitlab.org master into GitLab.com master Closes #2794, #2814, #2806, #2805, #2798, #2795, #2788, and #2787 See merge request gitlab-org/gitlab-ce!25746
2019-03-05Merge branch 'feature/gb/add-serverless-cicd-template' into 'master'Grzegorz Bizon
Simplify CI/CD configuration on serverless projects Closes #57405 See merge request gitlab-org/gitlab-ce!25523
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-04Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse
Don't allow non-members to see private related MRs Closes #2787 See merge request gitlab/gitlabhq!2866
2019-03-04Forbid creating discussions for users with restricted accessIgor Drozdov
2019-03-04Merge branch 'security-protect-private-repo-information' into 'master'Yorick Peterse
Fix leaking private repository information in API See merge request gitlab/gitlabhq!2881
2019-03-04Merge branch 'security-tags-oracle' into 'master'Yorick Peterse
Prevent Releases links API to leak tag existence Closes #2795 See merge request gitlab/gitlabhq!2893
2019-03-04Merge branch ↵Yorick Peterse
'2802-security-add-public-internal-groups-as-members-to-your-project-idor' into 'master' Add public/internal groups as members to your Project(IDOR) See merge request gitlab/gitlabhq!2898
2019-03-04Merge branch 'security-kubernetes-local-ssrf' into 'master'Yorick Peterse
Block local URLs for Kubernetes integration See merge request gitlab/gitlabhq!2901
2019-03-04Merge branch 'security-osw-stop-linking-to-packages' into 'master'Yorick Peterse
Stop linking to unrecognized package sources See merge request gitlab/gitlabhq!2933
2019-03-04Merge branch 'security-50334' into 'master'Yorick Peterse
Fix git clone revealing private repo's presence See merge request gitlab/gitlabhq!2937
2019-03-04Arbitrary file read via MergeRequestDiffFrancisco Javier López
2019-03-04Merge branch 'ce-security-jej/group-saml-link-origin-verification' into 'master'Yorick Peterse
Ensure request to link GroupSAML acount was GitLab initiated See merge request gitlab/gitlabhq!2976
2019-03-04Merge branch '40396-sidekiq-in-process-group' into 'master'Stan Hu
sidekiq: terminate child processes at shutdown See merge request gitlab-org/gitlab-ce!25669
2019-03-04sidekiq: terminate child processes at shutdownNick Thomas
Sidekiq jobs frequently spawn long-lived child processes to do work. In some circumstances, these can be reparented to init when sidekiq is terminated, leading to duplication of work and strange concurrency problems. This commit changes sidekiq so that, if run as a process group leader, it will forward `INT` and `TERM` signals to the whole process group. If the memory killer is active, it will also use the process group when resorting to `kill -9` to shut down. These changes mean that a naive `kill <pid-of-sidekiq>` will now do the right thing, killing any child processes spawned by sidekiq, as long as the process supervisor placed it in its own process group. If sidekiq isn't a process group leader, this new code is skipped.
2019-03-04Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing
We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future.
2019-03-04Make serverless template a valid abstract templateGrzegorz Bizon
2019-03-04Make it possible to easily deploy serverless functionsGrzegorz Bizon
This commits add a job that is going to be triggered whenever someone adds `[serverless deploy-functions]` text into their commit message. This make it really simple to deploy functions in FaaS-only project.
2019-03-04Add Serverless CI/CD templateGrzegorz Bizon
2019-03-04Merge branch 'resolve-some-rake-differences' into 'master'Rémy Coutable
Resolve some Rake task differences See merge request gitlab-org/gitlab-ce!25644
2019-03-04Merge branch 'sh-rugged-find-commit' into 'master'Sean McGivern
Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
2019-03-04Show commands applied message when promoting issuesFelipe Artur
Fix 'commands applied' messages not being shown when issue is promoted to epic using slash commands.
2019-03-04Merge branch 'allow-to-recursively-include' into 'master'Grzegorz Bizon
Allow to recursively expand includes Closes #55937 and #56836 See merge request gitlab-org/gitlab-ce!24356
2019-03-04Creates a function to check if repo is EEFilipa Lacerda
Adds EE information to gon Creates a global vue mixin
2019-03-02Merge branch 'jc-remove-old-code-path-search-files' into 'master'Grzegorz Bizon
Removing old code path for search_files_by_content See merge request gitlab-org/gitlab-ce!25617
2019-03-02Merge branch 'sh-optimize-calendar-activities' into 'master'Robert Speicher
Eliminate most N+1 queries loading UserController#calendar_activities Closes #58392 See merge request gitlab-org/gitlab-ce!25697
2019-03-02Removing old code path for search_files_by_contentJohn Cai
In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to send back the response in chunks. However, we kept in the old code path for backwards compatibility. Now that the change is fully deployed, we can remove that old codepath.
2019-03-02Merge branch '57612-github-importer-ignores-milestone-due_date' into 'master'Stan Hu
Resolve "Github importer ignores Milestone due_date" Closes #57612 See merge request gitlab-org/gitlab-ce!25182
2019-03-01Eliminate most N+1 queries loading UserController#calendar_activitiesStan Hu
We can reduce a significant number of queries by preloading the associations for events. On GitLab.com, for a date that had 456 events, this brought the load time down from 8.7 to 1.2 s. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58392
2019-03-01Merge branch '9903-geo-selective-sync-by-namespace-is-broken' into 'master'Stan Hu
Fix GitLab::JsonCache when reading a persisted entry back from the cache See merge request gitlab-org/gitlab-ce!25587
2019-03-01Merge branch '53966-make-hashed-storage-migration-safer-and-more-inviting' ↵Douglas Barbosa Alexandre
into 'master' Hashed Storage rollback mechanism See merge request gitlab-org/gitlab-ce!23955
2019-03-01Bring back Rugged implementation of find_commitStan Hu
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
2019-03-01Merge branch 'refactor-merge-request-between-pipeline-and-build' into 'master'Kamil Trzciński
Add suffix (`_event`) to merge request source Closes gitlab-ee#9893 See merge request gitlab-org/gitlab-ce!25508
2019-03-01Allow to recursively expand includesKamil Trzciński
This change introduces a support for nesting the includes, allowing to evaluate them in context of the target, by properly respecting the relative inclusions and user permissions of another projects, or templates.
2019-03-01Added Rollbacker workers and support on the rake taskGabriel Mazetto
Rollback is done similar to Migration for the Hashed Storage. It also shares the same ExclusiveLease key to prevent both happening at the same time. All Hashed Storage related workers now share the same queue namespace which allows for assigning dedicated workers easily.
2019-03-01Adds Rollback functionality to HashedStorage migrationGabriel Mazetto
We are adding sidekiq workers and service classes to allow to rollback a hashed storage migration. There are some refactoring involved as well as part of the code can be reused by both the migration and the rollback logic.
2019-03-01Rake task for storage rollbackGabriel Mazetto
2019-03-01Add suffix for merge request eventShinya Maeda
Fix ok Add spec Fix ok Fix Add changelog Fix Add memoization a fix
2019-03-01SIGSTP should be SIGTSTPNick Thomas
2019-02-28Mark cached value as persisted when is an instance of ActiveRecord::BaseDouglas Barbosa Alexandre
2019-02-28Revert "Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed"Nick Thomas
This reverts commit 006753110a462e62f549cdf3c410e73eed068dbf.
2019-02-28Make the backup Rake task the same as in EEYorick Peterse
EE uses single quotes for the changed line, whereas CE was using double quotes. This commit ensures both repositories use the same kind of quotes.
2019-02-28Backport EE changes to the Karma Rake taskYorick Peterse
There's no harm in globbing for the ee/ directory, since this will effectively be a noop in CE.
2019-02-28Add iOS-fastlane template for .gitlab-ci.ymlJason Lenny
2019-02-27add tag_list param to runners apiAlexis Reigel
2019-02-27Merge branch 'danger-ignores-gitlab-pot' into 'master'Robert Speicher
Danger ignores gitlab.pot See merge request gitlab-org/gitlab-ce!25594
2019-02-27Merge branch ↵Kamil Trzciński
'10014-ee-spec-models-ci-build_spec-rb-ee-spec-requests-api-runner_spec-rb-and-ee-spec-services-ci-process_pipeline_service_spec-rb-are-all-failing-ce' into 'master' Revert "Merge branch 'revert-8baf9e5f' into 'master'" See merge request gitlab-org/gitlab-ce!25584