This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Releases: codecov/codecov-api
Releases · codecov/codecov-api
Self Hosted 23.9.5
What's Changed
- fix: Simplify commit uploads query for now by @scott-codecov in #41
- Add migration to adjust default value for trial_status column by @adrian-codecov in #37
- ReportResults obj already exist in the db by @dana-yaish in #39
- feat: Add webhook_secret column to repos by @scott-codecov in #28
- Add pretrial_users_count field to owners table by @adrian-codecov in #43
- upload completion endpoint - manual notifs trigger by @dana-yaish in #49
- fix: Cast UUID to str before saving in the db by @scott-codecov in #56
- chore: add debug log for files array saving by @giovanni-guidini in #47
- chore: change logic to write data to storage by @giovanni-guidini in #48
- fix: Force owner login during pagination test by @scott-codecov in #58
- Code 3644 misc trial additions by @adrian-codecov in #57
- fix: Ensure we don't accidentally leak stack trace info by @scott-codecov in #59
- Create Constants that include install id and version by @joseph-sentry in #35
- feat: Allow for configurable Stripe keys in dev by @scott-codecov in #36
- feat: Add recent commit totals to public API repos endpoints by @scott-codecov in #60
- Add edge cases to consider free + invoiced customers by @adrian-codecov in #65
- Replace "open source" in README by @eliatcodecov in #66
- Add impersonation to django admin log by @joseph-sentry in #44
- Make secure_cookie set SESSION_COOKIE_SECURE by @joseph-sentry in #68
- Add trial logic by @adrian-codecov in #30
- fix: read github client_id from config / use new default by @matt-codecov in #73
- fix: lru_cache issues + meta info missing by @giovanni-guidini in #72
- return a more descriptive response to the user by @dana-yaish in #74
- fix: Update name to username, handle bug in regenerate token by @RulaKhaled in #78
- Remove repos.cache from branch_update trigger on branches by @joseph-sentry in #53
- Make search case insensitive by @adrian-codecov in #75
- feat: move
Pull.flareto storage by @giovanni-guidini in #63 - chore: update shared + adopt mock_metrics and mock_config_helper test utils by @matt-codecov in #77
- fix: Handle FileNotInStorage error when building report by @scott-codecov in #81
- fix: Fix reference to commit's repo id by @scott-codecov in #83
- fix: dont share default_values + log fix by @giovanni-guidini in #84
- Drop cache column from repos table by @joseph-sentry in #80
- Metrics based on source of upload in legacy endpoint by @joseph-sentry in #54
- ref: Update word formatting in README by @JerrySentry in #86
- Fixed scheduled phases where there's more than 1 scheduled phase by @adrian-codecov in #88
- feat: Add user admin by @scott-codecov in #82
- 378 fix schedules with more than two pahses by @adrian-codecov in #94
- ref: Add agreement in user and sync updates with owner agreement (#390) by @JerrySentry in #98
- ImportError: cannot import name should_write_data_to_storage_config_c… by @trent-codecov in #104
- feat: Django command to enqueue commit backfill tasks by @scott-codecov in #102
- chore: Update Sentry config keys to be more consistent with other services by @scott-codecov in #103
- Fix/config error enterprise by @trent-codecov in #107
- Add RiskyAlterField to utils/migrations by @joseph-sentry in #93
New Contributors
- @RulaKhaled made their first contribution in #78
- @JerrySentry made their first contribution in #86
Full Changelog: enterprise-23.7.27...enterprise-23.9.5-1
Self Hosted 23.7.27
What's Changed
- Small change by @trent-codecov in #4
- Update LICENSE by @eliatcodecov in #9
- Introduce
LabelAnalysisProcessingErrorby @giovanni-guidini in #8 - fix broken pyyaml dep, update shared commit hash to corresponding sanitized one by @matt-codecov in #7
- Create
ArchiveFieldby @giovanni-guidini in #5 - Added new user model for authentication by @scott-codecov in #1
- bug: Need to pass current owner to comparison instead of user by @scott-codecov in #11
- bug: More user vs. owner fixes by @scott-codecov in #12
- bug: Handle null owner in self-hosted admin check by @scott-codecov in #13
- bug: Fix passing owner to repo service when fetching file contents by @scott-codecov in #14
- bug: Update profile mutation should operate on owner instead of user by @scott-codecov in #15
- bug: Fix get_adapter kwarg name by @scott-codecov in #16
- bug: Prefetch user when impersonating owner by @scott-codecov in #17
- fix: Disable CSRF for the REST API by @scott-codecov in #18
- instrument github webhook handler with counters for each event by @matt-codecov in #6
- Update shared. by @giovanni-guidini in #20
- Code 3602 add trial mutation by @adrian-codecov in #3
- fix: Handle no current owner in GraphQL resolvers by @scott-codecov in #21
- Move
Commit.reportto GCS by @giovanni-guidini in #10 - fix: Set SameSite=None; Secure for sessionid cookie by @scott-codecov in #24
- Add api_health endpoint by @trent-codecov in #25
- delete unnecessary redacted secrets from config by @matt-codecov in #22
- Code 3616 use class plan throughout codebase by @adrian-codecov in #2
- Reactivate label analysis by @giovanni-guidini in #23
- feat: Add Sentry OAuth and current user endpoint by @scott-codecov in #19
- Remove use of the cache column in the API by @joseph-sentry in #27
- Add calver and rolling tags by @trent-codecov in #26
- Log and add version field to metrics in upload by @joseph-sentry in #31
- Add open source blurb by @thomasrockhu-codecov in #34
- Send destination url the proper way by @dana-yaish in #38
- Update VERSION by @trent-codecov in #40
New Contributors
- @trent-codecov made their first contribution in #4
- @eliatcodecov made their first contribution in #9
- @giovanni-guidini made their first contribution in #8
- @matt-codecov made their first contribution in #7
- @scott-codecov made their first contribution in #1
- @adrian-codecov made their first contribution in #3
- @joseph-sentry made their first contribution in #27
- @thomasrockhu-codecov made their first contribution in #34
- @dana-yaish made their first contribution in #38
Full Changelog: https://github.com/codecov/codecov-api/compare/enterprise-v5.0.1..enterprise-23.7.27