cumulusci-plus 5.0.23__py3-none-any.whl → 5.0.25__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.
Potentially problematic release.
This version of cumulusci-plus might be problematic. Click here for more details.
- cumulusci/__about__.py +1 -1
- cumulusci/cli/task.py +17 -0
- cumulusci/cli/tests/test_flow.py +279 -2
- cumulusci/cli/tests/test_task.py +88 -2
- cumulusci/core/flowrunner.py +86 -6
- cumulusci/cumulusci.yml +24 -0
- cumulusci/tasks/create_package_version.py +14 -6
- cumulusci/tasks/salesforce/SfPackageCommands.py +363 -0
- cumulusci/tasks/salesforce/getPackageVersion.py +89 -0
- cumulusci/tasks/salesforce/tests/test_SfPackageCommands.py +554 -0
- cumulusci/tasks/salesforce/tests/test_getPackageVersion.py +651 -0
- cumulusci/tasks/salesforce/tests/test_update_external_credential.py +912 -0
- cumulusci/tasks/salesforce/tests/test_update_named_credential.py +1042 -0
- cumulusci/tasks/salesforce/update_external_credential.py +562 -0
- cumulusci/tasks/salesforce/update_named_credential.py +441 -0
- cumulusci/tasks/salesforce/users/permsets.py +63 -2
- cumulusci/tasks/salesforce/users/tests/test_permsets.py +184 -0
- cumulusci/tasks/sfdmu/__init__.py +0 -0
- cumulusci/tasks/sfdmu/sfdmu.py +256 -0
- cumulusci/tasks/sfdmu/tests/__init__.py +1 -0
- cumulusci/tasks/sfdmu/tests/test_runner.py +212 -0
- cumulusci/tasks/sfdmu/tests/test_sfdmu.py +443 -0
- cumulusci/utils/__init__.py +24 -2
- {cumulusci_plus-5.0.23.dist-info → cumulusci_plus-5.0.25.dist-info}/METADATA +7 -5
- {cumulusci_plus-5.0.23.dist-info → cumulusci_plus-5.0.25.dist-info}/RECORD +29 -16
- {cumulusci_plus-5.0.23.dist-info → cumulusci_plus-5.0.25.dist-info}/WHEEL +0 -0
- {cumulusci_plus-5.0.23.dist-info → cumulusci_plus-5.0.25.dist-info}/entry_points.txt +0 -0
- {cumulusci_plus-5.0.23.dist-info → cumulusci_plus-5.0.25.dist-info}/licenses/AUTHORS.rst +0 -0
- {cumulusci_plus-5.0.23.dist-info → cumulusci_plus-5.0.25.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
cumulusci/__about__.py,sha256=
|
|
1
|
+
cumulusci/__about__.py,sha256=PQnP57RP4O20oRC3LPTUDrGtol6aiAfs6ybzWQMwca4,23
|
|
2
2
|
cumulusci/__init__.py,sha256=jdanFQ_i8vbdO7Eltsf4pOfvV4mwa_Osyc4gxWKJ8ng,764
|
|
3
3
|
cumulusci/__main__.py,sha256=kgRH-n5AJrH_daCK_EJwH7azAUxdXEmpi-r-dPGMR6Y,43
|
|
4
4
|
cumulusci/conftest.py,sha256=AIL98BDwNAQtdo8YFmLKwav0tmrQ5dpbw1cX2FyGouQ,5108
|
|
5
|
-
cumulusci/cumulusci.yml,sha256=
|
|
5
|
+
cumulusci/cumulusci.yml,sha256=5JDmQN332wDcCRoFQamUCl7XhGEdhdmpEDMKOFhOSKM,74871
|
|
6
6
|
cumulusci/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
cumulusci/cli/cci.py,sha256=yAq8jFoGde6g_1TeAAjzZYsk77itiONCQGBFe3g3nOs,11836
|
|
8
8
|
cumulusci/cli/error.py,sha256=znj0YN8D2Grozm1u7mZAsJlmmdGebbuy0c1ofQluL4Q,4410
|
|
@@ -14,13 +14,13 @@ cumulusci/cli/project.py,sha256=GKFTNgvB_xj5yIk2Wwj3gwAN3-eXCZTk6PhwLYOH6cI,1331
|
|
|
14
14
|
cumulusci/cli/robot.py,sha256=hGfa3UQkwxAyuY0MlV6KzUqhwwJCvm-BPo742cTOKIQ,3847
|
|
15
15
|
cumulusci/cli/runtime.py,sha256=PFBy-idQy6WsUijiU61hd4-jL12UH_PRGHATJxsNacU,6991
|
|
16
16
|
cumulusci/cli/service.py,sha256=Pv2wnCFUHBhNeXY3-m_ct8KGul21UyFt3bScxWUofME,19803
|
|
17
|
-
cumulusci/cli/task.py,sha256=
|
|
17
|
+
cumulusci/cli/task.py,sha256=7sRrbK0lkrWvnCjH4CwEpK8pzJm1lhchC5CRXmMVSRc,10688
|
|
18
18
|
cumulusci/cli/ui.py,sha256=Ld-2S6Kr204SBput-1pNAVlYglzcvbV5nVA_rGXlAo8,7346
|
|
19
19
|
cumulusci/cli/utils.py,sha256=Bl-l8eOXxzi6E_DsWGGGeefwZxrVg7Zo52BIwoNhKH8,5522
|
|
20
20
|
cumulusci/cli/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
cumulusci/cli/tests/test_cci.py,sha256=p9PYNij3dB3dNwOg9ivPSzVw179WORFVMfRpkWW68pg,27891
|
|
22
22
|
cumulusci/cli/tests/test_error.py,sha256=zU2ccfGOivcVMpCManam18uyhlzT-HFb9xuMljU4few,6629
|
|
23
|
-
cumulusci/cli/tests/test_flow.py,sha256=
|
|
23
|
+
cumulusci/cli/tests/test_flow.py,sha256=Fz_drWWczzDsWirJmKpdA68I9IJRlarAsuRy1qX27UA,19173
|
|
24
24
|
cumulusci/cli/tests/test_logger.py,sha256=-XBwSmtuelpx5sax0_E2xi4F9m_UsRkt2gn1o9ub6h8,834
|
|
25
25
|
cumulusci/cli/tests/test_org.py,sha256=1FRQWtEyxxCRKRFfDm4U17Y1iOZvc_sOE0Z2YAdQYik,51078
|
|
26
26
|
cumulusci/cli/tests/test_plan.py,sha256=IweBQlmtE2JnnBJy2fJagGA1DcKKORbbb2Xbu6t_hYU,8528
|
|
@@ -28,7 +28,7 @@ cumulusci/cli/tests/test_project.py,sha256=VMwsmyf2Cww9B6zuxh41kiXpyvozEdvfUAOdE
|
|
|
28
28
|
cumulusci/cli/tests/test_robot.py,sha256=v2CCYYOg9ocEN-xvO5MXY_XsIbwu5_Z3mwLYZjisn74,6523
|
|
29
29
|
cumulusci/cli/tests/test_runtime.py,sha256=omkRBqLfdmjooV0HvMjyYx-fiYlOa2__YJBVw1wD8os,6910
|
|
30
30
|
cumulusci/cli/tests/test_service.py,sha256=fywZatIsURM2hOF1Ugl-FmkjlZUuPrJviaj1GCpOfJo,26644
|
|
31
|
-
cumulusci/cli/tests/test_task.py,sha256=
|
|
31
|
+
cumulusci/cli/tests/test_task.py,sha256=5V7awi7hSnKfxywdYFiAO8-shGiT3KLXYg5WVj7vh5Y,11639
|
|
32
32
|
cumulusci/cli/tests/test_ui.py,sha256=mxvVF_kCVuTceA_J25LUH07NIS8hmMCvuFRa3fZ2NFQ,9480
|
|
33
33
|
cumulusci/cli/tests/test_utils.py,sha256=nkvUfN7m811_QPBeY2bR49KZRffAxBjxiy3bNrXCLvA,3537
|
|
34
34
|
cumulusci/cli/tests/utils.py,sha256=ktmP8OXNdHOoRffTJYsujRbwCna5urhqhcRYEvikz9Y,1466
|
|
@@ -37,7 +37,7 @@ cumulusci/core/datasets.py,sha256=cd0cWe8y2cJ1xHhLz06mzEF-efqywnQSM8vZ_6FzNGE,10
|
|
|
37
37
|
cumulusci/core/debug.py,sha256=SB2FZXzeI5XSXiQtwyrpzdxFWqSHLj2vjCddMMRibXM,839
|
|
38
38
|
cumulusci/core/enums.py,sha256=cG7qgegc5EAmwBzxLbociJ1zsG_fbbVZ29g5zywk908,272
|
|
39
39
|
cumulusci/core/exceptions.py,sha256=7LxVFnalXG_9IU_fKmWhk_O1Gmxv4GolUW1jycaFcl8,6696
|
|
40
|
-
cumulusci/core/flowrunner.py,sha256=
|
|
40
|
+
cumulusci/core/flowrunner.py,sha256=mzNP_ErqLzO0xmEwWtJLPM5j8GeveP_L1hMWt1NeHck,35426
|
|
41
41
|
cumulusci/core/github.py,sha256=AbmBbwCmpOCwpvBN8hbe44qqXMevFULyCRmtSGeKV_A,23453
|
|
42
42
|
cumulusci/core/runtime.py,sha256=H2e3YN2i_nPiB2oVB_0V0rLsmTqBs8CdajdGOA4gsB0,3776
|
|
43
43
|
cumulusci/core/sfdx.py,sha256=ZGW71iMdcMa8RlgZFXcrzZJg5ADCRtzZ-_P8DVUvYJg,4788
|
|
@@ -229,7 +229,7 @@ cumulusci/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
229
229
|
cumulusci/tasks/base_source_control_task.py,sha256=YVLngLcXsjnsbQwTS33tioLic3EU5D-P0GtY8op00Uw,637
|
|
230
230
|
cumulusci/tasks/command.py,sha256=ntVmi98kUvoQm90sd34pbILLt73tdG9VUT1-eTdHQ6g,5710
|
|
231
231
|
cumulusci/tasks/connectedapp.py,sha256=G-OiSnLYCWj3iQ2AYU1zQk0x0jWQcwKM8wGRkF694VE,7187
|
|
232
|
-
cumulusci/tasks/create_package_version.py,sha256=
|
|
232
|
+
cumulusci/tasks/create_package_version.py,sha256=AiaAp4pFdB39OBxQKLw36vqxPDxzMp8F4mYd2IiNMHQ,34772
|
|
233
233
|
cumulusci/tasks/datadictionary.py,sha256=qtMBXR-xnkLPCFQfe3v09b_DgAVhe_ElKc6355Yd4f4,29801
|
|
234
234
|
cumulusci/tasks/dx_convert_from.py,sha256=io-6S3Kfp86GR7CAsHyFhPAW6XEtVKWVeJdNO0FFsgQ,806
|
|
235
235
|
cumulusci/tasks/metadeploy.py,sha256=33AX5701G2fyu42wNY9mitKAXq04Dxpg_WMIK59d4P8,15787
|
|
@@ -517,6 +517,7 @@ cumulusci/tasks/salesforce/RetrieveReportsAndDashboards.py,sha256=-pVD0RJ4vsB1TM
|
|
|
517
517
|
cumulusci/tasks/salesforce/RetrieveUnpackaged.py,sha256=_9jglbNWmjg9kq5EkvCusprrt14czurBtNM2hbU9RFI,1174
|
|
518
518
|
cumulusci/tasks/salesforce/SOQLQuery.py,sha256=RFV-bLzvAx_m4SWWLMyCKuA3ie08iLwLyrOVyhpNCPE,1730
|
|
519
519
|
cumulusci/tasks/salesforce/SfDataCommands.py,sha256=5t3441TOC7_Qv4rCerXsBpWRlQCIIqd40o8vGnnFV1g,14415
|
|
520
|
+
cumulusci/tasks/salesforce/SfPackageCommands.py,sha256=rdQrR9Dkld2PF-ynt0wnw_J2CYt7qRMc20-yvYiS0cY,13560
|
|
520
521
|
cumulusci/tasks/salesforce/UninstallLocal.py,sha256=6nnRDyFrwIcXd9WygDHIMhMQYBZMFEQ75Sh6nNxivfg,492
|
|
521
522
|
cumulusci/tasks/salesforce/UninstallLocalBundles.py,sha256=eG4yoDJdjruo9kwfcQU-i5_AVt473uWF7SvLD7IQoSw,759
|
|
522
523
|
cumulusci/tasks/salesforce/UninstallLocalNamespacedBundles.py,sha256=KgM6TPSkczAdeM10fOAtijs4uszJ_f219lGgVNwJ1eM,2210
|
|
@@ -531,6 +532,7 @@ cumulusci/tasks/salesforce/create_permission_sets.py,sha256=G8oujNUbIUnerzUcdmAr
|
|
|
531
532
|
cumulusci/tasks/salesforce/custom_settings.py,sha256=rpDszqBKB1qPR5DlLhG3ke41WKrZ3LXLVEoSs-a8qcM,6098
|
|
532
533
|
cumulusci/tasks/salesforce/custom_settings_wait.py,sha256=R5v5ld6pTv3ytx27ciwIgg637upvSgh0R0LxN_v2OTY,4909
|
|
533
534
|
cumulusci/tasks/salesforce/enable_prediction.py,sha256=k3sDF_SH8TrMn52r1Jd4NnMZQMgxoHbR7xOWtilA3dg,4294
|
|
535
|
+
cumulusci/tasks/salesforce/getPackageVersion.py,sha256=t6d3sx_6XrnRmhIb06vlp5BdP7iURuIl0HrQKQzo7W8,3615
|
|
534
536
|
cumulusci/tasks/salesforce/insert_record.py,sha256=T-vV5Fgs6DpG4y0AmbSrcxVBaM6TQZxwT-IDm-Yu-H8,1638
|
|
535
537
|
cumulusci/tasks/salesforce/install_package_version.py,sha256=fYw47SGj2_0YL26KTjKrYsG8acoTG4wsv4--Bsc7IE0,10057
|
|
536
538
|
cumulusci/tasks/salesforce/license_preflights.py,sha256=QUsoMKTKxJ_fQVNpzLJ0jMiwKsh7LFqbHjKeY8LtxO8,209
|
|
@@ -546,6 +548,8 @@ cumulusci/tasks/salesforce/sourcetracking.py,sha256=-JaZt1NNlA_dEzYsIHvFKZ9va-MM
|
|
|
546
548
|
cumulusci/tasks/salesforce/trigger_handlers.py,sha256=cs6pDHhvi_eu0Vr8sLtfH2nrhlsF8TPrkKezjciy79o,4932
|
|
547
549
|
cumulusci/tasks/salesforce/uninstall_packaged_incremental.py,sha256=9-_3S0PaVm-K6t44McBHSfRTB7KVzkHUMii4-p5PkS0,5673
|
|
548
550
|
cumulusci/tasks/salesforce/update_dependencies.py,sha256=84N_hUam6wNxrnseaGMJSSDtz02cV78MKWVQzwjVecY,12225
|
|
551
|
+
cumulusci/tasks/salesforce/update_external_credential.py,sha256=PapMqfBWvzExGA8bFRra2SHwge_0Wt3TAT-7p1Q0iqU,21449
|
|
552
|
+
cumulusci/tasks/salesforce/update_named_credential.py,sha256=YDBkGW7Y7OHagk-oZRWF9wJhe0j-77Xczk-8JQZm47g,16482
|
|
549
553
|
cumulusci/tasks/salesforce/update_profile.py,sha256=P8TQeWEjzXFI4hN5cUk9zMCweBerqNP08seIuYEo-RI,15163
|
|
550
554
|
cumulusci/tasks/salesforce/tests/__init__.py,sha256=zEUlLU8eRXUU1HAcYdHtdAgHbdlAPPj39rcWRPEu2H4,57
|
|
551
555
|
cumulusci/tasks/salesforce/tests/test_CreateCommunity.py,sha256=aepyVVrM6zfmT2UJ_pKKdgwv7DsU66F_eiwmE4EfVUo,8720
|
|
@@ -563,6 +567,7 @@ cumulusci/tasks/salesforce/tests/test_RetrieveReportsAndDashboards.py,sha256=6eP
|
|
|
563
567
|
cumulusci/tasks/salesforce/tests/test_RetrieveUnpackaged.py,sha256=mXMcw0a1til3R8eMm7KGZ5oftqKT5XLFoZ047UAO0Z8,668
|
|
564
568
|
cumulusci/tasks/salesforce/tests/test_SOQLQuery.py,sha256=YHsdSzFNEY8R5qbT0al9I0mYHWNT8P4hqYji2gDVnEU,849
|
|
565
569
|
cumulusci/tasks/salesforce/tests/test_SfDataCommands.py,sha256=JdM7P-lDXKtvxK4UlHMOIfzCVz6uH2eaIyyJEZKenuk,13353
|
|
570
|
+
cumulusci/tasks/salesforce/tests/test_SfPackageCommands.py,sha256=p1ljUXH0IKZsJLj0ZANb6wt68Q7fSoVN1f__KxTMvLU,21346
|
|
566
571
|
cumulusci/tasks/salesforce/tests/test_UninstallLocal.py,sha256=v7UtmVPFGeH13mSnuZi8eI5vaDeO7WlDu1bhM3s9-fk,582
|
|
567
572
|
cumulusci/tasks/salesforce/tests/test_UninstallLocalBundles.py,sha256=oz8xuYGda4aYXskIAB0mUAJpgroOhV9Ahb-a4oNJtio,557
|
|
568
573
|
cumulusci/tasks/salesforce/tests/test_UninstallLocalNamespacedBundles.py,sha256=oj_OpxDnTRSX782aWSGsttnybrO3cZh3Mtk_NiLZiOs,907
|
|
@@ -578,6 +583,7 @@ cumulusci/tasks/salesforce/tests/test_custom_settings.py,sha256=wnMUkj7siBS3vrKh
|
|
|
578
583
|
cumulusci/tasks/salesforce/tests/test_custom_settings_wait.py,sha256=tPkR-i4kIjRaHwWzLg8x7ztS9uShkkybtPu0EqQwETg,6546
|
|
579
584
|
cumulusci/tasks/salesforce/tests/test_describemetadatatypes.py,sha256=wNDjtmuV7pZ1irSvVITQ6I6eCznNKO2O766N9eTaZZ4,523
|
|
580
585
|
cumulusci/tasks/salesforce/tests/test_enable_prediction.py,sha256=MMEQ6WCaCaLy3OJ7frmpWak-hDFFnlieOA-_5wQWKMc,9595
|
|
586
|
+
cumulusci/tasks/salesforce/tests/test_getPackageVersion.py,sha256=6n8vBSzBtkns_Po0rbCAo03ps5whPqfNPBUEMyLUJTs,23417
|
|
581
587
|
cumulusci/tasks/salesforce/tests/test_insert_record.py,sha256=8SKZ28aH1x4-NYHAxsk2HkT7IlPGi0qJoNqVFM2i8M8,3478
|
|
582
588
|
cumulusci/tasks/salesforce/tests/test_install_package_version.py,sha256=f_hHO83vRxbgHNvNfOF8tf7FZCY4bVT2uofdoGNgChY,15282
|
|
583
589
|
cumulusci/tasks/salesforce/tests/test_network_member_group.py,sha256=N0ZXcy74nNQdpmGrBnkVzY6mALW4KxoYhQtARrZJ578,13968
|
|
@@ -589,16 +595,23 @@ cumulusci/tasks/salesforce/tests/test_salesforce_files.py,sha256=eBeyanF7ygldukf
|
|
|
589
595
|
cumulusci/tasks/salesforce/tests/test_sourcetracking.py,sha256=n9dyJ21OZs8P574Ds3uzVESCVl6fK0_RYv2bKI1dm3E,12540
|
|
590
596
|
cumulusci/tasks/salesforce/tests/test_trigger_handlers.py,sha256=IpqnCKgGVWU0XUP4LDB10HG1LLj5VvsSfxMBa26EScs,10567
|
|
591
597
|
cumulusci/tasks/salesforce/tests/test_update_dependencies.py,sha256=C7Zu115-Bi585Fu7tWy3TF9ZKDcKiu1zXzqJiOhA0L0,14679
|
|
598
|
+
cumulusci/tasks/salesforce/tests/test_update_external_credential.py,sha256=JcjrhMqPkMWnf0j8LIH_MjSShST8EzG2IysFQbA0w6o,33819
|
|
599
|
+
cumulusci/tasks/salesforce/tests/test_update_named_credential.py,sha256=ryyW7b1TGXw4-k5E3-LXzT2iQhBhnpAgTJcEQMlSdOw,37829
|
|
592
600
|
cumulusci/tasks/salesforce/tests/util.py,sha256=YbeHOKyKNhKNYtd1g467a4sQ07W3SvyMAuT0E3bL6Js,2543
|
|
593
|
-
cumulusci/tasks/salesforce/users/permsets.py,sha256=
|
|
601
|
+
cumulusci/tasks/salesforce/users/permsets.py,sha256=93PimJELAnGu9dDf6cH9IaZAbnWLLf_ennttVOxCYp0,12415
|
|
594
602
|
cumulusci/tasks/salesforce/users/photos.py,sha256=67-fQk0m9w4bf1N2WSWfsn-kwtmIuLtSpyJCqa8Cr1w,5745
|
|
595
603
|
cumulusci/tasks/salesforce/users/tests/photo.mock.txt,sha256=5TgNf9xBvoNm4glnpQKXz2RJP3bkA0FkSB5BIuy7DPw,15
|
|
596
|
-
cumulusci/tasks/salesforce/users/tests/test_permsets.py,sha256=
|
|
604
|
+
cumulusci/tasks/salesforce/users/tests/test_permsets.py,sha256=lF4v4tMujNW4FPYWdFnBbDCKaWRBwx6qWpy4feh5jv8,43424
|
|
597
605
|
cumulusci/tasks/salesforce/users/tests/test_photos.py,sha256=PaFjz_2FKCopqM_E9Rq15Mo8xzcadQLuroruDz9Hwg0,14258
|
|
598
606
|
cumulusci/tasks/sample_data/capture_sample_data.py,sha256=JQJUejFrhP6ddj1Tc_NOidM__e5BMTPUIiAdx_V1zjw,3034
|
|
599
607
|
cumulusci/tasks/sample_data/load_sample_data.py,sha256=x_m8OvqoZuPUzblhhFpiQXqHHEO8Q0mL6Tr3-nOWRv0,3235
|
|
600
608
|
cumulusci/tasks/sample_data/test_capture_sample_data.py,sha256=irPGIQYwqmuTXMIDeN6pz-EpjDY7T4F32mhhLvtM_ho,3999
|
|
601
609
|
cumulusci/tasks/sample_data/test_load_sample_data.py,sha256=iSLRTrx2iwOanSMyKPFSn-j1YKOy1ZGFt1niV24LFH8,4168
|
|
610
|
+
cumulusci/tasks/sfdmu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
611
|
+
cumulusci/tasks/sfdmu/sfdmu.py,sha256=W8qxTCvNqCd292JlAOpEQDaeg0KuUqUhISSYkE4RTYc,9894
|
|
612
|
+
cumulusci/tasks/sfdmu/tests/__init__.py,sha256=Vx3BD82OfmecnZN_5DtdAjiDqpRxgAsi9QUjFuoij2w,29
|
|
613
|
+
cumulusci/tasks/sfdmu/tests/test_runner.py,sha256=kWVRYspJ8nZKpP7rmV8mHIHI2WvzyM6uREbTbyrXTF4,7697
|
|
614
|
+
cumulusci/tasks/sfdmu/tests/test_sfdmu.py,sha256=hFf08GHvCcuO5wl2BIOjJfPOxZlN7yN1N3eC1TYX5QY,18594
|
|
602
615
|
cumulusci/tasks/tests/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
|
603
616
|
cumulusci/tasks/tests/conftest.py,sha256=UwLh1djIuJqz49ke1kbJtL0VoBPzll3h925QkEwlTY8,667
|
|
604
617
|
cumulusci/tasks/tests/test_command.py,sha256=N-QZVJn_O-Z0_VTzO9sbfIsqadiXFSqbbJe6kzho4h8,4686
|
|
@@ -667,7 +680,7 @@ cumulusci/tests/shared_cassettes/vcr_string_templates/batchInfoList_xml.tpl,sha2
|
|
|
667
680
|
cumulusci/tests/shared_cassettes/vcr_string_templates/batchInfo_xml.tpl,sha256=QVliMmBsCaTLx6ichcTSJEk58ejkNmKQfYchr8a62kE,553
|
|
668
681
|
cumulusci/tests/shared_cassettes/vcr_string_templates/jobInfo_insert_xml.tpl,sha256=MELjgmEaKPEVMcZNO3s8fn5QjvN5qU7F1svg8tc5yoA,1113
|
|
669
682
|
cumulusci/tests/shared_cassettes/vcr_string_templates/jobInfo_upsert_xml.tpl,sha256=Pk2twM954A_jndsGJXLhe1S00Sd64O6a2QNlnfj83Dw,1152
|
|
670
|
-
cumulusci/utils/__init__.py,sha256=
|
|
683
|
+
cumulusci/utils/__init__.py,sha256=wLObYg1NJDZVFa_gYJ0cruDi-0sQx1PX93IheXOvzd0,26699
|
|
671
684
|
cumulusci/utils/classutils.py,sha256=paXwI8ZkwLr0Wv2fhs99GXh4Jhoinye6m1UJPPrtJFM,322
|
|
672
685
|
cumulusci/utils/collections.py,sha256=4XcsBCyDhNcxSL589Y6gjNONKeB7YLqQ-nlWmiZjIlo,691
|
|
673
686
|
cumulusci/utils/deprecation.py,sha256=MDQ4kbAS3RhpVAA_WVCXRMDDEjJj3pq9eeBDyPNcEoc,216
|
|
@@ -740,9 +753,9 @@ cumulusci/vcs/tests/dummy_service.py,sha256=RltOUpMIhSDNrfxk0LhLqlH4ppC0sK6NC2cO
|
|
|
740
753
|
cumulusci/vcs/tests/test_vcs_base.py,sha256=9mp6uZ3lTxY4onjUNCucp9N9aB3UylKS7_2Zu_hdAZw,24331
|
|
741
754
|
cumulusci/vcs/tests/test_vcs_bootstrap.py,sha256=N0NA48-rGNIIjY3Z7PtVnNwHObSlEGDk2K55TQGI8g4,27954
|
|
742
755
|
cumulusci/vcs/utils/__init__.py,sha256=py4fEcHM7Vd0M0XWznOlywxaeCtG3nEVGmELmEKVGU8,869
|
|
743
|
-
cumulusci_plus-5.0.
|
|
744
|
-
cumulusci_plus-5.0.
|
|
745
|
-
cumulusci_plus-5.0.
|
|
746
|
-
cumulusci_plus-5.0.
|
|
747
|
-
cumulusci_plus-5.0.
|
|
748
|
-
cumulusci_plus-5.0.
|
|
756
|
+
cumulusci_plus-5.0.25.dist-info/METADATA,sha256=AdvB-RjLPnMPh0NDEHk0hEc38RCVJu-eowsFn2MNCsg,6373
|
|
757
|
+
cumulusci_plus-5.0.25.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
758
|
+
cumulusci_plus-5.0.25.dist-info/entry_points.txt,sha256=nTtu04b9iLXhzADcTrb5PwmdXE6e2MTUAMh9OK6Z2pg,80
|
|
759
|
+
cumulusci_plus-5.0.25.dist-info/licenses/AUTHORS.rst,sha256=PvewjKImdKPhhJ6xR2EEZ4T7GbpY2ZeAeyWm2aLtiMQ,676
|
|
760
|
+
cumulusci_plus-5.0.25.dist-info/licenses/LICENSE,sha256=NFsF_s7RVXk2dU6tmRAN8wF45pnD98VZ5IwqOsyBcaU,1499
|
|
761
|
+
cumulusci_plus-5.0.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|