ocflib icon indicating copy to clipboard operation
ocflib copied to clipboard

Python libraries for account and server management

Results 39 ocflib issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits 4e613f8 Merge pull request from GHSA-g7vv-2v7x-gj9p b53348c cli:...

dependencies

Bumps [setuptools](https://github.com/pypa/setuptools) from 59.8.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Apparently it yielded the socket before the DB is ready... I added a 5s sleep but it's only a temporary hack

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

https://github.com/ocf/api/issues/49

We now have more subnets (a v4 and v6 range at EWDC, a new /24 for VMs); currently, [`ocflib.infra.net`](https://github.com/ocf/ocflib/blob/f44574a264c5139e4559550b8611181e12de9b01/ocflib/infra/net.py) only supports our original subnet. Also, the v6 subnet is listed...

bug

New method to get latest RT ticket using REST API. Pushed to master to test since local tests aren't working.

Depended on by ocf/utils#114 Allows staff members to adjust users' paper quotas in a more flexible manner. We add the following functionality to the `paper` script: `forward`: increases a user's...