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
2018-07-25Move custom_wiki_sidebar changelog entry to the correct locationRobert Speicher
2018-07-25Merge branch '49364-fix-broadcast-margin' into 'master'Annabel Gray
Resolve "Broadcast message is misaligned on sign in page" Closes #49364 See merge request gitlab-org/gitlab-ce!20794
2018-07-25Merge branch ↵Douglas Barbosa Alexandre
'ce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-slow' into 'master' [CE Backport] Geo: Cache projects_count and wikis_count in SiteStatistic See merge request gitlab-org/gitlab-ce!20413
2018-07-25fixes #47716 where email confirmation fails after adding additional emailsMuhammad Nuzaihan
2018-07-25Merge branch 'sh-include-rbtrace' into 'master'Douwe Maan
Add rbtrace to Gemfile See merge request gitlab-org/gitlab-ce!20831
2018-07-25Merge branch '49025-docs-kubernetes-tiller' into 'master'Marcia Ramos
doc: Configuring and initializing Helm Tiller Closes #49025 See merge request gitlab-org/gitlab-ce!20515
2018-07-25Add rbtrace to GemfileStan Hu
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
2018-07-25Merge branch '40973-disable-rack-attack-by-default' into 'master'Douwe Maan
Disable Rack Attack by default Closes #40973 See merge request gitlab-org/gitlab-ce!16669
2018-07-25Adds changelogTiago Botelho
2018-07-25Merge branch 'frozen-string-enable-app-presenters' into 'master'Rémy Coutable
Enable frozen string in presenters and policies See merge request gitlab-org/gitlab-ce!20819
2018-07-25Merge branch 'replace-all-snake-case-in-scss-variables' into 'master'Phil Hughes
Replace snake case in SCSS variables See merge request gitlab-org/gitlab-ce!20799
2018-07-25Merge branch 'sh-use-wiki-limit-parameter-gitaly' into 'master'Sean McGivern
Use limit parameter to retrieve Wikis from Gitaly See merge request gitlab-org/gitlab-ce!20764
2018-07-25Merge branch 'replace-snake-case-css-classes' into 'master'Phil Hughes
Replace author_link snake case in stylesheets, specs, and helpers Closes #30921 See merge request gitlab-org/gitlab-ce!20797
2018-07-25Use limit parameter to retrieve Wikis from GitalyStan Hu
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
2018-07-25Replace snake case in mixins and merge_conflicts variablesGeorge Tsiolis
2018-07-24Enable frozen string in presenters and policiesgfyoung
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
2018-07-24Fix slow Markdown renderingStan Hu
The sanitize transformers were being duplicated each time the Markdown renderer was called, leading to expontential growth in rendering times. The problem was that although HTML::Pipeline::SanitizationFilter.WHITELIST is a frozen hash, the `:transformers` array can be modified. We need to do deep copy of this to avoid adding duplicates. Closes #49409
2018-07-24CHANGELOGGabriel Mazetto
2018-07-24Merge branch 'zj-backup-timeout' into 'master'Rémy Coutable
Remove timeouts for long running requests See merge request gitlab-org/gitlab-ce!20810
2018-07-24Merge branch 'frozen-string-danger' into 'master'Rémy Coutable
Check Frozen String Literal in Danger See merge request gitlab-org/gitlab-ce!20767
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-07-24Remove timeouts for long running requestsZeger-Jan van de Weg
2018-07-24Merge branch '43011-typecast-markdownversion-prop-notesapp' into 'master'Phil Hughes
Fix Vue datatype errors for markdownVersion parsing See merge request gitlab-org/gitlab-ce!20800
2018-07-24Merge branch 'kp-stacked-progress-bar-decimal-places' into 'master'Phil Hughes
Show decimal place up to single digit in Stacked Progress Bar Closes gitlab-ee#6028 See merge request gitlab-org/gitlab-ce!20776
2018-07-24Merge branch 'sh-bump-sanitize-4.6.6' into 'master'Rémy Coutable
Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performance See merge request gitlab-org/gitlab-ce!20795
2018-07-24Merge branch 'frozen-string-enable-app-serializers' into 'master'Rémy Coutable
Enable frozen string in app/serializers/**/*.rb See merge request gitlab-org/gitlab-ce!20726
2018-07-24Add Dangerfile for frozen_string_literalgfyoung
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424.
2018-07-24Add changelog entryKushal Pandya
2018-07-24Replace author_link snake case in stylesheets, specs, and helpersGeorge Tsiolis
2018-07-24Add changelog entryKushal Pandya
2018-07-24Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performanceStan Hu
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
2018-07-24Fix broadcast message misalignment on login pageRobin Naundorf
* Change margin-top from 50px to 40px on login-page-broadcast Closes #49364
2018-07-23Merge branch 'api-minimal-access-level' into 'master'Robert Speicher
Add filter for minimal access level in groups and projects API Closes #48165 See merge request gitlab-org/gitlab-ce!20478
2018-07-23Add changelog entry for api-minimal-access-levelMarko, Peter
Signed-off-by: Marko, Peter <peter.marko@siemens.com>
2018-07-23Improving performance of posting a comment by reducing memory + CPUTim Zallmann
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2018-07-23Merge branch 'sh-enable-frozen-literals-banzi-filters' into 'master'Rémy Coutable
Enable frozen strings in remaining lib/banzai/filter/*.rb files See merge request gitlab-org/gitlab-ce!20777
2018-07-23Adds Vuex store to handle the data for tests reports in MR widgetFilipa Lacerda - 🌴🌴OOO back on July 30th🌴🌴
2018-07-23Merge branch 'blackst0ne-replace-sidekiq-inline-with-perform-enqueued-jobs' ↵Rémy Coutable
into 'master' Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs' Closes #22991 See merge request gitlab-org/gitlab-ce!20768
2018-07-23Merge branch 'sh-freeze-banzai-filter-strings' into 'master'Rémy Coutable
Enable frozen strings in lib/banzai/filter/*.rb See merge request gitlab-org/gitlab-ce!20775
2018-07-23Merge branch '29278-commits-page-tooltips' into 'master'Annabel Gray
Resolve "Commits page tooltips" Closes #29278 See merge request gitlab-org/gitlab-ce!20674
2018-07-23Display GPG status on repository and blob pagesWinnie Hellmann
2018-07-23Enable frozen strings in remaining lib/banzai/filter/*.rb filesStan Hu
This also fixes a bug with the ImageLazyLoadFilter not doing the right thing when an existing class attribute is present. Part of #47424
2018-07-23Update CHANGELOG.md for 11.1.1GitLab Release Tools Bot
[ci skip]
2018-07-23Merge branch 'frozen-string-vestigial' into 'master'Rémy Coutable
Enable frozen string in newly added files See merge request gitlab-org/gitlab-ce!20763
2018-07-23Merge branch 'sh-remove-banzai-instrumentation' into 'master'Yorick Peterse
Remove method instrumentation for Banzai filters and reference parsers See merge request gitlab-org/gitlab-ce!20770
2018-07-23Reducing the memory footprint for the renderingTim Zallmann
2018-07-23Merge branch '49272-sanitize-git-url-in-import-errors' into 'master'Rémy Coutable
Resolve "Credentails used for repository import are visible inside the Sidekiq logs (Background Jobs)" See merge request gitlab-org/gitlab-ce!20641
2018-07-23Enable frozen strings in lib/banzai/filter/*.rbStan Hu
Excludes a few filters that require more work: * lib/banzai/filter/image_lazy_load_filter_spec.rb * lib/banzai/filter/syntax_highlight_filter_spec.rb * lib/banzai/filter/table_of_contents_filter_spec.rb Part of #47424
2018-07-23Fix #47379 - Project visibility tooltipJamie Schembri