]> git.ipfire.org Git - pbs.git/history - tests
repos: Update API authentication
[pbs.git] / tests /
2023-09-20  Michael Tremerusers: Rename quota to storage quota
2023-08-01  Michael Tremerconfig: Make Pakfire an async context manager
2023-08-01  Michael Tremerbackend: Use aiofiles for asyncio handling of temporary...
2023-05-25  Michael Tremerjobs: Rename dependency check to installcheck
2023-05-12  Michael Tremerbuilds: Add points (that will replace scores)
2023-04-26  Michael Tremerjobs: Push queue back as subclass in jobs.py
2023-04-22  Michael Tremeruploads: Rename uploader to owner
2023-03-09  Michael Tremerrepositories: Update immediately after builds have...
2023-03-09  Michael Tremertests: Implement recent changes
2023-03-08  Michael TremerCreate the temporary directory automatically on start
2022-11-03  Michael Tremertests: packages: Fix distribution tag
2022-11-03  Michael Tremerpackages: Rename maintainers to packagers
2022-10-25  Michael Tremertests: Use the new convenience function for uploads
2022-10-24  Michael Tremertests: Test whether the job queue is functioning okay
2022-10-24  Michael Tremertests: Test aborting build jobs
2022-10-24  Michael Tremeruploads: Fix reading too much data
2022-10-23  Michael Tremertests: uploads: Use new functions
2022-10-23  Michael Tremeruploads: Refactor caching the whole thing again...
2022-10-19  Michael Tremertests: build: Create a case where one job fails
2022-10-19  Michael Tremerjobs: Add a function to tail logs
2022-10-19  Michael Tremertests: Check if we don't have a log file before uploadi...
2022-10-19  Michael Tremerjobs: Add function to open the log file
2022-10-19  Michael Tremertests: build: Temporarily disable uploading packages
2022-10-19  Michael Tremertests: build: Include a log file into finished build
2022-10-19  Michael Tremertests: Allow faking the distribution
2022-10-18  Michael Tremerpackages: Create packages from uploads only
2022-10-18  Michael Tremertests: Fix creating uploads
2022-10-18  Michael Tremeruploads: Improve buffering for smaller chunk sizes
2022-10-18  Michael Tremertests: uploads: Add a test for quotas
2022-10-18  Michael Tremertests: uploads: Add some more tests
2022-10-18  Michael Tremeruploads: Refactor so that we won't duplicate any data
2022-10-18  Michael Tremertests: Test the unlink function
2022-10-18  Michael Tremertests: package: Activate part that checks if a package...
2022-10-18  Michael Tremertests: packages: Test accessing filelists
2022-10-17  Michael Tremerbuilds/jobs: Make the delete function asynchronous
2022-10-17  Michael Tremertests: Test deleting builds
2022-10-17  Michael Tremerbuilds: Fix exception when trying to remove a user...
2022-10-14  Michael Tremertests: Mark that we are in test mode and disable LDAP...
2022-10-14  Michael Tremertests: Add some dummy data for test user
2022-10-14  Michael Tremerusers: Require email address when the user is created
2022-10-14  Michael Tremertests: Only print the actual message
2022-10-14  Michael Tremertests: Add test that tries to send an email
2022-10-14  Michael Tremertests: Assign an email address to the test user
2022-10-14  Michael Tremermessages: Iterating over the queue will return all...
2022-10-14  Michael Tremertests: Dump any messages in the queue
2022-10-13  Michael Tremertests: Pretend to run a whole build
2022-10-13  Michael Tremertests: Test build comments
2022-10-12  Michael Tremerbuilds: Refactor watchers
2022-10-12  Michael Tremertests: Check whether we can add a watcher to a build
2022-10-12  Michael Tremertests: Create build from source package
2022-10-12  Michael Tremertests: Test importing a source package
2022-10-12  Michael Tremertests: Add some tests for builds
2022-10-12  Michael Tremertests: Add tests for builders
2022-10-12  Michael Tremerconfig: Move basepath into [global] section
2022-10-12  Michael Tremertests: Fix directory listing
2022-10-12  Michael Tremertests: Enable the default distro for some architectures
2022-10-12  Michael Tremertests: Create default objects in a single database...
2022-10-12  Michael Tremertests: Add tests for packages
2022-10-12  Michael Tremertests: Add an archive file
2022-10-12  Michael Tremertests: Add tests for uploads
2022-10-12  Michael Tremertests: Create a default test user
2022-10-12  Michael Tremerbackend: Take a basepath
2022-10-12  Michael Tremertests: Test writing repositories
2022-10-12  Michael Tremertests: Check default repository
2022-10-12  Michael Tremertests: Create some basic objects during setup
2022-10-12  Michael Tremertests: Add some basic repo tests
2022-10-12  Michael Tremertests: Add tests for distros
2022-10-12  Michael Tremertests: Flush the test configuration to disk
2022-10-12  Michael Tremertest: Add scaffolding for a testsuite for the backend