| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -170/+0 |
| | | | | | | | | | | Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468 | ||||
| * | chore: have flake8 check the entire project | John L. Villalovos | 2021-04-30 | 1 | -4/+1 |
| | | | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory. | ||||
| * | fix: extend wait timeout for test_delete_user() | John L. Villalovos | 2021-02-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Have been seeing intermittent failures of the test_delete_user() functional test. Have made the following changes to hopefully resolve the issue and if it still fails to know better why the failure occurred. * Extend the wait timeout for test_delete_user() from 30 to 60 tries of 0.5 seconds each. * Modify wait_for_sidekiq() to return True if sidekiq process terminated. Return False if the timeout expired. * Modify wait_for_sidekiq() to loop through all processes instead of assuming there is only one process. If all processes are not busy then return. * Modify wait_for_sidekiq() to sleep at least once before checking for processes being busy. * Check for True being returned in test_delete_user() call to wait_for_sidekiq() | ||||
| * | chore: apply suggestionsrefactor/split-functional-tests | Nejc Habjan | 2020-10-08 | 1 | -2/+4 |
| | | |||||
| * | refactor(tests): split functional tests | Nejc Habjan | 2020-10-08 | 1 | -2/+152 |
| | | |||||
| * | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+20 |
