Pierre-Yves Chibon
|
dd207ee3bf
Add an API endpoint to view the content of a git repo
|
4 年 前 |
Julen Landa Alustiza
|
1f2b600f5b
api: refactor doc UI
|
4 年 前 |
Julen Landa Alustiza
|
7f84efd28f
api.utils: _get_project_tag helper method
|
5 年 前 |
Julen Landa Alustiza
|
1e66ef17fb
tests: move project tags test to project tests file
|
5 年 前 |
Julen Landa Alustiza
|
2dba705f2e
Some modifications on project tag get api endpoint:
|
5 年 前 |
Michal Konečný
|
5543e47835
Add API for plugins
|
5 年 前 |
Julen Landa Alustiza
|
d477d22aa8
fix renewing url on invalid token error message
|
5 年 前 |
Pierre-Yves Chibon
|
b2d89792d5
Do not allow rebase via the API if the PR does not allow it
|
5 年 前 |
Pierre-Yves Chibon
|
73d1200552
Project wide black fixes, including tests, docs and all
|
5 年 前 |
Pierre-Yves Chibon
|
4cfa1e4e36
Block all POST requests on the UI and the API for blocked users
|
5 年 前 |
Pierre-Yves Chibon
|
0a54a297ae
Provide more information about invalid tokens
|
5 年 前 |
Pierre-Yves Chibon
|
6fdb42b924
Move utility methods to used in different places of the API to a module
|
5 年 前 |
Pierre-Yves Chibon
|
b562bcec69
Fix the request context as data is only accessible in POST requests
|
5 年 前 |
Pierre-Yves Chibon
|
457b8ed278
Fix the output of the merge PR API endpoint when the PR conflicts
|
5 年 前 |
Pierre-Yves Chibon
|
d9e6bcd566
Drop the in-code requirements for SQLAlchemy >= 0.8
|
5 年 前 |
Pierre-Yves Chibon
|
67d1cce037
Move pagure to use python3's absolute import
|
5 年 前 |
Slavek Kabrda
|
92297a39c2
Fix API task status endpoint
|
6 年 前 |
Pierre-Yves Chibon
|
9300737e8d
Move the code in pagure/lib/__init__.py into pagure/lib/query.py
|
6 年 前 |
Pierre-Yves Chibon
|
c67f41a56e
Add a new API endpoint to retrieve the list of files changed in a PR
|
6 年 前 |
Pierre-Yves Chibon
|
75809f7ed8
Add pagination to the API endpoint /api/0/groups
|
6 年 前 |
Pierre-Yves Chibon
|
437cd035c5
Add tests for the API endpoint listing the different API error code
|
6 年 前 |
Pierre-Yves Chibon
|
674045b9cd
Add tests checking that the API doc shows properly
|
6 年 前 |
Pierre-Yves Chibon
|
0b9b6b7b15
Prefix the version and error_code API endpoint with -/
|
6 年 前 |
Pierre-Yves Chibon
|
48ad711c2a
Add a new /-/whoami API endpoint
|
6 年 前 |
Slavek Kabrda
|
727932116a
Fix accessing data in API methods if sent as JSON
|
6 年 前 |
Aurélien Bompard
|
dcf6f61a96
Use unicode_literals everywhere for Py3 compatibility
|
6 年 前 |
Aurélien Bompard
|
6264174771
Port the unit-tests to python3
|
6 年 前 |
Aurélien Bompard
|
f61bb39d13
Fix the flakiness of some tests
|
6 年 前 |
Pierre-Yves Chibon
|
b130e5c6ef
Re-architure pagure
|
7 年 前 |
Clement Verna
|
109c4b00b7
Add a new class without broker/worker to the unit test.
|
7 年 前 |