- 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.
-
Adam Hegyi authored
This change adds BG migration to bakfill the stage_event_hash_id column for the Value Stream Analytics group and project stages. Changelog: added
-
-
Mireya Gen Andres authored
-
Add CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX predefined environment variable to projects. Changelog: added
-
-
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.
-
Francisco Javier López authored
Most of the sidebar menus default to the first menu item link as the main menu link. Instead of writing it in every menu, we can just move it to the base menu class and let the other menus inherit it. We'd just need to override those with a different behavior.
-
Phil Hughes authored
This reverts merge request !68532
-
Tiger Watson authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68023 Changelog: added
-
-
- Aug 22, 2021
-
-
Update the triggers for the functions that maintain the external wiki flag on the project table so that they check the new column values for the STI `type/type_new`. The migration ensures that there is no point at which one of the triggers is not installed, ensuring we do not allow rows to be inserted, updated or deleted without triggering one or other of the two versions of the trigger. A new temporary trigger is added, which handles the fact that we first insert rows with `type` set, and then later set `type_new` as part of the STI migration for the `integrations` table. Changelog: changed Fix project spec This uses a factory to ensure that the type/type_new columns are set correctly, and renames 'service' to 'integration' where appropriate. https://gitlab.com/gitlab-org/gitlab/-/issues/334127
-
- Aug 21, 2021
-
-
Matija Čupić authored
Allows combining hashes and nested hash arrays in rules sections of jobs.
-
- Aug 20, 2021
-
-
Previously the user state was set to `blocked` when `block_auto_created_users` was set for a provider. Now, the state is set to `blocked_pending_approval` so accounts can be worked down by admins via the pending approval queue. Changelog: changed
-
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
-
-
Illya Klymov authored
* fix project importers pagination issue if all repos on page were already imported Changelog: fixed
-
Mikołaj Wawrzyniak authored
To allow for more detailed analysis, we need to track project and namespace ids accoring to https://gitlab.com/gitlab-org/gitlab/-/issues/336779#considered-data-for-pseudonymization those attributes are not subjected to anonymization or pseudonymization
-
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
-
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
-
-
-
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
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
-
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
-
Cyrine Gamoudi authored
-
- Aug 19, 2021
-
-
Florie Guibert authored
Review feedback
-
Brett Walker authored
The values will be queried for a month range. 5 days ensures the MR is well within that range.
-