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-19Headless gem addedrandx
2012-08-17Application cleanupDmitriy Zaporozhets
2012-08-12Switch to capybara-webkit for Cucumberrandx
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-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-29integrate with gitlabhq authoritySaito
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-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 Gemfile.lock as wellWouter D'Haeseleer
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-04actualize Gemfile.lockZevs
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-12Fixed Gemfile.lockDmitriy 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
2012-05-11Updated gems. Specs all still pass. (Devise pinned to 1.x)Robb Kidd
Pinned devise to the 1.x series for the moment. Going to 2.0 threw deprecation warnings about: * Devise.stateless_token= (append :token_auth to Devise.skip_session_storage instead) * devise.registrations.reasons in yml (use devise.registrations.signed_up_but_REASON)
2012-05-07update launchy to fix an nomethod error on development and test modeSaito
2012-04-26Hooks UI improved, Request tests addedDmitriy Zaporozhets
2012-04-21linguist gitlab forkDmitriy Zaporozhets
2012-04-21Merge branch 'use_redcarpet_for_markdown' of ↵Dmitriy Zaporozhets
https://github.com/arthurschreiber/gitlabhq into arthurschreiber-use_redcarpet_for_markdown Conflicts: Gemfile Gemfile.lock
2012-04-21Project linguist integrationDmitriy Zaporozhets
2012-04-21Using github's linguist to better detect filetypes and to do syntax ↵Arthur Schreiber
highlighting.
2012-04-21Switch to Redcarpet for Markdown Rendering.Arthur Schreiber
This gives us Github Flavored Markdown, which is awesome.
2012-04-10migrated to bootstrap 2randx
2012-04-05Better encoding handling. Updated gritDmitriy Zaporozhets