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 (Collapse)Author
2012-09-27Merge pull request #1569 from jouve/simplify_controllers2Dmitriy Zaporozhets
Simplify controllers and layout handling
2012-09-27Merge branch 'master' into simplify_controllers2Cyril
Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb
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
Create just redirects to our specially-formatted #show action
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
Takes tree-ish + path as ID
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
Update timeout comment in unicorn example config.
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
The timeout was changed to 30 and the comment wasn't updated. Also I've seen several reports of this timeout not being long enough for quite a few people. It resulted in me getting a 502 bad gateway from nginx until I upped it. Perhaps could back to the default 60 would be better? I changed mine to 300, running on an AWS micro instance.
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
Uses TeamMembers#index instead, to be more RESTful
2012-09-161.9 Hash syntax in routes.rbRobert Speicher
Also cleans up some alignment and removes unnecessary "to: " arguments
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
It still works, and it cleans up the output of `rake routes`.
2012-09-15Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in ↵Tobias Pfeiffer
line with the common used naming in the config directory. Plus seeing *.orig files I think of the leftovers of git merges, which left me puzzled for quite some time.
2012-09-14Refactored profile areaDmitriy Zaporozhets
2012-09-13Be more resilient in the case of missing omniauth settingsRobert Speicher
Should no longer freak out when omniauth settings aren't present in gitlab.yml. People who aren't using it shouldn't even have to put a 'false' entry in their config for it (and probably wouldn't, after an upgrade).
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 ↵Dmitriy Zaporozhets
funglaub-master Conflicts: Gemfile.lock app/helpers/application_helper.rb app/views/devise/sessions/new.html.erb db/schema.rb
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
Closes #1350
2012-08-29Use similar interface to access gitoliterandx
Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
2012-08-28Added hooks_path option exampleLeonB
2012-08-28Fixed some hardcoded pathsLeonB
New config option: git_hooks_path
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
fix git push body bigger than 112k problem
2012-08-25fix git push body bigger than 112k problemSaito
2012-08-24Feature: Labels page. Index pagerandx