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
2018-06-18Add workhorse authorize method for project/group uploadsJan Provaznik
2018-06-07Make all uses of `fixture_file_upload` use relative pathsRobert Speicher
2018-06-04Hide archived projects from `shared_projects`Bob Van Landuyt
2018-05-31Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński
2018-05-31Improve runner_type validations for Ci::RunnerDylan Griffith
2018-05-29Fix small typosToon Claes
2018-05-29Add `shared_projects` endpointBob Van Landuyt
2018-05-07Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith
2018-03-03Bring one group board to CEFelipe Artur
2018-03-02Allow to include also descendant group labelsJan Provaznik
2018-03-02Support additional LabelsFinder parameters for group labelsJan Provaznik
2018-02-05Extract Variables controllers specs to shared_examplesMatija Čupić
2018-02-05Refactor Variable controllers specsMatija Čupić
2018-02-05Extract Variable into separate JSON SchemaMatija Čupić
2018-02-05Extract variable parameters in VariablesController specsMatija Čupić
2018-02-05Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić
2018-02-05Return all variables after UPDATEMatija Čupić
2018-02-05Change POST to PATCH requests in the controller specsMatija Čupić
2018-02-05Fix a typo in Groups::VariablesController specMatija Čupić
2018-02-05Use `resource` in Group Variables routing schemeMatija Čupić
2018-02-05Use all parameters in VariablesController specsMatija Čupić
2018-02-05Remove redundant routes in Groups::VariablesControllerMatija Čupić
2018-02-05Port #save_multiple to Groups::VariablesControllerMatija Čupić
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-01-22Preload ancestors for subgroups matching filterBob Van Landuyt
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-11Bugfix: User can't change the access level of an access requesterRubén Dávila
2017-12-07Support uploads for groupsJarka Kadlecova
2017-11-17Remove the selects when counting the last pageBob Van Landuyt
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-10-13Make sure we always return an array of hierarchiesBob Van Landuyt
2017-10-12Nest the group_children_path inside the canonical group pathBob Van Landuyt
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-07Native group milestonesFelipe Artur
2017-07-07gb nice catchesShinya Maeda
2017-07-07Basic BE changeShinya Maeda
2017-06-26Add tests for Groups::MilestonesController#indexTakuya Noguchi
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-07Fix failing specAlfredo Sumaran
2017-06-06Add json support to group members leave action in controllerDmitriy Zaporozhets
2017-05-19Refactor to more robust implementationMichael Kozono
2017-04-26Added controller specsPhil Hughes
2017-01-26Use `empty_project` where possible in controller specsRobert Speicher
2016-11-17Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre
2016-11-11Make access request specs explicitly enable or disable access requests as req...Nick Thomas
2016-10-24Refactor create member tests from group_members_controller_specDmitriy Zaporozhets
2016-10-24Gracefully handle adding of no users to projects and groupsLinus G Thiel
2016-10-19Refactor group_members_controller_specDmitriy Zaporozhets
2016-10-03Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable
2016-09-22Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable