9b55f16b3537d35f7389990188c998d70e45e7ce,lib/streamlit/Proxy.py,Proxy,_save_cloud,#Proxy#Any#Any#,266

Before Change


        await ws.send_bytes(progress_msg.SerializeToString())

        // COMMENTED OUT FOR THIAGO (becuase he doesn"t have AWS creds)
        report = connection.get_report_proto()
        print(f"Saving report of size {len(report.SerializeToString())} and type {type(report.SerializeToString())}")
        url = await self._cloud.upload_report(connection.id, report)

        // // Pretend to upload something.
        // await asyncio.sleep(3.0)
        // url = "https://s3-us-west-2.amazonaws.com/streamlit-test10/streamlit-static/0.9.0-b5a7d29ec8d0469961e5e5f050944dd4/index.html?id=90a3ef64-7a67-4f90-88c9-8161934af74a"

After Change


        // url = await self._cloud.upload_report(connection.id, report)

        // Pretend to upload something.
        await asyncio.sleep(3.0)
        url = "https://s3-us-west-2.amazonaws.com/streamlit-test10/streamlit-static/0.9.0-b5a7d29ec8d0469961e5e5f050944dd4/index.html?id=90a3ef64-7a67-4f90-88c9-8161934af74a"

        // Indicate that the save is done.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 8

Instances


Project Name: streamlit/streamlit
Commit Name: 9b55f16b3537d35f7389990188c998d70e45e7ce
Time: 2018-05-27
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud


Project Name: streamlit/streamlit
Commit Name: f5012b070b43aaf1d27ce2ef756e552c3b570f72
Time: 2018-05-28
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud


Project Name: streamlit/streamlit
Commit Name: eda3ffc773008c11b9950e37219ecae88c6052f2
Time: 2018-05-23
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud


Project Name: streamlit/streamlit
Commit Name: 53ce18ab4831b77911dd8f7b4b0b3d7b6be8a40b
Time: 2018-05-27
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud


Project Name: streamlit/streamlit
Commit Name: 7d54b7065c4a8daa4c6cae396168833375c38a47
Time: 2018-05-28
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud