]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
2022-10-13  Michael Tremerevents: Reorder the view to make it easier to extend
2022-10-13  Michael Tremerevents: Create a unified way to query for any events
2022-10-13  Michael Tremerbuilds: Fix rendering comments
2022-10-13  Michael Tremerbuilds: Add dummy function to add watchers
2022-10-13  Michael Tremerbuilds: Drop obsolete update state logic
2022-10-13  Michael Tremerbuilds: Refactor comments
2022-10-13  Michael Tremerbuilders: Drop unused password hashing functions
2022-10-13  Michael TremerDrop all all history stuff
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 Tremerbuilds: Add check to prevent building binary packages
2022-10-12  Michael Tremertests: Add tests for builders
2022-10-12  Michael Tremerbackend: Stop reading the system configuration file
2022-10-12  Michael Tremerbackend: Drop reading any configuration from the enviro...
2022-10-12  Michael Tremerconfig: Move basepath into [global] section
2022-10-12  Michael Tremerdatabase: Setup correct logging
2022-10-12  Michael Tremerlogging: Correctly set up loggers for all submodules
2022-10-12  Michael Tremerhub: Use the root logger (which is set up by tornado)
2022-10-12  Michael Tremerlogging: Correctly setup backend logger
2022-10-12  Michael Tremerbuilds: Fix fetching builds by ID
2022-10-12  Michael Tremerbuilds: Avoid extra query when fetching builds by UUID
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 Tremerrepos: Fix logger
2022-10-12  Michael Tremeruploads: Make sure the parent directory exists
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 Tremerdistros: Implement creating new distros
2022-10-12  Michael Tremertests: Flush the test configuration to disk
2022-10-12  Michael Tremerpo: Remove location from all source files
2022-10-12  Michael TremerMakefile: Automatically update POTFILES.in
2022-10-12  Michael Tremertest: Add scaffolding for a testsuite for the backend
2022-10-12  Michael Tremerconfig: Make distro optional
2022-10-12  Michael Tremerbackend: Use the general configparser
2022-10-12  Michael Tremerdb: Dump schema without any owner information
2022-10-12  Michael Tremerbackend: Move composing a Pakfire configuration file...
2022-10-12  Michael Tremerrepos: Use configparser to create configuration
2022-10-11  Michael Tremerpackages: Store digest in binary format
2022-10-10  Michael Tremerauth: Don't send server response for websocket handlers
2022-10-10  Michael Tremerauth: Allow to configure only authenticating builders
2022-10-06  Michael Tremerjobs: Export any keys to the builders
2022-10-06  Michael Tremerrepos: Add key URL to repository configuration
2022-10-06  Michael Tremerkeys: Create some decent repr()
2022-10-06  Michael Tremerrepos: Automatically rotate keys
2022-10-06  Michael Tremerkeys: Add convenience function to determine whether...
2022-10-06  Michael Tremerkeys: Add scaffolding for revocation
2022-10-06  Michael Tremerrepos: Make keys mandatory for all repositories
2022-10-06  Michael Tremerrepos: Redirect to the right place after creating a...
2022-10-06  Michael Tremerrepositories: Generate a new own key
2022-10-06  Michael TremerRevert "distros: Add a key to each distribution"
2022-10-06  Michael TremerRevert "users: Add a key for each user"
2022-10-06  Michael Tremerrepos: Create a key for each repository
2022-10-06  Michael Tremerkeys: Add a dummy function to create subkeys
2022-10-06  Michael Tremerusers: Add a key for each user
2022-10-06  Michael Tremerdistros: Add a key to each distribution
2022-10-06  Michael Tremerdb: Update schema for new keys
2022-10-06  Michael Tremerrepos: Make creating a new repository an async operation
2022-10-06  Michael Tremerkeys: Drop any frontend stuff for keys
2022-10-06  Michael Tremerkeys: Refactor generating keys
2022-10-06  Michael Tremerbackend: Allow creating Pakfire instances without any...
2022-10-06  Michael Tremerkeys: Refactor reading them from the database
2022-10-06  Michael Tremerusers: Move any extra permissions into the users table
2022-10-06  Michael Tremerusers: Make the permissions model more similar to the...
2022-10-06  Michael Tremermirrors: Introduce permissions model
2022-10-06  Michael Tremerkeys: Introduce permissions model
2022-10-06  Michael Tremerbuilders: Introduce permission model
2022-10-06  Michael Tremerpackages: Drop critical path property
2022-10-06  Michael Tremerusers: Refactor editing profiles
2022-10-05  Michael Tremerusers: Drop impersonation template
2022-10-05  Michael Tremerusers: Refactor deleting users
2022-10-05  Michael Tremerusers: Refactor listing
2022-10-05  Michael Tremerusers: Activate all users by default
2022-10-05  Michael Tremerusers: Drop ldap_dn attribute
2022-10-05  Michael Tremerusers: Drop stuff to (re-)activate any user accounts
2022-10-05  Michael Tremerusers: Destroy any sessions when the user is being...
2022-10-05  Michael Tremerusers: Drop password recovery code attribute
2022-10-05  Michael Tremerusers: Drop passphrase attribute from database
2022-10-05  Michael Tremerbuilders: Drop passphrase
2022-10-05  Michael Tremerhub: Drop unused imports
2022-10-05  Michael Tremerhub: Do not constantly try to dispatch any jobs
2022-10-05  Michael Tremerhub: Send JSON document for /test handler
2022-10-05  Michael Tremerhub: Reindent handlers
2022-10-05  Michael Tremerhub: Require builders and users to authenticate using...
2022-10-05  Michael Tremerweb: Use Kerberos authentication for users
2022-10-05  Michael Tremerldap: Fix whitespace errors
2022-10-05  Michael Tremerldap: Call correct function to fetch a user by UID
2022-10-05  Michael Tremerldap: Search for all persons in the database
2022-10-05  Michael Tremerconfigure: Depend on Python kerberos
next