Fedbadges

Latest version: v2.1.1

Safety actively analyzes 634654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.2

- Add some more verbosity to the fedbadges pkgdb caching logs. [617b3901a](https://github.com/fedora-infra/fedbadges/commit/617b3901a62db2b670d856fe5e68951bb1ff4622)
- Some rules are expecting this to be in scope when they are compiled. [b7964226b](https://github.com/fedora-infra/fedbadges/commit/b7964226b8692fea58b0ec0b5d172155621749d7)
- Handle None from the recipient_key. [40976161f](https://github.com/fedora-infra/fedbadges/commit/40976161fbcb59e3755cff0f26b662828d9b9a56)
- Merge pull request 35 from fedora-infra/feature/handle-None [891b5a454](https://github.com/fedora-infra/fedbadges/commit/891b5a4546f8941a592717274e135a98aeb3921e)

0.4.1

- fedbadges.rules is expecting this to be user, not username. [8dd27fa7a](https://github.com/fedora-infra/fedbadges/commit/8dd27fa7a4b528e95b31c4ae3bdc5ae6f1e3045c)
- Use a large tg pagination value to really get all of the user\'s packages. [dea5f0cb7](https://github.com/fedora-infra/fedbadges/commit/dea5f0cb7b88ce560c34e6959b5d4ee757e59e0a)
- Datagrepper is expecting a lowercase \"t\" here. [347f23475](https://github.com/fedora-infra/fedbadges/commit/347f23475c3ac15a29eda7af54a392fb35fcc3c2)
- Merge pull request 34 from fedora-infra/feature/datagrepper-link-correction [b723ad079](https://github.com/fedora-infra/fedbadges/commit/b723ad079e060f56590c24ccc87aabe1c7a7ae7b)
- Merge pull request 32 from fedora-infra/feature/signature-mismatch [1d3a14039](https://github.com/fedora-infra/fedbadges/commit/1d3a140395b6373d697b9ef8bd0b4f6fd315547f)
- pkgdb2 pagination. [12d65d69a](https://github.com/fedora-infra/fedbadges/commit/12d65d69a7cfaab27fe64602a550a1fd12e0e6f9)
- *sigh*, unrelated pep8. [7f2be375d](https://github.com/fedora-infra/fedbadges/commit/7f2be375da47e0b3bc35bad99a6e9227d7d11f8e)
- Actually use \"page\" here, duh. [677c13994](https://github.com/fedora-infra/fedbadges/commit/677c139949f3f79941688ec922a02a5e9a246240)
- Simpler. [a6208075c](https://github.com/fedora-infra/fedbadges/commit/a6208075c2e3b80e1762165857eb8598c6bd25fc)
- Simply simpler. [9c0e5349b](https://github.com/fedora-infra/fedbadges/commit/9c0e5349b50bd3a8b7cdcdfb84af633ee42719db)
- ..and.. [0d2e1ed20](https://github.com/fedora-infra/fedbadges/commit/0d2e1ed209ff085bdb6b828abd28403edfa40516)
- Merge pull request 33 from fedora-infra/feature/tg-pagination [0709c0297](https://github.com/fedora-infra/fedbadges/commit/0709c0297cc796a484e46134d81fde4383411ca8)

0.4.0

- Allow ints in there. [c355c71da](https://github.com/fedora-infra/fedbadges/commit/c355c71dab5b3aafbc2ef5419b7cd437d791e0d9)
- Merge pull request 26 from fedora-infra/feature/allow-ints [bb832c302](https://github.com/fedora-infra/fedbadges/commit/bb832c302d6f5258fe8ca206c28b84d28728292f)
- Typofix. [017244d27](https://github.com/fedora-infra/fedbadges/commit/017244d27fb4e231be40076c85c4ea776dffd38f)
- Add some explanation to the top of the README. [d21a528d3](https://github.com/fedora-infra/fedbadges/commit/d21a528d3713a7846619af867943417cfcb11ebd)
- Add failing tests for using formatting in the criteria operation. [dcfe26971](https://github.com/fedora-infra/fedbadges/commit/dcfe269717f9df18a5822d8b25390f22e73e219d)
- Fix tests by allowing formatting in criteria operations. [7bc69e9ae](https://github.com/fedora-infra/fedbadges/commit/7bc69e9ae31acca9bba372e0970f252df05e3fc1)
- Reorganize things and add doc strings to clarify whats going on here. [abf57005e](https://github.com/fedora-infra/fedbadges/commit/abf57005ec68602dcc8fdb666a66732201e4fe47)
- Merge pull request 27 from fedora-infra/feature/formattable-operations [d22581c6a](https://github.com/fedora-infra/fedbadges/commit/d22581c6a9fe3b5c0a98c07d5b41acaba1b156db)
- Add a negation operator. [6e857bb2f](https://github.com/fedora-infra/fedbadges/commit/6e857bb2fc48294eb85e4508e2bf85c907ceece2)
- Add a pkgdb criteria checker. [c84fb8c76](https://github.com/fedora-infra/fedbadges/commit/c84fb8c76b40e8a122e040e43415c2cc554820bd)
- PEP8. [e1580a92b](https://github.com/fedora-infra/fedbadges/commit/e1580a92b394dd86ef10bde324d09a626d1f1c73)
- Consolidate pkgdb api urls. [4b557bf64](https://github.com/fedora-infra/fedbadges/commit/4b557bf643016ab536e636fa060959aa03e118db)
- Merge pull request 29 from fedora-infra/feature/pkgdb [8320d7127](https://github.com/fedora-infra/fedbadges/commit/8320d7127b6249335af0fa960fb283bbfa7df0a5)
- Replace internally-used sets with frozensets. Fixes 25. [e3f225fca](https://github.com/fedora-infra/fedbadges/commit/e3f225fca6af33b999ea6820efce8ba9fc438ec7)
- Merge pull request 30 from fedora-infra/feature/frozensets [7bc96b1a5](https://github.com/fedora-infra/fedbadges/commit/7bc96b1a5d24b72e4f7441d3d13b88bcf21bec4e)
- Store a link back to the triggering event. [774079532](https://github.com/fedora-infra/fedbadges/commit/77407953200ab206e057f11a5eb5750bb8006d9a)
- Merge pull request 31 from fedora-infra/feature/store-a-link [f711d7886](https://github.com/fedora-infra/fedbadges/commit/f711d7886d124f7070ead93b204638bbcaef47bf)

0.3.0

- make recipient_nick2fas an allowed config value. [e93b00295](https://github.com/fedora-infra/fedbadges/commit/e93b00295adb6b2c80de357b08d61aaa67eb8ca1)
- Grab tags from yaml if they exist and throw them in the db. [70c00692a](https://github.com/fedora-infra/fedbadges/commit/70c00692ae5967cdc50c0cd3a90d32c3f080c06a)
- Fix spelling error in readme. [cfd77ad13](https://github.com/fedora-infra/fedbadges/commit/cfd77ad13a3f7131b0a140c72b281ff241644c7c)
- Correctly deal with counting paginated results from datanommer. [f3df5c9bc](https://github.com/fedora-infra/fedbadges/commit/f3df5c9bc1110dc602ebfbceec4a82aadbe2947e)
- Ignore anyone who is an ip address. [d5c401e45](https://github.com/fedora-infra/fedbadges/commit/d5c401e45f6befa1258594aca13fb1ec97ae7515)
- Fix that syntax error. [be7a826b2](https://github.com/fedora-infra/fedbadges/commit/be7a826b28e4518fa9f7b21fb66a666944778e5f)
- PEP8. [e08a60d06](https://github.com/fedora-infra/fedbadges/commit/e08a60d060a99c41d316448b749c1f7940e6fa7f)
- Import the regex module for use by rule lambdas. [b301ed364](https://github.com/fedora-infra/fedbadges/commit/b301ed364d7af068c35a8ac363d69f275a7a4cf3)
- Update test mock now that tahrir-api has changed. [926268871](https://github.com/fedora-infra/fedbadges/commit/9262688710346a8bbaf1a79484d94d64668bd5a9)
- Improve mocked datanommer results for the tests. [dafe6abfd](https://github.com/fedora-infra/fedbadges/commit/dafe6abfd74745b52fe5902b86dded979069b107)
- Improve test mocks to account for Person.opt_out. [f3ef596b1](https://github.com/fedora-infra/fedbadges/commit/f3ef596b1a6d7cd774f08c4f33831f5cb5b1acb2)
- More improved mocking. This gets the test suite running again. [f3288a9ed](https://github.com/fedora-infra/fedbadges/commit/f3288a9ed565ad0052968c0c4fb51a61cc4759d3)
- Allow lambda expressions in the datanommer-criteria \"operation\". [f636733fc](https://github.com/fedora-infra/fedbadges/commit/f636733fc47559a588ca13aec469b160715cf86b)
- Use the modern link to the live badge rules. [67bd15bdf](https://github.com/fedora-infra/fedbadges/commit/67bd15bdf7b915905df30dae37c1fdc6e59815e6)
- Allow criteria definitions to overload these query arguments too. [4ebcd3caf](https://github.com/fedora-infra/fedbadges/commit/4ebcd3caf3b78025f92b3e6f10942bb1809e59c6)
- Publish a fedmsg message when a user\'s rank changes. [af624bfda](https://github.com/fedora-infra/fedbadges/commit/af624bfda68e74745f2677b9709680b34de676d1)
- Oh, and tahrir-api will emit this message for us too using our notification_callback. [6a0aec465](https://github.com/fedora-infra/fedbadges/commit/6a0aec465df10c98a97b8ae06b9c7b2e353fb7cd)
- Remove explicit fedmsg initialization. It is unnecessary. [932d28bb3](https://github.com/fedora-infra/fedbadges/commit/932d28bb325b441bb85662b8685ee33e562b5399)
- Move notification_callback from a method to a function in fedbadges.utils. [aa8f6878a](https://github.com/fedora-infra/fedbadges/commit/aa8f6878a00de4b55df3abc9f9704580e8b03523)
- Merge pull request 22 from fedora-infra/feature/lambads-in-criteria [30433cfeb](https://github.com/fedora-infra/fedbadges/commit/30433cfeb60404d55760244e1e18e1002634332f)
- Merge pull request 23 from fedora-infra/feature/publish-message-on-rank-change [f9070dbad](https://github.com/fedora-infra/fedbadges/commit/f9070dbade0fdc6a6408ce5640436feca1a28ef5)

0.2.4

- More careful with transactions for el6. [454dba7bc](https://github.com/fedora-infra/fedbadges/commit/454dba7bc86297f7c024e409e2a7ef76d0203e66)
- Save the badge_id in the badge dict. [68801daf2](https://github.com/fedora-infra/fedbadges/commit/68801daf252a58da6f94fad39dbbdb1b5e49ab8a)
- Machinery for using nick2fas. [079bc3024](https://github.com/fedora-infra/fedbadges/commit/079bc30243c86a98b2ffbb118c7c33ebdb4880ce)
- Use nick2fas correctly. [5af5e3373](https://github.com/fedora-infra/fedbadges/commit/5af5e3373da37a0b8006c824178709c127295e54)
- Merge branch \'feature/using-nick2fas\' into develop [58bfd48ef](https://github.com/fedora-infra/fedbadges/commit/58bfd48ef1eb88088267a1359acebec73f86c93f)
- Exclude persons who opt-out. For fedora-infra/tahrir112. [7a31a8afe](https://github.com/fedora-infra/fedbadges/commit/7a31a8afe0c1f3da453599a360f7f885c031bd67)

0.2.3

- In the future, add_badge will always return a smart id. [1fcd7a5eb](https://github.com/fedora-infra/fedbadges/commit/1fcd7a5ebf19c1c1f4d0e011b25ac20687768ec4)

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.