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-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
2015-05-18Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka
2015-03-28Improve file icons rendering on treeSullivan SENECHAL
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-01-28Use `icon` helper method in helper modulesRobert Speicher
2015-01-27Refactor blob helpersDmitriy Zaporozhets
2015-01-22Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets
Append in place for strings and arrays [failure unrelated]
2015-01-22Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets
Fix various typos
2015-01-21developer can push to protected branchesValery Sizov
2015-01-18Fix various typosSteven Burgart
signe-in -> signed-in go_to_gihub_for_permissions -> go_to_github_for_permissions descendand -> descendant behavour -> behaviour recepient_email -> recipient_email generate_fingerpint -> generate_fingerprint dependes -> depends Cant't -> Can't wisit -> visit notifcation -> notification sufficent_scope -> sufficient_scope? levet -> level
2015-01-16Merge pull request #7925 from cirosantilli/unused-argumentsDmitriy Zaporozhets
Remove or prepend underscore _ to unused method arguments
2015-01-01Append in place for strings and arraysCiro Santilli
2014-12-31Flatten the directory hierarchy while there is only one directory descendantmarmis85
2014-12-28Remove or prepend _ to unused method argumentsCiro Santilli
2014-12-23Prevent 500 after merge MR if you check remove source branchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-20Merge pull request #7886 from cirosantilli/disable-blob-edit-mrDmitriy Zaporozhets
Disable / hide MR edit blob button if cannot edit.
2014-11-04Remove unneeded backslash: "\/" == "/"Ciro Santilli
2014-10-04Factor markup? || gitlab_markdown? into new methodCiro Santilli
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-10-02Disable / hide MR edit blob button if cannot edit.Ciro Santilli
2014-08-11Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling
2014-08-11Use readme we support to render if there are multiple readmesRobert Schilling
2014-08-10Use simple_format if we don't have a proper rendererRobert Schilling
2014-07-28Improve markup gemsRobert Schilling