summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* Additon of apis for fork administration.Angus MacArthur2013-07-081-0/+67
| | | | | Added ability to add and remove the forked from/to relatioinship between existing repos.
* API: project eventsDmitriy Zaporozhets2013-06-061-0/+23
|
* API: implement retrieve of repository treeDmitriy Zaporozhets2013-06-061-0/+23
|
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵Dmitriy Zaporozhets2013-06-042-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
| * Tests fixedAndrew8xx82013-03-252-2/+2
| |
* | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵Dmitriy Zaporozhets2013-05-271-0/+360
|\ \ | | | | | | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md
| * | [FEATURE] Basic user_teams apiChristian Simon2013-05-211-0/+360
| | | | | | | | | | | | | | | * Closing #3066 * Closing #3609
* | | fix missing user2 in api:repositories specsDmitriy Zaporozhets2013-05-231-0/+1
| | |
* | | split repositories and projects apiDmitriy Zaporozhets2013-05-232-120/+134
|/ /
* | Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-1410-11/+11
| |
* | fix api delete hook testDmitriy Zaporozhets2013-05-071-2/+2
| |
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-072-94/+94
|\ \ | | | | | | Code cleanup: Replace old hashes and remove trailing spaces
| * | remove trailing spacesAndrey Kumanyaev2013-05-052-91/+91
| | |
| * | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-3/+3
| | |
* | | fix API route to delete project hookNihad Abbasov2013-05-071-4/+4
| | |
* | | modify api to work with new deploy keysDmitriy Zaporozhets2013-05-061-44/+46
|/ /
* | fix testDmitriy Zaporozhets2013-05-021-1/+1
| |
* | Update all gems!Dmitriy Zaporozhets2013-05-011-1/+1
| |
* | Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets2013-04-102-0/+2
| |
* | fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-012-2/+2
| |
* | Prepare UI for notification settingsDmitriy Zaporozhets2013-03-271-11/+0
| |
* | notification scaffoldDmitriy Zaporozhets2013-03-271-0/+11
|/
* Abilities added to /user and /sign_in requestsAlex Denisov2013-03-182-0/+8
|
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
| | | | | | | | | Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
* fix api internal testDmitriy Zaporozhets2013-03-111-1/+1
|
* Merge branch 'master' into api/system_hooks_adjustmentsSebastian Ziebell2013-03-071-28/+49
|\
| * Merge pull request #2835 from Asquera/fixes/apiDmitriy Zaporozhets2013-03-078-21/+510
| |\ | | | | | | Fix API return codes
| * | block user should not be able to pushDmitriy Zaporozhets2013-03-071-28/+49
| | |
* | | API: system hooks API functions and documentation updatedSebastian Ziebell2013-03-071-2/+14
| |/ |/| | | | | | | | | * updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests
* | Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-075-14/+206
|\ \ | |/ | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets2013-03-063-0/+80
| |\ | | | | | | Additional Admin APIs
| | * Additional Admin APIsAngus MacArthur2013-03-053-0/+80
| | |
| * | Merge pull request #3149 from m4tthumphrey/api-deploy-keysDmitriy Zaporozhets2013-03-061-0/+57
| |\ \ | | | | | | | | Added methods to manage project deploy keys via API
| | * | Project deploy keys APIMatt Humphrey2013-03-051-0/+57
| | |/
| * | System hooks API.Matt Humphrey2013-03-061-0/+69
| |/
* | API: fixed adding a noteSebastian Ziebell2013-02-271-2/+1
| | | | | | | | Now the correct attribute is checked if it's available or not. Also fixed a test.
* | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-3/+4
| | | | | | | | | | | | Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests.
* | API: merge request documentation updated, added return codes to functionsSebastian Ziebell2013-02-271-1/+6
| | | | | | | | | | | | The API documentation of merge requests contains info to status codes for all functions. Required arguments are now checked in the merge requests API functions and a `400 Bad Request` error is returned if they are not given.
* | API: issues documentation and API functions updatedSebastian Ziebell2013-02-271-0/+16
| | | | | | | | | | The issues documentation is updated with infos to status codes and the deprecated `DELETE` function and how to close an issue. A few more tests added to check status codes of API functions.
* | API: session documentation updated and test addedSebastian Ziebell2013-02-271-0/+10
| |
* | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-271-0/+10
| | | | | | | | | | | | Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing.
* | API repository documentation updated, includes infos to return codesSebastian Ziebell2013-02-271-13/+7
| | | | | | | | | | | | The API documentation of repository is updated and now contains infos to status codes. Code documentation is also adjusted for `GET /projects/:id/repository/commits` and includes infos to pagination attributes. Tests are updated.
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-2720-1597/+122
|\ \ | |/
| * specs for api/internalDmitriy Zaporozhets2013-02-261-0/+103
| |
| * Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets2013-02-211-24/+19
| |
| * move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-2118-1573/+0
| |
* | API documentation updated for project snippets.Sebastian Ziebell2013-02-211-0/+11
| | | | | | | | | | The API Documentation for project snippets got infos to return codes. Tests are added to check status codes when handling project snippets.
* | API: Fixes tests for changed hook deletionSebastian Ziebell2013-02-211-7/+2
| |
* | API documentation update for milestonesSebastian Ziebell2013-02-201-3/+12
| | | | | | | | Updated the milestones API documentation and added return codes descriptions.
* | API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-201-1/+45
| | | | | | | | | | | | The notes API documentation updated with return codes. API now returns `400 Bad Request` if required attributes are not present. Return codes are documented now, also tested in added tests. The documentation now reflects the current state of the API.