summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use Benchmark.realtime to measure job time56752-replace-sidekiq-metricsRyan Cobb2019-07-261-3/+2
|
* Only report real time for sidekiq completion time metricRyan Cobb2019-07-262-16/+14
|
* Remove unnecessary spaceRyan Cobb2019-07-241-1/+0
|
* Remove sidekiq sampler config optionsRyan Cobb2019-07-242-3/+0
|
* Remove sidekiq samplerRyan Cobb2019-07-245-83/+49
| | | | | | This removes sidekiq sampler in favor of using sidekiq server middleware. This way each sidekiq process will report it's own job metrics.
* Start sidekiq sampler in sidekiq serverRyan Cobb2019-07-236-35/+51
| | | | | | This makes it so we start the sidekiq sampler in the sidekiq server. It also removes sidekiq_jobs_memory_allocated_bytes metric and increases the sidekiq sampler interval.
* Add specs for sidekiq metricsRyan Cobb2019-07-182-0/+61
|
* Remove enabled? method from sidekiq samplerRyan Cobb2019-07-181-4/+0
|
* Adds direct monitoring for sidekiq metricsRyan Cobb2019-07-186-0/+74
| | | | | This adds diirect monitoring for sidekiq metrics. This is done via sidekiq middleware and a sampler to pull from sidekiqs api.
* Merge branch 'improve-chaos-controller' into 'master'Stan Hu2019-07-113-46/+113
|\ | | | | | | | | | | | | Add `db_spin` and refactor ChaosController Closes #64425 See merge request gitlab-org/gitlab-ce!30559
| * Add `db_spin` and refactor ChaosControllerimprove-chaos-controllerKamil Trzciński2019-07-113-46/+113
| |
* | Merge branch '64388-remove-unused-code' into 'master'Mayra Cabrera2019-07-111-4/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove unused method Closes #64388 See merge request gitlab-org/gitlab-ce!30576
| * | Remove unused methodRyan Cobb2019-07-111-4/+0
|/ /
* | Merge branch 'qa/e2e-test-issue-comment' into 'master'63572-saml-authorize-screen-does-not-show-user-accountWalmyr2019-07-113-1/+42
|\ \ | | | | | | | | | | | | Add end-to-end test for creating and editing issue comments See merge request gitlab-org/gitlab-ce!30571
| * | Add new e2e test for adding and editing commentsqa/e2e-test-issue-commentWalmyr Lima2019-07-111-0/+31
| | | | | | | | | | | | ...on issues.
| * | Update page object with new element and methodWalmyr Lima2019-07-111-0/+10
| | |
| * | Update vue component with class for testabilityWalmyr Lima2019-07-111-1/+1
| | |
* | | Merge branch '35757-move-issues-in-boards-pderichs' into 'master'Jan Provaznik2019-07-116-11/+354
|\ \ \ | | | | | | | | | | | | | | | | Add endpoint to move issues in boards See merge request gitlab-org/gitlab-ce!30216
| * | | Add endpoint to move multiple issues35757-move-issues-in-boards-pderichsPatrick Derichs2019-07-116-11/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs for new endpoint to move multiple issues. Add changelog entry Just check the first issue for the ability to move / update Add specs for exceeding limits and malformed requests Changed name of shared examples Change title of changelog entry Use %i instead of %w Check permission to update issue on project instead of board Use admin_issue permission to check for issue move ability Changed variable name to avoid shadow issue_params method Rename route to bulk_move Change route definition Check permissions for each issue Combine methods for parameters permit check Remove extra context Change description of context Check param for type Array Add unit tests to MoveService Use before_action for permission check Use set instead of let! Use let's instead of set
* | | | Merge branch '63667-hashed-storage-migration-count-correctly' into 'master'Douglas Barbosa Alexandre2019-07-115-57/+118
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display the amount for Hashed Storage migration/rollback correctly Closes #63667 See merge request gitlab-org/gitlab-ce!29996
| * | | | Display the amount for Hashed Storage migration/rollback correctly63667-hashed-storage-migration-count-correctlyGabriel Mazetto2019-07-104-57/+72
| | | | | | | | | | | | | | | | | | | | | | | | | Rake script considers the specified range, if present, to calculate the affected amount of projects correctly.
| * | | | Added the `abort_execution` matcherGabriel Mazetto2019-07-101-0/+46
| | | | |
* | | | | Merge branch '51575-remove-rails-4-specific-code-from-fromunion-from_union' ↵Robert Speicher2019-07-111-5/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Remove Rails 4-specific code from `FromUnion.from_union` Closes #51575 See merge request gitlab-org/gitlab-ce!30587
| * | | | | Pass string directly to #from51575-remove-rails-4-specific-code-from-fromunion-from_unionHeinrich Lee Yu2019-07-111-5/+1
| | | | | |
* | | | | | Merge branch 'gitaly-version-v1.53.0' into 'master'64440-limit-creation-of-the-alert-bot-in-usage-pingJan Provaznik2019-07-112-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Gitaly to v1.53.0 See merge request gitlab-org/gitlab-ce!30614
| * | | | | | Upgrade Gitaly to v1.53.0GitalyBot2019-07-112-1/+6
|/ / / / / /
* | | | | | Merge branch 'docs-fl-fe-guide' into 'master'Achilleas Pipinellis2019-07-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates frontend to Frontend See merge request gitlab-org/gitlab-ce!30631
| * | | | | | Updates frontend to FrontendFilipa Lacerda2019-07-111-1/+1
| | | | | | |
* | | | | | | Merge branch 'docs-code-block-style-5' into 'master'Achilleas Pipinellis2019-07-1121-1032/+1058
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Fix whitespace in install and integration docs See merge request gitlab-org/gitlab-ce!30600
| * | | | | | Fix whitespace in install and integration docsMarcel Amirault2019-07-1121-1032/+1058
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor white space issues in install and integration docs
* | | | | | Merge branch '64091-fix-broken-terminal' into 'master'Filipa Lacerda2019-07-112-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken environments terminal See merge request gitlab-org/gitlab-ce!30401
| * | | | | | Load terminal css file in environments pageJacques Erasmus2019-07-112-0/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | Loaded the xterm css file in order to fix the styling issues
* | | | | | Merge branch '63691-fix-doc-link' into 'master'Filipa Lacerda2019-07-112-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct link to external_dashboard doc See merge request gitlab-org/gitlab-ce!30019
| * | | | | | Correct link to external_dashboard docReuben Pereira2019-07-112-1/+6
|/ / / / / /
* | | | | | Merge branch '490-enable-puma-by-default-in-GDK' into 'master'Grzegorz Bizon2019-07-113-57/+73
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable puma by default in GDK Closes gitlab-development-kit#490 See merge request gitlab-org/gitlab-ce!30285
| * | | | | | Enable puma by default in GDK490-enable-puma-by-default-in-GDKQingyu Zhao2019-07-093-57/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two changes: 1. Move bin/web to bin/web_unicorn(removed PUMA switching logic) Introduce new shadow script bin/web. Now we have 3 scripts working together: bin/web, bin/web_puma, bin/web_unicorn In bin/web, it checks ENV['USE_WEB_SERVER']: - if value is 'puma' or value is not set, call bin/web_puma - if value is 'unicorn', call bin/web_unicorn - report error if other values given 2. Gitlab rails allow ENV setting to override timeout - ENV['GITLAB_RAILS_RACK_TIMEOUT'] for service_timeout - ENV['GITLAB_RAILS_WAIT_TIMEOUT'] for wait_timeout
* | | | | | | Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon2019-07-115-0/+13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417
| * | | | | | Add docs about CI_SERVER_HOST env variable64161-gitlab-fqdnBalasankar "Balu" C2019-07-102-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
| * | | | | | Add CI variable to provide GitLab FQDNBalasankar "Balu" C2019-07-103-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | | | | | | Merge branch 'docs-add-reconfigure-to-restore' into 'master'Achilleas Pipinellis2019-07-111-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add reconfigure step to secrets restoration See merge request gitlab-org/gitlab-ce!30617
| * | | | | | | Add reconfigure step to secrets restorationdocs-add-reconfigure-to-restoreAlexander Tanayno2019-07-111-1/+2
| | | | | | | |
* | | | | | | | Merge branch 'docs-markdown-for-administration-plantuml' into 'master'Achilleas Pipinellis2019-07-111-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix Markdown example for PlantUML docs See merge request gitlab-org/gitlab-ce!30513
| * | | | | | | Fix Markdown example for PlantUML docsTakuya Noguchi2019-07-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | | Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya2019-07-115-15/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
| * | | | | | | | Set unique modal IDsregistry-fix-multi-delete-modalPaul Gascou-Vaillancourt2019-07-095-15/+13
| | | | | | | | |
* | | | | | | | | Merge branch 'fix-issue-trackers-spec' into 'master'Thong Kuah2019-07-117-12/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure all specs run properly See merge request gitlab-org/gitlab-ce!30367
| * | | | | | | | | Make sure all specs run properlyJarka Košanová2019-07-117-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - handling properties needs to be skipped when creating test records in order to test the legacy data
* | | | | | | | | | Merge branch 'hfy/apply-knative-cluster-role-on-service-account-creation' ↵Achilleas Pipinellis2019-07-1113-15/+161
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Create Knative role and binding with service account See merge request gitlab-org/gitlab-ce!30235
| * | | | | | | | | | Give Knative serving permissions to service accountHordur Freyr Yngvason2019-07-1113-15/+161
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
* | | | | | | | | | Merge branch 'winh-jest-config-node-10' into 'master'Kushal Pandya2019-07-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace path with filename in Jest config Closes #64429 See merge request gitlab-org/gitlab-ce!30608