- Aug 23, 2021
-
-
Sheldon Led authored
-
Miguel Rincon authored
This change adds the capability of filtering and pagination for group runners, group administrators can search and locate their runners.
-
Miguel Rincon authored
This change adds a list of runners to the group runners page. This is a first iteration that does not include filters and/or pagination for results.
-
Sarah GP authored
-
-
Mireya Gen Andres authored
-
Add CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX predefined environment variable to projects. Changelog: added
-
https://gitlab.com/gitlab-org/gitlab/-/issues/330455 Coloring only links in the description, not titles We might still want to highlight cross-references in other places, but it seems that this is more scoped to what https://gitlab.com/gitlab-org/gitlab/-/issues/330455 specifies. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68063
-
Heinrich Lee Yu authored
Puts the changes under the use_insert_all_in_internal_id feature flag
-
Heinrich Lee Yu authored
This prevents a subtransaction when we insert an InternalId record. We make use of `insert_all` which ignores unique violations without aborting the parent transaction.
-
Phil Hughes authored
This reverts merge request !68532
-
Tiger Watson authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68023 Changelog: added
-
-
- Aug 20, 2021
-
-
Viktor Nagy authored
-
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68583 Changelog: fixed
-
Marc Shaw authored
Changelog: added MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/67525 Issue: gitlab.com/gitlab-org/gitlab/-/issues/329889
-
Max Woolf authored
Removes a use of `safe_find_or_create_by!` when adding a wiki-related Event. Changelog: fixed
-
-
Marius Bobin authored
Changelog: fixed EE: true
-
Enrique Alcántara authored
- Table cells should have a minimum width - Dropdown accessibility improvements
-
Illya Klymov authored
-
Illya Klymov authored
* fix project importers pagination issue if all repos on page were already imported Changelog: fixed
-
Himanshu Kapoor authored
-
Himanshu Kapoor authored
Backend sends a `binary` property as `false` for some files that may have a "binary" mime type but are not actually binary. Use that if it is available before determining if a file is binary or text. Changelog: fixed
-
Kati Paizee authored
Fix links to Jira docs on integrations page Changelog: fixed
-
Grzegorz Bizon authored
-
Simon Knox authored
Changelog: other
-
Vasilli Iakliushin authored
* Contrbutes to https://gitlab.com/gitlab-org/gitlab/-/issues/27843 * Inspired by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68371 (Thanks @1ace) **Problem** Previous error message is not clear and can be triggered by multiple reasons. **Solution** Add descriptive error messages for each error case Changelog: changed
-
Jannik Lehmann authored
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338428 It enables `assumeImmutableResults` in the environment list.
-
-
Francisco Javier López authored
After we've migrated all group sidebar menus, we can remove all the auxiliary code that we needed to introduce to render old partial menus. Besides, we can also clean helper methods that are nore used anymore.
-
Magdalena Frankiewicz authored
Remove redundant and confusing checks on secondary emails, rely on validations. On email update, reset secondary emails if they were set to primary one Changelog: fixed
-
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/29521 Changelog: added
-
Mireya Gen Andres authored
-
Mireya Gen Andres authored
This reverts commit e8dcec11 to include the rails injection again. This will be removed in a follow-up MR. This also fixes some linter complaints.
-
Mireya Gen Andres authored
Since there are no feature changes, most of this is just making sure that the components are set up correctly in the tests.
-
Mireya Gen Andres authored
-
Mireya Gen Andres authored
Since the pipeline editor queries the commit sha and no longer manages this data in the cache, the commit sha needs to be passed down to the children components as props. This also removes instances of writing to the cache.
-
Mireya Gen Andres authored
-
Mireya Gen Andres authored
-