- 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
-
Phil Hughes authored
This reverts merge request !68532
-
- Aug 20, 2021
-
-
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68583 Changelog: fixed
-
-
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
-
Simon Knox authored
Changelog: other
-
Jannik Lehmann authored
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338428 It enables `assumeImmutableResults` in the environment list.
-
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
-
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
-
E'zeki&el Kigbo authored
As a cleanup, we can remove some custom CSS that was used to render the older VSA components. These components have been replaced with shared VSA components that use the gitlab-ui and components and utility css classes.
-
Amelia Bauerly authored
Changelog: fixed
-
- Aug 19, 2021
-
-
Florie Guibert authored
Review feedback
-
Florie Guibert authored
Changelog: changed EE: true
-
Enrique Alcántara authored
Provide visual controls to edit the structure of tables in the Content Editor Changelog: added
-
- Also allow rendering block content in tables behind a feature flag Changelog: fixed
-
Rajat Jain authored
Include author and other information in uploaded graphql query and optimistic response Changelog: fixed
-
Jannik Lehmann authored
This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/334932 It fixes a bug where the color picker on the edit compliance Framework Page did not show a pointer on hover.
-
Miranda Fluharty authored
Add gl-word-break-word to pipeline artifacts dropdown items to prevent the names being cut off at the edge Changelog: fixed
-
Alexis Kalderimis authored
This has been enabled in production by default. Changelog: changed
-
Mike Greiling authored
-
Phil Hughes authored
Fixes a bug where new lines in the suggestions content would insert a new line instead of the new line character. Changelog: fixed Closes https://gitlab.com/gitlab-org/gitlab/-/issues/333351
-
Phil Hughes authored
When in inline view the class `inline` gets applied which adds the CSS `display: inline-block;` which incorrectly adds some extra whitespace to the bottom of diffs. This simply changes that class to be `inline-diff-view` instead. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/330874
-
- Aug 18, 2021
-
-
- Fix alignment issue in toggle thread button - Fix broken markdown toolbar layout in snippets comments Changelog: fixed
-
Samantha Ming authored
-
-
Items that are draggable are given a new data attribute "draggable-item-type". The handlers for draggable should check the attribute of an item before handling an event.
-
Heinrich Lee Yu authored
This reverts the behavior to match what we had before GraphQL boards. Changelog: fixed
-
-