Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added if condition inside the reused workflow and in the shell script
Update jsonwebtoken to 9 and sct to 0.7.1 (#6189) This increases the list of crates that base on `ring` 0.17. fixing build fixing build testing build testing build testing build testing build testing build reverting the build changes eliminate GCC warning for unchecked result of fread (#6167) GCCproduce warning that bread result is not checked. It doesn't affect program logic, but better live without warnings. Check read result. - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. - [ ] Do not forget to reformat commit message to not include the above checklist Handle role deletion when project has no databases. (#6170) There is still default 'postgres' database, that may contain objects owned by the role or some ACLs. We need to reassign objects in this database too. If customer deleted all databases and then tries to delete role, that has some non-standard ACLs, `apply_config` operation will stuck because of failing role deletion. fix metric `pageserver_initial_logical_size_start_calculation` (#6191) It wasn't being incremented. Fixup of commit 1c88824 Author: Christian Schwarz <[email protected]> Date: Fri Dec 1 12:52:59 2023 +0100 initial logical size calculation: add a bunch of metrics (#5995) Support custom types in broker (#5761) Old methods are unchanged for backwards compatibility. Added `SafekeeperDiscoveryRequest` and `SafekeeperDiscoveryResponse` types to serve as example, and also as a prerequisite for #5471 removed the if check from jobs ammended review comments fixing build
- Loading branch information