summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-19237-1446/+4050
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-11-045-10/+16
|
* Merge branch 'security-wiki-rdoc-content-12-4-ce' into '12-4-stable'GitLab Release Tools Bot2019-10-241-1/+1
|\ | | | | | | | | Pass all wiki markup formats through our Banzai pipeline filters See merge request gitlab/gitlabhq!3485
| * Pass all wiki markup formats through pipelinesLuke Duncalfe2019-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when the wiki page format was anything other than `markdown` or `asciidoc` the formatted content would be returned though a Gitaly call. Gitaly in turn would delegate formatting to the gitlab-gollum-lib gem, which in turn would delegate that to various gems (like RDoc for `rdoc`) and then apply some very liberal sanitization. It was too liberal! This change brings our wiki content formatting in line with how we format other markdown at GitLab, so we have a SSOT for sanitization. https://gitlab.com/gitlab-org/gitlab/issues/30540
* | Merge branch ↵GitLab Release Tools Bot2019-10-241-1/+1
|\ \ | | | | | | | | | | | | | | | | | | 'security-2914-labels-visible-despite-no-access-to-issues-repositories-12-4' into '12-4-stable' Labels visible despite no access to issues & repositories See merge request gitlab/gitlabhq!3489
| * | Fix labels finder to filter issuablesEugenia Grieff2019-10-221-1/+1
| |/ | | | | | | Use project scopes to filter project labels that are visible for user
* | Allow tests to ignore recursioncharlieablett2019-10-231-1/+5
| |
* | Check for recursion and fail if too recursivecharlieablett2019-10-231-0/+58
|/ | | | | | | | | | - List all overly-recursive fields - Reduce recursion threshold to 2 - Add test for not-recursive-enough query - Use reusable methods in tests - Add changelog - Set changeable acceptable recursion level - Add error check test helpers
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-22275-1520/+5495
|
* Merge branch 'security-sarcila-verify-saml-request-origin-12-3' into ↵GitLab Release Tools Bot2019-09-264-2/+97
|\ | | | | | | | | | | | | '12-3-stable' Check that SAML identity linking validates the origin of the request See merge request gitlab/gitlabhq!3396
| * Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela2019-09-204-2/+97
| | | | | | | | | | | | | | | | 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
* | Filter not accessible label eventsJan Provaznik2019-09-241-3/+5
|/ | | | | | Label events may use cross-project or cross-group references, if the projects are not accessible by user, we don't show these label events.
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-2046-804/+206
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-207-84/+157
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-192-4/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1914-69/+81
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-197-486/+80
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-194-27/+87
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-185-23/+251
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1813-2/+156
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1861-149/+276
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1711-17/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-172-1/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-164-49/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-164-34/+57
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-163-4/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-141-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-141-0/+43
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-13115-39/+297
|
* Create self-monitoring project in background migrationReuben Pereira2019-09-121-0/+14
| | | | | - A regular migration caused problems such as https://gitlab.com/charts/gitlab/issues/1565.
* Setup counter for Productivity AnalyticsAdam Hegyi2019-09-122-0/+9
| | | | This change sets up a usage counter for productivity analytics feature.
* Merge branch 'bw-asset-proxy-markdown-bump' into 'master'Jan Provaznik2019-09-121-1/+1
|\ | | | | | | | | Bump the CACHE_COMMONMARK_VERSION See merge request gitlab-org/gitlab-ce!32935
| * Bump the CACHE_COMMONMARK_VERSIONbw-asset-proxy-markdown-bumpBrett Walker2019-09-111-1/+1
| | | | | | | | | | to ensure any markdown generated before the asset proxy default was corrected is re-generated
* | Merge branch 'static-objects-external-storage' into 'master'Thong Kuah2019-09-112-1/+25
|\ \ | | | | | | | | | | | | 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-102-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+17
| |/ |/|
* | Use 'gitlab_chronic_duration' gemAleksei Lipniagov2019-09-112-58/+24
| | | | | | | | | | Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
* | Add rake task `db:obsolete_ignored_columns`Peter Leitzen2019-09-112-0/+59
| | | | | | | | Show a list of obsolete `ignored_columns`
* | Merge branch '61927-pages-custom-domain-virtual-domain' into 'master'Kamil Trzciński2019-09-112-1/+25
|\ \ | | | | | | | | | | | | Add support for custom domains to the Pages internal API See merge request gitlab-org/gitlab-ce!32735
| * | Add support for custom domains to the internal Pages APIKrasimir Angelov2019-09-102-1/+25
| | | | | | | | | | | | | | | Update the `/internal/pages` endpoint to return virtual domain configuration for custom domains.
* | | Change discussion_ids on promoted epics notesAlexandru Croitor2019-09-111-0/+22
| | | | | | | | | | | | | | | | | | 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.
* | | Enables Run Pipeline button to be renderedFilipa Lacerda2019-09-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
* | | Merge branch '65988-optimize-snippet-listings' into 'master'Thong Kuah2019-09-112-2/+35
|\ \ \ | | | | | | | | | | | | | | | | Optimize queries for snippet listings See merge request gitlab-org/gitlab-ce!32576
| * | | Optimize queries for snippet listingsMarkus Koller2019-09-102-2/+35
| | | | | | | | | | | | | | | | | | | | - 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-1/+137
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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