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
AgeCommit message (Collapse)Author
2019-08-21Perform cheap thread findKamil Trzciński
If we process message that is not designated to us previously we would fire a separate Thread for that. We don't need to do it. We can cheaply check if thread is available, if it is, we can perform expensive operation then.
2019-08-21Rework `Sidekiq::JobsThreads` into `Monitor`Kamil Trzciński
This makes: - very shallow `Middleware::Monitor` to only request tracking of sidekiq jobs, - `SidekiqStatus::Monitor` to be responsible to maintain persistent connection to receive messages, - `SidekiqStatus::Monitor` to always use structured logging and instance variables
2019-08-21Merge branch 'docs-ssl-clarification' into 'master'Achilleas Pipinellis
Add let's encrypt omnibus guide link Closes #57934 See merge request gitlab-org/gitlab-ce!31301
2019-08-21Add let's encrypt omnibus guide linkMarcel Amirault
2019-08-21Merge branch ↵Achilleas Pipinellis
'update-api-docs-remove-incorrect-group-vulnerabilities-reference' into 'master' Update api_resources docs - remove incorrect group vulnerabilities reference See merge request gitlab-org/gitlab-ce!31979
2019-08-21Merge branch '63372-award-emoji-services' into 'master'Grzegorz Bizon
Add service classes for mutating AwardEmoji Closes #63372 See merge request gitlab-org/gitlab-ce!29782
2019-08-21Merge branch 'winh-frontend-testing-levels-diagrams-docs' into 'master'Kushal Pandya
Add diagrams for frontend testing levels (docs) See merge request gitlab-org/gitlab-ce!31999
2019-08-21Add diagrams for frontend testing levels (docs)Winnie Hellmann
2019-08-21Merge branch '56130-deployed_at' into 'master'Thong Kuah
Replace finished_at with deployed_at for the internal API Deployment entity See merge request gitlab-org/gitlab-ce!32000
2019-08-21Merge branch 'docs-jonfen-contribution' into 'master'Achilleas Pipinellis
Update container_registry.md to handle CA Bundle certs and validation See merge request gitlab-org/gitlab-ce!31891
2019-08-21Update container_registry.md to handle CA Bundle certs and validationMarcel Amirault
2019-08-21Merge branch 'docs-update-request-access' into 'master'Achilleas Pipinellis
Docs: Refresh project request access screenshots See merge request gitlab-org/gitlab-ce!31880
2019-08-21Docs: Refresh project request access screenshotsTristan Williams
2019-08-21Merge branch 'docs-update-start-using-git.md' into 'master'Achilleas Pipinellis
Update doc/gitlab-basics/start-using-git.md See merge request gitlab-org/gitlab-ce!31793
2019-08-21Update doc/gitlab-basics/start-using-git.mdAfzaal Ahmad Zeeshan
2019-08-21Merge branch '62971-embed-specific-metrics-chart-in-issue-docs' into 'master'Achilleas Pipinellis
Embed specific metrics chart in issue docs See merge request gitlab-org/gitlab-ce!31900
2019-08-21Adds specific metric styles and propSimon Knox
This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
2019-08-21Merge branch 'remove-inline-js-in-links' into 'master'Kushal Pandya
Remove inline JS in links See merge request gitlab-org/gitlab-ce!31842
2019-08-21Allow to interrupt running jobsKamil Trzciński
This adds a middleware to track all threads for running jobs. This makes sidekiq to watch for redis-delivered notifications. This makes be able to send notification to interrupt running sidekiq jobs. This does not take into account any native code, as `Thread.raise` generates exception once the control gets back to Ruby. The separate measure should be taken to interrupt gRPC, shellouts, or anything else that escapes Ruby.
2019-08-21Merge branch '59786-show-renamed-file-in-mr' into 'master'Filipa Lacerda
Fix to show renamed file in mr Closes #59786 See merge request gitlab-org/gitlab-ce!31888
2019-08-21Fix to show renamed file in mrSamantha Ming
2019-08-21Merge branch 'winh-prevent-multiple-recaptcha-modals' into 'master'Kushal Pandya
Throw error for multiple RecaptchaModal instances See merge request gitlab-org/gitlab-ce!32017
2019-08-21Throw error for multiple RecaptchaModal instancesWinnie Hellmann
2019-08-21Merge branch ↵Filipa Lacerda
'ce-port-12918-metrics-dashboard-alerting-menu-unavailable-when-additional-panel-types-is-enabled-2' into 'master' CE Port: Use EE panel type to display alert menu correctly in dashboards See merge request gitlab-org/gitlab-ce!31873
2019-08-21CE Port: Use EE panel type to display alert menu correctly in dashboardsMiguel Rincon
2019-08-21Merge branch 'winh-autosave_spec-sync' into 'master'Kushal Pandya
Make native event test in autosave_spec.js synchronous See merge request gitlab-org/gitlab-ce!32003
2019-08-21Make native event test in autosave_spec.js synchronousWinnie Hellmann
2019-08-21Merge branch '46299-wiki-page-creation' into 'master'Filipa Lacerda
Remove wiki page slug dialog step when creating wiki page See merge request gitlab-org/gitlab-ce!31362
2019-08-21Merge branch '65427-improve-system-notes-for-zoom-links' into 'master'Thong Kuah
Resolve "Improve system notes for Zoom links" Closes #65427 See merge request gitlab-org/gitlab-ce!31410
2019-08-21ES: sync with EEMark Chao
Doc for multi-indices archtecture
2019-08-21Merge branch 'clarify-only-except-docs' into 'master'Evan Read
Added an example to doumentation for using multiple build policies with only: and except: See merge request gitlab-org/gitlab-ce!31983
2019-08-21Added an example to doumentation for using multiple build policies with ↵drew
only: and except:
2019-08-21Merge branch 'docs-k8s-caps' into 'master'Evan Read
Update capitalization in k8s cheat sheet Closes #65816 See merge request gitlab-org/gitlab-ce!32036
2019-08-21Update capitalization in k8s cheat sheetMarcel Amirault
2019-08-21Merge branch 'docs-patch-71' into 'master'Achilleas Pipinellis
Improve details about when rebase button is offered See merge request gitlab-org/gitlab-ce!29644
2019-08-21Improve details about when rebase button is offeredBen Bodenmiller
2019-08-21Merge branch 'docs/pipelines-gitaly-version-removal' into 'master'Evan Read
Remove Gitaly version in the docs See merge request gitlab-org/gitlab-ce!32006
2019-08-21Merge branch 'zm-rephrase-ci-docs' into 'master'Evan Read
Update grammar in DAG docs See merge request gitlab-org/gitlab-ce!32021
2019-08-21Merge branch 'winh-frontend-testing-code-blocks-docs' into 'master'Evan Read
Fix code blocks in frontend testing guide (docs) See merge request gitlab-org/gitlab-ce!32002
2019-08-21Fix code blocks in frontend testing guide (docs)Winnie Hellmann
2019-08-21Merge branch 'docs-fix-soft-deletion' into 'master'Evan Read
Fix outdated references to soft deletion See merge request gitlab-org/gitlab-ce!31982
2019-08-21Improve specs for Issues and Notes controllersLuke Duncalfe
This adds test that Todos are completed. https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
2019-08-21Use AwardEmojis services in GraphQL mutationsLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
2019-08-21Add service classes for mutating AwardEmojiLuke Duncalfe
Adding, destroying and toggling emoji previously lacked services and instead were performed through methods called on Awardable models. This led to inconsistencies where relevant todos would be marked as done only when emoji were awarded through our controllers, but not through the API. Todos could also be marked as done when an emoji was being removed. Behaviour changes - Awarding emoji through the API will now mark a relevant Todo as done - Toggling an emoji off (destroying it) through our controllers will no longer mark a relevant Todo as done Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
2019-08-21Renaming AwardedEmojiFinder to a ServiceLuke Duncalfe
This finder class acts more as a service, as it only returns mapped data. Renaming this class allows us to create a new AwardEmojiFinder without the ambiguity of there being two similarly-named finders. https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
2019-08-21Remove inline JS in linksHeinrich Lee Yu
Changes these to use unobtrusive JS
2019-08-21New wiki page redirects user to random slugLuke Duncalfe
Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
2019-08-20Merge branch 'master' into 'master'Paul Slaughter
Remove margin from user header buttons Closes #57966 See merge request gitlab-org/gitlab-ce!30878
2019-08-20Remove margin from user header buttonsLucy Fox
2019-08-20Merge branch '66066-dark-theme-style-for-expansion-on-mr-diffs' into 'master'Mike Greiling
Match syntax highlighting theme for line expansion rows Closes #66066 See merge request gitlab-org/gitlab-ce!31821