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

Do not load server configuration by web-UI #159

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Do not load server configuration by web-UI #159

merged 1 commit into from
Apr 24, 2024

Conversation

praiskup
Copy link
Owner

The web-UI is typically driven by http server, without permissions to read /etc/resallocserver files or write /var/log/resallocserver.

Fixes: fedora-copr/copr#3202

The web-UI is typically driven by http server, without permissions to
read /etc/resallocserver files or write /var/log/resallocserver.

Fixes: fedora-copr/copr#3202
from alembic import op
import sqlalchemy as sa

revision = 'b50e3f64fc2d'

Check warning

Code scanning / vcs-diff-lint

Constant name "revision" doesn't conform to UPPER_CASE naming style Warning

Constant name "revision" doesn't conform to UPPER_CASE naming style
import sqlalchemy as sa

revision = 'b50e3f64fc2d'
down_revision = '78237445aff8'

Check warning

Code scanning / vcs-diff-lint

Constant name "down_revision" doesn't conform to UPPER_CASE naming style Warning

Constant name "down_revision" doesn't conform to UPPER_CASE naming style
revision = 'b50e3f64fc2d'
down_revision = '78237445aff8'

def upgrade():

Check warning

Code scanning / vcs-diff-lint

upgrade: Missing function or method docstring Warning

upgrade: Missing function or method docstring
with op.batch_alter_table('pools', schema=None) as batch_op:
batch_op.add_column(sa.Column('max', sa.Integer(), nullable=True))

def downgrade():

Check warning

Code scanning / vcs-diff-lint

downgrade: Missing function or method docstring Warning

downgrade: Missing function or method docstring
@xsuchy
Copy link
Collaborator

xsuchy commented Apr 23, 2024

+1

@praiskup praiskup merged commit 9ad3370 into main Apr 24, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The resalloc/pools page returns error 500 again
2 participants