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 (Collapse)Author
2017-09-06Merge branch 'anakashima/gitlab-ce-fix_wiki_toc_indent' into 'master'Sean McGivern
Wiki table of contents are now properly nested to reflect header level See merge request !13909
2017-09-06Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'Robert Speicher
Migrate creating/deleting a branch to Gitaly See merge request !13864
2017-09-06Merge branch ↵Douwe Maan
'34509-improves-markdown-rendering-performance-for-commits-list' into 'master' Resolve "Projects::CommitsController#show is slow partially due to SQL queries" Closes #34509 See merge request !13762
2017-09-06Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern
First time contributor badge Closes #35161 See merge request !13902
2017-09-06Refactor table of contents buildingRobert Speicher
2017-09-06Refactor `HeaderNode#find_parent`Robert Speicher
Now the instance variable assignment is all contained within `#initialize`, and the `children.push` behavior is more explicit.
2017-09-06Refactor TableOfContentsFilter's nested table of contentsRobert Speicher
Most of the logic is now self-contained within the `HeaderNode` class.
2017-09-06Fix indentation level in Wiki's TOC items to regard header levelAkihiro Nakashima
2017-09-06Merge branch 'url-sanitizer-fixes' into 'master'Douwe Maan
Fix problems sanitizing URLs with empty passwords Closes gitlab-ee#3352 See merge request !14083
2017-09-06Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil Trzciński
Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027
2017-09-06Merge branch '35942_api_binary_encoding' into 'master'Sean McGivern
API fix for non UTF-8 data Closes #35942 See merge request !14038
2017-09-06Migrate creating/deleting a branch to GitalyAhmad Sherif
2017-09-06Adds cacheless render to Banzai object renderTiago Botelho
2017-09-06Remove blank passwords from sanitized URLsNick Thomas
2017-09-06Backport EE fixes to Gitlab::UrlSanitizer to CENick Thomas
2017-09-06Profile updates from providersAlexander Keramidas
2017-09-06Merge branch 'gitaly-shell-redis-2' into 'master'Sean McGivern
Internal API changes to decouple redis from Shell Closes gitaly#520 See merge request !13971
2017-09-06Adds CommitDescriptionRendererTiago Botelho
2017-09-06remove useless commentmicael.bergeron
2017-09-06renames ambiguous methods and add specmicael.bergeron
2017-09-06fix refactoring error with Blob.binary?micael.bergeron
remove some lint
2017-09-06revert to using a simple representationmicael.bergeron
2017-09-06wip: fake its a binary diffmicael.bergeron
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
2017-09-06Revert moving authorization hook in jobs APIGrzegorz Bizon
2017-09-06Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵Grzegorz Bizon
feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits)
2017-09-06Merge branch ↵Douwe Maan
'AshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-comments' into 'master' Add setting to collapse outdated diff comments on push Closes #36994 See merge request !14053
2017-09-06Merge branch 'fix/import-export-performance' into 'master'Douwe Maan
Improve Import/Export memory use and performance Closes #35389 and #26556 See merge request !13957
2017-09-06Remove unneeded string interpolation from entry classGrzegorz Bizon
2017-09-06Respond with a bad request if artifact path is invalidGrzegorz Bizon
2017-09-06Extract job artifacts API code to a separate fileGrzegorz Bizon
2017-09-06refactored codeJames Lopez
2017-09-06change collapse to resolve and comments to discussionsAshley Dumaine
2017-09-06Add functionality to collapse outdated diff comments regardless of ↵Ashley Dumaine
discussion resolution
2017-09-06Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern
Move Incoming Email checks to System Checks See merge request !14028
2017-09-06refactor code based on feedbackJames Lopez
2017-09-06fix spec failuresJames Lopez
2017-09-06small refactorJames Lopez
2017-09-06Implement /internal/pre-receive for shell operationsAlejandro Rodríguez
2017-09-06Return a value to check if redis is available on /internal/checkAlejandro Rodríguez
2017-09-05fix specsJames Lopez
2017-09-05Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif
2017-09-05Merge branch 'api-gpg-key-management' into 'master'Sean McGivern
API: Add GPG key management Closes #36926 See merge request !13828
2017-09-05Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern
Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
2017-09-05refactor code a littleJames Lopez
2017-09-05fix export performance of CI buildsJames Lopez
2017-09-05started refactoring readerJames Lopez
2017-09-05some more refactoringJames Lopez
2017-09-05some more refactoringJames Lopez
2017-09-05enable AR caching, refactor tree hash loopJames Lopez