Pdc-updater

Latest version: v0.9.3

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

Scan your dependencies

Page 6 of 8

0.4.7

-----

Pull Requests

- (ralphbean) 34, No need for duplicates here.
https://github.com/fedora-infra/pdc-updater/pull/34
- (mprahl) 35, Pass pdc in as an argument when pdc_tag_mapping is set
https://github.com/fedora-infra/pdc-updater/pull/35
- (mprahl) 37, Fix extract_build_id and clean up test data for Brew builds
https://github.com/fedora-infra/pdc-updater/pull/37
- (ralphbean) 36, Log pre-emptively here.
https://github.com/fedora-infra/pdc-updater/pull/36
- (mprahl) 40, Add compatibility for new error format in PDC
https://github.com/fedora-infra/pdc-updater/pull/40
- (mprahl) 41, Use a retry decorator to account for a lag after an HTTP POST
https://github.com/fedora-infra/pdc-updater/pull/41
- (ralphbean) 39, A second stab at getting the release type right from composes.
https://github.com/fedora-infra/pdc-updater/pull/39

Commits

- e2ec66e4a No need for duplicates here.
https://github.com/fedora-infra/pdc-updater/commit/e2ec66e4a
- 2180afb3e Pass pdc in as an argument when pdc_tag_mapping is set
https://github.com/fedora-infra/pdc-updater/commit/2180afb3e
- 41af82e3f Log pre-emptively here.
https://github.com/fedora-infra/pdc-updater/commit/41af82e3f
- b51af9dda Fix extract_build_id and clean up test data for Brew builds
https://github.com/fedora-infra/pdc-updater/commit/b51af9dda
- fdd447f9e A second stab at getting the release type right from composes.
https://github.com/fedora-infra/pdc-updater/commit/fdd447f9e
- cf2023a71 Add compatibility for new error format in PDC
https://github.com/fedora-infra/pdc-updater/commit/cf2023a71
- af3ef7d2e Cache this.
https://github.com/fedora-infra/pdc-updater/commit/af3ef7d2e
- f8bc6c1b0 Merge branch 'develop' of github.com:fedora-infra/pdc-updater into develop
https://github.com/fedora-infra/pdc-updater/commit/f8bc6c1b0
- 7cf87cc40 Use a retry decorator to account for a lag between an HTTP POST response and when the data is actually available
https://github.com/fedora-infra/pdc-updater/commit/7cf87cc40

0.4.6

-----

Commits

- d39b9e6a6 Extract the appropriate tag name from the headers here.
https://github.com/fedora-infra/pdc-updater/commit/d39b9e6a6
- 5380697b3 Bugfix: grab the class name here.
https://github.com/fedora-infra/pdc-updater/commit/5380697b3
- 8dd01e209 Flatten this to a list so that __contains__ works.
https://github.com/fedora-infra/pdc-updater/commit/8dd01e209
- dfdaceca3 This is better.
https://github.com/fedora-infra/pdc-updater/commit/dfdaceca3
- 10f9f676b Merge branch 'feature/generator-schmenerator' into develop
https://github.com/fedora-infra/pdc-updater/commit/10f9f676b

0.4.5

-----

Commits

- fa64e0332 Some better debugging on not handling messages.
https://github.com/fedora-infra/pdc-updater/commit/fa64e0332
- 83f3512ca Install libyaml-devel for speed on the test suite.
https://github.com/fedora-infra/pdc-updater/commit/83f3512ca
- 89fdfb386 Use the container_build_user to find docker builds in a tag.
https://github.com/fedora-infra/pdc-updater/commit/89fdfb386
- b5c2f36de Merge branch 'feature/yet-more-interesting-tags' into develop
https://github.com/fedora-infra/pdc-updater/commit/b5c2f36de

0.4.4

-----

Pull Requests

- (ralphbean) 30, Gather interesting_tags from PDC if pdc_tag_mapping is True.
https://github.com/fedora-infra/pdc-updater/pull/30
- (mprahl) 29, Parses message-id from internal messages
https://github.com/fedora-infra/pdc-updater/pull/29

Commits

- 3628d1416 Parses message-id from internal messages
https://github.com/fedora-infra/pdc-updater/commit/3628d1416
- 9898491d9 Allow configuring which tags different depchain handlers should look for.
https://github.com/fedora-infra/pdc-updater/commit/9898491d9
- e87223c9a Gather interesting_tags from PDC if pdc_tag_mapping is True.
https://github.com/fedora-infra/pdc-updater/commit/e87223c9a
- 84993ddd3 Move this filter to the API.
https://github.com/fedora-infra/pdc-updater/commit/84993ddd3

0.4.3

-----

Pull Requests

- (mprahl) 28, Fix construct_topics function typos
https://github.com/fedora-infra/pdc-updater/pull/28

Commits

- d91b95505 Fix construct_topics function typos
https://github.com/fedora-infra/pdc-updater/commit/d91b95505

0.4.2

-----

Pull Requests

- (mprahl) 23, Change Brew Suffix
https://github.com/fedora-infra/pdc-updater/pull/23
- (ralphbean) 27, Add VCR request data in a compressed tarball.
https://github.com/fedora-infra/pdc-updater/pull/27
- (mprahl) 25, Support STOMP topics without environment
https://github.com/fedora-infra/pdc-updater/pull/25

Commits

- 37cfa3c0e Change Brew suffix
https://github.com/fedora-infra/pdc-updater/commit/37cfa3c0e
- d2871b867 Add VCR request data in a compressed tarball.
https://github.com/fedora-infra/pdc-updater/commit/d2871b867
- dca8db699 Automatically extract cassette dir if it is absent.
https://github.com/fedora-infra/pdc-updater/commit/dca8db699
- b7e3c875d Make a note about removing the vcr cache for the test suite.
https://github.com/fedora-infra/pdc-updater/commit/b7e3c875d
- ecaa481c7 Add .idea to .gitignore
https://github.com/fedora-infra/pdc-updater/commit/ecaa481c7
- 1e885a0b2 Add Vagrant for an easier testing environment
https://github.com/fedora-infra/pdc-updater/commit/1e885a0b2
- 4b396679b Construct single topic for STOMP connections
https://github.com/fedora-infra/pdc-updater/commit/4b396679b
- 92c67d09b Raise an exception when zmq and stomp are both enabled
https://github.com/fedora-infra/pdc-updater/commit/92c67d09b
- 289da7f3f Add unit tests for construct_topic function
https://github.com/fedora-infra/pdc-updater/commit/289da7f3f

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.