Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add create user query with exporting data #18550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gemui
Copy link

@Gemui Gemui commented Jul 19, 2023

Description

Please describe your pull request.

Fixes #17996

Before submitting pull request, please review the following checklist:

  • Make sure you have read our CONTRIBUTING.md document.
  • Make sure you are making a pull request against the correct branch. For example, for bug fixes in a released version use the corresponding QA branch and for new features use the master branch. If you have a doubt, you can ask as a comment in the bug report or on the mailing list.
  • Every commit has proper Signed-off-by line as described in our DCO. This ensures that the work you're submitting is your own creation.
  • Every commit has a descriptive commit message.
  • Every commit is needed on its own, if you have just minor fixes to previous commits, you can squash them.
  • Any new functionality is covered by tests.

Signed-off-by: Ahmed Gamal <ahmed.gamale@outlook.com>
@Gemui Gemui force-pushed the add-user-information-export branch from f287e19 to 3fc852f Compare July 19, 2023 23:48
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Attention: Patch coverage is 78.12500% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 56.50%. Comparing base (daa252b) to head (3fc852f).
Report is 1633 commits behind head on master.

Files Patch % Lines
libraries/classes/Server/Privileges.php 78.12% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #18550      +/-   ##
============================================
+ Coverage     56.43%   56.50%   +0.06%     
- Complexity    16077    16107      +30     
============================================
  Files           635      638       +3     
  Lines         63479    63548      +69     
============================================
+ Hits          35824    35907      +83     
+ Misses        27655    27641      -14     
Flag Coverage Δ
dbase-extension 56.50% <78.12%> (+0.06%) ⬆️
recode-extension 56.47% <78.12%> (+0.06%) ⬆️
unit-8.1-ubuntu-latest 56.47% <78.12%> (+0.06%) ⬆️
unit-8.2-ubuntu-latest 56.47% <78.12%> (+0.06%) ⬆️
unit-nightly-ubuntu-latest 56.43% <78.12%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@williamdes
Copy link
Member

Can this one be rebased, and some screenshots posted ?
I think that could be a nice addition

@williamdes williamdes added the enhancement A feature request for improving phpMyAdmin label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature request for improving phpMyAdmin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exporting user accounts does not contain CREATE USER
2 participants