{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":231475622,"defaultBranch":"master","name":"pip-safe","ownerLogin":"dvershinin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-01-02T23:23:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/250071?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1702994445.0","currentOid":""},"activityList":{"items":[{"before":"e644e9e608a0a485431501cfe0b3e184f046c20c","after":"686e3fd7fdeb4deb300b57756d4ddbda44fc5da0","ref":"refs/heads/master","pushedAt":"2024-06-21T17:57:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Add \"uninstall\" option to command choices\n\nThe \"uninstall\" option has been added to the list of command choices available for the user. Now users can either use the \"remove\" or \"uninstall\" command to delete a package, providing more flexibility in terms of command usage.","shortMessageHtmlLink":"Add \"uninstall\" option to command choices"}},{"before":"d7142d523911198ee9f140e7758d2d36273c27d4","after":"e644e9e608a0a485431501cfe0b3e184f046c20c","ref":"refs/heads/master","pushedAt":"2024-04-02T09:33:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Implement custom argparse action for version display\n\nSubstituted the simple version argument with a custom argparse VersionAction in main.py, enhancing the version output information. This new VersionAction class fetches version information from the __about__ file, combining it with the Python version, and formats it appropriately for output.","shortMessageHtmlLink":"Implement custom argparse action for version display"}},{"before":"a5c14cb689629596f69713e3fd655a44400a7cb1","after":"d7142d523911198ee9f140e7758d2d36273c27d4","ref":"refs/heads/master","pushedAt":"2024-01-03T17:45:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Add certifi installation support\n\nImplemented a function to ensure certifi is installed in the virtual environment during package installation. This feature includes a script to install or update a set of Root Certificates for the SSL module, utilizing certificates provided by the certifi package.","shortMessageHtmlLink":"Add certifi installation support"}},{"before":"8b9af5aeef25eea6103d7ddf6ca250be5fd7fa88","after":"a5c14cb689629596f69713e3fd655a44400a7cb1","ref":"refs/heads/master","pushedAt":"2023-12-19T19:53:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Update target directory for flake8 in GitHub workflows\n\nThe target directory for flake8 linting in pythonapp.yml workflow has been updated. Instead of 'pip_safe', the new target is 'src'. This change reflects recent updates made in the project structure.","shortMessageHtmlLink":"Update target directory for flake8 in GitHub workflows"}},{"before":"7f890dd779470493dd4359bd6a3132b66ebd3952","after":"8b9af5aeef25eea6103d7ddf6ca250be5fd7fa88","ref":"refs/heads/master","pushedAt":"2023-12-19T19:51:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Update package directory structure and enhance code formatting\n\nThis commit moves several utilities within the 'pip_safe' package to a new 'src' directory. This restructuring promotes better project organization. Additionally, the setup.py script was simplified by specifying the package is under the 'src' directory. Several code formatting changes were also implemented throughout multiple scripts, including switching from single to double quote wrapping for strings and adjusting whitespace for improved readability.","shortMessageHtmlLink":"Update package directory structure and enhance code formatting"}},{"before":"3cb7c8613f8c3a8dbf3c4500f71245b91dacef61","after":"7f890dd779470493dd4359bd6a3132b66ebd3952","ref":"refs/heads/master","pushedAt":"2023-12-19T15:40:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Format installation commands in README.md\n\nThe update applies a formatting change to the installation commands in the README.md file. It puts all the necessary commands for CentOS/RHEL, Fedora Linux, Amazon Linux 2023, and Amazon Linux 2 within a markdown code block for better clarity and easier understanding.","shortMessageHtmlLink":"Format installation commands in README.md"}},{"before":"9672dea21039b6457e5e0aa7a0ba70b439c92245","after":"3cb7c8613f8c3a8dbf3c4500f71245b91dacef61","ref":"refs/heads/master","pushedAt":"2023-12-19T15:35:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Update README.md with Amazon Linux configurations\n\nThe README.md file has been updated to add instructions about Amazon Linux 2 configuration. The changes address the necessity of disabling the EPEL repository due to Amazon Linux 2's reliance on Python 3.7. It also includes the pip-safe installation commands rendering the file more comprehensive.","shortMessageHtmlLink":"Update README.md with Amazon Linux configurations"}},{"before":"a8bd85d4cdfe69a302e3a618acdb0bf56371931b","after":"9672dea21039b6457e5e0aa7a0ba70b439c92245","ref":"refs/heads/master","pushedAt":"2023-12-19T13:56:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Remove pip caching in GitHub Actions workflow\n\nThe caching of pip dependencies in the GitHub Actions workflow file has been removed. This adjustment may slightly impact performance, however it ensures a fresh pip environment for each run, reducing potential inconsistencies or errors.","shortMessageHtmlLink":"Remove pip caching in GitHub Actions workflow"}},{"before":"ad984670cef2cf3d7272200bdc239c8409477c61","after":"a8bd85d4cdfe69a302e3a618acdb0bf56371931b","ref":"refs/heads/master","pushedAt":"2023-12-19T13:48:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Improved cross-python compatibility and added Github Actions matrix strategy\n\nThe setup.py script has been updated to ensure 'virtualenv' is only required for Python 2. Additionally, this script now more accurately specifies the versions of Python that are supported. In addition to these changes, the Github Actions workflow file is updated to use a matrix strategy to test against multiple versions of Python. Lastly, the project version number is updated and various functional improvements made in the codebase for better maintenability.","shortMessageHtmlLink":"Improved cross-python compatibility and added Github Actions matrix s…"}},{"before":"13344d7d4a8409b2ad4e13eb3c4e1b128bf12fa7","after":"ad984670cef2cf3d7272200bdc239c8409477c61","ref":"refs/heads/master","pushedAt":"2023-12-03T07:49:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dvershinin","name":"Danila Vershinin","path":"/dvershinin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/250071?s=80&v=4"},"commit":{"message":"Add/update sponsorship info [skip ci]","shortMessageHtmlLink":"Add/update sponsorship info [skip ci]"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMVQxNzo1Nzo1Mi4wMDAwMDBazwAAAARr2Jye","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMVQxNzo1Nzo1Mi4wMDAwMDBazwAAAARr2Jye","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0wM1QwNzo0OToxMy4wMDAwMDBazwAAAAO-4mJl"}},"title":"Activity · dvershinin/pip-safe"}