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

install managers group by default #960

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

lferran
Copy link
Contributor

@lferran lferran commented Apr 26, 2020

fixes #778

@lferran lferran marked this pull request as ready for review April 26, 2020 17:24
@lferran lferran added the wip label Apr 27, 2020
@codecov-io
Copy link

Codecov Report

Merging #960 into master will decrease coverage by 5.2%.
The diff coverage is 68.2%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #960     +/-   ##
========================================
- Coverage    94.6%   89.4%   -5.1%     
========================================
  Files         315     315             
  Lines       27876   27437    -439     
========================================
- Hits        26356   24517   -1839     
- Misses       1520    2920   +1400     
Impacted Files Coverage Δ
guillotina/tests/dbusers/test_manage_groups.py 80.6% <22.3%> (-19.4%) ⬇️
guillotina/auth/groups.py 87.5% <100.0%> (-1.3%) ⬇️
guillotina/contrib/dbusers/install.py 76.0% <100.0%> (+1.0%) ⬆️
guillotina/tests/dbusers/test_setup.py 100.0% <100.0%> (ø)
guillotina/tests/test_postgres.py 10.0% <0.0%> (-90.0%) ⬇️
guillotina/tests/test_cockroach.py 17.7% <0.0%> (-77.9%) ⬇️
guillotina/db/storages/utils.py 34.8% <0.0%> (-65.2%) ⬇️
guillotina/db/storages/pg.py 26.5% <0.0%> (-62.4%) ⬇️
guillotina/db/storages/vacuum.py 47.0% <0.0%> (-53.0%) ⬇️
guillotina/db/storages/cockroach.py 27.9% <0.0%> (-48.1%) ⬇️
... and 119 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DbUsers. When Adding a new group named Managers users with the group managers become superusers
4 participants