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

feat!: initial postgresql_extensions crate #110

Merged
merged 20 commits into from
Aug 1, 2024

Conversation

brianheineman
Copy link
Contributor

@brianheineman brianheineman commented Jul 30, 2024

Initial crate to support #47. These changes update the MSRV to 1.80

@github-actions github-actions bot added the enhancement New feature or request label Jul 30, 2024
Copy link

github-actions bot commented Jul 30, 2024

🐰Bencher

ReportThu, August 1, 2024 at 18:28:38 UTC
Projecttheseus-rs/postgresql-embedded
Branchinitial-postgresql-extensions
Testbedlocalhost

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

  • Latency (latency)

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns)
extract➖ (view plot)155,020.00
lifecycle➖ (view plot)1,353,400,000.00

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

@brianheineman brianheineman changed the title feat: initial postgresql_extensions crate feat!: initial postgresql_extensions crate Jul 30, 2024
@github-actions github-actions bot added the breaking Change that breaks backwards compatibility label Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 97.11261% with 30 lines in your changes missing coverage. Please review.

Project coverage is 99.22%. Comparing base (9a4ee97) to head (012a145).

Files Patch % Lines
postgresql_extensions/src/extensions.rs 70.42% 21 Missing ⚠️
postgresql_extensions/src/repository/registry.rs 94.49% 6 Missing ⚠️
...sql_extensions/src/repository/steampipe/matcher.rs 97.46% 2 Missing ⚠️
...gresql_archive/src/repository/github/repository.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
- Coverage   99.46%   99.22%   -0.25%     
==========================================
  Files          78       92      +14     
  Lines        8586     9623    +1037     
==========================================
+ Hits         8540     9548    +1008     
- Misses         46       75      +29     

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

@brianheineman brianheineman marked this pull request as ready for review August 1, 2024 19:07
@brianheineman brianheineman merged commit e0a65fd into main Aug 1, 2024
11 of 13 checks passed
@brianheineman brianheineman deleted the initial-postgresql-extensions branch August 1, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Change that breaks backwards compatibility enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant