summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replicationValery Sizov2019-08-019-3/+57
| | | | Introducing Docker Registry replication
* Merge branch 'qa-ml-fix-file-size-test' into 'master'Walmyr2019-08-011-6/+28
|\ | | | | | | | | | | | | Fix push file size test Closes gitlab-org/quality/nightly#113 See merge request gitlab-org/gitlab-ce!31321
| * Fix push file size testqa-ml-fix-file-size-testMark Lapierre2019-07-311-6/+28
| | | | | | | | And remove it from quarantine
* | Merge branch 'ticket_126158_vlad' into 'master'Tom Atkins2019-08-011-2/+5
|\ \ | | | | | | | | | | | | Portray better use of types of variables in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!31232
| * | Portray better use of types of variables in .gitlab-ci.ymlVlad Stoianovici2019-08-011-2/+5
|/ /
* | Merge branch 'qa-ml-add-package-and-qa-always' into 'master'Rémy Coutable2019-08-011-4/+16
|\ \ | | | | | | | | | | | | Add a new `package-and-qa-always` job See merge request gitlab-org/gitlab-ce!31270
| * | Implement review suggestionsMark Lapierre2019-08-011-4/+16
|/ / | | | | | | | | | | | | Make package-and-qa manual so the default `on_success` doesn't need to be set on package-and-qa-always. Remove unnecessary `except: []`
* | Merge branch 'double-slash-64592' into 'master'Kamil Trzciński2019-08-014-11/+35
|\ \ | | | | | | | | | | | | | | | | | | Prevent Double Slash in Review Apps Path Closes #64592 See merge request gitlab-org/gitlab-ce!31212
| * | Use Array.join rather than URI.joinJason Goodman2019-08-014-11/+35
|/ / | | | | | | Add spec for cases where URI.join does not work as expected
* | Merge branch '62178-remove-manual-sorting-feature-flag' into 'master'Sean McGivern2019-08-014-10/+2
|\ \ | | | | | | | | | | | | Remove the manual sorting feature flag See merge request gitlab-org/gitlab-ce!30131
| * | Remove manual_sorting flag from FE62178-remove-manual-sorting-feature-flagRajat Jain2019-07-311-1/+1
| | |
| * | Remove backend use of manual_sorting feature flagBrett Walker2019-07-313-9/+1
| | |
* | | Merge branch 'sh-backtrace-clean-sidekiq' into 'master'Sean McGivern2019-08-011-0/+3
|\ \ \ | | | | | | | | | | | | | | | | Add additional paths to clean from backtrace See merge request gitlab-org/gitlab-ce!31363
| * | | Add additional paths to clean from backtracesh-backtrace-clean-sidekiqStan Hu2019-07-311-0/+3
| |/ / | | | | | | | | | | | | `Gitlab::Profiler` can also be used to profile Sidekiq jobs. Add some call traces that can be omitted from the backtrace.
* | | Merge branch 'sh-fix-infite-loop-peek-bar' into 'master'Sean McGivern2019-08-012-5/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix SystemStackError when Peek bar is active with Rugged calls Closes #65404 See merge request gitlab-org/gitlab-ce!31357
| * | | Fix SystemStackError when Peek bar is active with Rugged callssh-fix-infite-loop-peek-barStan Hu2019-07-312-5/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Peek attempts to serialize results with `to_json`, which calls `ActiveSupport::JSON`. If an object is passed to `to_json` that contains instance variables, `ActiveSupport` will attempt to recursively traverse all variables. The problem is that we can get into an infinite loop if the instance references to an instance that references to something else that points back to the same instance. To avoid this mess, we just call `to_s` on the object. It appears only `Gitlab::Git::Repository` and `::Repository` are the culprits here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65404
* | | Merge branch '65003-remove-wait_for_review_app_to_be_accessible-step' into ↵Lin Jen-Shin2019-08-012-27/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Remove the wait_for_review_app_to_be_accessible step from review-deploy Closes #65003 See merge request gitlab-org/gitlab-ce!31296
| * | | Remove the wait_for_review_app_to_be_accessible step from review-deploy65003-remove-wait_for_review_app_to_be_accessible-stepRémy Coutable2019-07-302-27/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'docs-gitaly-secrets-mismatch-harishsr' into 'master'Achilleas Pipinellis2019-08-011-0/+91
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Troubleshooting steps when there are different Gitaly node secrets See merge request gitlab-org/gitlab-ce!30977
| * | | | Troubleshooting steps when there are different Gitaly node secretsHarish Ramachandran2019-08-011-0/+91
|/ / / /
* | | | Merge branch 'mnguyen4-master-patch-95950' into 'master'Achilleas Pipinellis2019-08-011-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Link to Seismic Shift Whitepaper to /dast/ landing page See merge request gitlab-org/gitlab-ce!30868
| * | | | Update note section with CTA to whitepapermnguyen4-master-patch-95950Matt Nguyen2019-07-171-0/+5
| | | | |
* | | | | Merge branch 'master' into 'master'Achilleas Pipinellis2019-08-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update the python example regex to work with --coverage See merge request gitlab-org/gitlab-ce!31018
| * | | | | The python regex fails if you add branch coverage to the report (different ↵Paul Becotte2019-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | number of digit blocks). Don't think there's any downside in handling any number of digit blocks so long as it starts with TOTAL and ends with a percentage.
* | | | | | Merge branch 'docs/improve-ldap-documentation' into 'master'Achilleas Pipinellis2019-08-012-73/+103
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General improvements to LDAP docs Closes gitlab-ee#7219 See merge request gitlab-org/gitlab-ce!30880
| * | | | | | General improvements to LDAP docsEvan Read2019-08-012-73/+103
|/ / / / / /
* | | | | | Merge branch 'qa-quarantine-github-oauth-test' into 'master'Ramya Authappan2019-08-011-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quarantine flaky e2e test See merge request gitlab-org/gitlab-ce!31364
| * | | | | | Quarantine flaky e2e testqa-quarantine-github-oauth-testMark Lapierre2019-08-011-1/+2
|/ / / / / /
* | | | | | Merge branch 'ce-mw-productivity-analytics-filter-bar' into 'master'Kushal Pandya2019-08-011-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (CE Port) Add filters for Productivity Analytics See merge request gitlab-org/gitlab-ce!31097
| * | | | | | (CE Port) Add filters for Productivity AnalyticsMartin Wortschack2019-08-011-2/+3
|/ / / / / /
* | | | | | Merge branch 'snowplow-ee-to-ce' into 'master'Mike Greiling2019-08-014-48/+240
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements a js library for tracking using snowplow See merge request gitlab-org/gitlab-ce!31160
| * | | | | | Adds new tracking interface for snowplowJeremy Jackson2019-08-014-48/+240
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | This will ultimately replace the stats.js that exists in EE.
* | | | | | Merge branch ↵Evan Read2019-08-011-27/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '12398-compile-a-list-of-created-data-types-which-ones-are-replicated-verified-and-tested-docs' into 'master' Geo - Update list of unreplicated/unverified data types See merge request gitlab-org/gitlab-ce!31261
| * | | | | | Update list of unreplicated/unverified data types12398-compile-a-list-of-created-data-types-which-ones-are-replicated-verified-and-tested-docsDouglas Barbosa Alexandre2019-07-311-27/+40
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fix_broken_help_controller_spec' into 'master'Stan Hu2019-08-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken spec from file rename See merge request gitlab-org/gitlab-ce!31360
| * | | | | | Fix broken spec from file renameThong Kuah2019-08-011-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | b36323f3d26131405925bf86742b2b4acd786230
* | | | | | Merge branch 'docs-private-registry' into 'master'Evan Read2019-08-011-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about private container registry See merge request gitlab-org/gitlab-ce!31267
| * | | | | | Add note about private container registryAlexander Tanayno2019-08-011-0/+6
|/ / / / / /
* | | | | | Merge branch 'docs-fix-copy-config-command-puma' into 'master'Evan Read2019-08-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix copy config command for Puma See merge request gitlab-org/gitlab-ce!31314
| * | | | | | Fix copy config command for Pumadocs-fix-copy-config-command-pumaAnton Smith2019-07-301-1/+1
| | | | | | |
* | | | | | | Merge branch 'docs-yarn-error-npm' into 'master'Evan Read2019-08-011-0/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add error message to npm registry doc Closes #61109 See merge request gitlab-org/gitlab-ce!31271
| * | | | | | | Add error message troubleshooting to npm registry docMarcel Amirault2019-08-011-0/+30
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add contributed error message and possible solution to npm registry doc, added to a new troubleshooting section added to the end of the doc.
* | | | | | | Merge branch 'patch-30' into 'master'Evan Read2019-08-011-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Jobs: use curl --location to follow redirects See merge request gitlab-org/gitlab-ce!31244
| * | | | | | | Jobs: use curl --location to follow redirectsDamian Nowak2019-07-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Required to fetch artifacts/logs if AWS is used as the storage backend.
* | | | | | | | Merge branch 'docs-code-block-style-8' into 'master'Evan Read2019-08-017-473/+477
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace in ci docs See merge request gitlab-org/gitlab-ce!30655
| * | | | | | | | Fix whitespace in ci docsMarcel Amirault2019-08-017-473/+477
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for most docs in /ci, and cleans up other minor whitespace issues too.
* | | | | | | | Merge branch '65363-add-feature-remove' into 'master'Stan Hu2019-08-012-0/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Feature.remove Closes #65363 See merge request gitlab-org/gitlab-ce!31315
| * | | | | | | | Add new Feature.remove method65363-add-feature-removeAsh McKenzie2019-08-012-0/+23
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'docs-labels-update' into 'master'Evan Read2019-07-3122-52/+131
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update label documentation Closes #60160 See merge request gitlab-org/gitlab-ce!31093
| * | | | | | | | Update label documentationMarcel Amirault2019-07-3122-52/+131
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update label documentation with newer screenshots, cut long lines, and touch up the text, especially the delete label section. Also adds new screenshots for clarity