Attention List #4
Closed
sgode
wants to merge 16 commits from
(deleted):attention_list into main
pull from: (deleted):attention_list
merge into: :main
:main
:delete-bd
:tischrei-patch-8
:tischrei-patch-7
:fix-3rd-party
:add_3rd_party
:tischrei-patch-6
:pdf-rollout
:asm-api-public
:apiu-public
:fix-swiss-script
:rfs-api-internal
:rfs
:tischrei-patch-5
:sgode-patch-3
:fix_python
:add_pdf_copy_to_html
:sgode-patch-2
:add_pdf_tox
:enable_pdf_for_css
:ccn-add
:disable_pdf
:enable_pdf_2
:enable_pdf_1
:fix-dev-guide
:enable_pdf_4
:enable_pdf_3
:fix-pdf
:zuul-pdf
:enable_pdf_gemini
:pc-apiref
:rms-remove
:dbss_api
:archive-ed-internal
:upd_conf
:update-startpage-pdf-confpy
:tischrei-patch-4
:orch-split
:fix-git-tooling
:remove_blueprints
:remove_gaussdb_nosql
:remove_ac
:tischrei-patch-3
:tischrei-patch-2
:pdf-preparation
:enable_cci
:enable_asm
:fix-issue
:confpy-gitcommit
:rfs-fix
:add-latex-templates
:smg-fix
:iam-fix
:ma-fix
:enable-geminidb
:gemini-public
:mkp-fix
:tischrei-patch-1
:sbv-update
:404
:confix-fix
:disable_import
:add-config-service
:apm-public
:apig-devguide
:environment-filter
:sgode-patch-1
:apigw-dev
:aom2_add
:release_fg
:fg_change
:chg_blueprints
:fix_public_only_services
:fix_cc
:mod_aom_umn2
:add_aom_umn2
:function_graph_squad
:enable_css_bestpr
:add-business-db
:fix1
:hidden_rae_gloss_sec
:sec_gloss
:add_rae
:sd_visible_public
:sd_visible
:add_internal_docs
:add-docs-on-docs
:fix_caf
:increase-otcdocstheme
:ac-fix
:pdf
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I am a participant lul
@@ -0,0 +58,4 @@parser = argparse.ArgumentParser(description='Bootstrap repositories.')parser.add_argument('--gh-orgs',actually instead of that I was expecting rather going through current metadata analyzing only repositories that we care about (smth like in any other script). Please adapt to to consume metadata and rather take parameters “environment” which is then set in the metadata
we added the option to provide the token as metadata. Do you think the other stuff should also be added there or what did you mean?
Regarding the git sources: We build the script to use it as a general tool. If it should gather the data from metadata, we will do this or try to do this.
@@ -0,0 +117,4 @@while True:try:req_url = (urlyou can either use existing SDK or at least make a wrapper for requests so that you do not repeat the same exception handling block over and over again (smth like in https://review.opendev.org/c/zuul/zuul/+/850008/10/zuul/driver/gitea/giteaconnection.py#364 or in https://github.com/opentelekomcloud/ansible-collection-gitcontrol/tree/main/plugins/module_utils)
@@ -0,0 +157,4 @@exit()return pullrequestsdef get_failed_gitea_commits(pull, url, gitea_org, repo, headers):pls decide on function naming convention, get_gitea_failed_commits fits more other functions
done
@@ -0,0 +386,4 @@)failed_commits.extend(commits)print(create_json_result(can you pls add argument to specify whether return yaml or json? human reading json is very bad
We like json more, but yaml option added.
not needed anymore
Pull request closed