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
2013-04-11Updated gems. Replaced gollum with gollum-libDmitriy Zaporozhets
2013-04-11Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets
2013-04-11remove yaml_db gem, Replace team members index route with team_indexDmitriy Zaporozhets
2013-04-05remove draperDmitriy Zaporozhets
2013-04-05Replace unicorn with PumaDmitriy Zaporozhets
2013-04-04move faker to development groupDmitriy Zaporozhets
2013-03-30use rollbacked version of grit to make gollum worksDmitriy Zaporozhets
2013-03-30Update a grit to newer versionDmitriy Zaporozhets
2013-03-29Prevent gollum to overrride gitlab-grit gem. Use grit as instead so gollum ↵Dmitriy Zaporozhets
uses it too. Fixes things with gpg singatured commits, etc.
2013-03-29Revert "First step with rugged"Dmitriy Zaporozhets
This reverts commit 4524ba20b804dacccbaca3c37e781adc82c5e0d3.
2013-03-28First step with ruggedDmitriy Zaporozhets
2013-03-28Update develoment dependenciesDmitriy Zaporozhets
2013-03-26Spork support addedAndrew8xx8
2013-03-25bump version of grit_extSaito
2013-03-22Change gollum repo to use https:// instead of git://Austin Robertson
A lot of people might have firewalls blocking the git:// protocol. Using https:// makes this easier and matches the other git repositories in the Gemfile.
2013-03-19rails up to 3.2.13Dmitriy Zaporozhets
2013-03-15Update gollum repository location in the Gemfile.Dan Knox
Github just moved the Gollum repository to it's own organization. This commit updates the Gemfile to point to the new repo location. I also added a specific ref pointer to a version that is known to work well just in case they slip up and break their master branch right at the same time someone happens to be installing or updating Gitlab. This is about the safest we can get until they put out the next release that resolves the Pygments dependency issue.
2013-03-15Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵Dmitriy Zaporozhets
DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb
2013-03-14select2-rails gem addedDmitriy Zaporozhets
2013-03-10add coveralls.io to travis buildsDmitriy Zaporozhets
2013-03-10Replace current Wiki system with Gollum Wikis.Dan Knox
This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
2013-03-06Merge pull request #3158 from dosire/masterDmitriy Zaporozhets
Use secure protocol
2013-03-06Use secure protocolSytse Sijbrandij
2013-03-06Use redis as cache storage. cache eventsDmitriy Zaporozhets
2013-03-04use grit_ext gem instead of forkDmitriy Zaporozhets
2013-03-04Use gitlab-pygments gemDmitriy Zaporozhets
2013-03-04use gitlab-grack gemDmitriy Zaporozhets
2013-03-04Use gem for gitlab gritDmitriy Zaporozhets
2013-03-02Updated gems: omniauth, sinatra, foremanDmitriy Zaporozhets
2013-03-01gems updated: unicorn, draper, github-markupDmitriy Zaporozhets
2013-03-01updated gems: haml-rails, carrierwaveDmitriy Zaporozhets
2013-03-01Gem updated: devise, grape, sidekiq, settingslogicDmitriy Zaporozhets
2013-03-01use grit_ext 0.6.2Dmitriy Zaporozhets
2013-02-28try to use stable version for database cleanerDmitriy Zaporozhets
2013-02-28Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq ↵Dmitriy Zaporozhets
into Undev-link-to-issue-tracker Conflicts: Gemfile.lock
2013-02-28Gem gon added. It produces server-side variable values in javascriptAndrew8xx8
2013-02-28Enumerize gem addedAndrew8xx8
2013-02-27update grape to 0.3.1 for ruby 2.0 support.Kazuhiko
add grape-entity, that is split from grape 0.3.0. remove usage of deprecated error_format, that is removed in grape 0.2.3.
2013-02-25Update grit to handle symlinksDmitriy Zaporozhets
2013-02-25Update grit for ruby 2.0 supportDmitriy Zaporozhets
2013-02-21Update database cleaner. Remove postgres from travis build list since it ↵Dmitriy Zaporozhets
gives us deadlocks always
2013-02-21Update capybara, poltergeist, spinach, rspec-railsDmitriy Zaporozhets
2013-02-21Update sidekiqDmitriy Zaporozhets
2013-02-18State machine gem addedAndrew8xx8
2013-02-12Rails up to 3.2.12Dmitriy Zaporozhets
2013-02-08GitLab meta to 5.0Dmitriy Zaporozhets
2013-02-04preparing for gitlab-shellDmitriy Zaporozhets
2013-01-19Remove chdir inside runtime. Improved gitolite shell commandsDmitriy Zaporozhets
2013-01-14remove thin from production env. Use unicorn for foremanDmitriy Zaporozhets
2013-01-10Remove unused images. More use of font-awesome iconsDmitriy Zaporozhets