suite-py 1.41.2__py3-none-any.whl → 1.41.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- suite_py/__version__.py +1 -1
- suite_py/cli.py +107 -185
- suite_py/commands/aggregator.py +3 -5
- suite_py/commands/ask_review.py +3 -5
- suite_py/commands/batch_job.py +1 -2
- suite_py/commands/bump.py +1 -2
- suite_py/commands/check.py +3 -5
- suite_py/commands/context.py +26 -0
- suite_py/commands/create_branch.py +1 -2
- suite_py/commands/deploy.py +3 -5
- suite_py/commands/docker.py +1 -2
- suite_py/commands/generator.py +1 -2
- suite_py/commands/id.py +1 -2
- suite_py/commands/ip.py +1 -2
- suite_py/commands/login.py +4 -173
- suite_py/commands/merge_pr.py +3 -4
- suite_py/commands/open_pr.py +4 -5
- suite_py/commands/project_lock.py +3 -5
- suite_py/commands/release.py +3 -5
- suite_py/commands/secret.py +1 -2
- suite_py/commands/set_token.py +1 -2
- suite_py/commands/status.py +3 -4
- suite_py/lib/config.py +1 -3
- suite_py/lib/handler/captainhook_handler.py +44 -54
- suite_py/lib/handler/metrics_handler.py +8 -6
- suite_py/lib/handler/okta_handler.py +81 -0
- suite_py/lib/logger.py +1 -0
- suite_py/lib/metrics.py +4 -2
- suite_py/lib/oauth.py +156 -0
- suite_py/lib/tokens.py +4 -0
- {suite_py-1.41.2.dist-info → suite_py-1.41.4.dist-info}/METADATA +2 -4
- suite_py-1.41.4.dist-info/RECORD +54 -0
- suite_py/commands/qa.py +0 -424
- suite_py/lib/handler/qainit_handler.py +0 -259
- suite_py-1.41.2.dist-info/RECORD +0 -53
- /suite_py/{commands/templates → templates}/login.html +0 -0
- {suite_py-1.41.2.dist-info → suite_py-1.41.4.dist-info}/WHEEL +0 -0
- {suite_py-1.41.2.dist-info → suite_py-1.41.4.dist-info}/entry_points.txt +0 -0
suite_py-1.41.2.dist-info/RECORD
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
suite_py/__init__.py,sha256=REmi3D0X2G1ZWnYpKs8Ffm3NIj-Hw6dMuvz2b9NW344,142
|
|
2
|
-
suite_py/__version__.py,sha256=JrMTc-i0hA__4EtBzmtpCTsea841eVSG6F90QcvCEn0,49
|
|
3
|
-
suite_py/cli.py,sha256=Rpt93UMFkcgzXlFG_zeDZn_roWRrP6eByyT9XclQi-w,17491
|
|
4
|
-
suite_py/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
suite_py/commands/aggregator.py,sha256=2bPjtg0p_2oBLR5-wzy0borjiNSv93rsiirgRFqSXUg,5839
|
|
6
|
-
suite_py/commands/ask_review.py,sha256=Bc3Nf2ZtK0E0gf8ub_I-oCWQQloNnAaUbbbQvB8oHcE,3872
|
|
7
|
-
suite_py/commands/batch_job.py,sha256=zqF7aPM_tzPAHmq1kyLaMd1Md7NTcMXDFQwKfqhjqqI,7474
|
|
8
|
-
suite_py/commands/bump.py,sha256=E-WbS5wsqVwjF-58RZRkwaZuaVEDiNxYLkqAApKpXos,5430
|
|
9
|
-
suite_py/commands/check.py,sha256=Lz1j6a-x42NQOYlkaVVwGCLYNKsDG36t5CYzuXgVaWk,4158
|
|
10
|
-
suite_py/commands/common.py,sha256=aWCEvO3hqdheuMUmZcHuc9EGZPQTk7VkzkHJk283MxQ,566
|
|
11
|
-
suite_py/commands/create_branch.py,sha256=NTXWPEembys8g_CFx_0TWy4KnEFXOEEI2SJdF41O3Oc,4448
|
|
12
|
-
suite_py/commands/deploy.py,sha256=ma33WxyHBjpR0k9lwdM7tM90L3mzBgNrpYlpJxD0ppE,8172
|
|
13
|
-
suite_py/commands/docker.py,sha256=J7pyOSD0B0doPjMeqJKxClwOL6GQ8lDcTh_hG7_vrqU,2956
|
|
14
|
-
suite_py/commands/generator.py,sha256=1ysn75QxpiwjVuJaO-EcvUm751kGVKx3zQvt7EJEuXs,8534
|
|
15
|
-
suite_py/commands/id.py,sha256=u66ALNOZy3cv3CJnbmTOv1J2tbjWBh97XGV5JUzyHC4,2022
|
|
16
|
-
suite_py/commands/ip.py,sha256=KV4asKVwU1q4_64Y490jLP01RYjqkAk4euz4VZ3Ko6w,2420
|
|
17
|
-
suite_py/commands/login.py,sha256=FW-Q5FJfPcrGxynUE7X74tzZF-Pvo-ZdNxcNbqwqxqM,6039
|
|
18
|
-
suite_py/commands/merge_pr.py,sha256=BsHXW_t165f73wcwt__M-FtlTO1AetWAjcSrabXMCpA,5697
|
|
19
|
-
suite_py/commands/open_pr.py,sha256=gNT3XuLNrjhiaLHX3Vw50XfIx7HT1wqFU_cBmLU17ow,7220
|
|
20
|
-
suite_py/commands/project_lock.py,sha256=Lck7UMuZQY0DWPSotufsxuhglrlOfxluNjE1DnwkVhE,2024
|
|
21
|
-
suite_py/commands/qa.py,sha256=TQxu7HE6ryr_zpXb3bXcOXFHv5HrLRCKXtw8SzsEN1A,16251
|
|
22
|
-
suite_py/commands/release.py,sha256=dfXV0FL28AMsLJXamGN2BpqnZxOAturSGyMl3TJTttY,16718
|
|
23
|
-
suite_py/commands/secret.py,sha256=K8VxC5tL-_64TxiDrYlSUfwZB2eDzKaaRutr3YWhQq4,8019
|
|
24
|
-
suite_py/commands/set_token.py,sha256=2DYdJUtpvrcdlGZLUfZcMvTFDDtATE0gLgy4P5Hgti0,1532
|
|
25
|
-
suite_py/commands/status.py,sha256=ph3_vdnyoa6L4Zv_pL5LxR6glnac8sJ3ow76D9nhsH4,1136
|
|
26
|
-
suite_py/commands/templates/login.html,sha256=fJLls2SB84oZTSrxTdA5q1PqfvIHcCD4fhVWfyco7Ig,861
|
|
27
|
-
suite_py/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
-
suite_py/lib/config.py,sha256=_XyegvK9RntZuEyCfi72Aavaw4aw1MLH4-pCDu3VuNc,4017
|
|
29
|
-
suite_py/lib/handler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
suite_py/lib/handler/aws_handler.py,sha256=dRvRDicikfRbuFtCLPbevaX-yC-fO4LwXFdyqLPJ8OI,8815
|
|
31
|
-
suite_py/lib/handler/captainhook_handler.py,sha256=uOlWpvFihhfy5J690loXOcvFs5sWgeom_SuNL2OqTq4,3731
|
|
32
|
-
suite_py/lib/handler/changelog_handler.py,sha256=-ppnRl3smBA_ys8tPqXmytS4eyntlwfawC2fiXFcwlw,4818
|
|
33
|
-
suite_py/lib/handler/drone_handler.py,sha256=rmtzu30OQyG3vRPlbZKsQhHN9zbguPtXO0RpDjYOTPA,8967
|
|
34
|
-
suite_py/lib/handler/frequent_reviewers_handler.py,sha256=EIJX5FEMWzrxuXS9A17hu1vfxgJSOHSBX_ahCEZ2FVA,2185
|
|
35
|
-
suite_py/lib/handler/git_handler.py,sha256=boxhl9lQz6fjEJ10ib1KrDW-geCVjhA_6nKwv2ll01g,11333
|
|
36
|
-
suite_py/lib/handler/github_handler.py,sha256=AnFL54yOZ5GDIU91wQat4s-d1WTcmg_B_5M7-Rop3wA,2900
|
|
37
|
-
suite_py/lib/handler/metrics_handler.py,sha256=j8ajrLJLcT_DgrikwaGHA6EWQTqD3tcyIrdwvz9PWuw,2992
|
|
38
|
-
suite_py/lib/handler/prompt_utils.py,sha256=vgk1O7h-iYEAZv1sXtMh8xIgH1djI398rzxRIgZWZcg,2474
|
|
39
|
-
suite_py/lib/handler/qainit_handler.py,sha256=F1sDQ7ktvSkQ73xH7DlZO3J728BSGQ8l5pJabniQniw,8632
|
|
40
|
-
suite_py/lib/handler/vault_handler.py,sha256=r4osw7qwz3ZFmLg2U1oFPdtRFcXzDXiaWBZC01cYK_w,871
|
|
41
|
-
suite_py/lib/handler/version_handler.py,sha256=DXTx4yCAbFVC6CdMqPJ-LiN5YM-dT2zklG8POyKTP5A,6774
|
|
42
|
-
suite_py/lib/handler/youtrack_handler.py,sha256=eTGBBXjlN_ay1cawtnZ2IG6l78dDyKdMN1x6PxcvtA0,7499
|
|
43
|
-
suite_py/lib/logger.py,sha256=cs0XH4pwP3IOjvsOpoY9DEDKsn4p3LwKmvfW-NEoL4U,781
|
|
44
|
-
suite_py/lib/metrics.py,sha256=HpLki7K2thKa_zrU3oe942EdYSKWuU43rtag1YVQ1QQ,1502
|
|
45
|
-
suite_py/lib/requests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
suite_py/lib/requests/auth.py,sha256=wN_WtGFmDUWRFilWzOmUaRBvP2n3EPpPMqex9Zjddko,228
|
|
47
|
-
suite_py/lib/requests/session.py,sha256=P32H3cWnCWunu91WIj2iDM5U3HzaBglg60VN_C9JBL4,267
|
|
48
|
-
suite_py/lib/symbol.py,sha256=z3QYBuNIwD3qQ3zF-cLOomIr_-C3bO_u5UIDAHMiyTo,60
|
|
49
|
-
suite_py/lib/tokens.py,sha256=BPmNEP8-YGwyE6EK4vBgLwc-AU3wwqpsM2a1xJYtz7g,5449
|
|
50
|
-
suite_py-1.41.2.dist-info/METADATA,sha256=bu_Z8dubIgXZh4OqHXphO06bko1QTzX8cBctQJfhtxE,1596
|
|
51
|
-
suite_py-1.41.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
52
|
-
suite_py-1.41.2.dist-info/entry_points.txt,sha256=dVKLC-9Infy-dHJT_MkK6LcDjOgBCJ8lfPkURJhBjxE,46
|
|
53
|
-
suite_py-1.41.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|