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-08-07Use separate Kubernetes namespaces per environmentTiger Watson
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
2019-08-07Convert RestClient to Gitlab::HTTP for Prometheus MonitorDavid Wilkins
- Closes #60024 - Change PrometheusClient.new to accept a base url instead of an already created RestClient - Use Gitlab::HTTP in PrometheusClient instead of creating RestClient in PrometheusService - Move http_options from PrometheusService to PrometheusClient (follow_redirects: false) - ensure that base urls don't have the trailing slash - Created a `PrometheusClient#url` method that might not be strictly required - Change rescued exceptions from RestClient::* to HTTParty::ResponseError where possible and StandardError for the rest
2019-08-07Fix nil take regressionMatija Čupić
2019-08-06Merge branch 'remove-peek-gc' into 'master'Stan Hu
Remove GC metrics from performance bar Closes gitlab-org/quality/nightly#122 See merge request gitlab-org/gitlab-ce!31550
2019-08-06Remove GC metrics from performance barSean McGivern
These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
2019-08-06Merge branch '64608-double-tooltips' into 'master'Annabel Dunstone Gray
Prevents showing 2 tooltips in pipelines Closes #64608 See merge request gitlab-org/gitlab-ce!31521
2019-08-06Merge branch 'analytics-top-nav' into 'master'Clement Ho
Add top navigation analytics link See merge request gitlab-org/gitlab-ce!30324
2019-08-06Merge branch '65152-selective-highlight' into 'master'Bob Van Landuyt
Support selective highlighting of lines See merge request gitlab-org/gitlab-ce!31361
2019-08-06Merge branch '43080-speed-up-deploy-keys' into 'master'Thong Kuah
Improve the performance of viewing deploy keys Closes #43080 See merge request gitlab-org/gitlab-ce!31384
2019-08-06Merge branch 'make-issue-boards-importable' into 'master'Sean McGivern
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
2019-08-06Merge branch 'backport-productivty-analytics-migrations' into 'master'Grzegorz Bizon
Backport productivity analytics migrations See merge request gitlab-org/gitlab-ce!31298
2019-08-06Revert "Fixed comparing value to undefined"Natalia Tepluhina
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
2019-08-06Merge branch '65263-manual-action' into 'master'Kushal Pandya
Hides loading spinner after request Closes #65263 See merge request gitlab-org/gitlab-ce!31478
2019-08-06Add actions dropdown to metrics chartsSimon Knox
Added as EE backport
2019-08-06Hides loading spinner after requestFilipa Lacerda
In the pipeline's actions, moves the request to the component to allow to manage the inner state properly
2019-08-06Merge branch 'update-reliable-fetcher' into 'master'Sean McGivern
Update reliable fetcher See merge request gitlab-org/gitlab-ce!31416
2019-08-06Add note about refactoring to board_service.jsWinnie Hellmann
2019-08-06Prevents showing 2 tooltips in pipelinesFilipa Lacerda
In pipeline's table two tooltips were being rendered With this change only one tooltip is trigerred on hover
2019-08-06Add MergeRequestDiff#lines_count convenience methodPavel Shutsin
2019-08-06Add inheritance flexibility to issuable collectionsPavel Shutsin
2019-08-06Add top navigation analytics linkLuke Bennett
2019-08-06Support selective highlighting of linesPatrick Bajao
Instead of highlighting all lines when not all of them are needed, only highlight specific lines. The `BlobPresenter#highlight` method has been updated to support `since` and `to` params. These params will be used to limit the content to be highlighted. Modify `Gitlab::Highlight` to support `since` param which will then be used to determine the starting line number.
2019-08-06Merge branch 'fix-diverging-counts-ruby2.5' into 'master'Stan Hu
(Really) Fix Ruby 2.5 compatibility for diverging counts of branches Closes #64143 See merge request gitlab-org/gitlab-ce!31491
2019-08-06Update reliable fetcherValery Sizov
We added retry_count increment when job is recovered
2019-08-06Fix Admin area user access level radio button labelsDrew Blessing
In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
2019-08-06Fix Ruby 2.5 compatibility for diverging counts of branchesDaniel Gerhardt
!31480 does not fully restore compatibility because another Ruby 2.6 feature besides `Enumerable#filter` was used in commit ca5cd7b7. The use of `Enumerable#to_h`'s block is now replaced by an explicit `Enumerable#map` call. Error message: TypeError (wrong element type Gitlab::Git::Branch at 0 (expected array)): app/controllers/projects/branches_controller.rb:53:in `to_h' See https://bugs.ruby-lang.org/issues/15143. Fixes #64143.
2019-08-06Revert "Make status icon in merge widget borderless"Marcel van Remmerden
This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
2019-08-06Fix error on project nameGosia Ksionek
Add project path to sql query to build proper path
2019-08-05Add group level container repository endpointsSteve Abrams
API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
2019-08-05Removed external dashboard legend borderOlena Horal-Koretska
2019-08-05Merge branch ↵Clement Ho
'63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master' Fixed bug from extra parenthesis Closes #63474 See merge request gitlab-org/gitlab-ce!31479
2019-08-05Use select instead of filter to support 2.5Igor
2019-08-05Fixed bug from extra parenthesisDonald Cook
2019-08-05Merge branch ↵Douwe Maan
'11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master' Remove visual review app feature flag See merge request gitlab-org/gitlab-ce!31429
2019-08-05Merge branch 'improve-mr-enhance-style-of-the-shared-runners-limit' into ↵Kushal Pandya
'master' Refactor passing props to jobs/index.js See merge request gitlab-org/gitlab-ce!31472
2019-08-05Speed up loading and filtering deploy keys and their projectsNick Thomas
This commit changes how we eager-load projects, routes, and namespaces required by the deploy keys endpoint, getting a 10x improvement in my local testing. The endpoint still doesn't scale in-general, but going from ~13 seconds to dump a 63K result to generating the same thing in ~1.6 seconds seems like a good improvement to me.
2019-08-05Stop using pluck to get deploy keys for a userNick Thomas
2019-08-05Fix a bug in User#accessible_deploy_keysNick Thomas
2019-08-05Add help text next to Custom Metrics sectionReuben Pereira
- Also add requirements to the docs for custom metrics.
2019-08-05Make Issue boards importableJason Colyer
- Added space to li definiton - Remove milestone from import_export.yml
2019-08-05Refactor passing props to jobs/index.jsAmmar Alakkad
2019-08-05Merge branch 'jprovazn-fix-positioning' into 'master'Sean McGivern
Optimize relative re-positioning See merge request gitlab-org/gitlab-ce!30938
2019-08-05Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into ↵Thong Kuah
'master' Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
2019-08-05Enhance style of the shared runners limitAmmar Alakkad
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
2019-08-05Use SQL to find the gap instead of iteratingHeinrich Lee Yu
Also removes unnecessary methods causing extra queries
2019-08-05Optimize rebalancing of relative positioningJan Provaznik
Moving of neighbour items was done recursively - this was extremely expensive when multiple items had to be moved. This change optimizes the code to find nearest possible gap where items can be moved and moves all of them with single update query.
2019-08-05Merge branch 'prefer-to-use-process-pipeline-worker' into 'master'Sean McGivern
Extend PipelineProcessWorker to accept a list of builds See merge request gitlab-org/gitlab-ce!31425
2019-08-05Fix display of performance bar shortcut help textMarcel Amirault
2019-08-05Add support for deferred links in persistent user calloutsDennis Tang
Persistent user callouts now support deferred links, which are links that can be used to dismiss the callout, and then proceed to follow the link's original location. This ensures that the callout dismissal is properly recorded before the user leaves the page.
2019-08-05Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable
Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177