Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 1 | -2/+3 |
| | | | | | | Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again. | ||||
* | Change 'public' flag to more robust 'visibility' query. | Josh Frye | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | Add public params to GET /projects api. Closes #3788 | Josh Frye | 2016-01-19 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Rémy Coutable | 2016-01-14 | 1 | -1/+3 |
|\ | | | | | | | add-pagination-headers-to-api | ||||
| * | Refactor build artifacts upload API endpoint | Grzegorz Bizon | 2016-01-14 | 1 | -1/+3 |
| | | |||||
* | | Add pagination headers to already paginated API resourcesadd-pagination-headers-to-api | Rémy Coutable | 2016-01-14 | 1 | -11/+19 |
|/ | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -6/+1 |
| | |||||
* | Use normal file upload mechanism to upload artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -6/+10 |
| | |||||
* | Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse now | Kamil Trzcinski | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -0/+44 |
| | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
* | Fix API::APIHelpers -> API::Helpers; | Jason Lee | 2015-10-23 | 1 | -1/+1 |
| | | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb; | ||||
* | Fix rubocop warnings in lib | Guilherme Garnier | 2015-10-03 | 1 | -3/+2 |
| | |||||
* | fix specs. Stage 3 | Valery Sizov | 2015-09-15 | 1 | -0/+38 |
| | |||||
* | fix specs. Stage 2 | Valery Sizov | 2015-09-14 | 1 | -3/+2 |
| | |||||
* | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -0/+26 |
| | |||||
* | Allow to configure gitlab_shell_secret location | Jakub Jirutka | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Query issues, merge requests and milestones with their IID through API | jubianchi | 2015-05-02 | 1 | -0/+4 |
| | |||||
* | Enable more rubocop style checks | Dmitriy Zaporozhets | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into fix-restricted-visibility | Vinnie Okada | 2015-03-14 | 1 | -1/+4 |
|\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| * | use constant-time string compare for internal api authentication | Jörg Thalheim | 2015-03-06 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Ruby str_equal uses memcmp internally to compare String. Memcmp is vunerable to timing attacks because it returns early on mismatch (on most x32 platforms memcmp uses a bytewise comparision). Devise.secure_compare implements a constant time comparision instead. | ||||
* | | Allow admins to override restricted visibility | Vinnie Okada | 2015-03-08 | 1 | -1/+1 |
|/ | | | | | Allow admins to use restricted visibility levels when creating or updating projects. | ||||
* | Improve broadcast message API | Dmitriy Zaporozhets | 2015-02-18 | 1 | -2/+2 |
| | |||||
* | Edit group members via API | Vinnie Okada | 2015-02-11 | 1 | -0/+5 |
| | | | | | Add an API endpoint to update the access level of an existing group member. | ||||
* | Refactor and improve sorting objects in API for projects, issues and merge ↵ | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+16 |
| | | | | requests | ||||
* | Merge pull request #8723 from jubianchi/api-groups-path | Dmitriy Zaporozhets | 2015-02-03 | 1 | -2/+23 |
|\ | | | | | Access groups using path | ||||
| * | Acces groups with their path in API | jubianchi | 2015-02-03 | 1 | -2/+23 |
| | | |||||
* | | Rubocop enabled for: Use spaces inside hash literal braces | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Update branch api not found messages to 'Branch not found'. | Marin Jankovski | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Doorkeeper integration | Valery Sizov | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | add gitlab-shell identification | Valery Sizov | 2014-10-15 | 1 | -0/+8 |
| | |||||
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -1/+11 |
| | | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects | ||||
* | Improve labels validation and expose error messages | jubianchi | 2014-08-20 | 1 | -2/+6 |
| | |||||
* | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 1 | -0/+15 |
| | |||||
* | Add an option to GET /projects in the GitLab API to exclude archived projects | Sasha Joseph | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | Make app works with strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove set of thread variables | Dmitriy Zaporozhets | 2014-06-10 | 1 | -10/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Check user access status in API for current_user | Jacob Vosmaer | 2014-05-15 | 1 | -0/+5 |
| | |||||
* | Create branch via API | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #5469 from NARKOZ/api-pagination-headers | Dmitriy Zaporozhets | 2014-03-31 | 1 | -2/+18 |
|\ | | | | | add 'Link' header for API response | ||||
| * | add 'Link' header for API response | Nihad Abbasov | 2013-10-29 | 1 | -2/+18 |
| | | |||||
* | | Change project lookup order for api | Dmitriy Zaporozhets | 2014-03-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Remove deprecated finders | skv | 2014-01-19 | 1 | -2/+2 |
| | | |||||
* | | Make sure private_token for API is a string | Dmitriy Zaporozhets | 2013-11-08 | 1 | -1/+6 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #5344 from amacarthur/thread-variable-fix | Dmitriy Zaporozhets | 2013-10-16 | 1 | -0/+9 |
|\ | | | | | Fixing unsafe use of Thread.current variable :current_user | ||||
| * | Fixing unsafe use of Thread.current variable :current_user | Angus MacArthur | 2013-10-16 | 1 | -0/+9 |
| | | |||||
* | | refactor by_username_or_id | Nihad Abbasov | 2013-10-16 | 1 | -5/+1 |
| | | |||||
* | | fix variable name | Nihad Abbasov | 2013-10-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #5213 from bladealslayer/feature/user_api_extended | Dmitriy Zaporozhets | 2013-09-29 | 1 | -1/+1 |
|\ | | | | | Extended User API to expose admin and can_create_group for user creation... | ||||
| * | Extended User API to expose admin and can_create_group for user ↵ | Boyan Tabakov | 2013-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | creation/updating. Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false). |