Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-07-08Create CTE query for clusters hierarchyThong Kuah
- This enables us to use a scope to query all clusters in group hierarchy order in one query, and also enables us to union to instance clusters later. - Handle case where clusters not present at level. In which case the query should go ahead and return the next level's clusters. - Swap with new CTE query behind Feature flag. This FF is default disabled.
2019-07-06Prevent amplification of ReactiveCachingWorker jobs upon failuresStan Hu
When `ReactiveCachingWorker` hits an SSL or other exception that occurs quickly and reliably, automatically rescheduling a new worker could lead to excessive number of jobs being scheduled. This happens because not only does the failed job get rescheduled in a minute, but each Sidekiq retry will also add even more rescheduled jobs. In busy instances, this can become an issue because large numbers of `ReactiveCachingWorker` running can cause high rates of `ExclusiveLease` reads to occur and possibly saturate the Redis server with queries. We now disable this automatic retry and rely on Sidekiq to perform its 3 retries with a backoff period. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64176
2019-07-06Remove applySuggestion from notes serviceWinnie Hellmann
2019-07-06Add OpenSSL::OpenSSLError to HTTP_ERRORSDouglas Barbosa Alexandre
Some services can raise OpenSSL::X509::CertificateError due to an invalid SSL certificates, with OpenSSL::OpenSSLError we can handle these errors.
2019-07-05Merge branch 'dm-queue-mirror-jobs-in-batches-drain-ce' into 'master'Bob Van Landuyt
Add queue_size method to ApplicationWorker See merge request gitlab-org/gitlab-ce!30416
2019-07-05Add queue_size method to ApplicationWorkerDouwe Maan
2019-07-05Merge branch '63976-discussion-sticky-header' into 'master'Phil Hughes
Fix top position of sticky file header on discussion tab Closes #63976 See merge request gitlab-org/gitlab-ce!30410
2019-07-05Remove unresolved class and fixed height in discussion headerDavid Palubin
2019-07-05Fix top position of sticky file header on discussion tabAnnabel Dunstone Gray
2019-07-05Merge branch '12550-fullscrean' into 'master'Phil Hughes
Removes EE differences for app/views/layouts/fullscreen.html.haml Closes gitlab-ee#12550 See merge request gitlab-org/gitlab-ce!30403
2019-07-05Merge branch '51794-add-ordering-to-runner-jobs-api' into 'master'Lin Jen-Shin
Adding order by to list runner jobs api. Closes #51794 See merge request gitlab-org/gitlab-ce!29629
2019-07-05Merge branch 'create-merge-train-ref-ce' into 'master'Douwe Maan
CE Port: Extend `MergeToRefService` to create merge ref from an arbitrary ref See merge request gitlab-org/gitlab-ce!30361
2019-07-05Merge branch 'make-explicit-endpoint-abort-in-auto-merge-ce' into 'master'Kamil Trzciński
CE Port: Split AutoMergeService interfaces into two `cancel` and `abort` See merge request gitlab-org/gitlab-ce!30249
2019-07-05Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda
Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
2019-07-05Merge branch '12553-preferences' into 'master'Phil Hughes
Removes EE differences for app/views/profiles/preferences/show.html.haml Closes gitlab-ee#12553 See merge request gitlab-org/gitlab-ce!30397
2019-07-05Merge branch 'fix-divergence-graph-error' into 'master'Filipa Lacerda
Fix divergence graph loading error Closes #64143 See merge request gitlab-org/gitlab-ce!30393
2019-07-05Removes EE differencesFilipa Lacerda
2019-07-05Create private merge requests in forksPhil Hughes
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
2019-07-05Refactor PositionTracer to support different typesPatrick Bajao
This is to prepare for supporing image type position tracing
2019-07-05Merge branch 'remove_unused_k8s_service_methods' into 'master'Lin Jen-Shin
Remove now unused KubernetesService methods See merge request gitlab-org/gitlab-ce!29925
2019-07-05Fix divergence graph loading errorPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64143
2019-07-05Extend MergeToRefService for creating merge ref from the other refShinya Maeda
Currently, MergeToRefService is specifically designed for createing merge commits from source branch and target branch of merge reqeusts. We extend this behavior to source branch and any target ref paths.
2019-07-05Removes EE differencesFilipa Lacerda
2019-07-05Adding order by to list runner jobs api.sujay patel
2019-07-05Fix alert creation dropdown menuSarah Yasonik
2019-07-05Adding order by to list runner jobs api.sujay patel
2019-07-05Merge branch ↵Bob Van Landuyt
'58409-increase-graphql-complexity-for-fields-that-make-gitaly-calls' into 'master' Increase GraphQL complexity for fields that make Gitaly Calls Closes #58409 See merge request gitlab-org/gitlab-ce!28814
2019-07-05Split AutoMergeService interfaces into two `cancel` and `abort`Shinya Maeda
Create explicit endpoint - abort.
2019-07-05Address reviewer commentscharlieablett
- Remove Gitaly call check for fields that have a constant complexity declared - Add associated test
2019-07-04Remove now unused KubernetesService methodsJames Fargher
Now that KubernetesService can no longer be a DeploymentPlatform we can remove all kubernetes client code and KubernetesService edge cases.
2019-07-04Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre
Allow asynchronous rebase operations to be monitored Closes #54117 See merge request gitlab-org/gitlab-ce!29940
2019-07-04Implements lease_release on NamespaceAggregationMayra Cabrera
Sets lease_release? to false to prevent the job to be re-executed more often than lease timeout Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64079
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-07-04Merge branch '12556-flash-message' into 'master'Phil Hughes
Removes EE differences for app/views/projects/_flash_messages.html.haml Closes gitlab-ee#12556 See merge request gitlab-org/gitlab-ce!30344
2019-07-04Copy content from BoardService to boardsStoreWinnie Hellmann
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-07-04Create EE-specific initNewListDropdown() functionWinnie Hellmann
(cherry picked from commit 844666193f0740ab9c5f91d60d61acb6ce14cfaf)
2019-07-04Merge branch '12368-main-js' into 'master'Phil Hughes
Resolve CE/EE diff in main.js See merge request gitlab-org/gitlab-ce!30347
2019-07-04Merge branch 'nfriend-make-haml-tooltip-delay-user-configurable' into 'master'Fatih Acet
Allow vanilla JS tooltip delay to be customized through localStorage See merge request gitlab-org/gitlab-ce!30196
2019-07-04Merge branch 'refactor-pipeline-errors_message-ce' into 'master'Kamil Trzciński
CE Port: Refactor pipeline errors_message See merge request gitlab-org/gitlab-ce!30116
2019-07-04Extract mounting of multiple boards switcherWinnie Hellmann
2019-07-04Vue-i18n: app/assets/javascripts/sidebar directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/sidebar directory
2019-07-04Vue-i18n: app/assets/javascripts/notes directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/notes directory
2019-07-04Resolve CE/EE diff in main.jsLukas Eipert
Moving ee/main.js to ee/main_ee.js allows to add a noop file in CE and utilize ee_else_ce.
2019-07-04Removes EE differencesFilipa Lacerda
2019-07-04Set default project sort method prior to initial sort on page loadingDavid Palubin
2019-07-04Merge branch 'fix-mwps-shows-inconsistent-sha-ce' into 'master'Douwe Maan
CE Port: Fix MWPS/ADMTWPS system notes shows wrong sha See merge request gitlab-org/gitlab-ce!30160
2019-07-04Backports for EE's "Allow adding groups to CODEOWNERS file"Igor
Some general code has been added/removed in EE version which needs to be backported in CE
2019-07-04Merge branch 'little-cluster-health-charts-ce' into 'master'Phil Hughes
Use gl-empty-state for monitor charts See merge request gitlab-org/gitlab-ce!30268
2019-07-04Allow asynchronous rebase operations to be monitoredNick Thomas
This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
2019-07-04Merge branch 'sh-fix-issue-63349' into 'master'Rémy Coutable
Make Housekeeping button do a full garbage collection Closes #63349 See merge request gitlab-org/gitlab-ce!30289