Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip 2pawel/prometheus-business-metrics-ee-2273 | Pawel Chojnacki | 2017-11-07 | 1 | -12/+3 |
| | |||||
* | wip | Pawel Chojnacki | 2017-11-07 | 1 | -0/+27 |
| | |||||
* | Merge branch 'multi-file-editor-separate-commits-call' into 'master' | Filipa Lacerda | 2017-11-07 | 21 | -87/+276 |
|\ | | | | | | | | | | | | | Multi-file editor fetch log data from a different endpoint Closes #38360 See merge request gitlab-org/gitlab-ce!15132 | ||||
| * | fixed karma testmulti-file-editor-separate-commits-call | Phil Hughes | 2017-11-06 | 2 | -2/+3 |
| | | | | | | | | updated controller based on review | ||||
| * | moved key into data structure | Phil Hughes | 2017-11-06 | 4 | -5/+12 |
| | | | | | | | | uses an array of classes to render skeleton loading cells | ||||
| * | fixed specs | Phil Hughes | 2017-11-06 | 3 | -11/+4 |
| | | |||||
| * | correctly updates commit data after committing changes | Phil Hughes | 2017-11-06 | 12 | -84/+180 |
| | | | | | | | | | | also merges data in after a fetch to save overriting all data. changed the render keys to save a full re-render when any data changes | ||||
| * | added refs_controller_spec | Phil Hughes | 2017-11-06 | 1 | -3/+15 |
| | | |||||
| * | only allow the call when not in collapsed view | Phil Hughes | 2017-11-06 | 2 | -2/+4 |
| | | | | | | | | [ci skip] | ||||
| * | Multi-file editor fetch log data from a different endpoint | Phil Hughes | 2017-11-06 | 13 | -26/+104 |
| | | | | | | | | Closes #38360 | ||||
* | | Merge branch 'fix/gb/ensure-that-job-belongs-to-stage' into 'master' | Kamil Trzciński | 2017-11-07 | 6 | -4/+124 |
|\ \ | | | | | | | | | | | | | | | | | | | Make sure that every job has a stage assigned Closes #37979 See merge request gitlab-org/gitlab-ce!14724 | ||||
| * | | Fix pipeline entity test related to stagesfix/gb/ensure-that-job-belongs-to-stage | Grzegorz Bizon | 2017-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fix cycle analytics specs | Grzegorz Bizon | 2017-11-06 | 1 | -0/+1 |
| | | | |||||
| * | | Extract ensure stage service from commit status class | Grzegorz Bizon | 2017-11-06 | 3 | -27/+43 |
| | | | |||||
| * | | Use existing pipeline stage if stage already exists | Grzegorz Bizon | 2017-11-06 | 2 | -3/+34 |
| | | | |||||
| * | | Make sure that every job has a stage assigned | Grzegorz Bizon | 2017-11-06 | 2 | -3/+75 |
| | | | |||||
* | | | Merge branch '39649-change-default-size-for-gke-cluster-creation' into 'master' | Kamil Trzciński | 2017-11-07 | 5 | -4/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Change default size for GKE cluster creation" Closes #39649 See merge request gitlab-org/gitlab-ce!15220 | ||||
| * | | | Change new occurrencies of n1-default-439649-change-default-size-for-gke-cluster-creation | bikebilly | 2017-11-07 | 2 | -2/+2 |
| | | | | |||||
| * | | | Resolve conflicts | bikebilly | 2017-11-07 | 280 | -2807/+5137 |
| |\ \ \ | |||||
| * | | | | Add changelog | bikebilly | 2017-11-06 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Change default cluster size to n1-standard-2 | bikebilly | 2017-11-06 | 5 | -5/+5 |
| | | | | | |||||
* | | | | | Merge branch '39648-fix-gke-wording' into 'master' | Filipa Lacerda | 2017-11-07 | 3 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Fix GKE wording" Closes #39648 See merge request gitlab-org/gitlab-ce!15204 | ||||
| * | | | | | Resolve "Fix GKE wording" | Fabio Busatto | 2017-11-07 | 3 | -4/+4 |
|/ / / / / | |||||
* | | | | | Merge branch ↵ | Rémy Coutable | 2017-11-07 | 3 | -1/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-issue | Sean McGivern | 2017-11-06 | 3 | -1/+19 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵ | Douwe Maan | 2017-11-07 | 5 | -14/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37442-api-branches-id-repository-branches-is-calling-gitaly-n-1-times-per-request' into 'master' Fetch the merged branches at once in the `/projects/:id/repository/branches` endpoint See merge request gitlab-org/gitlab-ce!15215 | ||||
| * | | | | | Pass the Gitlab::Git::Branch object to Repository#merged_to_root_ref?37442-api-branches-id-repository-branches-is-calling-gitaly-n-1-times-per-request | Rémy Coutable | 2017-11-06 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | Cache the root ref SHA in an instance variable in Repository#merged_to_root_ref? | Rémy Coutable | 2017-11-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | Improve performance of the /projects/:id/repository/branches API endpoint | Rémy Coutable | 2017-11-06 | 4 | -8/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mitigate a N+1 requests to Gitaly problem. Still one left. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master' | Rémy Coutable | 2017-11-07 | 33 | -15/+240 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593 | ||||
| * | | | | | | Support custom attributes on groups | Markus Koller | 2017-11-06 | 13 | -4/+105 |
| | | | | | | | |||||
| * | | | | | | Support custom attributes on projects | Markus Koller | 2017-11-06 | 22 | -13/+137 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'add-changes-count-to-merge-requests-api' into 'master' | Rémy Coutable | 2017-11-07 | 5 | -13/+53 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-api | Sean McGivern | 2017-11-03 | 5 | -13/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Bizon | 2017-11-07 | 6 | -12/+41 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First iteration of Move Kubernetes from service to Cluster page See merge request gitlab-org/gitlab-ce!15061 | ||||
| * | | | | | | | Fix spec35616-move-gke-form-1st-iteration | Shinya Maeda | 2017-11-07 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into ↵ | Kamil Trzcinski | 2017-11-06 | 245 | -3135/+8101 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 35616-move-gke-form-1st-iteration | ||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch ↵ | Kamil Trzcinski | 2017-11-06 | 977 | -10136/+15020 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-ver | Shinya Maeda | 2017-11-06 | 19 | -91/+303 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'refactor-clusters' into ↵ | Shinya Maeda | 2017-11-05 | 242 | -1261/+1889 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver | ||||
| | * | | | | | | | | | | Fixed controller spec | Shinya Maeda | 2017-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch '35616-move-gke-form-1st-iteration' into ↵ | Shinya Maeda | 2017-11-04 | 6 | -11/+40 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver | ||||
| * | | | | | | | | | | | | Workaround today the failure in tests | Kamil Trzcinski | 2017-11-03 | 1 | -1/+2 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix page title | Filipa Lacerda | 2017-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Adds check for existing cluster | Filipa Lacerda | 2017-11-03 | 1 | -5/+12 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix static anlysys | Shinya Maeda | 2017-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix pipeline. Fix routing when validation failed. | Shinya Maeda | 2017-11-01 | 5 | -7/+11 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix paths to the first page | Kamil Trzcinski | 2017-11-01 | 4 | -14/+11 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Adds buttons to the first page. | Filipa Lacerda | 2017-10-27 | 3 | -3/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves first page into a new one | ||||
* | | | | | | | | | | | | Merge branch '2518-saved-configuration-for-issue-board' into 'master' | Sean McGivern | 2017-11-07 | 14 | -76/+163 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE backport] Saved configuration for issue board See merge request gitlab-org/gitlab-ce!15108 |