| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add labels api authorization. Update permission doc | Dmitriy Zaporozhets | 2014-08-15 | 1 | -0/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge pull request #7479 from Razer6/feature/labels_api | Dmitriy Zaporozhets | 2014-08-15 | 3 | -26/+86 |
| |\ | | | | | Implement complete labels API (create/delete/update) | ||||
| | * | Update labels via API | Robert Schilling | 2014-08-13 | 1 | -1/+23 |
| | | | |||||
| | * | Add, delete labels via API | Robert Schilling | 2014-08-13 | 3 | -26/+64 |
| | | | |||||
| * | | Merge pull request #7465 from Razer6/better_label_color_validation | Dmitriy Zaporozhets | 2014-08-15 | 2 | -2/+14 |
| |\ \ | | | | | | | Better label color validation, fixes #7454 | ||||
| | * | | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 2 | -2/+14 |
| | |/ | |||||
| * | | Merge pull request #7475 from bbodenmiller/curl-redirects | Jeroen van Baarsen | 2014-08-13 | 8 | -9/+9 |
| |\ \ | | | | | | | follow curl redirects | ||||
| | * | | follow curl redirects | Ben Bodenmiller | 2014-08-11 | 8 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update `curl` commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the `-L` option tells `curl` to follow the redirect so the file can be correctly acquired. | ||||
| * | | | Merge pull request #6788 from CingleVue/master | Dmitriy Zaporozhets | 2014-08-13 | 1 | -3/+6 |
| |\ \ \ | |_|/ |/| | | Patched `MergeRequest` to return more data. | ||||
| | * | | # This is a combination of 2 commits. | mabdullah-cinglevue | 2014-08-01 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: Patched `MergeRequest` to return more data. Patched `MergeRequest` to return the `description` & `milestone` Conflicts: lib/api/entities.rb # This is the 2nd commit message: Update merge_requests.md Update documentation for merge request endpoint adding support for description. | ||||
| * | | | Merge branch 'add_complete_commit_message_to_api' of ↵ | Dmitriy Zaporozhets | 2014-08-11 | 1 | -2/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/christian.taedcke/gitlab-ce into christian.taedcke/gitlab-ce-add_complete_commit_message_to_api Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| | * | | | Add full commit message to commit api as field message. | Christian Taedcke | 2014-07-25 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2014-08-11 | 1 | -2/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let users limit by archived/not archived projects in GitLab API GET /projects Adds a boolean parameter, archived, to the /projects endpoint. See merge request !158 | ||||
| | * | | | | Add an option to GET /projects in the GitLab API to exclude archived projects | Sasha Joseph | 2014-07-28 | 1 | -2/+6 |
| | | | | | | |||||
| * | | | | | Merge branch 'better-formulated-memory-requirements' into 'master' | Dmitriy Zaporozhets | 2014-08-09 | 1 | -5/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better formulated memory requirements See merge request !1010 | ||||
| | * | | | | | Ensure that people know you need swap. Raise swap space for 512MB setups. | Sytse Sijbrandij | 2014-08-09 | 1 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Explain that sidekiq doesn't eat as much ram as some people seem to suspect ↵ | Sytse Sijbrandij | 2014-08-09 | 1 | -0/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | https://twitter.com/khrogos/status/498062432938782720 | ||||
| * | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Jacob Vosmaer | 2014-08-07 | 20 | -51/+70 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge pull request #7434 from Razer6/fix_spelling_error | Jeroen van Baarsen | 2014-08-07 | 19 | -51/+51 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Fix spelling errors in documentation | ||||
| | | * | | | | | Fix spelling errors in doc, closes #7437 | Robert Schilling | 2014-08-07 | 19 | -51/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further changes | ||||
| | * | | | | | | add application check commands | Ben Bodenmiller | 2014-08-04 | 1 | -0/+19 |
| | |/ / / / / | |||||
| * | | | | | | Add comments. | Sytse Sijbrandij | 2014-08-06 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | List API file edit failure conditions in docs | Jacob Vosmaer | 2014-08-06 | 1 | -0/+7 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #7422 from bbodenmiller/rm-gitlab-user | Jeroen van Baarsen | 2014-08-04 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add command to remove GitLab user | ||||
| | * | | | | | Remove GitLab user | Ben Bodenmiller | 2014-08-03 | 1 | -0/+4 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #7424 from bbodenmiller/patch-1 | Jeroen van Baarsen | 2014-08-04 | 1 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | add command to start rails console | ||||
| | * | | | | | add command to start rails console | Ben Bodenmiller | 2014-08-04 | 1 | -0/+6 |
| | |/ / / / | |||||
| * | | | | | Self signed SSL cert not supported until 5.1 | Ben Bodenmiller | 2014-08-03 | 1 | -0/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #7420 from Razer6/mention_all_markup | Jeroen van Baarsen | 2014-08-03 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | [DOC] Mention the @all GFM reference in documentation | ||||
| | * | | | | Mention the @all GFM reference | Robert Schilling | 2014-08-03 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Replace invalid emojis | Robert Schilling | 2014-08-03 | 1 | -10/+10 |
| |/ / / / | |||||
| * | | | | Merge pull request #7201 from nacengineer/patch-2 | Jeroen van Baarsen | 2014-08-02 | 1 | -1/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | Update 6.9-to-7.0.md | ||||
| | * | | | Update 6.9-to-7.0.md | David Southard | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | fix gitlab.yml example diff command | ||||
| * | | | | Merge pull request #7410 from robbytaylor/patch-1 | Jeroen van Baarsen | 2014-08-01 | 1 | -16/+16 |
| |\ \ \ \ | | | | | | | | | | | Text changes to projects API documentation | ||||
| | * | | | | Text changes to projects API documentation | Rob Taylor | 2014-07-31 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | Fixes some grammar / punctuation errors and inconsistencies. | ||||
| * | | | | | Fixed typos in Development - Rake Tasks doc | Rob Taylor | 2014-07-31 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Add omnibus-gitlab to the monthly release process | Jacob Vosmaer | 2014-07-28 | 1 | -0/+2 |
| | |/ / |/| | | |||||
| * | | | Merge branch 'add-merge-moments-to-process' into 'master' | Sytse Sijbrandij | 2014-07-27 | 1 | -5/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add merge moments to process Fixes #1450 See merge request !986 | ||||
| | * | | | Integrate lessons from the latest release. | Sytse Sijbrandij | 2014-07-23 | 1 | -5/+15 |
| | | | | | |||||
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2014-07-25 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'word-requirement-a-bit-more-realistic' into 'master' | Sytse Sijbrandij | 2014-07-25 | 1 | -1/+1 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Word requirement a bit more realistic See commit message See merge request !155 | ||||
| | | * | | | Based on ↵word-requirement-a-bit-more-realistic | Sytse Sijbrandij | 2014-07-23 | 1 | -1/+1 |
| | | |/ / | | | | | | | | | | | | | http://www.reddit.com/r/linux/comments/2bffgt/gitlab_71_released/cj59wvz reword this requirement, thankstictatonifonical. | ||||
| * | | | | Merge branch 'exim-problems' into 'master' | Dmitriy Zaporozhets | 2014-07-25 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exim problems After merge report back to https://github.com/gitlabhq/gitlabhq/issues/4866 See merge request !990 | ||||
| | * | | | | Note exim problems. | Sytse Sijbrandij | 2014-07-24 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Explain project services. | Sytse Sijbrandij | 2014-07-25 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Add warning about backing up the config. | Sytse Sijbrandij | 2014-07-25 | 1 | -1/+9 |
| |/ / / | |||||
| * | | | Merge pull request #7089 from NARKOZ/api-patch | Dmitriy Zaporozhets | 2014-07-23 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | API patch | ||||
| | * | | | update API docs | Nihad Abbasov | 2014-06-06 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Simplofy the tweet. | Sytse Sijbrandij | 2014-07-22 | 1 | -4/+3 |
| | |/ / |/| | | |||||
| * | | | Account for the EE only situation. | Sytse Sijbrandij | 2014-07-21 | 2 | -2/+2 |
| | | | | |||||
