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
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-15Added add to tree dropdown to Vue files breadcrumbPhil Hughes
2019-07-11Moves method to TreeHelperFilipa Lacerda
Reuses existing TreeHelper instead of creating a new one just for one method.
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2019-03-07Remove old code in TreeHelper#flatten_treeStan Hu
2018-11-27Fix handling of filenames with hash characters in tree viewStan Hu
Addressable::URI interprets the `#` in a URI as a URI fragment and does not escape it, but Rails has special helpers that treats these as bona-fide characters that need to be escaped. Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23368
2018-10-31Improve performance of tree rendering in repositories with lots of itemsDrew Blessing
Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-04-17make call to 'html_escape' unambiguousBrett Walker
2018-04-04Fix links to subdirectories of a directory with a plus character in its pathDouwe Maan
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-02-23some more refactoringJames Lopez
2018-02-22Move can_current_user_push_to_branch to PresenterOswaldo Ferreira
2018-02-20Move button list logic to project presenterOswaldo Ferreira
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-11-15Truncate tree to max 1,000 items and display notice to usersDrew Blessing
Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
2017-09-07Fix a "Wrong number of arguments" error in TreeHelper#flatten_treeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-06Implement fix for n+1 issue on `flatten_tree` helperAlejandro Rodríguez
2017-05-10update yield to return string pathzzjin
2017-05-09Update tree_helper.rb to fix #31784, which broken file browse where paths ↵zzjin
deeper than 6:'/'.
2017-05-04Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan
2017-04-27Cache the rendered README, but post-process on showToon Claes
Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
2017-04-20Refactor changing files in web UIDouwe Maan
2016-08-09Update tree view to sort folders with submodulesAdam Buckland
Currently trees are sorted in the fashion: - folders - files - submodules with each section sorted alphabetically This changes to this system: - folders and submodules (sorted together) - files
2016-04-18Add support to cherry-pick any commitP.S.V.R
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
2016-02-19Some updates after last code review.Rubén Dávila
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-08Show tooltip when trying to edit file when not on branchDouwe Maan
2015-12-08Default target branch to patch-n when editing file in protected branchDouwe Maan
2015-12-07Add specs for showing lfs object in UI.Marin Jankovski
2015-05-18Simplify and unify helpers for rendering markupJakub Jirutka