summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* fix specsfix/import-export-argumentsJames Lopez2017-11-071-3/+3
|
* Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-072-1/+11
| | | | Added unit test and updated integration spec to test for this as well.
* Merge branch ↵Rémy Coutable2017-11-071-0/+13
|\ | | | | | | | | | | | | | | | | '39791-when-reopening-an-issue-the-mattermost-notification-has-no-context-to-the-issue' into 'master' Resolve "When reopening an issue the Mattermost Notification has no context to the issue" Closes #39791 See merge request gitlab-org/gitlab-ce!15218
| * Fix issue reopen Mattermost / Slack message39791-when-reopening-an-issue-the-mattermost-notification-has-no-context-to-the-issueSean McGivern2017-11-061-0/+13
| | | | | | | | | | | | | | | | | | | | When an issue is reopened, the action is 'reopen', but the state is 'opened' (as we don't have a separate 'reopened' state any more). Because we checked the action in one method and the state in another, this lead to a weird case where the mesage neither linked to the issue, nor contained an attachment with its details. Just checking the action is fine, as it's the most granular.
* | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-0715-4/+108
|\ \ | | | | | | | | | | | | Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593
| * | Support custom attributes on groupsMarkus Koller2017-11-064-0/+34
| | |
| * | Support custom attributes on projectsMarkus Koller2017-11-0611-4/+74
| | |
* | | Merge branch 'add-changes-count-to-merge-requests-api' into 'master'Rémy Coutable2017-11-072-12/+23
|\ \ \ | | | | | | | | | | | | | | | | Add changes_count to the merge requests API See merge request gitlab-org/gitlab-ce!15178
| * | | Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-apiSean McGivern2017-11-032-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`.
* | | | Merge branch '35616-move-gke-form-1st-iteration' into 'master'Grzegorz Bizon2017-11-072-4/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | First iteration of Move Kubernetes from service to Cluster page See merge request gitlab-org/gitlab-ce!15061
| * | | | Fix spec35616-move-gke-form-1st-iterationShinya Maeda2017-11-071-2/+1
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-11-0668-772/+959
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 35616-move-gke-form-1st-iteration
| * \ \ \ \ Merge remote-tracking branch ↵Kamil Trzcinski2017-11-06352-3702/+6820
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 'origin/move-kubernetes-from-service-to-clusters-page-10-2-ver' into 35616-move-gke-form-1st-iteration
| | * \ \ \ \ Merge branch 'refactor-clusters' into ↵move-kubernetes-from-service-to-clusters-page-10-2-verShinya Maeda2017-11-066-25/+162
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| | * \ \ \ \ \ Merge branch 'refactor-clusters' into ↵Shinya Maeda2017-11-05139-392/+732
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| | * | | | | | | Fixed controller specShinya Maeda2017-11-041-1/+1
| | | | | | | | |
| | * | | | | | | Merge branch '35616-move-gke-form-1st-iteration' into ↵Shinya Maeda2017-11-042-3/+7
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| * | | | | | | | | Workaround today the failure in testsKamil Trzcinski2017-11-031-1/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Fix static anlysysShinya Maeda2017-11-021-1/+1
| | | | | | | | |
| * | | | | | | | Fix pipeline. Fix routing when validation failed.Shinya Maeda2017-11-012-4/+8
| | | | | | | | |
* | | | | | | | | Merge branch 'bugfix_banzai_closed_milestones' into 'master'Sean McGivern2017-11-071-4/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GFM reference links for closed milestones Closes #39850 See merge request gitlab-org/gitlab-ce!15234
| * | | | | | | | | Fix GFM reference links for closed milestonesbugfix_banzai_closed_milestonesVitaliy @blackst0ne Klachkov2017-11-071-4/+30
| | | | | | | | | |
* | | | | | | | | | Merge branch 'feature_change_sort_refs' into 'master'Douwe Maan2017-11-071-5/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change tags order in refs dropdown Closes #37336 See merge request gitlab-org/gitlab-ce!15235
| * | | | | | | | | | Change tags order in refs dropdownfeature_change_sort_refsVitaliy @blackst0ne Klachkov2017-11-071-5/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'multiple-query-prometheus-graphs' into 'master'Tim Zallmann2017-11-073-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable multiple queries per Prometheus graph See merge request gitlab-org/gitlab-ce!15201
| * | | | | | | | | fix karma failuresMike Greiling2017-11-063-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'es-module-copy_as_gfm' into 'master'Filipa Lacerda2017-11-064-52/+52
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert copy_as_gfm into ES module and move to behaviors See merge request gitlab-org/gitlab-ce!14859
| * | | | | | | | | | fix broken module importMike Greiling2017-11-011-1/+3
| | | | | | | | | | |
| * | | | | | | | | | remove global export except in test environmentsMike Greiling2017-11-013-51/+49
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master'Clement Ho2017-11-062-8/+23
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled Closes #20666 See merge request gitlab-org/gitlab-ce!15021
| * | | | | | | | | | Fixes 404 error to `Issues assigned to me` and `Issues I've created` when ↵Jacopo2017-11-062-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues are disabled The dropdown options `Issues assigned to me` and `Issues I've created` in project search are now hidden when issues are disabled on the project.
* | | | | | | | | | | Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-0638-894/+1903
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879
| * | | | | | | | | | | Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory ↵refactor-clustersShinya Maeda2017-11-0615-206/+36
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name. Use ArgumentError
| * | | | | | | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-066-25/+162
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-05139-392/+732
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Move migration file to post-migration. Use EachBatch. batch_size 1Shinya Maeda2017-11-041-13/+3
| | | | | | | | | | |
| * | | | | | | | | | Fix MigrateGcpClustersToNewClustersArchitectures. Improve specShinya Maeda2017-11-031-76/+164
| | | | | | | | | | |
| * | | | | | | | | | Fix import_export failureShinya Maeda2017-11-031-3/+4
| | | | | | | | | | |
| * | | | | | | | | | Fix spec failure. MySQL does not bite trueShinya Maeda2017-11-033-2/+7
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into refactor-clustersEric Eastwood2017-11-032-0/+28
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda2017-11-033-6/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0388-860/+1091
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix some testsShinya Maeda2017-11-037-285/+183
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix out of sync with KubernetesService. Remove namespace pramas from ↵Shinya Maeda2017-11-021-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controller. Use time_with_zone in schema. Remove Gcp::Clusters from safe_model_attributes.ym
| * | | | | | | | | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0214-135/+439
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-011-0/+64
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Improve migration file. Add migration spec. Reorder columns of the table.Shinya Maeda2017-11-011-0/+88
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda2017-11-017-36/+84
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-01310-4063/+6480
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | specs for featureShinya Maeda2017-11-015-80/+155
| | | | | | | | | | | | | | |