- 30 Jul, 2020 1 commit
-
-
- 29 Jul, 2020 39 commits
-
-
Jose Ivan Vargas authored
Remove status dropdown in merged tab Closes #20033 See merge request gitlab-org/gitlab!37544
-
Michael Kozono authored
Remove feature flag to make registry table SSOT for Designs Closes #223253 See merge request gitlab-org/gitlab!37833
-
Jose Ivan Vargas authored
Remove fa-globe in Explore Projects Visibility dropdown Closes #42751 See merge request gitlab-org/gitlab!21659
-
Jeremy Elder authored
-
Jarka Košanová authored
Fix 500 error when unconfirmed user with 2FA logs in with OAuth2 Closes #232611 See merge request gitlab-org/gitlab!38104
-
Jose Ivan Vargas authored
Merge branch '229640-label-dropdown-should-trigger-under-the-label-input-within-the-new-epic-page' into 'master' Fix epic label dropdown behavior when opened within the "New epic" page See merge request gitlab-org/gitlab!37125
-
Enrique Alcántara authored
Mount Vue Compoents for Creating and Editing User Lists See merge request gitlab-org/gitlab!37013
-
Andrew Fontaine authored
This sets up proper mounting of the vue side of things for editing and creating user lists.
-
Nick Gaskill authored
Add YAML keys that user must not override See merge request gitlab-org/gitlab!38067
-
Sam Kerr authored
-
Amy Qualls authored
Update name of time widget on pod logs page Closes #231510 See merge request gitlab-org/gitlab!38202
-
Amy Qualls authored
After discussion with the UX team, make a small change to the name of the time picking widget.
-
Douglas Barbosa Alexandre authored
Add web_url/web_path on Gitlab::View::Presenter::Base See merge request gitlab-org/gitlab!30176
-
Jarka Košanová authored
Remove GitlabIssueTrackerService class See merge request gitlab-org/gitlab!36063
-
Stan Hu authored
When a user with two-factor auth enabled attempts to use an OAuth2 provider to sign-in, the user would see a 500 error without explanation why. This occurred because the failure case in OmniauthCallbacksController was attempting to render the partial of the new session, but the CAPTCHA helpers are only defined for SessionsController, not for this one. To fix this problem, redirect the page with the alert to the sign-in page and display a flash alert with a notice about an unconfirmed e-mail. The redirection also cleans up the URL so that the page doesn't look like it starts from an Omniauth callback. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232611
-
Amy Qualls authored
Update Auto Test docs about supported buildpacks See merge request gitlab-org/gitlab!38097
-
-
Amy Qualls authored
Updated tier badges in SAST documentation See merge request gitlab-org/gitlab!38015
-
Russell Dickenson authored
-
Amy Qualls authored
Docs: Improve Pages URL scheme examples See merge request gitlab-org/gitlab!37951
-
Katrin Leinweber authored
-
Fabio Pitino authored
Add parenthesis support for if: conditions Closes #232639 and #230938 See merge request gitlab-org/gitlab!37574
-
Kamil Trzciński authored
This extends RPN to support `()` in expressions
-
Markus Koller authored
Small improvements to UpdatePagesConfigurationService See merge request gitlab-org/gitlab!37942
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Fix user_views_issues_spec when vue_issuables_list ff is off See merge request gitlab-org/gitlab!37939
-
Michael Kozono authored
Remove FDW related finders to sync/verify projects and wiki See merge request gitlab-org/gitlab!37850
-
Mayra Cabrera authored
Resolve "Multiple icons are missing" Closes #232816 See merge request gitlab-org/gitlab!38190
-
Axel García authored
-
Axel García authored
This makes the epic label selector to render on top when the parent determines that, after loading the content is out of viewport.
-
Axel García authored
-
Axel García authored
-
Denys Mishunov authored
Update Compliance Dashboard to use tabs Closes #220328 See merge request gitlab-org/gitlab!37959
-
Jiaan Louw authored
Add a specific test for tabs and also match the tab title in the snapshot.
-
Natalia Tepluhina authored
Uses webPath and descriptionHTML in repository browser Closes #230426 See merge request gitlab-org/gitlab!38047
-
Phil Hughes authored
Uses a previously introduced webPath and descriptionHTML entity in the repository browser. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/230426
-
Natalia Tepluhina authored
Toggling on/off locking of issues/mr See merge request gitlab-org/gitlab!36773
-
Eulyeon Ko authored
Make sidebar Vuex store available Add mr_notes/stores Add issuable warning header to mr Also separate issuable warning header initializer. Use graphql to update lock status for mr Separate some changes into a separate MR. Use graphql for locking/unlocking issue Set discussion_locked to false if it's null initially. Update the edit form related specs Remove mediator and comments Also remove wait_for_promises helper Add errors field for consistency
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW queries to sync/verify these repositories.
-