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/config
AgeCommit message (Expand)Author
2012-09-27Merge pull request #1569 from jouve/simplify_controllers2Dmitriy Zaporozhets
2012-09-27Merge branch 'master' into simplify_controllers2Cyril
2012-09-27cleanup database.yml filesNihad Abbasov
2012-09-27Routes are now finalRobert Speicher
2012-09-27Use Rails.root.join where appropriateRobert Speicher
2012-09-27Add Compare#index and Compare#create actionsRobert Speicher
2012-09-27Add a "patch" MIME type, and render it like a normal view in Commit#showRobert Speicher
2012-09-27Finalize new routesRobert Speicher
2012-09-27Add an inflector to mark "commits" as uncountableRobert Speicher
2012-09-27Use Commits#show instead of Commits#indexRobert Speicher
2012-09-27Remove Commits#compare, add CompareControllerRobert Speicher
2012-09-27Add BlobController, remove Refs#blobRobert Speicher
2012-09-27Add BlameController, remove Refs#blame actionRobert Speicher
2012-09-27Enable tree resource, remove old tree routesRobert Speicher
2012-09-27Add tree-ish route placeholders, modify commit(s) routesRobert Speicher
2012-09-27layout selected by controller nameCyril
2012-09-26set activerecord whitelist_attributes to trueNihad Abbasov
2012-09-24Merge pull request #1501 from caleywoods/masterNihad Abbasov
2012-09-22Consolidate all Resque-related initializers into "4_resque"Robert Speicher
2012-09-22Rename 4_resque_queues initializer to 4_resqueRobert Speicher
2012-09-19Update comment in example unicorn configCaley Woods
2012-09-19Add docs for customizing Redis, add example fileRobert Speicher
2012-09-19Add an initializer to allow custom Resque configsRobert Speicher
2012-09-16Remove Projects#team actionRobert Speicher
2012-09-161.9 Hash syntax in routes.rbRobert Speicher
2012-09-16Limit admin/logs and admin/resque routes to the actions that are usedRobert Speicher
2012-09-16Don't instantiate Resque::Server in routesRobert Speicher
2012-09-15Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in ...Tobias Pfeiffer
2012-09-14Refactored profile areaDmitriy Zaporozhets
2012-09-13Be more resilient in the case of missing omniauth settingsRobert Speicher
2012-09-12improve profile layout after omniauth changesrandx
2012-09-12Refactorn oauth & ldapDmitriy Zaporozhets
2012-09-12Cleanup after omniauthDmitriy Zaporozhets
2012-09-12Refactoring authDmitriy Zaporozhets
2012-09-12Merge branch 'master' of https://github.com/funglaub/gitlabhq into funglaub-m...Dmitriy Zaporozhets
2012-09-10remove cucumber completelyNihad Abbasov
2012-08-31Allow single-sign-on with OmniauthFlorian Unglaub
2012-08-29specify gitolite-admin owner in configrandx
2012-08-29Prepared for gitolite v3randx
2012-09-05Unused routes removedAlex Denisov
2012-09-03add kaminari config with default and max per_page valuesNihad Abbasov
2012-09-01Give Resque route a name and use that for the iframe srcRobert Speicher
2012-08-29Use similar interface to access gitoliterandx
2012-08-28Added hooks_path option exampleLeonB
2012-08-28Fixed some hardcoded pathsLeonB
2012-08-27Send notification on update UserProject relation (access changed)Alex Denisov
2012-08-24Merge branch 'master' of git://github.com/gitlabhq/gitlabhqFlorian Unglaub
2012-08-25Merge pull request #1297 from SaitoWu/issues/1269Dmitriy Zaporozhets
2012-08-25fix git push body bigger than 112k problemSaito
2012-08-24Feature: Labels page. Index pagerandx