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-18Merge branch 'undo-revert-of-4892' into 'master' Rémy Coutable
2016-07-18Merge branch '18593-avoid-parse_html-when-rinku-didnt-do-anything' into 'mast...Yorick Peterse
2016-07-18Don't parse Rinku returned value to DocFragment when it didn't change the ori...Paco Guzman
2016-07-18Merge branch 'store-variables-and-when-in-builds-table' into 'master' Rémy Coutable
2016-07-18Merge branch 'docker-registry-work-with-redirect' into 'master' Rémy Coutable
2016-07-18allow empty repos on import/exportJames Lopez
2016-07-18Merge branch 'api-isssues-due-date' into 'master' Rémy Coutable
2016-07-18Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables...Kamil Trzcinski
2016-07-18Merge branch 'track-pipeline-user' into 'master' Rémy Coutable
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-18Merge branch 'fix-lfs-ci-fetch' into 'master' Rémy Coutable
2016-07-18Merge branch 'normalize_emoji_aliases_paths' into 'master' Rémy Coutable
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
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-15Make rubocop happyKamil Trzcinski
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-07-15Explicitly remove authorization token and make sure that invalid addresses ar...Kamil Trzcinski
2016-07-15Allow blob to be redirectedKamil Trzcinski
2016-07-15Make docker registry work with location redirects when external storage is usedKamil Trzcinski
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-15Fix LFS specsKamil Trzcinski
2016-07-15Fix fetching LFS objects for private CI projectsKamil Trzcinski
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/