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
2013-02-09cleanup rake tasks since no gitolite requiredDmitriy Zaporozhets
2013-02-09task to build missing projects with gitlab-shellDmitriy Zaporozhets
2013-02-07Merge branch 'gitlab-shell' of dev.gitlabhq.com:gitlab/gitlabhqDmitriy Zaporozhets
2013-02-07gitlab;shell init scriptDmitriy Zaporozhets
2013-02-07deploy keys support for gitlab-shell apiDmitriy Zaporozhets
2013-02-06Merge pull request #2877 from former03/feature_groups_apiDmitriy Zaporozhets
Add groups api
2013-02-05remove hooks and support scripts from main repo. Moved to gitlab-shellDmitriy Zaporozhets
2013-02-05api check callDmitriy Zaporozhets
2013-02-05no need to run gitolite for enable_automergeDmitriy Zaporozhets
2013-02-05Fixed: post-receive, project remove, testsDmitriy Zaporozhets
2013-02-05add remove keys from gitlab-shell by idDmitriy Zaporozhets
2013-02-05Remove outdated specs and fixed key removeDmitriy Zaporozhets
2013-02-04Internal APIDmitriy Zaporozhets
2013-02-04Fix satellites to use filesystem. Correct post-receive user finderDmitriy Zaporozhets
2013-02-04Make gitlab works with gitlab-shellDmitriy Zaporozhets
2013-02-04preparing for gitlab-shellDmitriy Zaporozhets
2013-02-03Code deduplication using inheritance for GroupDetailChristian Simon
2013-02-02Port changes from #2803Riyad Preukschas
2013-02-02Small fixes to the installation guide and check taskRiyad Preukschas
2013-02-01Merge pull request #2440 from klamontagne/masterRiyad Preukschas
Don't setuid the repositories on installation
2013-02-01Fix groups api: differ between users and adminChristian Simon
2013-02-01Add api for creating/listing/viewing groupsChristian Simon
2013-01-31Merge pull request #2839 from m4tthumphrey/protected-branches-apiDmitriy Zaporozhets
Added methods to protect and unprotect branches in from the API
2013-01-31Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq ↵Dmitriy Zaporozhets
into bladealslayer-extend_user_api Conflicts: spec/requests/api/users_spec.rb
2013-01-31Merge pull request #2855 from hiroponz/fix-bug-of-network-graphDmitriy Zaporozhets
Fix bug of network graph(#2847) and trivial code clean up.
2013-01-31Added methods to protect and unprotect branchesMatt Humphrey
2013-01-31Fix bug of network graph(#2847) and trivial code clean up.Sato Hiroyuki
2013-01-31add path and path_with_namespace to api project entityDmitriy Zaporozhets
2013-01-31Merge pull request #2842 from inome/ExposeMergeRequestAsNotableDmitriy Zaporozhets
Expose MergeRequest object as a notable in the API to allow for easy ret...
2013-01-31Merge pull request #2847 from hiroponz/improve-overlap-linesDmitriy Zaporozhets
Improve overlap of lines in network graph
2013-01-30Improve overlap of lines in network graphSato Hiroyuki
2013-01-30Expose MergeRequest object as a notable in the API to allow for easy ↵Micah Huff
retrieval of comments
2013-01-30Switchable the main branch on network graphSato Hiroyuki
2013-01-29satellites logsDmitriy Zaporozhets
2013-01-28keys to gitolite via sidekiq nowDmitriy Zaporozhets
2013-01-28Merge pull request #2801 from Takuto88/masterDmitriy Zaporozhets
Fix #2790
2013-01-28Async perform for add/remove team membersDmitriy Zaporozhets
2013-01-28Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets
2013-01-28Fix issue #2790Lennart Rosam
2013-01-28Merge remote-tracking branch 'github/master'Lennart Rosam
2013-01-28Fix rake task - Update method nameLennart Rosam
2013-01-27Merge pull request #2768 from rlaneve/feature/queued-web-hooksDmitriy Zaporozhets
Updates web hooks to process via queue
2013-01-26Missed environment added to 'Try fixing it' blockAlex Denisov
2013-01-25Updates project to process web hooks async via sidekiq.Ryan LaNeve
A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)
2013-01-25refactor add to teamDmitriy Zaporozhets
2013-01-25Fix teams + gitolite accessDmitriy Zaporozhets
2013-01-25Fix removeing project if repo not existsDmitriy Zaporozhets
2013-01-25Move team project management to own controllerAndrey Kumanyaev
2013-01-25Move admin team members management to own controllerAndrey Kumanyaev
2013-01-25Team core managementAndrey Kumanyaev