summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-073-7/+21
* Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-071-0/+1
* Merge branch 'mr-commit-optimization' into 'master'Sean McGivern2018-03-071-1/+1
|\
| * Use persisted/memoized value for MRs shas instead of doing git lookupsAlejandro Rodríguez2018-03-061-1/+1
* | Merge branch 'issue_38337' into 'master'Sean McGivern2018-03-064-8/+94
|\ \
| * \ Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-069-37/+64
| |\ \
| * | | Address review commentsFelipe Artur2018-03-051-7/+6
| * | | Bring one group board to CEFelipe Artur2018-03-034-9/+96
* | | | Merge remote-tracking branch 'upstream/master' into 5029-support-cluster-metr...5029-support-cluster-metrics-cePawel Chojnacki2018-03-0630-196/+272
|\ \ \ \ | | |/ / | |/| |
| * | | Fix Gitaly n+1 in NetworkController#showAndrew Newdigate2018-03-061-14/+11
| * | | Merge branch '40187-project-branch-dashboard-with-active-stale-branches' into...Rémy Coutable2018-03-061-5/+36
| |\ \ \
| | * | | Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-5/+36
| * | | | Merge branch 'ce-3839-ci-cd-only-projects-fe' into 'master'Robert Speicher2018-03-051-3/+11
| |\ \ \ \
| | * | | | CI/CD-only projects FEEric Eastwood2018-03-051-1/+5
| | * | | | Backport BE changes from CI/CD projects ee!4567Eric Eastwood2018-03-021-2/+6
| | | |/ / | | |/| |
| * | | | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-054-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-054-4/+4
| | |/ /
| * | | Merge branch 'fix-impersonate-ui' into 'master'Rémy Coutable2018-03-051-1/+0
| |\ \ \
| | * | | Remove impersonate token from flash scopejulien MILLAU2018-03-021-1/+0
| * | | | Merge branch '37430-projects-comparecontroller-show-is-calling-gitaly-n-1-tim...Rémy Coutable2018-03-051-4/+2
| |\ \ \ \
| | * | | | Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez2018-03-051-4/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'remove-ide' into 'master'Tim Zallmann2018-03-051-6/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove IDE from CEPhil Hughes2018-03-021-6/+0
| | |/ /
| * | | Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern2018-03-021-25/+19
| |\ \ \
| | * | | Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-25/+19
| * | | | Allow to include also descendant group labelsJan Provaznik2018-03-021-1/+2
| * | | | Support additional LabelsFinder parameters for group labelsJan Provaznik2018-03-022-2/+8
| | |/ / | |/| |
| * | | Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-014-19/+19
| |\ \ \
| | * | | Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-284-19/+19
| * | | | Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-011-0/+5
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-02-238-14/+32
| | |\ \ \ \
| | * | | | | Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-3/+3
| | * | | | | Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+5
| * | | | | | Removing the two factor check when the user sets a new passwordFrancisco Javier López2018-03-011-0/+1
| | |_|_|/ / | |/| | | |
| * | | | | PagesDomain: Add edit/update functionalityRob Watson2018-02-281-8/+21
| | |_|_|/ | |/| | |
| * | | | Render MR Notes with Vue with behind a cookieFatih Acet2018-02-285-29/+81
| * | | | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-274-56/+39
| * | | | Move the #update action from Project/Member controllers to the MembershipActi...Rémy Coutable2018-02-273-16/+12
| * | | | Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-273-14/+17
| * | | | Merge branch '43510-merge-requests-and-issues-don-t-show-for-all-subgroups' i...Grzegorz Bizon2018-02-272-5/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroupsSean McGivern2018-02-272-5/+0
* | | | | one space too farPawel Chojnacki2018-03-051-1/+0
* | | | | Check if prometheus_adapter is properly calledPawel Chojnacki2018-03-051-1/+2
* | | | | Implemente Prometheus:AdapterServicePawel Chojnacki2018-03-051-2/+4
* | | | | Implement PrometheusDeploymentLocator + fix metrics controllerPawel Chojnacki2018-03-011-4/+2
* | | | | Squashed commit of the following:Pawel Chojnacki2018-02-242-4/+9
|/ / / /
* | | | Backport custom metrics ce componentsPaweł Chojnacki2018-02-232-24/+27
* | | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-231-2/+2
|\ \ \ \
| * \ \ \ Merge branch '43496-error-message-for-gke-clusters-persists-in-the-next-page'...bjk/kube_state_metricsKamil Trzciński2018-02-231-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Do not persist Google Project Billing Failure errors after a reloadMatija Čupić2018-02-221-2/+2