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
path: root/lib
AgeCommit message (Expand)Author
2016-07-16Merge branch '19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wik...Stan Hu
2016-07-16Merge branch 'syntax-highlight-unknown-language' into 'master' Robert Speicher
2016-07-16Fix a bug where the project's repository path was returned instead of the wik...Alejandro Rodríguez
2016-07-16Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan
2016-07-16Merge branch 'mentioned-user-tooltip' into 'master' Douwe Maan
2016-07-15Merge branch 'feature.rouge-20' into 'master' Robert Speicher
2016-07-15Merge branch 'fix/project-export-filename' into 'master' Douwe Maan
2016-07-15Merge branch 'fix/ee-to-ce-import'Douwe Maan
2016-07-15Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-exp...James Lopez
2016-07-15Merge branch 'disable-statement-timeout' into 'master' Robert Speicher
2016-07-15add project name and namespace to filename on project exportJames Lopez
2016-07-15use %(...) and %[...] in favor of %<...>http://jneen.net/
2016-07-15Disable statement timeout outside of transaction and during adding concurrent...Stan Hu
2016-07-15Disable PostgreSQL statement timeout during migrationsStan Hu
2016-07-15Display tooltip for mentioned users and groups (!5261)winniehell
2016-07-14use the proper variable names o_Ohttp://jneen.net/
2016-07-14style: factor out `@lexer` into a methodhttp://jneen.net/
2016-07-14fix Gitlab::Highlight#initializer bugs from rebasehttp://jneen.net/
2016-07-14eliminate the final newline in <pre> blockshttp://jneen.net/
2016-07-14bugfix: don't error in css_classeshttp://jneen.net/
2016-07-14use the local lexer variable to respect plain: ...http://jneen.net/
2016-07-14no longer need cgihttp://jneen.net/
2016-07-14inline #rouge_formatterhttp://jneen.net/
2016-07-14use the new token_lines interface to format lineshttp://jneen.net/
2016-07-14without line anchors, this is just the plain HTML formatterhttp://jneen.net/
2016-07-14kill the :cssclass optionhttp://jneen.net/
2016-07-14trim more dead codehttp://jneen.net/
2016-07-14remove the dead linenos and linenostart optionshttp://jneen.net/
2016-07-14add the wrapping back in for the banzai filterhttp://jneen.net/
2016-07-14kill the nowrap option in HTMLGitlab itselfhttp://jneen.net/
2016-07-14kill the nowrap optionhttp://jneen.net/
2016-07-14the call site always specifies this optionhttp://jneen.net/
2016-07-14do this thing in a clearer wayhttp://jneen.net/
2016-07-14remove the unused inline_theme featurehttp://jneen.net/
2016-07-14deprecate @anchorlinenoshttp://jneen.net/
2016-07-14fixed similar issue with gitlab.com importer because why not!James Lopez
2016-07-14fix updated_at not preserved after import - for GitLab projectsJames Lopez
2016-07-14fix EE => CE project import, and updated JSON specJames Lopez
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Merge branch 'better-parallel-diff' into 'master' Robert Speicher
2016-07-13Merge branch 'dropdown-load-fix' into 'master' Douwe Maan
2016-07-13Keeps issue number when importing from Gitlab.comDouglas Barbosa Alexandre
2016-07-13Merge branch '18193-developers-can-merge' into 'master' Rémy Coutable
2016-07-13deletes swn filetiagonbotelho
2016-07-13ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman
2016-07-13Implement last round of review comments from !4892.Timothy Andrew
2016-07-13Move all "checks" under `GitLab::Checks`.Timothy Andrew
2016-07-13Appease rubocop.Timothy Andrew
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-07-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew