FirelightFlagboy

Results 146 issues of FirelightFlagboy

# Rust protocol schema testing > How to test if the change made to the protocol schemes (`oxidation/libparsec/crates/{protocol,client_types}/schema/**.json`) is valid ? - Testing retro-compatibility. - Ensure that major versions are...

refactor
rust

The goal is to implement the authenticated part of the api using the http protocol. # TODO - [x] Add test on the server side - [x] Valid request -...

python

# Part 1: Migration - [x] #2524 - [x] #2648 - [x] #2654 - [x] #2656 - [x] #2661 - [x] #2662 - [x] #2663 # Part 2: Decommission -...

ci

The test `test_swift_get` failed with the following error: ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/asyncio/base_events.py", line 1779, in call_exception_handler self.default_exception_handler(context) File "/home/runner/.cache/pypoetry/virtualenvs/parsec-cloud-dZ-E5qY_-py3.9/lib/python3.9/site-packages/trio_asyncio/_async.py", line 44, in default_exception_handler raise exception ConnectionError:...

bug
linux
inconsistent testing
python

You're right, we'd better have a client factory function (this would have the added benefit of allowing us to easily mock the client object for the tests) Concerning the client...

rust

- [ ] Create a secret token named `PARSEC_READ_GITHUB_TOKEN` with the `read` repository permission - [ ] Create a secret token named `SCILLE_READ_WRITE_GITHUB_TOKEN` with the `read/write` organization project permission +...

ci

We should pin github action with commit hash instead of tag. Otherwise an attacker getting access to the action's repo can modify the tag and execute arbitrary code which is...

ci

Currently the CI doesn't not cache python downloaded package. It could be interesting to cache those to reduce the CI run time. It would require to rework the CI to...

ci