- 29 Jul, 2020 26 commits
-
-
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
-
Dylan Griffith authored
Make Geo tracking database work with let_it_be Closes #232749 See merge request gitlab-org/gitlab!38118
-
Miguel Rincon authored
Move deploy freeze timezone manipulation from actions.js to mutations.js Closes #229857 See merge request gitlab-org/gitlab!37370
-
Jake Burden authored
- Move deploy freeze timezone data manipulation - Move addTimezoneIdentifier to constants/lib file
-
Kushal Pandya authored
Refactor to remove hardcoded mock data See merge request gitlab-org/gitlab!38011
-
Kushal Pandya authored
Remove ff for confidential apollo implementation See merge request gitlab-org/gitlab!37838
-
Scott Stern authored
-
Russell Dickenson authored
Update Telemetry docs: Add Reporting level by segment table See merge request gitlab-org/gitlab!38119
-
Jerome Ng authored
-
Stan Hu authored
Geo tracking atabase entries created in specs with `let_it_be` and `before_all` would not be cleaned up between test runs. By default, let_it_be uses an adapter that only cleans records created via `ActiveRecord::Base`. We fix this by introducing a custom adapter that cleans the Geo tracking database and the main database. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232749
-
Miguel Rincon authored
Solicit feedback for Security Dashboard Pages Closes #228699 See merge request gitlab-org/gitlab!37317
-
Dheeraj Joshi authored
This would add alerts to Dependency List and License Compliance to solicit feedback from users
-
Suzanne Selhorn authored
Remove inline settings icon from docs See merge request gitlab-org/gitlab!38117
-
Evan Read authored
-
Russell Dickenson authored
Update Telemetry Docs: What data can be tracked table See merge request gitlab-org/gitlab!38115
-
Russell Dickenson authored
-
Russell Dickenson authored
-
Jerome Ng authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38114
-
Miguel Rincon authored
We can simplify adding data to state by using already existing helpers.
-
Jerome Ng authored
-
Jerome Ng authored
-
Marcel Amirault authored
Docs: Updated monorepo example Closes #227381 See merge request gitlab-org/gitlab!36896
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/227381
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
Remove inline admin area icon from docs See merge request gitlab-org/gitlab!38111
-
- 28 Jul, 2020 14 commits
-
-
Evan Read authored
-
Enrique Alcántara authored
Add closed icon for incidents Closes #229401 See merge request gitlab-org/gitlab!37949
-
David O'Regan authored
We add a closed icon for closed incidents to show quickly the state of incidents
-
Russell Dickenson authored
Docs: Added Maven troubleshooting steps Closes #213122 See merge request gitlab-org/gitlab!37507
-
Suzanne Selhorn authored
Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/213122
-
Mike Jang authored
Add example to multi-version compatibility See merge request gitlab-org/gitlab!37550
-
Stan Hu authored
This documents issues dealing with delays in deployment times across node types and why a feature flag is useful. This stemmed from a production incident discussed in the following issues: 1. https://gitlab.com/gitlab-org/gitlab/-/issues/230739 2. https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2442
-
charlie ablett authored
Seeds for customer oauth application and billing See merge request gitlab-org/gitlab!37752
-
Jeremy Jackson authored
-
Robert Speicher authored
Refactor invites view code Closes #225598 See merge request gitlab-org/gitlab!37208
-
Stan Hu authored
Fix typo in spec description See merge request gitlab-org/gitlab!38100
-
Jose Ivan Vargas authored
Update merge request button message for license-check approvals Closes #231250 See merge request gitlab-org/gitlab!37954
-
Denys Mishunov authored
Fix Jira users mapping documentation See merge request gitlab-org/gitlab!37947
-
Kerri Miller authored
-