Move the API token length in the config file and adjust db accordingly |
|
More...
|
almost 12 years ago
|
Properly use login_required decorator |
|
More...
|
almost 12 years ago
|
We want the main page to have 'coprs_ns.coprs_show' endpoint associated |
|
More...
|
almost 12 years ago
|
Use explicit enumeration for serialialized user attributes to prevent possible exposure of credentials |
|
More...
|
almost 12 years ago
|
Fix permissions changes (refactored code but not renamed variables) |
|
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 |
|
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 |
|
More...
|
about 12 years ago
|
Allow specifing a set of usernames that are alowed to log in |
|
More...
|
about 12 years ago
|
Backend doesn't need to know build count |
|
More...
|
about 12 years ago
|
Make results, packages and repos clickable |
|
More...
|
about 12 years ago
|
Allow submitting initial packages for copr |
|
More...
|
about 12 years ago
|
Merge branch 'bkabrda-workspace' |
|
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
|