| Commit message (Expand) | Author | Age | Files | Lines |
* | Add workhorse authorize method for project/group uploads | Jan Provaznik | 2018-06-18 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes... | Luke Bennett | 2018-06-06 | 2 | -2/+9 |
|\ |
|
| * | Merge branch '5941-extract-ee-controllers' into 'master' | Rémy Coutable | 2018-06-06 | 2 | -2/+9 |
| |\ |
|
| | * | Backport changes to app/controllers/groups/milestones_controller.rb5941-extract-ee-controllers | Mario de la Ossa | 2018-06-04 | 1 | -1/+4 |
| | * | Backport changes to app/controllers/groups/group_members_controller.rb | Mario de la Ossa | 2018-06-04 | 1 | -1/+5 |
* | | | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes... | Luke Bennett | 2018-06-05 | 1 | -0/+33 |
|\ \ \
| |/ / |
|
| * | | Hide archived projects from `shared_projects`bvl-hide-archived-shared-projects | Bob Van Landuyt | 2018-06-04 | 1 | -1/+3 |
| |/ |
|
| * | Fix small typos | Toon Claes | 2018-05-29 | 1 | -1/+1 |
| * | Add `shared_projects` endpoint | Bob Van Landuyt | 2018-05-29 | 1 | -0/+31 |
* | | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes... | Luke Bennett | 2018-05-28 | 5 | -7/+77 |
|\ \
| |/ |
|
| * | CE backport - Allow viewing only one board when multiple issue boards is not ...ce_backport_issue_5128 | Felipe Artur | 2018-05-22 | 1 | -3/+8 |
| * | Fixed badge api endpoint route when relative_url is setfj-46411-fix-badge-api-endpoint-route-with-relative-url | Francisco Javier López | 2018-05-17 | 1 | -2/+2 |
| * | Add 2FA filter to group members page | Dmitriy Zaporozhets | 2018-05-10 | 1 | -1/+8 |
| * | Support anchors for Groups::RunnersController | Kamil Trzciński | 2018-05-07 | 1 | -5/+5 |
| * | Add a comment about implementing proper policies for group runner permissions | Dylan Griffith | 2018-05-07 | 1 | -0/+3 |
| * | Rename set_runner -> runner in runner controllers | Dylan Griffith | 2018-05-07 | 1 | -2/+2 |
| * | Share _form and show for project, instance and group runners | Dylan Griffith | 2018-05-07 | 1 | -0/+1 |
| * | Allow to pause,resume,show,edit,destroy group runners (#10244) | Dylan Griffith | 2018-05-07 | 1 | -0/+54 |
| * | [Rails5] Use `safe_params` instead of `params` in `url_for` helpers | blackst0ne | 2018-04-28 | 1 | -1/+1 |
* | | BE review | Luke Bennett | 2018-05-25 | 1 | -4/+3 |
* | | Fix group labels list | Luke Bennett | 2018-05-17 | 1 | -3/+3 |
* | | Start changing group label page | Luke Bennett | 2018-04-25 | 1 | -13/+17 |
|/ |
|
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 1 | -1/+1 |
* | Projects and groups badges settings UI | Francisco Javier López | 2018-04-08 | 1 | -0/+13 |
* | Show issues of subgroups in group-level issue board | Felipe Artur | 2018-04-05 | 1 | -1/+1 |
* | [Rails5] Rename `sort` methods to `sort_by_attribute` | blackst0ne | 2018-04-04 | 1 | -1/+1 |
* | Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name | Matija Čupić | 2018-03-22 | 1 | -1/+1 |
* | Alias secret_key and secret_value to key and value | Matija Čupić | 2018-03-17 | 1 | -6/+1 |
* | Use secret_key and secret_value in Variables controller | Matija Čupić | 2018-03-16 | 1 | -2/+7 |
* | Bring one group board to CE | Felipe Artur | 2018-03-03 | 2 | -4/+39 |
* | Allow to include also descendant group labels | Jan Provaznik | 2018-03-02 | 1 | -1/+2 |
* | Support additional LabelsFinder parameters for group labels | Jan Provaznik | 2018-03-02 | 1 | -1/+7 |
* | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ce | Rémy Coutable | 2018-02-27 | 1 | -20/+0 |
* | Move the #update action from Project/Member controllers to the MembershipActi... | Rémy Coutable | 2018-02-27 | 1 | -8/+0 |
* | Remove explicit audit event log in MembershipActions | Rémy Coutable | 2018-02-27 | 1 | -5/+4 |
* | Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroups | Sean McGivern | 2018-02-27 | 1 | -4/+0 |
* | Port `read_cross_project` ability from EE | Bob Van Landuyt | 2018-02-22 | 6 | -0/+12 |
* | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master' | Kamil Trzciński | 2018-02-07 | 1 | -37/+20 |
|\ |
|
| * | Fix static_analysis failurece-39118-dynamic-pipeline-variables-fe | Matija Čupić | 2018-02-06 | 1 | -4/+12 |
| * | Switch emphasis from controller format to update | Matija Čupić | 2018-02-05 | 1 | -7/+7 |
| * | Remove usage of VariablePresenter in controller | Matija Čupić | 2018-02-05 | 1 | -8/+2 |
| * | Add GroupVariableSerializer for Ci::GroupVariable | Matija Čupić | 2018-02-05 | 1 | -2/+2 |
| * | Return all variables after UPDATE | Matija Čupić | 2018-02-05 | 1 | -1/+6 |
| * | Use `resource` in Group Variables routing scheme | Matija Čupić | 2018-02-05 | 1 | -1/+12 |
| * | Format validation errors as human readable messages | Matija Čupić | 2018-02-05 | 1 | -1/+1 |
| * | Pass validation errors in JSON endpoint | Matija Čupić | 2018-02-05 | 1 | -1/+1 |
| * | Remove redundant routes in Groups::VariablesController | Matija Čupić | 2018-02-05 | 1 | -49/+0 |
| * | Port #save_multiple to Groups::VariablesController | Matija Čupić | 2018-02-05 | 1 | -1/+15 |
* | | Merge branch '39550-group-labels-redesign' into 'master' | Tim Zallmann | 2018-02-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Change delete notice; update mobile styles | Annabel Dunstone Gray | 2018-01-29 | 1 | -1/+1 |