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
AgeCommit message (Collapse)Author
2012-08-30gitlab_meta to 2.9randx
2012-08-29Add factory_girl_rails gemRobert Speicher
2012-08-24Merge pull request #1286 from steveklabnik/masterDmitriy Zaporozhets
Misspelled Draper
2012-08-24Fix Draper spelling in GemfileSteve Klabnik
2012-08-24Remove unused minitest and turn gemsRobert Speicher
2012-08-24Move gitlab_meta gem to :production groupRobert Speicher
2012-08-24Remove rails-footnotes gem and its related filesRobert Speicher
2012-08-23Fix meta gem versionDmitriy Zaporozhets
2012-08-23gitlab_meta gem addedDmitriy Zaporozhets
2012-08-19Headless gem addedrandx
2012-08-17Application cleanupDmitriy Zaporozhets
2012-08-12Switch to capybara-webkit for Cucumberrandx
2012-08-11Add comments to Gemfilerandx
2012-08-11Rails version to 3.2.8randx
2012-08-02Rack mini profiler for dev envrandx
2012-07-31updating project api to include raw blob contents and single branchJeremy Anderson
2012-07-28Merge remote-tracking branch 'upstream/master'Jeremy Anderson
2012-07-24updated gitignore and added rake 0.8.7 to Gemfile because of errorsJeremy Anderson
2012-07-21Handle LDAP missing credentials error with a flash message.Pat Thoyts
If a user fails to provide a username or password to the LDAP login form then a 500 error is returned due to an exception being raised in omniauth-ldap. This gem has been amended to use the omniauth error propagation function (fail!) to pass this exception message to the registered omniauth failure handler so that the Rails application can handle it approriately. The failure function now knows about standard exceptions and no longer requires a specific check for the OmniAuth::Error exception added by commit f322975. This resolves issue #1077. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-07-19Refactoring of hook functionality & bootsrap system hooksValeriy Sizov
2012-07-06update deviseNihad Abbasov
2012-07-02Epic: Gitlab configuration with default valuesDmitriy Zaporozhets
2012-06-29Merge Request -> show. Refactored. f5 support for diffrandx
2012-06-29Merge branch 'api' of https://github.com/NARKOZ/gitlabhqDmitriy Zaporozhets
Conflicts: Gemfile.lock
2012-06-29use gitlabhq/grack instead of my forkSaito
2012-06-29add grack to support smart http protocal for gitSaito
2012-06-28install grape and mount Gitlab::APINihad Abbasov
2012-06-27Issue Labels: Edit, show, index + filterDmitriy Zaporozhets
2012-06-26Fix ldap blank passwordDmitriy Zaporozhets
2012-06-24Merge branch 'separate_user_and_issue_observer_from_mail_observer' of ↵randx
https://github.com/robbkidd/gitlabhq into robbkidd-separate_user_and_issue_observer_from_mail_observer
2012-06-22move assets gems to assets groupNihad Abbasov
2012-06-22downgrade raphael js to 1.5.2Nihad Abbasov
2012-06-20Add resque_spec to test queuing mail.Robb Kidd
2012-06-20Update pygments versionDmitriy Zaporozhets
2012-06-20Update to the latst gritWouter D'Haeseleer
The latest grit includes a patch for performance improvements.
2012-06-15Cucumber:Dmitriy Zaporozhets
* Profile * Browse code * Sceleton for main features * Wiki * Commits
2012-06-11Get rid of modularity gem, Styled 'nothing here' messageDmitriy Zaporozhets
2012-06-08Update rails version to 3.2.5Andrey Vakarev
2012-06-03Point to the correct grit with the tag_count and branch_count methods.nathanvda
2012-05-29get rid of unused assets, use gems insteadNihad Abbasov
2012-05-29use chosen-railsNihad Abbasov
2012-05-29use ffaker gemNihad Abbasov
2012-05-29cleanup GemfileNihad Abbasov
2012-05-29use shoulda-matchers instead of shoulda gemNihad Abbasov
2012-05-22Gem updates & githost loggerDmitriy Zaporozhets
* Grit gem updated * gitolite-client updated * logger added * few fixes
2012-05-19Use modified pygments.rb to allow dependency to rubypython 0.6.1 or above ↵Akzhan Abdulin
that fixes installation issues on some 64bit OSes like RHEL-based Scientific Linux 6.
2012-05-16Add specs for Notify ActionMailer emails.Robb Kidd
Covers new user, new issue and wall note emails. Depends on email_spec (https://github.com/bmabey/email-spec/) for friendly matchers.
2012-05-15CSS improvements for diff & file viewDmitriy Zaporozhets
2012-05-12Merge branch 'resquemailer' of https://github.com/oreofish/gitlabhq into ↵Dmitriy Zaporozhets
oreofish-resquemailer Conflicts: Gemfile.lock
2012-05-12use resque mailer to send mail backgroundRickXing