Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additon of apis for fork administration. | Angus MacArthur | 2013-07-08 | 1 | -0/+67 |
| | | | | | Added ability to add and remove the forked from/to relatioinship between existing repos. | ||||
* | API: project events | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+23 |
| | |||||
* | API: implement retrieve of repository tree | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+23 |
| | |||||
* | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-06-04 | 2 | -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 fixed | Andrew8xx8 | 2013-03-25 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵ | Dmitriy Zaporozhets | 2013-05-27 | 1 | -0/+360 |
|\ \ | | | | | | | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md | ||||
| * | | [FEATURE] Basic user_teams api | Christian Simon | 2013-05-21 | 1 | -0/+360 |
| | | | | | | | | | | | | | | | * Closing #3066 * Closing #3609 | ||||
* | | | fix missing user2 in api:repositories specs | Dmitriy Zaporozhets | 2013-05-23 | 1 | -0/+1 |
| | | | |||||
* | | | split repositories and projects api | Dmitriy Zaporozhets | 2013-05-23 | 2 | -120/+134 |
|/ / | |||||
* | | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 10 | -11/+11 |
| | | |||||
* | | fix api delete hook test | Dmitriy Zaporozhets | 2013-05-07 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashes | Dmitriy Zaporozhets | 2013-05-07 | 2 | -94/+94 |
|\ \ | | | | | | | Code cleanup: Replace old hashes and remove trailing spaces | ||||
| * | | remove trailing spaces | Andrey Kumanyaev | 2013-05-05 | 2 | -91/+91 |
| | | | |||||
| * | | Replace old hashes with new 1.9 ruby hashes (rebase) | Andrey Kumanyaev | 2013-05-05 | 1 | -3/+3 |
| | | | |||||
* | | | fix API route to delete project hook | Nihad Abbasov | 2013-05-07 | 1 | -4/+4 |
| | | | |||||
* | | | modify api to work with new deploy keys | Dmitriy Zaporozhets | 2013-05-06 | 1 | -44/+46 |
|/ / | |||||
* | | fix test | Dmitriy Zaporozhets | 2013-05-02 | 1 | -1/+1 |
| | | |||||
* | | Update all gems! | Dmitriy Zaporozhets | 2013-05-01 | 1 | -1/+1 |
| | | |||||
* | | Specs refactoring to reduce test time. Disabled observers by default for specs | Dmitriy Zaporozhets | 2013-04-10 | 2 | -0/+2 |
| | | |||||
* | | fixed test using repo with commits but old factory | Dmitriy Zaporozhets | 2013-04-01 | 2 | -2/+2 |
| | | |||||
* | | Prepare UI for notification settings | Dmitriy Zaporozhets | 2013-03-27 | 1 | -11/+0 |
| | | |||||
* | | notification scaffold | Dmitriy Zaporozhets | 2013-03-27 | 1 | -0/+11 |
|/ | |||||
* | Abilities added to /user and /sign_in requests | Alex Denisov | 2013-03-18 | 2 | -0/+8 |
| | |||||
* | Result of misspellings run. | Kevin Lyda | 2013-03-17 | 1 | -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 test | Dmitriy Zaporozhets | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into api/system_hooks_adjustments | Sebastian Ziebell | 2013-03-07 | 1 | -28/+49 |
|\ | |||||
| * | Merge pull request #2835 from Asquera/fixes/api | Dmitriy Zaporozhets | 2013-03-07 | 8 | -21/+510 |
| |\ | | | | | | | Fix API return codes | ||||
| * | | block user should not be able to push | Dmitriy Zaporozhets | 2013-03-07 | 1 | -28/+49 |
| | | | |||||
* | | | API: system hooks API functions and documentation updated | Sebastian Ziebell | 2013-03-07 | 1 | -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 fixed | Sebastian Ziebell | 2013-03-07 | 5 | -14/+206 |
|\ \ | |/ | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb | ||||
| * | Merge pull request #3146 from amacarthur/AdminAPIs | Dmitriy Zaporozhets | 2013-03-06 | 3 | -0/+80 |
| |\ | | | | | | | Additional Admin APIs | ||||
| | * | Additional Admin APIs | Angus MacArthur | 2013-03-05 | 3 | -0/+80 |
| | | | |||||
| * | | Merge pull request #3149 from m4tthumphrey/api-deploy-keys | Dmitriy Zaporozhets | 2013-03-06 | 1 | -0/+57 |
| |\ \ | | | | | | | | | Added methods to manage project deploy keys via API | ||||
| | * | | Project deploy keys API | Matt Humphrey | 2013-03-05 | 1 | -0/+57 |
| | |/ | |||||
| * | | System hooks API. | Matt Humphrey | 2013-03-06 | 1 | -0/+69 |
| |/ | |||||
* | | API: fixed adding a note | Sebastian Ziebell | 2013-02-27 | 1 | -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 up | Sebastian Ziebell | 2013-02-27 | 1 | -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 functions | Sebastian Ziebell | 2013-02-27 | 1 | -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 updated | Sebastian Ziebell | 2013-02-27 | 1 | -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 added | Sebastian Ziebell | 2013-02-27 | 1 | -0/+10 |
| | | |||||
* | | API: groups documentation updated, functions return different status codes | Sebastian Ziebell | 2013-02-27 | 1 | -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 codes | Sebastian Ziebell | 2013-02-27 | 1 | -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/api | Sebastian Ziebell | 2013-02-27 | 20 | -1597/+122 |
|\ \ | |/ | |||||
| * | specs for api/internal | Dmitriy Zaporozhets | 2013-02-26 | 1 | -0/+103 |
| | | |||||
| * | Fixing rspec after upgrade to capybara pt1 | Dmitriy Zaporozhets | 2013-02-21 | 1 | -24/+19 |
| | | |||||
| * | move capybara scenarios to spec/features | Dmitriy Zaporozhets | 2013-02-21 | 18 | -1573/+0 |
| | | |||||
* | | API documentation updated for project snippets. | Sebastian Ziebell | 2013-02-21 | 1 | -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 deletion | Sebastian Ziebell | 2013-02-21 | 1 | -7/+2 |
| | | |||||
* | | API documentation update for milestones | Sebastian Ziebell | 2013-02-20 | 1 | -3/+12 |
| | | | | | | | | Updated the milestones API documentation and added return codes descriptions. | ||||
* | | API: fixes return codes for notes, documentation updated | Sebastian Ziebell | 2013-02-20 | 1 | -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. |