- 30 Oct, 2020 40 commits
-
-
Miguel Rincon authored
Add custom renderer for images See merge request gitlab-org/gitlab!46221
-
Jacques Erasmus authored
Added a custom renderer for images
-
Stan Hu authored
Create Group SAML Group Sync as a Gold subscription feature See merge request gitlab-org/gitlab!46490
-
Andrew Fontaine authored
Editor Lite documentation See merge request gitlab-org/gitlab!45038
-
Andrew Fontaine authored
Ensure that copy to clipboard button is visible See merge request gitlab-org/gitlab!46466
-
Nick Gaskill authored
Add how to include secure templates in MR pipeline See merge request gitlab-org/gitlab!46565
-
Jackie Porter authored
-
Heinrich Lee Yu authored
Allow to create todo on GraphQL See merge request gitlab-org/gitlab!46029
-
Stan Hu authored
Improve update_all when FROM is a subquery See merge request gitlab-org/gitlab!46426
-
Craig Norris authored
Add metadata (and one redirect!) to more pages See merge request gitlab-org/gitlab!46579
-
Amy Qualls authored
Fix this feature-flags page to redirect correctly.
-
Igor Drozdov authored
Fix cached queries for Groups::GroupMembersController#index See merge request gitlab-org/gitlab!44626
-
Nikola Milojevic authored
Add changelog of performance improvement
-
Bob Van Landuyt authored
Fix HandleMalformedStrings middleware See merge request gitlab-org/gitlab!46502
-
Jacques Erasmus authored
Merge branch '267963-related-merge-requests-icon-in-issues-list-is-rendered-incorrectly' into 'master' Updated list view MR icon See merge request gitlab-org/gitlab!46059
-
Donald Cook authored
-
Marcia Ramos authored
Resolve "Update Docs for Live Preview to state 3rd Party Dependencies" See merge request gitlab-org/gitlab!45588
-
Kai Armstrong authored
-
Marcia Ramos authored
Add "Testing Vue components" section to Vue styleguide See merge request gitlab-org/gitlab!37898
-
Tom Quirk authored
- in general, make it known that these are suggestions and not strict guidelines - add reasoning where required - remove guidance on mount/shallowMount - expand on various point where required
-
Craig Norris authored
Add metadata (and one redirect) to pages See merge request gitlab-org/gitlab!46573
-
Amy Qualls authored
Create a real redirect instead of what was here.
-
Nick Gaskill authored
Add tutorial for protecting environments via API See merge request gitlab-org/gitlab!46232
-
Nick Gaskill authored
Fix indentation on cloud deployment docs See merge request gitlab-org/gitlab!46464
-
Nick Gaskill authored
Transfer GitLab Pages storage location w/o downtime See merge request gitlab-org/gitlab!46512
-
Ben Bodenmiller authored
-
Mario de la Ossa authored
Because of middleware loading order, sometimes we'd load before the path has been unescaped. Here we change the loading order to be as early as possible but also remove brittleness by unescaping the bits we care about ourselves.
-
David O'Regan authored
Prepare for "Forward deployment - warn users on "Retry"" See merge request gitlab-org/gitlab!46328
-
Angelo Gulina authored
Update spec to match FE guidelines Update spec with more test cases covering functionality
-
Vitali Tatarintev authored
Sort a namespace's projects by exceeded storage See merge request gitlab-org/gitlab!44124
-
Corinna Wiesner authored
Sort projects on the usage quota page by the total repository size excess.
-
Amy Qualls authored
Add "unassigned" to relevant doc page metadata See merge request gitlab-org/gitlab!46567
-
Miguel Rincon authored
Global Search - Group Filter See merge request gitlab-org/gitlab!44833
-
Zack Cuddy authored
This change replaces the deprecated jQuery Dropdown plugin. Instead we use gl-dropdown from GitLab UI and a Vue component. This uses a Vuex store to manage the API calls and API data. From there the GitLab UI components take care of the existing functionality. Following this MR we will be moving over the Project dropdown as well.
-
Bob Van Landuyt authored
API for user groups count See merge request gitlab-org/gitlab!44069
-
Aishwarya Subramanian authored
Displays the total number of authorized groups for individual users in the admin dashboard.
-
Sean McGivern authored
Add feature categories, Part 5 See merge request gitlab-org/gitlab!46478
-
Craig Norris authored
Add none/unassigned to relevant page metadata.
-
Amy Qualls authored
Add documentation about registry mirror in dind See merge request gitlab-org/gitlab!46241
-
Steve Azzopardi authored
Docker Inc is rolling out new [terms of service](https://www.docker.com/pricing/resource-consumption-updates) which will introduce rate limits on `docker pull` from DockerHub for anonymous users. Users can already set a DockerHub mirror to not reach these limits when running CI jobs using the Docker executor. However when they use the `dind` service to build their images this won't use the registry mirror because it needs to be explicitly configured for the daemon. closes https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27171
-