| Commit message (Expand) | Author | Age | Files | Lines |
* | fix links in API README | Nihad Abbasov | 2012-09-21 | 1 | -1/+1 |
* | separate project repositories API docs | Nihad Abbasov | 2012-09-21 | 2 | -166/+166 |
* | API: SSH keys belong to user entity | Nihad Abbasov | 2012-09-21 | 2 | -79/+78 |
* | API: commits belong to project repository | Nihad Abbasov | 2012-09-21 | 2 | -38/+34 |
* | Merge pull request #1521 from NARKOZ/api | Dmitriy Zaporozhets | 2012-09-21 | 1 | -20/+43 |
|\ |
|
| * | add API for project team members | Nihad Abbasov | 2012-09-21 | 1 | -20/+43 |
* | | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -0/+38 |
|/ |
|
* | I want be able to get token via api. Used for mobile applications | Dmitriy Zaporozhets | 2012-09-20 | 2 | -0/+23 |
* | API docs minor formatting fix | Nihad Abbasov | 2012-09-20 | 1 | -1/+1 |
* | Add docs for customizing Redis, add example file | Robert Speicher | 2012-09-18 | 1 | -1/+8 |
* | Small fixes added | Alex Denisov | 2012-09-17 | 1 | -3/+3 |
* | Docs added | Alex Denisov | 2012-09-16 | 2 | -0/+80 |
* | Update installation doc with branch names | randx | 2012-09-16 | 1 | -0/+7 |
* | Merge pull request #1471 from PragTob/renameUnicorn.rb | Dmitriy Zaporozhets | 2012-09-16 | 1 | -1/+1 |
|\ |
|
| * | added the name change to the installation.md - thanks and nice catch to @NARKOZ | Tobias Pfeiffer | 2012-09-15 | 1 | -1/+1 |
* | | The project doesn't use cucumber(anymore?), it uses spinach | Tobias Pfeiffer | 2012-09-15 | 1 | -2/+2 |
* | | the rake was missing in fron of the gitlab:test task | Tobias Pfeiffer | 2012-09-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' into project_hooks_api | miks | 2012-09-10 | 1 | -6/+9 |
|\ |
|
| * | Prepared for gitolite v3 | randx | 2012-08-29 | 1 | -6/+9 |
* | | Projects hooks API implemented | miks | 2012-09-08 | 1 | -0/+44 |
|/ |
|
* | Merge branch 'master' into project_users_api | miks | 2012-09-08 | 3 | -3/+9 |
|\ |
|
| * | Merge pull request #1363 from AlexDenisov/api_create_project_fixes | Dmitriy Zaporozhets | 2012-09-06 | 1 | -0/+6 |
| |\ |
|
| | * | Create project via API: fixes added | Alex Denisov | 2012-09-03 | 1 | -0/+6 |
| * | | Capitlization of /gitlab/i normalized. #1367 | Alex Denisov | 2012-09-06 | 2 | -3/+3 |
* | | | Make project users API more RESTful | miks | 2012-09-06 | 1 | -2/+47 |
* | | | Typo fixed | miks | 2012-09-06 | 1 | -2/+2 |
* | | | API on adding users to project implemented | miks | 2012-09-05 | 1 | -0/+15 |
|/ / |
|
* | | Cleaner install section for nginx, unicorn | randx | 2012-09-04 | 1 | -10/+9 |
* | | cleanup gitlab from setup scripts | randx | 2012-09-04 | 1 | -45/+0 |
* | | update install to use recipes | randx | 2012-09-04 | 1 | -8/+8 |
* | | Clean up doc/installation.md | Robert Speicher | 2012-09-04 | 1 | -30/+36 |
* | | Text changes to API documentation | Rob Taylor | 2012-09-04 | 2 | -11/+9 |
|/ |
|
* | add pagination to API | Nihad Abbasov | 2012-09-03 | 1 | -0/+7 |
* | Merge pull request #1347 from AlexDenisov/api_project_creation | Dmitriy Zaporozhets | 2012-09-03 | 1 | -0/+18 |
|\ |
|
| * | Typo and mistakes fixed | Alex Denisov | 2012-08-31 | 1 | -2/+2 |
| * | JSON for new project removed from API docs | Alex Denisov | 2012-08-31 | 1 | -23/+0 |
| * | Docs changed for Create Project API | Alex Denisov | 2012-08-31 | 1 | -0/+3 |
| * | Docs added for Create Project API | Alex Denisov | 2012-08-31 | 1 | -0/+38 |
| * | Fixed bunch of js bugs with comments. Also added development tips | randx | 2012-08-30 | 1 | -0/+45 |
| * | nginx vhost standard | Marvin Monge | 2012-08-29 | 1 | -2/+3 |
| * | Add milestone API docs to doc/README and views/help/api | Robert Speicher | 2012-08-29 | 2 | -1/+2 |
| * | add docs for Milestones API | Nihad Abbasov | 2012-08-29 | 1 | -0/+57 |
* | | Update the references to the script and refer to it from the installation man... | Sytse Sijbrandij | 2012-09-02 | 1 | -0/+6 |
* | | Merge pull request #1327 from logiblocs/master | Dmitriy Zaporozhets | 2012-09-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixed one letter in doc/installation.md | logiblocs | 2012-08-29 | 1 | -1/+1 |
| |/ |
|
| * | Simplify setup for nginx, initd with already predefined files | Dmitriy Zaporozhets | 2012-08-28 | 1 | -90/+9 |
| * | Move snippets api doc to separate file | randx | 2012-08-25 | 3 | -102/+101 |
| * | Updated app:status & docs with hooks. Removed write_hooks from app:setup | randx | 2012-08-21 | 1 | -1/+6 |
* | | Non-interactive AWS install by running a single script. | Sytse Sijbrandij | 2012-09-02 | 6 | -191/+218 |
* | | Non-interactive AWS install by running a single script. | Sytse Sijbrandij | 2012-09-02 | 2 | -36/+37 |
|/ |
|