- 07 Jan, 2021 1 commit
-
-
Russell Dickenson authored
-
- 06 Jan, 2021 39 commits
-
-
Dan Davison authored
Delete .netrc after each test See merge request gitlab-org/gitlab!50809
-
Mark Lapierre authored
This avoids order-dependent failures that occur when a test adds a user to .netrc that is different from the default runtime test user. See also https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/670
-
Mayra Cabrera authored
Add option to view versionless packages in API See merge request gitlab-org/gitlab!50669
-
Steve Abrams authored
Adds include_versionless param to project and group package list apis.
-
Mayra Cabrera authored
changed it to specify See merge request gitlab-org/gitlab!51004
-
Mark Florian authored
Remove total duration from analytics page See merge request gitlab-org/gitlab!50102
-
Markus Koller authored
Change type of CiJob.needs [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!50192
-
David O'Regan authored
Add CI config validation message on editor See merge request gitlab-org/gitlab!50507
-
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
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This changes the type of `CiJob.needs` from `JobType.connection_type` to `BuildNeedType.connection_type`. This is because `Build#needs` does not return a relation of builds, but one of `Ci::BuildNeed`. This change is a backwards compatible bug-fix. Any query that works now will continue to work.
-
Lucy Fox authored
-
Miguel Rincon authored
This change adds a validation message similar to the one found in the blo viewer to validate the CI config as the user modifies it.
-
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
-