- Aug 23, 2021
-
-
Miguel Rincon authored
This change adds the capability of filtering and pagination for group runners, group administrators can search and locate their runners.
-
-
- 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 09, 2021
-
-
Hordur Freyr Yngvason authored
-
- Aug 04, 2021
-
-
Steve Abrams authored
Remove the feature flag to enable group deploy token access for the Dependency Proxy. Changelog: added
-
Alex Buijs authored
Add an extra track the the in-product marketing emails Changelog: added
-
- Aug 02, 2021
-
-
Alex Buijs authored
Add an extra track the the in-product marketing emails Changelog: added
-
Steve Abrams authored
Accept group deploy tokens as a valid credential to access the dependency proxy. Changelog: added
-
- Jul 28, 2021
-
-
Alex Buijs authored
Add an extra track the the in-product marketing emails Changelog: added
-
- Jul 27, 2021
-
-
- Jul 26, 2021
-
-
Ho Tuan Duong authored
We can include IntegrationsHelper in the shared IntegrationsActions to make the admin / group controllers cleaner.
-
Ho Tuan Duong authored
In group / admin controllers, we had some redundant scoped edit paths. This is now replaced with a method in IntegrationsHelper so it's cleaner to consolidate here.
-
- Jul 25, 2021
-
-
Stan Hu authored
When a user without a SSO session attempted to access anything in a SAML group, previously GitLab would redirect the user back to the dashboard and lose the original link. This was happening because the `RelayState` wasn't being used since the `SessionsController#create` took over. To fix this, we have to do things: 1. Store the `RelayState` in the Devise session helper before the session is created. `ApplicationController#after_sign_in_path_for` will run and retrieve this value. 2. Ensure the `RelayState` is the right value. Previously this value would be set to the path of the project (e.g. mygroup/project), but this drops the full path that was being accessed. Now we retain the entire path so the `redirect` parameter is passed on to the IdP properly. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/247674 Changelog: fixed EE: true
-
- Jul 23, 2021
-
-
Miguel Rincon authored
This change add a new page to manage group runners behind the feature flag runner_list_group_view_vue_ui. The new page is added to the sidebar menu as CI/CD -> Runners.
-
David Fernandez authored
`pull_manifest` and `pull_blob` Changelog: other
-
- Jul 21, 2021
-
-
- Jul 14, 2021
-
-
- Jun 24, 2021
-
-
- clear things up a bit.
-
Kushal Pandya authored
Sorts milestones within filtered search milestones dropdown by due date. Changelog: changed
-
- Jun 21, 2021
-
-
Miguel Rincon authored
This change updates the team attribution of the runner controllers, runner controllers are managed by the Runner Group.
-
- Jun 18, 2021
-
-
- Jun 15, 2021
-
-
- clearer code and less re-branching.
-
- Jun 14, 2021
-
-
- Jun 11, 2021
-
-
Doug Stull authored
- was using translations before and that was wrong. Changelog: fixed
-
- Jun 08, 2021
-
-
Jason Goodman authored
Create link when sharing outside the hierarchy is allowed or when the group is within the same hierarchy Changelog: added
-
- Jun 07, 2021
-
-
Rajendra Kadam authored
-
- Jun 01, 2021
-
-
Rajendra Kadam authored
Now we have user, project and namespace info in our backend snowplow events. Fixes spec for the mentioned changes.
-
- May 27, 2021
-
-
Eulyeon Ko authored
The Vue library we use for the refactored boards does not support multi-item drag&drop. Until we complete the implementation of drag and drop in the refactored boards, we will disable multi select in boards by placing it behind a feature flag. Docs change: Add a section on 'board_multi_select' and update Multi-select issue cards section. Changelog: other
-
- May 24, 2021
-
-
Doug Stull authored
- already created paradigm and exactly what we want. - prevents duplication...has a much larger impact. Changelog: performance
-
- May 19, 2021
-
-
- May 11, 2021
-
-
Lin Jen-Shin authored
We can much simply this now because call sites are no longer using long form or other aliased names. For `RuboCop::Cop::InjectEnterpriseEditionModule`, we change it that: * `prepend_mod_with` must be used for extension modules, therefore we don't need to allow using it on regular modules.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- May 10, 2021
-
-
Nicolas Dular authored
This extracts each message into its separate class to make it easier to add additional emails and modify links based on state.
-
- May 06, 2021
-
-
- May 04, 2021
-
-
Jarka Kadlecova authored
- move the authorization check to the concern - fix the specs
-