- 06 Jan, 2021 40 commits
-
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This combines our schema and docs verification tasks with the new query validation task. Since the new task is not doc specific, the rules section for this has been renamed.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This adds query validation for GraphQL, exposed in a new raketask (`gitlab:graphql:validate`). Tests are added for the validation system, which handles common patterns in our front-end code (such as Apollo client directives, and the use of ee_else_ce). The new graphql files used in the tests are excluded from prettier formatting. A couple of clearly incorrect graphql files (discovered during testing) have been fixed. One remaining one has been marked as a known failure.
-
Nick Gaskill authored
Clarify that Pages domain should be pointing at Pages's IP See merge request gitlab-org/gitlab!50613
-
Balasankar "Balu" C authored
-
Mike Jang authored
Fix source link in Usage Ping documentation See merge request gitlab-org/gitlab!50982
-
Jarka Košanová authored
Add a trial status sidebar widget behind feature flag See merge request gitlab-org/gitlab!50090
-
Dallas Reedy authored
- Add new experiment definition - Add YAML definition for new feature flag - Add a bunch of helper methods related specifically to trials on groups - Test those new helper methods - Add translation keys
-
Andrew Fontaine authored
Remove unwrapArrayOfJobs function See merge request gitlab-org/gitlab!50944
-
Fabio Pitino authored
Remove duplicate JSON schema matcher See merge request gitlab-org/gitlab!50727
-
Craig Norris authored
Delete unused images See merge request gitlab-org/gitlab!50932
-
Kamil Trzciński authored
Make Vlad to be DRI for Cloud Native Pages See merge request gitlab-org/gitlab!50832
-
Heinrich Lee Yu authored
Block confidential quick action for test cases See merge request gitlab-org/gitlab!50460
-
Amy Qualls authored
Change gitlab-ci.yaml to gitlab-ci.yml docs See merge request gitlab-org/gitlab!50901
-
John Long authored
Correct extension from 'yaml' to 'yml'.
-
Amy Qualls authored
Tweak list indentation See merge request gitlab-org/gitlab!50931
-
Dan Jensen authored
This line in the Usage Ping documentation was correct when written, but the referenced file changed location. This updates the reference to refer to the new subdirectory, to fix the link in a way that matches the convention on this documentation page.
-
Grzegorz Bizon authored
Drop temporary index on ci builds See merge request gitlab-org/gitlab!50961
-
Felipe Artur authored
Hide /confidential quick action for issues with test case type
-
Sean McGivern authored
We had three JSON schema matchers: 1. `match_schema` - takes a data structure and a path to a schema file. 2. `match_response_schema` - takes a response object and a path to a schema file. 3. `according_to_schema` - chained matcher on `be_valid_json`, takes a schema literal. The reason for this is that we wanted to operate on various axes: 1. Are we validating a parsed data structure, or a potentially-JSON string? 2. Are we providing a path to a schema file, or a literal data structure representing a schema? Happily, the library we're using already solves problem 1 for us. https://github.com/ruby-json-schema/json-schema#validation says: > All methods take two arguments, which can be either a JSON string, a > file containing JSON, or a Ruby object representing JSON data. So we just needed to solve concern 2, and we handle that by assuming that if the schema argument is a string, it's not a JSON string representing the schema, but a path to a schema file. To handle the chaining that `according_to_schema` had, we can just use RSpec's `and` method: be_valid_json.and match_schema(build_info_payload_schema)
-
Kevin Chu authored
Adds Tier section to feature proposal See merge request gitlab-org/gitlab!50835
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/295477
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!50953
-
Markus Koller authored
Clean up second Gitaly process in tests See merge request gitlab-org/gitlab!50855
-
Ramya Authappan authored
Try to find elements before waiting for requests See merge request gitlab-org/gitlab!50919
-
Mark Lapierre authored
-
James Lopez authored
Upgrade acts-on-taggable to v7.0.0 See merge request gitlab-org/gitlab!50717
-
GitLab Release Tools Bot authored
-
David O'Regan authored
Convert incident_management_list.scss into page specific bundle See merge request gitlab-org/gitlab!50769
-
Olena Horal-Koretska authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!50942
-
Albert Salim authored
ci: Only keep relevant files after installing tests dependencies See merge request gitlab-org/gitlab!49014
-
Kushal Pandya authored
Fix styling of merge request dropdown badge styles See merge request gitlab-org/gitlab!50848
-
Rémy Coutable authored
docs: Update jobs' duration in pipelines documentation See merge request gitlab-org/gitlab!50854
-
Sanad Liaquat authored
Un-quarantine create project spec See merge request gitlab-org/gitlab!50925
-