5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move the API token length in the config file and adjust db accordingly More... almost 12 years ago
Properly use login_required decorator
Slavek Kabrda
as Bohuslav Kabrda
More... almost 12 years ago
We want the main page to have 'coprs_ns.coprs_show' endpoint associated
Slavek Kabrda
as Bohuslav Kabrda
More... almost 12 years ago
Use explicit enumeration for serialialized user attributes to prevent possible exposure of credentials
Slavek Kabrda
as Bohuslav Kabrda
More... almost 12 years ago
Fix permissions changes (refactored code but not renamed variables)
Slavek Kabrda
as Bohuslav Kabrda
More... almost 12 years ago
Provide, initial values for not-null columns, fix the migration to work. Alembic currently doesn't support adding default values for date columns
Slavek Kabrda
as Bohuslav Kabrda
More... almost 12 years ago
Rework the login_required decorator to allow token login With the current mechanism, one can either login via the website or provide a "token" and "username" POST or GET parameters. More... almost 12 years ago
Add alembic revision to update the database scheme More... almost 12 years ago
Create the /api/ page providing the API token and information The API page aims at providing information about the API itself and how to use it. Additionally, if you are logged-in, this page gives you your own API token (needed to call the API), its expiration date (as each token is valid only 30 days) and a way to generate a new token. More... almost 12 years ago
Insert the alembic revision at the DB creation (prevent future crash) More... almost 12 years ago
Warn when user not in the allowed list. At the moment when a user is not in the list of allowed user, the application fails silently. This commit adds an information message to the user explaining that something happens but that he cannot log in as he is just not allowed. More... almost 12 years ago
Small layout change and add .gitignore and requirements.txt files - Small layout change (more pep8 style) on forms.py - Add a first (small) .gitignore file - Add a requirements.txt file, handy to keep track of the dependencies of the project and while working in virtualenv More... almost 12 years ago
Only display initial packages textarea on copr creation
Slavek Kabrda
as Bohuslav Kabrda
More... about 12 years ago
Allow specifing a set of usernames that are alowed to log in
Slavek Kabrda
as Bohuslav Kabrda
More... about 12 years ago
Backend doesn't need to know build count
Slavek Kabrda
as Bohuslav Kabrda
More... about 12 years ago
Make results, packages and repos clickable
Slavek Kabrda
as Bohuslav Kabrda
More... about 12 years ago
Allow submitting initial packages for copr
Slavek Kabrda
as Bohuslav Kabrda
More... about 12 years ago
Merge branch 'bkabrda-workspace'
Slavek Kabrda
as Bohuslav Kabrda
More... about 12 years ago
Merge branch 'skvidal-backend' More... about 12 years ago
more todo's highlighting a bug More... about 12 years ago
add another TODO note More... about 12 years ago
remove/add todo's More... about 12 years ago
log how long the instance spawn takes More... about 12 years ago
add TODO list from my paper lists More... about 12 years ago
example config file More... about 12 years ago
output what pkgs we're building to the logs More... about 12 years ago
post status to frontend using python-requests More... about 12 years ago
- touch up how mockremote logs downloads to make it less confusing - note for tomorrow - More... about 12 years ago
log output a little simpler to read More... about 12 years ago
move the config reread out of the queuesize change - so we know it will happen in the loop even when no jobs are happening More... about 12 years ago