- 12 Nov, 2020 30 commits
-
-
Stan Hu authored
Handle invalid strings in authorization headers See merge request gitlab-org/gitlab!47206
-
Natalia Tepluhina authored
Add integration with BE based on mocks See merge request gitlab-org/gitlab!47019
-
Olena Horal-Koretska authored
-
Heinrich Lee Yu authored
Add CI job to Terraform state version GraphQL type See merge request gitlab-org/gitlab!47339
-
Miguel Rincon authored
Updated service desk incoming email to use custom email See merge request gitlab-org/gitlab!46053
-
Dylan Griffith authored
Add background migrations for Elasticsearch See merge request gitlab-org/gitlab!46672
-
Dmitry Gruzd authored
This MR implements elastic migration framework, which looks and behaves similar to rails database migrations. Migrations are stored in ee/elastic/migrate/ with YYYYMMDDHHMMSS_migration_name.rb file name format
-
Gabriel Mazetto authored
Update rake to v13 See merge request gitlab-org/gitlab!47318
-
Kushal Pandya authored
Use closed icons for issue and epics See merge request gitlab-org/gitlab!47176
-
Michael Le authored
-
Tiger Watson authored
Add region field to AWS Role See merge request gitlab-org/gitlab!47209
-
Emily Ring authored
Add migration to add field to AWS Role. Update AuthorizeRoleService and FetchCredentialsService to use new region field.
-
Douglas Barbosa Alexandre authored
Generate package events file See merge request gitlab-org/gitlab!47118
-
Luke Duncalfe authored
hAdd a rule to enforce resolver type annotations See merge request gitlab-org/gitlab!47375
-
Alex Kalderimis authored
This new rubocop rule enforces that all resolvers declare their type. This is important for several reasons: - developers can read a resolver and know what it does, by understanding what it is meant to return. - we can enable better testing of resolvers, by creating fields from resolvers using `Resolver.field_options`. - Resolvers become the SSOT for field metadata, enabling us to eliminate repetition and boilerplate.
-
Gabriel Mazetto authored
Fetch available issue types in Jira integration for vulnerabilities See merge request gitlab-org/gitlab!47046
-
Alan (Maciej) Paruszewski authored
This change adds fetching availalbe issue types for Jira integration for vulnerabilities when the integration is being tested.
-
Ash McKenzie authored
Remove hardcoded ID from spec See merge request gitlab-org/gitlab!47462
-
Thong Kuah authored
Added destroy command to base Terraform template See merge request gitlab-org/gitlab!46777
-
Mayra Cabrera authored
Merge branch '225322-improve-performance-of-merge-request-changes-api-under-load-into-s3-tier' into 'master' Add FF to avoid directly accessing diffs via gitaly See merge request gitlab-org/gitlab!46190
-
Kerri Miller authored
raw_diffs goes to gitaly, and can cause poor performance. This flag is the first step in experimenting with accessing the diffs stored in the DB.
-
Ash McKenzie authored
Feature flag group_level_integrations default enabled See merge request gitlab-org/gitlab!47391
-
Simon Knox authored
Enable jest/valid-describe for ee/spec/frontend/ See merge request gitlab-org/gitlab!47338
-
Stan Hu authored
Guard against existence of project_features.requirement_access_level See merge request gitlab-org/gitlab!47458
-
Lee Tickett authored
-
Heinrich Lee Yu authored
Having a hardcoded ID means this spec would fail when there are preceding specs that already created a design. We roll back and clear the DB after specs are run but the sequence isn't reset so we cannot guarantee the IDs for the designs created in this spec.
-
Mayra Cabrera authored
Enable ci_seed_block_run_before_workflow_rules by default See merge request gitlab-org/gitlab!47399
-
Furkan Ayhan authored
-
Russell Dickenson authored
Update doc/user/application_security/security_dashboard/index.md See merge request gitlab-org/gitlab!47428
-
Ash McKenzie authored
Fix URL comment typo in Terraform.latest.gitlab-ci.yml See merge request gitlab-org/gitlab!47367
-
- 11 Nov, 2020 10 commits
-
-
Mayra Cabrera authored
[RUN AS-IF-FOSS] Resolve admin/license timeout on large instances See merge request gitlab-org/gitlab!46336
-
Doug Stull authored
- for large instances this times out, so we'll add the counter to the cron.
-
Giorgenes Gelatti authored
-
David O'Regan authored
Move HAML Vue template to SFC in access_tokens See merge request gitlab-org/gitlab!46569
-
Mark Lapierre authored
Remove debase from gemfile See merge request gitlab-org/gitlab!47436
-
Bob Van Landuyt authored
When using git-over-http the GitHttpClientController would try to look up the user or token read from the Authorization headers. If one of those headers would contain a base64 encoded null-byte, this would result in an ArgumentError. This adds support for that to the middleware by decoding the authorization headers and validating them beforehand. It will also avoid trying to decode non-base64 encoded headers, and instead validate the content without as-is. This reverts commit 44cebe45.
-
Andrew Fontaine authored
Move GraphQL burnup queries to new format on FE See merge request gitlab-org/gitlab!46946
-
Mark Lapierre authored
Update QA locator reference due to renaming See merge request gitlab-org/gitlab!47353
-
Paul Slaughter authored
Add schema markup to breadcrumb See merge request gitlab-org/gitlab!46991
-
Francisco Javier López authored
This commit add schema markup to breadcrumbs. It adds it usings json+ld instead of microdata due to the complexity building the breadcrumbs.
-