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-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-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
2016-07-13Added "developers can merge" setting to protected branchesMathias Vestergaard
2016-07-13Merge branch 'multi-line-inline-diff' into 'master' Douwe Maan
2016-07-13Actually render old and new sections of parallel diff next to each otherDouwe Maan
2016-07-13Rename constant to be more descriptiveDouwe Maan
2016-07-13Merge branch 'jacobvosmaer-gitlab/gitlab-ce-strict-host-headers'Douwe Maan
2016-07-12Defend against 'Host' header injectionJacob Vosmaer
2016-07-12fixes test according to four-phase test patterntiagonbotelho
2016-07-12removes basicprojectwithaccess and replaces it with basicprojectdetailstiagonbotelho
2016-07-12Extended regexes ignore whitespace, so use \sDouwe Maan
2016-07-12Merge branch 'fix-gh-rate-limit' into 'master' Douwe Maan
2016-07-12changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho
2016-07-12adds basic functionality to the new endpoint of the apitiagonbotelho
2016-07-12implements filter_paramstiagonbotelho
2016-07-12changes string to symbol in paramtiagonbotelho
2016-07-12adds test to check json fields on simple request and changes the url request ...tiagonbotelho
2016-07-12fixes missing field on basicprojectdetailstiagonbotelho
2016-07-12changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho
2016-07-12adds basic functionality to the new endpoint of the apitiagonbotelho
2016-07-12implements filter_paramstiagonbotelho
2016-07-12Memoize response from `has_rate_limit?` to avoid extra API callDouglas Barbosa Alexandre
2016-07-12Checks if rate limit is enabled instead of stubbing responseDouglas Barbosa Alexandre
2016-07-12Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre