summaryrefslogtreecommitdiff
path: root/spec/controllers/groups
Commit message (Expand)AuthorAgeFilesLines
* Remove TLD validation from Cluster#domainDylan Griffith2019-02-141-1/+1
* Addresses backend/db review commentsMayra Cabrera2019-02-041-1/+1
* Moves domain setting to Cluster settingMayra Cabrera2019-02-041-2/+19
* Add subresources removal to member destroy serviceJames Lopez2019-01-311-1/+1
* Merge branch '54905-milestone-search' into 'master'Sean McGivern2019-01-251-3/+28
|\
| * Adds milestone searchJacopo2019-01-241-3/+28
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-3/+3
|/
* Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling2019-01-021-1/+1
|\
| * Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-201-1/+1
* | Merge branch 'security-master-group-cicd-settings-accessible-to-maintainer' i...John Jarvis2019-01-011-10/+45
|\ \
| * | Check for group admin permissionsMatija Čupić2018-12-201-10/+45
| |/
* | Remove deprecated xhr from specsJasper Maes2018-12-191-4/+6
|/
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-1913-101/+129
* Remove trailing commas to satisfy rubocopMike Greiling2018-11-081-3/+3
* Only project clusters has Project Namespace fieldThong Kuah2018-11-081-15/+3
* Minor updates to spec for readabilityThong Kuah2018-11-081-21/+33
* Adds feature flag for Group ClustersMayra Cabrera2018-11-081-28/+46
* Extend clusters_controller for group type clustersThong Kuah2018-11-082-0/+643
* Fix transient error with boards_controller_spec53467-transient-failure-in-spec-controllers-groups-boards_controller_spec-rbBrett Walker2018-11-031-3/+4
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Fix problem with spec that showed up in EE mergeBrett Walker2018-10-291-1/+1
* Automatically navigate to last board visitedBrett Walker2018-10-261-2/+56
* Simplify runner registration token resettingTomasz Maczukin2018-10-041-0/+14
* Allow to delete group milestonesissue_36138Felipe Artur2018-08-061-0/+11
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-115-5/+5
* Add workhorse authorize method for project/group uploadsJan Provaznik2018-06-181-0/+8
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-1/+1
* Hide archived projects from `shared_projects`bvl-hide-archived-shared-projectsBob Van Landuyt2018-06-041-1/+10
* Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-311-2/+1
* Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-1/+1
* Fix small typosToon Claes2018-05-291-4/+4
* Add `shared_projects` endpointBob Van Landuyt2018-05-291-0/+59
* Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith2018-05-071-0/+74
* Bring one group board to CEFelipe Artur2018-03-031-0/+136
* Allow to include also descendant group labelsJan Provaznik2018-03-021-7/+7
* Support additional LabelsFinder parameters for group labelsJan Provaznik2018-03-021-0/+29
* Extract Variables controllers specs to shared_examplesMatija Čupić2018-02-051-90/+4
* Refactor Variable controllers specsMatija Čupić2018-02-051-20/+23
* Extract Variable into separate JSON SchemaMatija Čupić2018-02-051-3/+3
* Extract variable parameters in VariablesController specsMatija Čupić2018-02-051-14/+14
* Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić2018-02-051-3/+3
* Return all variables after UPDATEMatija Čupić2018-02-051-0/+12
* Change POST to PATCH requests in the controller specsMatija Čupić2018-02-051-3/+3
* Fix a typo in Groups::VariablesController specMatija Čupić2018-02-051-1/+1
* Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-4/+18
* Use all parameters in VariablesController specsMatija Čupić2018-02-051-5/+13
* Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-051-41/+0
* Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-051-5/+74
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-1/+3
* Preload ancestors for subgroups matching filterBob Van Landuyt2018-01-221-0/+24