summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow to delete group milestonesissue_36138Felipe Artur2018-08-0622-68/+172
* Merge branch 'fj-37736-improve-performance-post-receive-create-gpg-siganture-...Nick Thomas2018-07-307-23/+76
|\
| * Create GPG commit signature in bulkFrancisco Javier López2018-07-307-23/+76
|/
* Merge branch 'fix-cycle-analytics-link-doc' into 'master'Rémy Coutable2018-07-301-1/+2
|\
| * Fix link to Cycle Analytics in helpFrank Sauerburger2018-07-291-1/+2
* | Merge branch 'rails5-gpg-permit-concurrent' into 'master'Grzegorz Bizon2018-07-302-2/+15
|\ \
| * | Permit concurrent loads in gpg keychain mutexJasper Maes2018-07-292-2/+15
| |/
* | Merge branch 'workhorse-5-1-0' into 'master'Rémy Coutable2018-07-301-1/+1
|\ \
| * | Update GitLab Workhorse to v5.1.0nick.thomas/gitlab-ce-workhorse-5-1-0Nick Thomas2018-07-301-1/+1
* | | Merge branch 'sh-bump-prometheus-client-mmap-gem' into 'master'Rémy Coutable2018-07-303-5/+5
|\ \ \
| * | | Bump prometheus-client-mmap to 0.9.4Stan Hu2018-07-283-5/+5
| | |/ | |/|
* | | Merge branch '48098-mutual-auth-cluster-applications' into 'master'Dmitriy Zaporozhets2018-07-3034-178/+534
|\ \ \
| * | | Minor style improvements for Helm codeDylan Griffith2018-07-305-4/+16
| * | | Add changelog for helm tiller mutual auth !20801Dylan Griffith2018-07-301-0/+6
| * | | Use guard clause in Helm::InstallCommandDylan Griffith2018-07-301-6/+6
| * | | Expand ca -> certificate_authority in Helm::CertificateDylan Griffith2018-07-301-4/+4
| * | | Combine attr_reader in InstallCommand to one lineDylan Griffith2018-07-301-2/+1
| * | | Minor refactoring of InitCommand and InstallCommandDylan Griffith2018-07-302-10/+12
| * | | Minor refactoring of Helm and ApplicationDataDylan Griffith2018-07-303-32/+49
| * | | Use anonymous class in base_command_specDylan Griffith2018-07-301-12/+18
| * | | Reduce duplication in code in Gitlab::Kubernetes::Helm::CertificateDylan Griffith2018-07-301-30/+23
| * | | Ensure CA + Tiller cert never expire and Helm client cert expires quicklyDylan Griffith2018-07-308-6/+51
| * | | Install cluster applications in parallel in auto devops QADylan Griffith2018-07-301-2/+3
| * | | Fix race condition in auto devops QA spec: ensure we wait for Install button ...Dylan Griffith2018-07-302-1/+3
| * | | Fix race condition in spec/features/projects/clusters/applications_spec.rbDylan Griffith2018-07-301-2/+12
| * | | Get mutual SSL working with helm tillerDylan Griffith2018-07-3019-59/+328
| * | | Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-2822-128/+122
| |/ /
* | | Merge branch '49701-sorting-by-name-on-milestones-page-error' into 'master'Sean McGivern2018-07-303-0/+29
|\ \ \
| * | | Add CHANGELOGDouglas Barbosa Alexandre2018-07-301-0/+5
| * | | Fix ordering by name on milestones pageDouglas Barbosa Alexandre2018-07-302-0/+24
|/ / /
* | | Merge branch 'ce-backport-3772-total-weight' into 'master'Phil Hughes2018-07-3012-46/+113
|\ \ \
| * | | [Backport] View summed weights of issues in board columnFelipe Artur2018-07-3012-46/+113
|/ / /
* | | Merge branch '48823-copy-gfm' into 'master'Phil Hughes2018-07-305-21/+59
|\ \ \
| * | | Resolve "Copy diff file path as GFM" is brokenFilipa Lacerda2018-07-305-21/+59
|/ / /
* | | Merge branch '1499-api-endpoint-for-configuring-pull-mirroring-via-http-ce' i...Grzegorz Bizon2018-07-302-29/+42
|\ \ \
| * \ \ Merge branch 'master' into 1499-api-endpoint-for-configuring-pull-mirroring-v...Grzegorz Bizon2018-07-3020-67/+62
| |\ \ \
| * | | | Backports EE-1499 to CETiago Botelho2018-07-272-29/+42
* | | | | Merge branch 'ab-49609-internal-ids-require-init' into 'master'Yorick Peterse2018-07-301-0/+4
|\ \ \ \ \
| * | | | | Require has_internal_id to pass a init block.Andreas Brandl2018-07-301-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'artifact-format-v2' into 'master'Grzegorz Bizon2018-07-3026-38/+506
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master-ce' into artifact-format-v2Shinya Maeda2018-07-3067-226/+451
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Avoid using destroy_allShinya Maeda2018-07-271-1/+2
| * | | | | Squashed commit of the following:Shinya Maeda2018-07-2726-38/+505
* | | | | | Merge branch 'docs/zj-remove-fs-shard-check' into 'master'Stan Hu2018-07-301-9/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove references to FS Shard check from the docsZeger-Jan van de Weg2018-07-291-9/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'sh-support-users-find-by-confirmed-emails' into 'master'Yorick Peterse2018-07-303-3/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add support for searching users by confirmed e-mailsStan Hu2018-07-283-3/+27
| |/ / /
* | | | Merge branch '47728-mr-api-documentation-changes' into 'master'Rémy Coutable2018-07-302-12/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Resolve "Merge Request API response is missing changes_count"Jan Beckmann2018-07-302-12/+10
|/ / /
* | | Merge branch 'sh-fix-karma-failures-icons' into 'master'Stan Hu2018-07-284-6/+6
|\ \ \