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 (Expand)Author
2013-04-04save each notification setting with ajax on changeDmitriy Zaporozhets
2013-04-04Remove user decoratorDmitriy Zaporozhets
2013-04-04Fix notes for commits inside MR being squashed in one discussionDmitriy Zaporozhets
2013-04-03Fix bug MR notes not being loaded when navigate from diff tabDmitriy Zaporozhets
2013-04-03Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets
2013-04-03Fixed before_filter for editDmitriy Zaporozhets
2013-04-03Fix edit files since we use Gitlab::Git::Blob for filesDmitriy Zaporozhets
2013-04-03strip tags from user profileDmitriy Zaporozhets
2013-04-03fixed blame and mr factoryDmitriy Zaporozhets
2013-04-03Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-04-01Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets
2013-04-01remove Tree/Commit decorator usage from controllersDmitriy Zaporozhets
2013-03-31Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets
2013-03-31Use existing methods for branch names: Ex use @repository.branch_names instea...Dmitriy Zaporozhets
2013-03-31Merge pull request #3392 from hiroponz/fix-non-ascii-char-usernameDmitriy Zaporozhets
2013-03-27Prepare UI for notification settingsDmitriy Zaporozhets
2013-03-27notification scaffoldDmitriy Zaporozhets
2013-03-26use convenient method to check for empty project repoNihad Abbasov
2013-03-26Fix RoutingError when changing username to non ascii char.Sato Hiroyuki
2013-03-25remove project edit from admin area. Redesigned project page in admin areaDmitriy Zaporozhets
2013-03-25Make transfer action in project controllerDmitriy Zaporozhets
2013-03-24move edit to separate controller. This fixes #3265Dmitriy Zaporozhets
2013-03-21Fix 404 error while displaying json files.Sato Hiroyuki
2013-03-20Intead of showing 404 give users ability to close MR with missing branchesDmitriy Zaporozhets
2013-03-20fix test button functionality for project -> service -> gitlab ciDmitriy Zaporozhets
2013-03-19move Wall to own resourceDmitriy Zaporozhets
2013-03-19fixed check for snippets module enabledDmitriy Zaporozhets
2013-03-19Move snippets to own tab as feature. Make it disabled for new projects by def...Dmitriy Zaporozhets
2013-03-19Return own tab for wall. Improve Wiki nav. Removed attachments listing pageDmitriy Zaporozhets
2013-03-18Fix project_limit being ignored on signupDmitriy Zaporozhets
2013-03-17Result of misspellings run.Kevin Lyda
2013-03-15Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into D...Dmitriy Zaporozhets
2013-03-14Rebuild team areaDmitriy Zaporozhets
2013-03-14Remove separate search page from groupDmitriy Zaporozhets
2013-03-14Restyled group -> edit area. Use select2 for transfer autocompleteDmitriy Zaporozhets
2013-03-14Finish select2-ajax for users. Added Select2Helper for testsDmitriy Zaporozhets
2013-03-14fix setting gon.api_tokenDmitriy Zaporozhets
2013-03-14Allow single/multiple user selectDmitriy Zaporozhets
2013-03-14multiselect for ajax-users-select2Dmitriy Zaporozhets
2013-03-14add api users filter and integrate users select2Dmitriy Zaporozhets
2013-03-13Remove team_member show page -> use user_path insteadDmitriy Zaporozhets
2013-03-12Search projects on dashboard was not worked. FixedAndrew8xx8
2013-03-10Merge pull request #3169 from hiroponz/refactor-network-graphDmitriy Zaporozhets
2013-03-10Replace current Wiki system with Gollum Wikis.Dan Knox
2013-03-07remove last commit widget, added repo size and owner info on project home pageDmitriy Zaporozhets
2013-03-07Refactor: rename module and class names.Sato Hiroyuki
2013-03-07Refactor: replace "render :json = graph.to_json" to view template(show.json.e...Sato Hiroyuki
2013-03-07Return project description backDmitriy Zaporozhets