summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'feature/api_fle_encoded' into 'master'Dmitriy Zaporozhets2014-02-184-45/+117
|\ \ | | | | | | | | | | | | | | | Complete api files CRUD Adds ability to read file from repository with content encoded with Base64.
| * | Extract commits API to separate fileDmitriy Zaporozhets2014-02-183-44/+65
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Complete api files CRUDDmitriy Zaporozhets2014-02-181-1/+52
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fixed bug with json files content being escaped in apiDmitriy Zaporozhets2014-02-182-3/+3
|/ / | | | | | | | | | | | | After update to recent grape env['api.format'] does not work any more. Use content_type for rendering raw json files content Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #6189 from jcockhren/api_ldap_check_for_userDmitriy Zaporozhets2014-02-171-1/+3
|\ \ | | | | | | the existence of former ldap users doesn't imply LDAP is enabled.
| * | In the case when a user can and has authenticated with ldap, howeverJurnell Cockhren2014-01-281-1/+3
| | | | | | | | | | | | | | | ldap is disabled in the gitlab config, this fixes the API still calling the ldap backend.
* | | project_user selectbox with ajax autocompleteDmitriy Zaporozhets2014-02-131-1/+13
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Show avatars in ajax user selectboxDmitriy Zaporozhets2014-02-131-0/+6
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-042-11/+23
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'improve/mr_diff'Dmitriy Zaporozhets2014-01-231-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb
| * | Always create merge_request_diff if MR createdDmitriy Zaporozhets2014-01-221-1/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-228-17/+17
|\ \ \ | |/ / |/| | Remove deprecated finders
| * | Remove deprecated findersskv2014-01-198-17/+17
| | |
* | | Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets2014-01-192-2/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | Add website url to userJerome Dalbert2014-01-182-2/+4
| | |
* | | Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets2014-01-172-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | Refactoring context Into services To prevent confusion where to write logic. Context or Service?
| * | | Replace context with service in libDmitriy Zaporozhets2014-01-162-5/+5
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Accept encoding attribute in files APIDmitriy Zaporozhets2014-01-161-2/+2
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove commit_load_context.rbDmitriy Zaporozhets2014-01-151-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-4/+0
| |
* | Merge pull request #5799 from criteo/import_url_apiDmitriy Zaporozhets2014-01-061-1/+2
|\ \ | | | | | | Add import_url param in API projects create
| * | Add import_url param in API projects createMaxime Brugidou2013-12-091-1/+2
| | |
* | | Merge pull request #5823 from bobot/feature/api_parent_idsDmitriy Zaporozhets2014-01-062-1/+5
|\ \ \ | | | | | | | | [API] add parent_ids to specific commit informations
| * | | [API] add parent_ids to specific commit informationsFrançois Bobot2013-12-112-1/+5
| |/ /
* | | Add support for various archive formats.Jason Hollingsworth2014-01-021-4/+8
| | | | | | | | | | | | | | | | | | | | | Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
* | | Add api support for raw blob searchThom Gerdes2013-12-261-0/+22
| | | | | | | | | | | | | | | See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
* | | fix most of warningsskv2013-12-152-2/+2
|/ /
* | ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-2/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Expose ProjectHook attributes via APIDmitriy Zaporozhets2013-12-042-4/+8
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Adding authenticated public mode (internal).Jason Hollingsworth2013-11-262-7/+23
| | | | | | | | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* | Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets2013-11-201-5/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | API: delete file from repositoryDmitriy Zaporozhets2013-11-191-3/+31
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add project.all for API if adminDmitriy Zaporozhets2013-11-181-0/+10
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Namespaces API for admin usersDmitriy Zaporozhets2013-11-153-0/+28
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | API: Edit file in repositoryDmitriy Zaporozhets2013-11-111-2/+34
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix type in API docDmitriy Zaporozhets2013-11-101-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'feature/api_create_file' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-11-092-0/+42
|\ \
| * | New API: create file in repoDmitriy Zaporozhets2013-11-072-0/+42
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Make sure private_token for API is a stringDmitriy Zaporozhets2013-11-081-1/+6
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove default_branch support from API project creationDmitriy Zaporozhets2013-11-061-2/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | gitlab-ci service api: clean values instead of destroyDmitriy Zaporozhets2013-10-291-1/+5
| |
* | API: set gitlab-ci service for projectDmitriy Zaporozhets2013-10-293-10/+41
|/
* Merge pull request #5344 from amacarthur/thread-variable-fixDmitriy Zaporozhets2013-10-165-88/+113
|\ | | | | Fixing unsafe use of Thread.current variable :current_user
| * Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-165-88/+113
| |
* | refactor by_username_or_idNihad Abbasov2013-10-161-5/+1
| |
* | fix variable nameNihad Abbasov2013-10-161-1/+1
|/
* Extend API Issues, MergeRequets, Milestones with iid fieldDmitriy Zaporozhets2013-10-141-12/+13
|
* Fix a bug where the tgz returned got encoded utf8Izaak Alpert2013-10-101-5/+9
| | | | | | | Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
* feature API call to download repo archiveIzaak Alpert2013-10-101-1/+25
| | | | | | | | | defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
* API: new feature - remove project[DDmitriy Zaporozhets2013-10-092-1/+10
|