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

DB schema update scheduler #788

Merged
merged 14 commits into from
Apr 28, 2023
Merged

DB schema update scheduler #788

merged 14 commits into from
Apr 28, 2023

Conversation

jpbruinsslot
Copy link
Contributor

@jpbruinsslot jpbruinsslot commented Apr 24, 2023

No description provided.

* main:
  Increase PostgreSQL container shm size (#780)
  Move the ID of the button to the parent element (#765)
  Fix key check for encrypted settings (#775)
  1.8 release notes (#773)
  update xtdb issue (#768)
  Remove step to click 2FA button in the CI (#767)
  Bump pytest from 7.2.0 to 7.2.2 (#742)
  Bump djlint from 1.19.16 to 1.19.17 (#743)
  Bump pydantic from 1.10.2 to 1.10.7 (#745)
  Bump robotframework-tidy from 3.4.0 to 4.1.0 (#744)
  Add middleware for requiring authentication (#760)
  Add __repr__ to Task for scheduler (#751)
  Differentiate between TCP and UDP in port bits (#756)
@jpbruinsslot jpbruinsslot added the mula Issues related to the scheduler label Apr 24, 2023
@jpbruinsslot jpbruinsslot self-assigned this Apr 24, 2023
@jpbruinsslot jpbruinsslot linked an issue Apr 24, 2023 that may be closed by this pull request
3 tasks
@jpbruinsslot jpbruinsslot marked this pull request as ready for review April 25, 2023 08:44
@jpbruinsslot jpbruinsslot requested a review from a team as a code owner April 25, 2023 08:44
@github-actions
Copy link
Contributor

github-actions bot commented Apr 25, 2023

File Coverage
All files 65%
bits/definitions.py 64%
bits/runner.py 56%
bits/https_availability/https_availability.py 93%
bits/oois_in_headers/oois_in_headers.py 57%
bits/spf_discovery/internetnl_spf_parser.py 55%
bits/spf_discovery/spf_discovery.py 72%
octopoes/api/api.py 59%
octopoes/api/models.py 75%
octopoes/api/router.py 52%
octopoes/core/app.py 69%
octopoes/core/service.py 46%
octopoes/events/events.py 96%
octopoes/events/manager.py 65%
octopoes/models/__init__.py 86%
octopoes/models/datetime.py 66%
octopoes/models/exception.py 83%
octopoes/models/origin.py 70%
octopoes/models/path.py 99%
octopoes/models/types.py 95%
octopoes/models/ooi/certificate.py 96%
octopoes/models/ooi/email_security.py 95%
octopoes/models/ooi/findings.py 94%
octopoes/models/ooi/network.py 97%
octopoes/models/ooi/service.py 91%
octopoes/models/ooi/software.py 71%
octopoes/models/ooi/web.py 81%
octopoes/models/ooi/dns/records.py 95%
octopoes/models/ooi/dns/zone.py 77%
octopoes/repositories/ooi_repository.py 40%
octopoes/repositories/origin_parameter_repository.py 53%
octopoes/repositories/origin_repository.py 53%
octopoes/repositories/scan_profile_repository.py 45%
octopoes/xtdb/client.py 39%
octopoes/xtdb/query_builder.py 69%
octopoes/xtdb/related_field_generator.py 73%
tests/conftest.py 91%

Minimum allowed coverage is 75%

Generated by 🐒 cobertura-action against 5d5458f

dekkers
dekkers previously approved these changes Apr 26, 2023
Donnype
Donnype previously approved these changes Apr 26, 2023
mula/Makefile Outdated Show resolved Hide resolved
mula/scheduler/alembic/env.py Show resolved Hide resolved
@jpbruinsslot jpbruinsslot dismissed stale reviews from Donnype and dekkers via 764eafd April 26, 2023 09:20
@dekkers dekkers merged commit 47586f5 into main Apr 28, 2023
@dekkers dekkers deleted the chore/mula/db-schema-update branch April 28, 2023 09:57
kshitiz305 pushed a commit to kshitiz305/nl-kat-coordination that referenced this pull request Apr 28, 2023
Co-authored-by: Donny Peeters <[email protected]>
Co-authored-by: Patrick <[email protected]>
praseodym pushed a commit that referenced this pull request May 10, 2023
Co-authored-by: Donny Peeters <[email protected]>
Co-authored-by: Patrick <[email protected]>
@praseodym praseodym mentioned this pull request May 10, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mula Issues related to the scheduler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update database schema scheduler and generate sql migration
4 participants