- 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.
-
-
- Aug 20, 2021
-
-
Illya Klymov authored
-
Illya Klymov authored
* fix project importers pagination issue if all repos on page were already imported Changelog: fixed
-
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/29521 Changelog: added
-
- Aug 19, 2021
-
-
Diogo Frazão authored
Allows admins to retry batched background migrations Related to https://gitlab.com/gitlab-org/gitlab/-/issues/326760 Changelog: added
-
- Also allow rendering block content in tables behind a feature flag Changelog: fixed
-
Andy Soiron authored
This controller is responding with JSON only. It will be used to set Jira Connect up for an self-managed instance.
-
Alexis Kalderimis authored
This has been enabled in production by default. Changelog: changed
-
- Aug 18, 2021
-
-
-
Stan Hu authored
When a user without a SSO session attempted to access anything in a SAML group with a query string, previously GitLab would redirect the user back to original path but drop the query string. We fixed the redirection originally in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66791, but `request.path_info` drops query strings. To ensure the query strings are passed to the `RelayState`, we need to use `request.fullpath`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/338833 Changelog: fixed
-
-
-
-
- Aug 17, 2021
-
-
Peter Hegman authored
-
Doug Stull authored
- no longer needed as experiment is over. Changelog: removed
-
Refactor git http controller to stop referencing auth::result.actor directly - refactor auth result class
-
Balasankar C authored
Allow users to filter pipelines in the pipelines index page based on the source due to which pipelines were started. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Sarah GP authored
Removes flag, updates specs and docs Remove Rails references to flag Remove direct JS flag reference Remove mixins, services, stores Remove legacy files Update translations, docs Changelog: other
-
Luke Duncalfe authored
Removes the `instance_level_integration_overrides` feature flag to enable the instance-level overrides feature. https://gitlab.com/gitlab-org/gitlab/-/issues/218252 https://gitlab.com/gitlab-org/gitlab/-/issues/336750 Changelog: added
-
- Aug 16, 2021
-
-
Illya Klymov authored
* if developer is allowed to create projects in group either via global or per-group setting - include them in available namespaces list * remove unused namespaces field from base controller Changelog: fixed
-
-
-
- Aug 14, 2021
-
-
Cheryl Li authored
-
- Aug 13, 2021
-
-
Sarah GP authored
Removes flag, updates specs and docs Changelog: other
-
Thong Kuah authored
-
- Aug 12, 2021
-
-
Chad Woolley authored
- Fixes bug related to `merge_request_to_resolve_discussions_of` which was introduced when the `yield` was removed from the view. - Combines existing separate layouts into a single view (this was the source of the above bug). The layout hardcoded the name of the separate view, and was never reused, so it served no useful purpose as a layout anyway. - Removes unused `has_submit` flag - Renames views to be consistent "`captcha_check`" terminology used in controller and helper methods - Reorganizes and adds comments to views - See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67195
-
E'zeki&el Kigbo authored
Makes sure that we skip time summary requests for projects that do not have the `cycle_analytics_for_groups license
-
E'zeki&el Kigbo authored
Fix jest base specs Updates the base vue js specs for project value stream analytics Update value stream metrics specs Added time metric fixtures for project vsa to generate relevant data Fix value stream metrics specs
-
- Aug 11, 2021
-
-
Dmitry Gruzd authored
Changelog: fixed
-
Igor Drozdov authored
This commit improves blobs downloading in two ways: - When we send a blob via Workhorse, we don't need to download the file first, so we can set the limit to zero and download the metadata only - When we serve a file via API, then we shouldn't load all unlimited data, we'd better have a limit there Changelog: performance
-
David Kim authored
-
- Aug 10, 2021
-
-
Chad Woolley authored
- Splits existing single `SpammableActions` module into three separate cohesive, loosely-coupled, and well-named new modules: - `SpammableActions::CaptchaCheck::JsonFormatActionsSupport` - `SpammableActions::CaptchaCheck::HtmlFormatActionsSupport` - `SpammableActions::AkismetMarkAsSpamAction` - Updates and adds test coverage for the new modules. - Moves responsibility for redirects out of shared modules and back into controllers. - For clarity, inlines responsibility for determining whether a given `issueable` should be spam checked into `IssuableActions#update`, including preserving existing inconsistent behavior with regards to redirects. Comments added to explain what is happening. - Renames `MarkAsSpamService` to `AkismetMarkAsSpamService` to make it clear that it is specific to Akismet. - Refactors and DRYs up other related areas of logic
-
David Kim authored
-
Paul Slaughter authored
This reverts merge request !64196
-
- Aug 09, 2021
-
-
Hordur Freyr Yngvason authored
-
Changelog: added
-
Tom Quirk authored
Changelog: other
-
- Aug 06, 2021
-
-