- 06 Jan, 2021 40 commits
-
-
Rémy Coutable authored
Fix Dependency Scanning See merge request gitlab-org/gitlab!50780
-
Philippe Lafoucrière authored
This reverts commit ebf5c7ab2d9aee0aced21334eaab6eccac90b7d0.
-
Nick Gaskill authored
Fix a typo in Dependency Scanning docs See merge request gitlab-org/gitlab!50733
-
Mike Jang authored
Expand on use of separate name attributes in LDAP See merge request gitlab-org/gitlab!50594
-
Harsh Chouraria authored
The `name` attribute in LDAP fetches the user's visible name in profiles but often the ideal value for this is split between two different fields that are configurable via the use of `first_name` and `last_name`. The docs were not very clear on how to force use of the latter (split) configuration over `name`, doable by intentionally setting it to something non-existent.
-
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
-
Phil Hughes authored
Add author token filtering support for Test Cases See merge request gitlab-org/gitlab!50747
-
Nicolò Maria Mezzopera authored
Replace minmax with setting min-width See merge request gitlab-org/gitlab!50881
-
Natalia Tepluhina authored
Move widget rebase state to GraphQL See merge request gitlab-org/gitlab!50859
-