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 (Expand)Author
2017-05-04Merge branch '31544-size-of-project-from-api' into 'master' Rémy Coutable
2017-05-03Merge branch '28408-feature-proposal-include-search-options-to-pipelines-api'...Robert Speicher
2017-05-03Expose project statistics on single requests via the APIMark Fletcher
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan
2017-05-02Correct typo in pipelines_spec.rbShinya Maeda
2017-05-02Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda
2017-05-02Improve api/pipelines_spec.rbShinya Maeda
2017-05-02Remove unnecessary hashShinya Maeda
2017-05-02Separate parameters from literal url stringShinya Maeda
2017-05-02Use order instead of reorder. Improve tests.Shinya Maeda
2017-05-02Ci::Pipeline to project.pipelinesShinya Maeda
2017-05-02'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda
2017-05-02Finish pipelines_specShinya Maeda
2017-05-02Unveil iterationShinya Maeda
2017-05-02Add spec for Pipeline API (Halfway)Shinya Maeda
2017-05-02Merge branch '26488-target-disabled-mr' into 'master' Sean McGivern
2017-05-01Add specs for Gitlab::RequestProfilerAhmad Sherif
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-04-28Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher
2017-04-27Make api/v3/deployments_spec to actually tests v3Dmitriy Zaporozhets
2017-04-27Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' Rémy Coutable
2017-04-27Fix 404 when upstream has disabled merge requestsmhasbini
2017-04-26Use rspec-set to speed up examplesZeger-Jan van de Weg
2017-04-26Enable RSpec/FilePath copSean McGivern
2017-04-26Merge branch '26437-closed-by' into 'master' Rémy Coutable
2017-04-26Allow admins to sudo to blocked users.Timothy Andrew
2017-04-25Ability to filter merge requests by labels and milestonesRobert Schilling
2017-04-25Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern
2017-04-25Don't display the `is_admin?` flag for user API responses.Timothy Andrew
2017-04-24Merge branch '30305-oauth-token-push-code' into 'master' Rémy Coutable
2017-04-24Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable
2017-04-24Fix updating merge_when_build_succeeds via merge API endpointChris Wilson
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-04-21Merge branch 'fix-jobs-enabled-parameter' into 'master'Sean McGivern
2017-04-20Add missing newlineswinniehell
2017-04-20Add missing newlineswinniehell
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-19Add failing test for #31012winniehell
2017-04-19Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher
2017-04-18Implement search by extern_uid in Users APIRobin Bobbitt
2017-04-17Fix user activities HTTP clone specSean McGivern
2017-04-14Use a proper matcherRémy Coutable
2017-04-14Fix `last_activity_at` to `last_activity_on`Rémy Coutable
2017-04-14Fix git HTTP specSean McGivern
2017-04-14Remove unused user activities codeSean McGivern
2017-04-14Expose `last_activity_on` in the User APIRémy Coutable
2017-04-14Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable
2017-04-14Port 'Add user activities API' to CESean McGivern
2017-04-14Remove user activities table and use redis instead of PG for recording activi...James Lopez
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez