Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-19revert back to ruby 2.1 - use 2.1.8James Lopez
2016-02-19revert back to ruby 2.1James Lopez
2016-02-19Merge branch 'ci/api-runners' into 'master' Kamil Trzciński
Add runners API References #4264 See merge request !2640
2016-02-19Merge branch 'issue_11872' into 'master' Jacob Schatz
Put project visibility icon next to title Fixes #11872 See merge request !2885
2016-02-19Rename Entities::ForkedFromProject to Entities::BasicProjectDetailsTomasz Maczukin
2016-02-19Add CHANGELOG entryTomasz Maczukin
2016-02-19Fix old usages of `ci_runner` factoryTomasz Maczukin
2016-02-19Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin
2016-02-19Change `last_contact` to `contacted_at`Tomasz Maczukin
2016-02-19Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin
2016-02-19Remove unnecessary parametersTomasz Maczukin
2016-02-19Modify expectations for update runner featureTomasz Maczukin
2016-02-19Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin
2016-02-19Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin
2016-02-19Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin
2016-02-19iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵Tomasz Maczukin
in `RunnerProjectDetails`
2016-02-19Update docummentation - specific runner enablingTomasz Maczukin
[ci skip]
2016-02-19Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin
2016-02-19Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin
2016-02-19Modify and fix output of delete and update of a runnerTomasz Maczukin
2016-02-19Modify runner projects selecting method in runners APITomasz Maczukin
2016-02-19Fix runners filteringTomasz Maczukin
2016-02-19GET /runners is for specific runners onlyAchilleas Pipinellis
[ci skip]
2016-02-19Limit projects to user available projects if user is not an adminTomasz Maczukin
2016-02-19Modify authentication check methods in runners APITomasz Maczukin
2016-02-19Add token to runner details output in APITomasz Maczukin
2016-02-19More fixes in runners docAchilleas Pipinellis
[ci skip]
2016-02-19Correct PRIVATE-TOKEN to use dash instead of underscoreAchilleas Pipinellis
2016-02-19Note that `ci/api/runners.rb` is still usedAchilleas Pipinellis
[ci skip]
2016-02-19Add associated project info to runner details outputTomasz Maczukin
2016-02-19Fix runners API specTomasz Maczukin
2016-02-19Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin
2016-02-19Add some fixes in runners API documentationTomasz Maczukin
2016-02-19Add `Example response` above each json outputAchilleas Pipinellis
[ci skip]
2016-02-19Add note of deprecation in old Runners CI APIAchilleas Pipinellis
2016-02-19Add runners API documentation [ci-skip]Tomasz Maczukin
2016-02-19Fix runners filtering in APITomasz Maczukin
2016-02-19Add missing methods documentation; fix rubocop reported violationTomasz Maczukin
2016-02-19Add feature to enable/disable runner in projectTomasz Maczukin
2016-02-19Add basic runners management APITomasz Maczukin
- add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner
2016-02-19Merge branch 'web_editor' into 'master' Achilleas Pipinellis
Update web editor documentation Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 Closes #4262 See merge request !2776
2016-02-19Merge branch '12791-hide-project-limit-reached-warning' into 'master' Douwe Maan
Project limit is reached warning is hidden when the projects_limit is zero Fixes #12791 See merge request !2890
2016-02-19Project limit is reached warning is hidden when the projects_limit is zeroZeger-Jan van de Weg
Fixes #12791
2016-02-19Merge branch 'rs-emoji' into 'master' Douwe Maan
Update Gemojione for new hotness :sparkles: Before | After ------ | ----- ![Screen_Shot_2016-02-12_at_3.38.43_PM](/uploads/299e5ffe38c91657085741261a678f81/Screen_Shot_2016-02-12_at_3.38.43_PM.png) | ![Screen_Shot_2016-02-12_at_3.38.09_PM](/uploads/ccee29719a6445a9efd2498391a7eea0/Screen_Shot_2016-02-12_at_3.38.09_PM.png) See merge request !2800
2016-02-19Merge branch 'fix/project-forks-page' into 'master' Douwe Maan
workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836
2016-02-19Merge branch 'rs-show-owner-label' into 'master' Douwe Maan
Allow `ProjectTeam#human_max_access` to return "Owner" See merge request !2881
2016-02-19update based on feedbackJames Lopez
2016-02-19Merge branch 'patch-1' into 'master' Robert Speicher
number_with_delimiter() added See merge request !2886
2016-02-19number_with_delimiter() addedheiko
2016-02-19Move visibility icon next to project titleAlfredo Sumaran