summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
| * | | show production.log, show only active milestone for issue filterDmitriy Zaporozhets2012-12-191-0/+5
| * | | Support read-only access for git over HTTPJeremy Slater2012-12-111-2/+2
| |/ /
| * | replace user.name by user.username in GFMCyril2012-12-071-23/+20
* | | Fix emoji generation and stylingRiyad Preukschas2012-12-031-13/+13
|/ /
* | Improve admin logsDmitriy Zaporozhets2012-11-291-1/+1
* | Cover ProjectMover with testsDmitriy Zaporozhets2012-11-211-1/+0
* | Validate username. Gitlab::Regex addedDmitriy Zaporozhets2012-11-281-0/+19
* | Fix invalid method call for gitoliteDmitriy Zaporozhets2012-11-271-2/+2
* | Rewrite and improve git backend logic. Fix project movind. Raise exception to...Dmitriy Zaporozhets2012-11-273-5/+9
* | Project -> update repo only on create and destroy. Fixtures Updated with name...Dmitriy Zaporozhets2012-11-212-1/+12
* | Fix sattellitesDmitriy Zaporozhets2012-11-211-2/+2
* | Fix dir permission on creationDmitriy Zaporozhets2012-11-261-1/+1
* | Fix projectmover dir permissionDmitriy Zaporozhets2012-11-261-1/+1
* | Fix http push with namespaces. Allow use of username as loginDmitriy Zaporozhets2012-11-261-4/+8
* | Improve activate_namespace task to build missing dirs and moving repos correctlyDmitriy Zaporozhets2012-11-251-0/+6
* | Create namespace on username init. Raise exception if project cannot be movedDmitriy Zaporozhets2012-11-241-1/+5
* | class for moving projectDmitriy Zaporozhets2012-11-241-0/+37
* | Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-0/+1
* | Use namespace in gitolite configDmitriy Zaporozhets2012-11-221-1/+1
* | Themes refactoredDmitriy Zaporozhets2012-11-211-2/+4
* | Improved seeds for development envDmitriy Zaporozhets2012-11-131-0/+10
* | Improve Commits stats codeDmitriy Zaporozhets2012-11-131-9/+6
* | Merge remote-tracking branch 'gitlabhq/master' into git_commit_fixDavid Barri2012-11-1114-434/+568
|\ \
| * | Added feature test for statsrandx2012-11-101-1/+1
| * | Stats pagerandx2012-11-101-0/+76
| * | remove encode lib, clean all encoded area.Saito2012-11-092-43/+2
| * | gitolite custom configValeriy Sizov2012-11-071-1/+4
| * | remove accidently created filerandx2012-11-041-165/+0
| * | Decouple and refactor GraphCommitrandx2012-11-044-195/+385
| * | Fix tests fail cause of issue with grit stubDmitriy Zaporozhets2012-10-311-4/+14
| * | Merge pull request #1818 from riyad/refactor-satellite-actionsDmitriy Zaporozhets2012-10-297-205/+266
| |\ \
| | * | Update satellite action docsRiyad Preukschas2012-10-262-4/+9
| | * | Fix Satellite#lockRiyad Preukschas2012-10-261-2/+6
| | * | Refactor EditFileAction#update and rename it to commit!Riyad Preukschas2012-10-261-11/+21
| | * | Fix timeouts in MergeActionRiyad Preukschas2012-10-261-4/+4
| | * | Move locking from Satellite::Action to Satellite and add checksRiyad Preukschas2012-10-262-22/+27
| | * | Refactor Satellite#clear and rename it to clear_and_update!Riyad Preukschas2012-10-262-18/+43
| | * | Move Gitlab::Satellite into the Satellite moduleRiyad Preukschas2012-10-262-40/+41
| | * | Update arguments for Gitlab::Satellite::EditFileAction#initializeRiyad Preukschas2012-10-261-5/+6
| | * | Rename Gitlab::FileEditor to Gitlab::Satellite::EditFileActionRiyad Preukschas2012-10-263-60/+45
| | * | Change argument order for satellite actions to always start with the userRiyad Preukschas2012-10-262-4/+4
| | * | Reorder methods in Gitlab::SatelliteRiyad Preukschas2012-10-261-14/+13
| | * | Move prepare_satellite! to Gitlab::Satelite::ActionRiyad Preukschas2012-10-262-18/+20
| | * | Renamed Gitlab::Merge to Gitlab::Satellite::MergeActionRiyad Preukschas2012-10-262-106/+83
| | * | Add Gitlab::Satellite::ActionRiyad Preukschas2012-10-261-0/+47
| * | | Prevent grit from caching graph commitsrandx2012-10-261-1/+1
| * | | Merge pull request #1827 from mgrobelin/masterSaito2012-10-261-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | grack: allow repositories to have dots in name, e.g. serverconfigs-example.co...Markus Grobelin2012-10-261-2/+2
| * | | Fix typos in Gitlab::MergeRiyad Preukschas2012-10-251-4/+4
| |/ /
* | | Fix for git commit when nothing to commit.David Barri2012-11-091-1/+3