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
2012-09-04Change hardcoded base path to use Gitlab settingsRobert Speicher
2012-09-04use APP_ROOT in init-gitlab to specify root of projectTse-Ching Ho
2012-09-03add pagination to APINihad Abbasov
2012-09-03Merge pull request #1347 from AlexDenisov/api_project_creationDmitriy Zaporozhets
2012-09-03Update the references to the script and refer to it from the installation man...Sytse Sijbrandij
2012-09-02Merge pull request #1318 from dosire/non-interactive-aws-installDmitriy Zaporozhets
2012-09-02Add link_title to CommitDecoratorRobert Speicher
2012-09-02Non-interactive AWS install by running a single script.Sytse Sijbrandij
2012-09-02Non-interactive AWS install by running a single script.Sytse Sijbrandij
2012-08-31Typo and mistakes fixedAlex Denisov
2012-08-31API on Projects creation implementedAlex Denisov
2012-08-29Add milestone API docs to doc/README and views/help/apiRobert Speicher
2012-08-29Merge branch 'milestone_api' of https://github.com/tsigo/gitlabhq into tsigo-...Dmitriy Zaporozhets
2012-08-29Handle invalid ssh exceptionrandx
2012-08-29Gitlab::Gitolite final fixes. Seems like all functionality is working correct...randx
2012-08-29Fixed access to removed methodrandx
2012-08-29fixed configure call within gitoliterandx
2012-08-29Use similar interface to access gitoliterandx
2012-08-28Merge pull request #1313 from LeonB/masterDmitriy Zaporozhets
2012-08-28Line not needed anymoreLeonB
2012-08-28Simplify setup for nginx, initd with already predefined filesDmitriy Zaporozhets
2012-08-28Fixed typoTiago Ribeiro
2012-08-28Fixed some hardcoded pathsLeonB
2012-08-26No need to chown hooks in backup script any mroerandx
2012-08-27Merge pull request #1274 from wiggle/bulk_permissions_tasksDmitriy Zaporozhets
2012-08-27Merge pull request #985 from timspin/fix-gitolite-refsDmitriy Zaporozhets
2012-08-23Task to assign user developer role to all projectsSeif Attar
2012-08-23rake task to add all users to all projectsSeif Attar
2012-08-22Deprecate the DELETE method for Issues APIRobert Speicher
2012-08-22Remove DELETE API for MilestonesRobert Speicher
2012-08-23Improve GFM code documentationRiyad Preukschas
2012-08-21Updated app:status & docs with hooks. Removed write_hooks from app:setuprandx
2012-08-21Handle post-receive files via gitolite, not gitlabrandx
2012-08-19Project /lib cleanuprandx
2012-08-19Move graph_commit under gitlab modulerandx
2012-08-17Application cleanupDmitriy Zaporozhets
2012-08-16Add API for MilestonesRobert Speicher
2012-08-16Merge branch 'master' into hooray_apostrophesRobert Speicher
2012-08-14GFM refactor: Move the actual parsing to a class under the Gitlab moduleRobert Speicher
2012-08-14"Cant" -> "Can't"Robert Speicher
2012-08-13rspec to capybara-webkit. simplercov now use cucumberDmitriy Zaporozhets
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-08-06Merge branch 'master' into gitlab-flavored-markdownRiyad Preukschas
2012-08-04Merge pull request #1152 from natrim/masterDmitriy Zaporozhets
2012-08-02Update Gitlab Markdown renderer to use GFMRiyad Preukschas
2012-08-01Add render context to markdown rendererRiyad Preukschas
2012-08-01API: set content type for raw snippetNihad Abbasov
2012-08-01fix typo according to docs and testsNihad Abbasov
2012-07-31updating project api to include raw blob contents and single branchJeremy Anderson
2012-07-27Post-receive hook should be owned by gitlab user, not git.Michael van Rooijen