Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Memoize Repository#empty? instead of double caching the valuesh-remove-double-caching-repo-empty | Stan Hu | 2018-03-07 | 3 | -5/+10 |
| | | | | | | | | | | | | | | | | | We saw that in a customer instance, `empty?` was cached to be `true` even though `has_visible_content?` and `exists?` were `true`. This double caching can run into edge cases because there's no guarantee that the inner values will properly expire the outer one, especially if there is Redis replication lag. Consider this scenario: 1. `exists?` and `has_visible_content?` are false 2. `empty?` is expired 3. A subsequent call to `empty?` returns `true` because `exists?` is false even though `empty` is true 4. `exists?` and `has_visible_content?` are then expired 5. `exists?` and `has_visible_content?` are set to true 6. `empty?` is still stuck in the wrong value as `true` Closes #43882 | ||||
* | Merge branch 'remove-common-vue' into 'master' | Clement Ho | 2018-03-06 | 12 | -31/+8 |
|\ | | | | | | | | | Remove common_vue bundle See merge request gitlab-org/gitlab-ce!17551 | ||||
| * | Remove common_vue bundle | Mike Greiling | 2018-03-06 | 12 | -31/+8 |
|/ | |||||
* | Merge branch 'ee-183-common-code-backport' into 'master' | Sean McGivern | 2018-03-06 | 2 | -1/+23 |
|\ | | | | | | | | | Gitlab::Utils - backport `.ensure_array_from_string` from EE See merge request gitlab-org/gitlab-ce!17574 | ||||
| * | Gitlab::Utils - backport `.ensure_array_from_string` from EE | Mario de la Ossa | 2018-03-06 | 2 | -1/+23 |
|/ | |||||
* | Merge branch 'banzai-n-plus-one' into 'master' | Douwe Maan | 2018-03-06 | 1 | -1/+2 |
|\ | | | | | | | | | Gitaly N+1 notice on Banzai filtering See merge request gitlab-org/gitlab-ce!17540 | ||||
| * | Add Gitaly N+1 notice for Banzai filtering | Alejandro Rodríguez | 2018-03-05 | 1 | -1/+2 |
| | | |||||
* | | Merge branch ↵ | Kamil Trzciński | 2018-03-06 | 5 | -2/+83 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'move-pipeline_default-update_head_pipeline_for_merge_request-queue-to-pipeline_processing-namespace' into 'master' Move update_head_pipeline_for_merge_request queue to `pipeline_processing` namespace Closes #43919 See merge request gitlab-org/gitlab-ce!17572 | ||||
| * | | Change queue namespace of UpdateHeadPipelineForMergeRequestWorker | Shinya Maeda | 2018-03-07 | 1 | -0/+2 |
| | | | |||||
| * | | Move update_head_pipeline_for_merge_request queue to pipeline_processing ↵ | Shinya Maeda | 2018-03-07 | 4 | -2/+81 |
| | | | | | | | | | | | | namespace | ||||
* | | | Merge branch 'sha256-checksum-for-trace' into 'master' | Kamil Trzciński | 2018-03-06 | 2 | -5/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Set sha256 checksum when archiving traces Closes #43940 See merge request gitlab-org/gitlab-ce!17570 | ||||
| * | | | Fix false positive spec of using digest instead of hexdigest | Shinya Maeda | 2018-03-07 | 1 | -4/+4 |
| | | | | |||||
| * | | | Set sha256 checksum when archiving traces | Shinya Maeda | 2018-03-07 | 2 | -1/+4 |
| |/ / | |||||
* | | | Merge branch 'ce-3727-fe-labels-for-epics' into 'master' | Filipa Lacerda | 2018-03-06 | 3 | -5/+7 |
|\ \ \ | | | | | | | | | | | | | | | | | CE Port: Add `js-` classes in LabelsSelect component See merge request gitlab-org/gitlab-ce!17558 | ||||
| * | | | Backport description composition from EEce-3727-fe-labels-for-epics | Kushal Pandya | 2018-03-06 | 1 | -2/+4 |
| | | | | |||||
| * | | | Add `js-*` class to refer in JS | Kushal Pandya | 2018-03-06 | 2 | -3/+3 |
| | | | | |||||
* | | | | Merge branch 'cluster-monitoring-changes-ce-backport' into 'master' | Phil Hughes | 2018-03-06 | 12 | -108/+225 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Cluster monitoring changes CE backport See merge request gitlab-org/gitlab-ce!17547 | ||||
| * | | | | prefer checking explicitly for null | Mike Greiling | 2018-03-06 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | replace fixture with simple mount point | Mike Greiling | 2018-03-06 | 2 | -39/+6 |
| | | | | | |||||
| * | | | | add new tests for metrics dashboard changes | Mike Greiling | 2018-03-06 | 1 | -9/+34 |
| | | | | | |||||
| * | | | | move misplaced entry pointcluster-monitoring-changes-ce-backport | Mike Greiling | 2018-03-06 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | coerce hasMetrics to a boolean value before instantiating the Vue component | Mike Greiling | 2018-03-06 | 3 | -7/+11 |
| | | | | | |||||
| * | | | | prefer getElementById | Mike Greiling | 2018-03-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix karma tests | Mike Greiling | 2018-03-06 | 1 | -1/+16 |
| | | | | | |||||
| * | | | | remove prometheus panel styling on cluster monitoring page | Mike Greiling | 2018-03-06 | 2 | -1/+21 |
| | | | | | |||||
| * | | | | lighten axis tick text | Mike Greiling | 2018-03-06 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | add ability to override graph size measurements | Mike Greiling | 2018-03-06 | 2 | -1/+12 |
| | | | | | |||||
| * | | | | fix spacing around axis label text in small breakpoints | Mike Greiling | 2018-03-06 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | hide legend without hiding the axis labels | Mike Greiling | 2018-03-06 | 2 | -35/+42 |
| | | | | | |||||
| * | | | | add option to hide the graph legend | Mike Greiling | 2018-03-06 | 2 | -1/+15 |
| | | | | | |||||
| * | | | | use proper dependency injection for monitoring dashboard component | Mike Greiling | 2018-03-06 | 3 | -23/+69 |
| | | | | | |||||
| * | | | | make deployments endpoint optional | Mike Greiling | 2018-03-06 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | add prometheus cluster health monitoring empty state | Mike Greiling | 2018-03-06 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Merge branch 'issue_38337' into 'master' | Sean McGivern | 2018-03-06 | 67 | -469/+1730 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring one group board to CE Closes #38337 See merge request gitlab-org/gitlab-ce!17274 | ||||
| * \ \ \ \ | Merge branch 'master' into 'issue_38337' | Felipe Artur | 2018-03-06 | 543 | -11966/+29559 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb | ||||
| * | | | | | | Fix a typo, a conflict and improve documentationissue_38337 | Felipe Artur | 2018-03-06 | 3 | -2/+5 |
| | | | | | | | |||||
| * | | | | | | Address review comments | Felipe Artur | 2018-03-05 | 9 | -47/+31 |
| | | | | | | | |||||
| * | | | | | | Bring one group board to CE | Felipe Artur | 2018-03-03 | 66 | -469/+1744 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'prepend-grape-api-ce' into 'master' | Rémy Coutable | 2018-03-06 | 1 | -21/+40 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify lib/api/merge_requests.rb with EE See merge request gitlab-org/gitlab-ce!17539 | ||||
| * | | | | | | | Unify lib/api/merge_requests.rb with EEprepend-grape-api-ce | Lin Jen-Shin | 2018-03-06 | 1 | -21/+40 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'rc/speedup-rake-jobs' into 'master' | Robert Speicher | 2018-03-06 | 1 | -131/+113 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | Speedup CI jobs See merge request gitlab-org/gitlab-ce!14911 | ||||
| * | | | | | | New .dedicated-no-docs-pull-cache-job and .no-db-job definitions | Rémy Coutable | 2018-03-06 | 1 | -136/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should speed up a bit some jobs. Also, use ruby:2.4-alpine image in the flaky-examples-check job Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Add date calls in .gitlab-ci.yml to see how long each step take | Rémy Coutable | 2018-03-06 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | Merge branch 'docs-devguide-cherry-pick-ce-to-ee' into 'master' | Achilleas Pipinellis | 2018-03-06 | 2 | -2/+140 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs guidelines: cherry-picking commits from CE to EE Closes #41338 and #28822 See merge request gitlab-org/gitlab-ce!17367 | ||||
| * | | | | | | | Docs guidelines: cherry-picking commits from CE to EE | Marcia Ramos | 2018-03-06 | 2 | -2/+140 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch '5029-support-cluster-metrics-ce' into 'master' | Grzegorz Bizon | 2018-03-06 | 30 | -370/+403 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring changes to support cluster metrics in EE Closes #42820 See merge request gitlab-org/gitlab-ce!17336 | ||||
| * | | | | | | Merge remote-tracking branch 'upstream/master' into ↵5029-support-cluster-metrics-ce | Pawel Chojnacki | 2018-03-06 | 1193 | -16194/+18833 |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5029-support-cluster-metrics-ce # Conflicts: # spec/models/clusters/applications/prometheus_spec.rb | ||||
| * | | | | | | Arg.id via method pointer | Pawel Chojnacki | 2018-03-06 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | one space too far | Pawel Chojnacki | 2018-03-05 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Check if prometheus_adapter is properly called | Pawel Chojnacki | 2018-03-05 | 3 | -32/+21 |
| | | | | | | |