Attention List #4
Closed
sgode
wants to merge 16 commits from
(deleted):attention_list
into main
pull from: (deleted):attention_list
merge into: infra:main
infra:main
infra:tischrei-patch-8
infra:tischrei-patch-7
infra:fix-3rd-party
infra:add_3rd_party
infra:tischrei-patch-6
infra:pdf-rollout
infra:asm-api-public
infra:apiu-public
infra:fix-swiss-script
infra:rfs-api-internal
infra:rfs
infra:tischrei-patch-5
infra:sgode-patch-3
infra:fix_python
infra:add_pdf_copy_to_html
infra:sgode-patch-2
infra:add_pdf_tox
infra:enable_pdf_for_css
infra:ccn-add
infra:disable_pdf
infra:enable_pdf_2
infra:enable_pdf_1
infra:fix-dev-guide
infra:enable_pdf_4
infra:enable_pdf_3
infra:fix-pdf
infra:zuul-pdf
infra:enable_pdf_gemini
infra:pc-apiref
infra:rms-remove
infra:dbss_api
infra:archive-ed-internal
infra:upd_conf
infra:update-startpage-pdf-confpy
infra:tischrei-patch-4
infra:orch-split
infra:fix-git-tooling
infra:remove_blueprints
infra:remove_gaussdb_nosql
infra:remove_ac
infra:tischrei-patch-3
infra:tischrei-patch-2
infra:pdf-preparation
infra:enable_cci
infra:enable_asm
infra:fix-issue
infra:confpy-gitcommit
infra:rfs-fix
infra:add-latex-templates
infra:smg-fix
infra:iam-fix
infra:ma-fix
infra:enable-geminidb
infra:gemini-public
infra:mkp-fix
infra:tischrei-patch-1
infra:sbv-update
infra:404
infra:confix-fix
infra:disable_import
infra:add-config-service
infra:apm-public
infra:apig-devguide
infra:environment-filter
infra:sgode-patch-1
infra:apigw-dev
infra:aom2_add
infra:release_fg
infra:fg_change
infra:chg_blueprints
infra:fix_public_only_services
infra:fix_cc
infra:mod_aom_umn2
infra:add_aom_umn2
infra:function_graph_squad
infra:enable_css_bestpr
infra:add-business-db
infra:fix1
infra:hidden_rae_gloss_sec
infra:sec_gloss
infra:add_rae
infra:sd_visible_public
infra:sd_visible
infra:add_internal_docs
infra:add-docs-on-docs
infra:fix_caf
infra:increase-otcdocstheme
infra:ac-fix
infra: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.
No description provided.
Delete Branch "(deleted):attention_list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 = (url
you 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 pullrequests
def 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