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-06Merge branch 'sh-use-redis-caching-store' into 'master'Ash McKenzie
Use Rails 5.2 Redis caching store Closes #64794 See merge request gitlab-org/gitlab-ce!30966
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-06Use Rails 5.2 Redis caching storeStan Hu
This is the first step in providing a fault-tolerant and distributed Redis caching store. We disable compression to avoid introducing a change that could have an adverse effect in production. Note that we won't be able to take advantage of the fault-tolerance and distributed features yet until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/64829. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64794
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-05Update CHANGELOG.md for 12.1.4GitLab Release Tools Bot
[ci skip]
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-05Merge branch 'sh-disable-redis-peek' into 'master'Douglas Barbosa Alexandre
Only track Redis calls if Peek is enabled See merge request gitlab-org/gitlab-ce!31438
2019-08-05Removed external dashboard legend borderOlena Horal-Koretska
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-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-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
2019-08-05Merge branch 'GL-12757' into 'master'Sean McGivern
Increase clair scanner from v11 to v12 See merge request gitlab-org/gitlab-ce!30809
2019-08-05Set DOCKER_TLS_CERTDIR in CI job templatesCameron Boulton
2019-08-05Allow Cert-Manager to be uninstalledTiger
Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
2019-08-03Only track Redis calls if Peek is enabledStan Hu
In dev environments, Sidekiq was encountering the message: Circular dependency detected while autoloading constant Gitlab::Profiler This saves some overhead during normal usage.
2019-08-02Hide cluster details until cluster is createdMike Greiling
Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
2019-08-02provide a more descriptive changelog entrymo khan
2019-08-02change merge request idmo khan
2019-08-02add changelog entrymo
2019-08-02Implement Helm ResetCommand for removing TillerDylan Griffith
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
2019-08-02Merge branch '64092-removes-update-statistics-namespace-feature-flag' into ↵Bob Van Landuyt
'master' Removes update_statistics_namespace feature flag See merge request gitlab-org/gitlab-ce!31392
2019-08-02Merge branch '17276-breakage-in-displaying-svg-in-the-same-repository' into ↵Robert Speicher
'master' Resolve "Breakage in displaying SVG in the same repository" See merge request gitlab-org/gitlab-ce!31352
2019-08-02Refactor SystemHookUrlValidator and specsGeorge Koltsov
Simplify SystemHookUrlValidator to inherit from PublicUrlValidator Refactor specs to move out shared examples to be used in both system hooks and public url validators.
2019-08-02Add changelog entryGeorge Koltsov
2019-08-02Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert
Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
2019-08-02Removes update_statistics_namespace feature flagMayra Cabrera
After measuring the impact of the namespace storage on https://gitlab.com/gitlab-org/gitlab-ce/issues/64092. It was decided that it's performant enough. So we can freely remove the feature flag Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64092
2019-08-02Call `GC::Profiler.clear` only in one placeAleksei Lipniagov
Previously, both InfluxSampler and RubySampler were relying on the `GC::Profiler.total_time` data which is the sum over the list of captured GC events. Also, both samplers asynchronously called `GC::Profiler.clear` which led to incorrect metric data because each sampler has the wrong assumption it is the only object who calls `GC::Profiler.clear` and thus could rely on the gathered results between such calls. We should ensure that `GC::Profiler.total_time` is called only in one place making it possible to rely on accumulated data between such wipes. Also, we need to track the amount of profiler reports we lost.
2019-08-02Merge branch 'fix-bin-web-puma-script-to-consider-rails-env' into 'master'Kamil Trzciński
Make `bin/web_puma` consider RAILS_ENV See merge request gitlab-org/gitlab-ce!31378
2019-08-02Resolve Incorrect empty state message on "Explore projects"Dennis Tang
2019-08-02Only render job sidebar block if it has contentMiranda Fluharty
Change sidebar's renderBlock() to return true only if any of the block's <detail-row>s will be rendered Change block to render only if renderBlock() returns true
2019-08-02Fix inline rendering of SVGs from current repoHeinrich Lee Yu
Changes generated URL to raw instead of blob
2019-08-01Revert "Merge branch 'mh/editor-indents' into 'master'"Paul Slaughter
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
2019-08-01Merge branch 'osw-avoid-errors-due-to-concurrent-calls' into 'master'Douwe Maan
Add exclusive lease to mergeability check process See merge request gitlab-org/gitlab-ce!31082
2019-08-01Make `bin/web_puma` consider RAILS_ENVAleksei Lipniagov
2019-08-01Jupyter fix hostname editing and remove extra load balancerAmit Rathi
2019-08-01Add support for DAGKamil Trzciński
This implements the support for `needs:` keyword as part of GitLab CI. That makes some of the jobs to be run out of order.
2019-08-01Use Array.join rather than URI.joinJason Goodman
Add spec for cases where URI.join does not work as expected
2019-08-01Adds new tracking interface for snowplowJeremy Jackson
This will ultimately replace the stats.js that exists in EE.
2019-08-01Add exclusive lease to mergeability check processOswaldo Ferreira
Concurrent calls to UserMergeToRef RPC updating a single ref can lead to an opaque fail that is being rescued at Gitaly. So this commit adds an exclusive lease to the mergeability check process with the key as the current MR ID.
2019-08-01Merge branch 'jramsay/fix-mirroring-help-text-typo' into 'master'Nick Thomas
Fix mirroring help text See merge request gitlab-org/gitlab-ce!31348
2019-07-31Merge branch 'sh-fix-special-role-error-500' into 'master'Douglas Barbosa Alexandre
Fix first-time contributor notes not rendering Closes #65383 See merge request gitlab-org/gitlab-ce!31340
2019-07-31Fix mirroring help textJames Ramsay
2019-07-31Merge branch '61776-fixing-the-U2F-warning-message-text-colour' into 'master'Annabel Dunstone Gray
Remove the warning style from the "U2F device message" paragraph Closes #61776 See merge request gitlab-org/gitlab-ce!30119
2019-07-31Fix first-time contributor notes not renderingStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31117 enabled the HashInefficientHash Rubocop rule that was fooled by the special implementation of `SpecialRole`. We fix this by introducing a `value?` method and adding unit tests. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65383
2019-07-31Port CE changes from EEcharlie ablett
- DB migration of board milestone values - issue finder & spec updates
2019-07-31Adds Sidekiq scheduling latency structured logging fieldAndrew Newdigate