summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot2020-01-21125-667/+4663
|
* Add latest changes from gitlab-org/security/gitlab@12-6-stable-eeGitLab Bot2020-01-101-2/+13
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2020-01-094-64/+85
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2020-01-032-0/+23
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-272-0/+12
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-20281-965/+4921
|
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-12-161-0/+4
|
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-12-032-10/+12
|
* Merge branch 'security-ag-cycle-analytics-guest-permissions-12-5' into ↵GitLab Release Tools Bot2019-11-261-0/+23
|\ | | | | | | | | | | | | '12-5-stable' Prevent guests from seeing commits for cycle analytics See merge request gitlab/gitlabhq!3534
| * Prevent guests from seeing commits for cycle analyticsAakriti Gupta2019-11-201-0/+23
| | | | | | | | | | - if the user has access level lower than REPORTER, don't include commit count in summary
* | Spec to ensure `_ids` are cleaned by ImportExport::AttributeCleanerImre Farkas2019-11-261-1/+4
|/
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-19217-1110/+5083
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-11-044-4/+30
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-22173-8532/+6039
|
* Merge branch 'fix_expired_gpg_key_specs' into 'master'Stan Hu2019-09-301-1/+1
| | | | | | | Fix broken specs : Generate new GPG key in place of expired one Closes #32956 See merge request gitlab-org/gitlab!17853
* Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela2019-09-202-25/+83
| | | | | | | | If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-2020-630/+39
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-18/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-192-21/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-192-7/+48
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-184-7/+453
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1811-2/+107
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1822-279/+132
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1712-13/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-164-22/+121
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-163-22/+41
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-137-5/+145
|
* Create self-monitoring project in background migrationReuben Pereira2019-09-121-0/+234
| | | | | - A regular migration caused problems such as https://gitlab.com/charts/gitlab/issues/1565.
* Setup counter for Productivity AnalyticsAdam Hegyi2019-09-122-0/+11
| | | | This change sets up a usage counter for productivity analytics feature.
* Merge branch 'static-objects-external-storage' into 'master'Thong Kuah2019-09-111-0/+54
|\ | | | | | | | | Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
| * Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-101-0/+54
| | | | | | | | | | | | | | | | | | | | It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
* | Add source and merge_request fields to pipeline event webhookBian Jiaping2019-09-111-0/+18
| |
* | Use 'gitlab_chronic_duration' gemAleksei Lipniagov2019-09-112-28/+1
| | | | | | | | | | Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
* | Add rake task `db:obsolete_ignored_columns`Peter Leitzen2019-09-111-0/+43
| | | | | | | | Show a list of obsolete `ignored_columns`
* | Change discussion_ids on promoted epics notesAlexandru Croitor2019-09-111-0/+49
| | | | | | | | | | | | Notes on epics promoted from an issue used to get same discussion_id as the notes from the issue the epic was promoted from, which would cause problems when trying to reply to the epic discussion.
* | Merge branch '65988-optimize-snippet-listings' into 'master'Thong Kuah2019-09-111-0/+29
|\ \ | | | | | | | | | | | | Optimize queries for snippet listings See merge request gitlab-org/gitlab-ce!32576
| * | Optimize queries for snippet listingsMarkus Koller2019-09-101-0/+29
| | | | | | | | | | | | | | | - Avoid N+1 queries for authors and comment counts - Avoid an additional snippet existence query
* | | Merge branch '64251-redis-set-cache-mark-2' into 'master'Stan Hu2019-09-103-2/+96
|\ \ \ | | | | | | | | | | | | | | | | Re-introduce the Redis set cache for branch and tag names - but don't enable it yet See merge request gitlab-org/gitlab-ce!32412
| * | | Revert "Revert "Cache branch and tag names as Redis sets""Nick Thomas2019-09-102-2/+80
| | | | | | | | | | | | | | | | This reverts commit c6ccc07f48c7c1f9da43ecd82015500a4340544d.
| * | | Add a predicate to check for strong memoizationNick Thomas2019-09-101-0/+16
| |/ /
* | | Change Sidekiq monitor namespaceQingyu Zhao2019-09-112-5/+5
|/ / | | | | | | | | | | | | Move Gitlab::SidekiqMonitor to namespace Gitlab::SidekiqDaemon::Monitor - Class name and file name change - File path change to lib/gitlab/sidekiq_daemon/monitor.rb - Update class usage/reference in other files, including documentation
* | Add approval MR rule to all_models.ymlmo khan2019-09-091-0/+1
| |
* | Improve performance and memory usage of project exportKamil Trzciński2019-09-094-17/+395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActiveModel::Serialization is simple in that it recursively calls `as_json` on each object to serialize everything. However, for a model like a Project, this can generate a query for every single association, which can add up to tens of thousands of queries and lead to memory bloat. To improve this, we can do several things: 1. We use `tree:` and `preload:` to automatically generate a list of all preloads that could be used to serialize objects in bulk. 2. We observe that a single project has many issues, merge requests, etc. Instead of serializing everything at once, which could lead to database timeouts and high memory usage, we take each top-level association and serialize the data in batches. For example, we serialize the first 100 issues and preload all of their associated events, notes, etc. before moving onto the next batch. When we're done, we serialize merge requests in the same way. We repeat this pattern for the remaining associations specified in import_export.yml.
* | Lower searches count limitFrancisco Javier López2019-09-093-11/+16
| | | | | | | | | | Lowering the limit when performing search from 1001 to 101. This will allow us to speed this process.
* | Merge branch '61927-skeleton-pages-internal-api' into 'master'Kamil Trzciński2019-09-091-0/+29
|\ \ | | | | | | | | | | | | Add skeleton Pages internal API See merge request gitlab-org/gitlab-ce!32732
| * | Add skeleton Pages internal API61927-skeleton-pages-internal-apiKrasimir Angelov2019-09-061-0/+29
| |/ | | | | | | | | | | | | Basic `/internal/pages` endpoint that will be used for Pages virtual domains internal API. The endpoint is currently behind feature flag and provides authetication similar to how Workhorse is authenticating with the GitLab.
* | Passing job:rules downstream and E2E specs for job:rules configurationdrew2019-09-092-4/+38
| |
* | Merge branch 'kamil-refactor-import-structure' into 'master'Stan Hu2019-09-086-227/+370
|\ \ | | | | | | | | | | | | Normalize import_export structure See merge request gitlab-org/gitlab-ce!32704