summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7646 from bushong1/snippet-search3Dmitriy Zaporozhets2014-09-091-0/+14
|\
| * Adding in snippet search functionalityCharles Bushong2014-08-291-0/+14
* | Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-2/+6
* | Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-1/+26
* | Validate branch-names and references in WebUI, APIRobert Schilling2014-09-032-6/+32
* | Add system hook for ssh key changesLukas Erlacher2014-09-031-0/+10
* | Comment typo.Ciro Santilli2014-08-291-1/+1
|/
* Comment typo.Ciro Santilli2014-08-291-1/+1
* Implement search page with filtering of results and paginationDmitriy Zaporozhets2014-08-272-52/+4
* Prevent project stars duplication when fork projectDmitriy Zaporozhets2014-08-251-1/+6
* Fix repository archiveDmitriy Zaporozhets2014-08-131-0/+14
* Improve developer seedsDmitriy Zaporozhets2014-08-111-1/+0
* Merge pull request #7385 from Razer6/fix_search_empty_projectDmitriy Zaporozhets2014-08-111-1/+7
|\
| * fix searching on empty project, prevent 500Robert Schilling2014-08-111-1/+7
* | Merge pull request #7393 from Razer6/fix_500_hook_service_downDmitriy Zaporozhets2014-08-111-0/+3
|\ \ | |/ |/|
| * Prevent 500 if hook url is down, fixes #7376Robert Schilling2014-07-291-0/+3
* | Add comments.Sytse Sijbrandij2014-08-061-1/+1
* | Make file edit error message less specificJacob Vosmaer2014-08-061-1/+1
* | Fix label set during issue/mr creationDmitriy Zaporozhets2014-07-302-2/+6
* | Git::Compare does not have limit param any moreDmitriy Zaporozhets2014-07-291-1/+0
* | Refactor compare logic for MR. Use satellites only for forks for better perfo...Dmitriy Zaporozhets2014-07-292-6/+33
|/
* Improve MR buildingDmitriy Zaporozhets2014-07-281-1/+0
* Merge branch 'new_user_password_set' into 'master'Dmitriy Zaporozhets2014-07-231-2/+2
|\
| * Do not sent a generated password via email for admin created user.Marin Jankovski2014-07-151-2/+2
* | If MR commits are empty if does not mean compare failedDmitriy Zaporozhets2014-07-151-1/+1
* | Refactor diff suppress logic and diff viewsDmitriy Zaporozhets2014-07-151-4/+5
* | Refactor MR build processDmitriy Zaporozhets2014-07-151-0/+69
|/
* Merge branch 'notification_when_reopened' into 'master'Dmitriy Zaporozhets2014-07-053-0/+20
|\
| * Reopen mr email notification.Marin Jankovski2014-07-032-0/+5
| * Notification for reopened issue.Marin Jankovski2014-07-032-0/+15
* | Merge branch 'no_notification_for_merger' into 'master'Dmitriy Zaporozhets2014-07-031-0/+1
|\ \ | |/ |/|
| * Don't notify the user that triggered the mr notification.Marin Jankovski2014-07-031-1/+1
| * Remove new lines.Marin Jankovski2014-07-021-2/+0
| * Do not notify person who merged the MR.Marin Jankovski2014-07-021-0/+3
* | Remove unecessary return.Marin Jankovski2014-07-021-2/+1
* | When assigning an unassigned issue send notification with the correct text.Marin Jankovski2014-07-021-2/+13
|/
* Merge pull request #7204 from cirosantilli/user-validation-msgDmitriy Zaporozhets2014-07-021-1/+4
|\
| * Fix username validation message to match regexp.Ciro Santilli2014-06-261-1/+4
* | Merge branch 'group_milestones' into 'master'Dmitriy Zaporozhets2014-07-011-0/+26
|\ \
| * | Fix styling issues.Marin Jankovski2014-06-301-1/+1
| * | Start building group milestone show page.Marin Jankovski2014-06-301-2/+8
| * | Get one group milestone based on milestone title.Marin Jankovski2014-06-301-0/+8
| * | Move group milestone processing from service to model.Marin Jankovski2014-06-301-64/+3
| * | Reuse existing milestones counting.Marin Jankovski2014-06-301-2/+2
| * | Create group milestones service.Marin Jankovski2014-06-301-0/+73
* | | Merge branch 'strong-parameters' into 'master'Dmitriy Zaporozhets2014-06-306-39/+21
|\ \ \ | |/ / |/| |
| * | Make app works with strong paramsDmitriy Zaporozhets2014-06-266-37/+19
| * | Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets2014-06-261-6/+6
| |/
* | Rename MergeRequest#lock! to #lock_mr!Jacob Vosmaer2014-06-261-3/+3
|/
* Merge pull request #7013 from jvanbaarsen/better-webhook-informationDmitriy Zaporozhets2014-06-245-6/+9
|\