Skip to content

Latest commit

 

History

History
1073 lines (880 loc) · 42.7 KB

CHANGELOG.rst

File metadata and controls

1073 lines (880 loc) · 42.7 KB

0.9.3

Pull Requests

Commits

0.9.2

This fixes a bug in the retirement handler. https://pagure.io/fedora-infrastructure/issue/6928

Pull Requests

  • #86, Merge pull request #86 from fedora-infra/dont-overwrite fedora-infra#86

Commits

0.9.1

Pull Requests

  • #85, Merge pull request #85 from qixiang/fallback-to-old-koji-tag
fedora-infra#85

Commits

0.9.0

Pull Requests

  • #84, Merge pull request #84 from qixiang/informative-koji-tag
fedora-infra#84

Commits

0.8.4

Commits

0.8.3

Fix the test suite.

0.8.2

Commits

0.8.1

Pull Requests

  • #81, Merge pull request #81 from hanzz/modulemdv2
fedora-infra#81

Commits

0.8.0

Pull Requests

Commits

0.7.1

Include missing vcr-request-data for tests.

0.7.0

Pull Requests

  • #78, Merge pull request #78 from fedora-infra/fix-tests
fedora-infra#78
  • #79, Merge pull request #79 from fedora-infra/remove-trees
fedora-infra#79
  • #80, Merge pull request #80 from fedora-infra/new-module-api
fedora-infra#80

Commits

0.6.5

Pull Requests

  • (@ralphbean) #75, Add some more logging, to help debug in the future. fedora-infra#75

Commits

0.6.4

Pull Requests

  • (@ralphbean) #76, Change the way we PATCH pdc for modules. fedora-infra#76

Commits

0.6.3

Pull Requests

  • (@ralphbean) #73, Ignore modules in the build state. fedora-infra#73
  • (@hanzz) #74, Use different way to call PDC API to workaround 404 bug for valid modules in PDC. fedora-infra#74

Commits

0.6.2

Pull Requests

  • (@mprahl) #71, Don't use the environment when constructing a topic for STOMP fedora-infra#71
  • (@mprahl) #72, Support old python-requests-kerberos fedora-infra#72

Commits

0.6.1

Pull Requests

  • (@yashvardhannanavati) #69, Automatic token generation from keytab fedora-infra#69
  • (@ralphbean) #70, Handle case where release[dist_git] contains an explicit None. fedora-infra#70

Commits

0.6.0

Pull Requests

  • (@ralphbean) #57, srpm_nevra must not be set when arch is src. fedora-infra#57
  • (@ralphbean) #62, Force creation of parent with type during initialization. fedora-infra#62
  • (@ralphbean) #60, Populate the dist_git_branch value... fedora-infra#60
  • (@ralphbean) #61, Also construct container tags from stable updates tags. fedora-infra#61
  • (@mprahl) #63, Add a handler so that PDC branches are EOL'd when the branch is retired fedora-infra#63
  • (@mprahl) #64, Add some missing doc strings to RetireComponentHandler fedora-infra#64
  • (@ralphbean) #66, Some changes to the retirement handler... fedora-infra#66

Commits

0.5.9

Pull Requests

  • #56, Merge pull request #56 from hanzz/module-hash
fedora-infra#56

Commits

0.5.8

Commits

0.5.7

Commits

0.5.6

Pull Requests

  • #54, Merge pull request #54 from hanzz/module-hash
fedora-infra#54

Commits

0.5.5

Pull Requests

  • #53, Merge pull request #53 from hanzz/module-hash
fedora-infra#53

Commits

0.5.4

Commits

0.5.3

Pull Requests

  • #49, Merge pull request #49 from fedora-infra/feature/fix-fedora-cloud-release fedora-infra#49
  • #51, Merge pull request #51 from fedora-infra/feature/spelling-fix fedora-infra#51
  • #50, Merge pull request #50 from fedora-infra/old-cruft fedora-infra#50
  • #52, Merge pull request #52 from fedora-infra/feature/patch-on-module-done fedora-infra#52

Commits

0.5.2

Commits

0.5.1

Commits

0.5.0

Pull Requests

Commits

0.4.10

Pull Requests

  • (@ralphbean) #45, Gracefully fail if koji tag doesn't exist. fedora-infra#45

Commits

0.4.9

Pull Requests

  • (@ralphbean) #43, Flatten the generator so we can check length. fedora-infra#43
  • (@mprahl) #44, Fix traceback occurring when taskid is None fedora-infra#44

Commits

0.4.8

Commits

0.4.7

Pull Requests

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

Commits

0.4.6

Commits

0.4.5

Commits

0.4.4

Pull Requests

  • (@ralphbean) #30, Gather interesting_tags from PDC if pdc_tag_mapping is True. fedora-infra#30
  • (@mprahl) #29, Parses message-id from internal messages fedora-infra#29

Commits

0.4.3

Pull Requests

Commits

0.4.2

Pull Requests

Commits

0.4.1

Pull Requests

Commits

0.4.0

Pull Requests

  • (@ralphbean) #16, A stab at modelling container-to-rpm deps. fedora-infra#16
  • (@ralphbean) #17, Revert 16 feature/container deps fedora-infra#17
  • (@ralphbean) #19, Handle 414 error when sanity-checking bulk delete. fedora-infra#19

Commits

0.3.1

Commits

0.3.0

Pull Requests

  • (@ralphbean) #7, Apply with_ridiculous_timeout to the _import_compose method. fedora-infra#7
  • (@ralphbean) #8, Pretend like kojipkgs has what we expect. fedora-infra#8
  • (@ralphbean) #12, Not all composes have RPMS. fedora-infra#12
  • (@nphilipp) #13, use PDCClient.get_paged() fedora-infra#13
  • (@ralphbean) #15, Introducing new handlers to maintain an rpm dep chain. fedora-infra#15

Commits

0.2.4

Pull Requests

  • (@lmacken) #2, s/fedorainfracloud/fedoraproject/g fedora-infra#2
  • (@lmacken) #3, We don't need the --insecure option anymore. fedora-infra#3
  • (@ralphbean) #5, libyaml-devel makes the tests 10x faster. fedora-infra#5
  • (@lmacken) #4, atomic: Remove a duplicate component-groups query fedora-infra#4
  • (@ralphbean) #6, Allow in both FINISHED and FINISHED_INCOMPLETE composes. fedora-infra#6

Commits

0.2.3

Commits

0.2.2

Commits

0.2.1

Commits

0.2.0

Commits

0.1.1

Commits