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
2015-02-12Started on the rspec upgradeJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-08Merge pull request #8580 from j0k3r/asanaDmitriy Zaporozhets
Add Asana service
2015-02-05GitLab integration. ImporterValery Sizov
2015-02-03Fixes #8478. Update timfel-krb5-auth to 0.8.3.Mike Limansky
2015-02-03Add rubocop and remove rails_best_practices gemDmitriy Zaporozhets
2015-02-02Add Asana serviceJeremy
Also add ability to render "service.help" in markdown
2015-01-30Merge pull request #8687 from tsigo/rs-pry-railsDmitriy Zaporozhets
Use pry-rails gem instead of pry
2015-01-29Update shoulda-matchersRobert Speicher
This outdated gem was the cause of those annoying MiniTest errors. Also updates one use of `ensure_inclusion_of` which was deprecated in favor of `validate_inclusion_of`.
2015-01-29Use pry-rails gem instead of pryRobert Speicher
pry-rails has pry as a dependency and this lets us have all that pry when we run `rails console` :heart:
2015-01-29Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Dmitriy Zaporozhets
haynes/gitlab-ce-commit_calendar
2015-01-29Add a commit calendar to the user profileHannes Rosenögger
2015-01-27Update semantic-ui-sass to 1.8yglukhov
2015-01-21Upgrade Sidekiq to 3.3Vinnie Okada
2015-01-15Replace highlight.js with rouge-fork rugmentsStefan Tatschner
I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
2015-01-15Updated gollum-libsStefan Tatschner
I did this commit in an earlier revision of my pull request. As reverting this commit later caused failing tests I decided to include it again.
2015-01-14doorkeeper updateValery Sizov
2015-01-13Merge branch 'github_importer'Dmitriy Zaporozhets
Conflicts: app/helpers/projects_helper.rb
2015-01-13Merge branch 'git-http-blacklist' into 'master'Jacob Vosmaer
Git HTTP blacklist See merge request !1328
2015-01-11Fix git blame on file not respecting branch selectionDmitriy Zaporozhets
2015-01-10Github ImporterValery Sizov
2015-01-08Merge remote-tracking branch 'dev_gitlab_org/master' into git-http-blacklistJacob Vosmaer
Conflicts: CHANGELOG
2015-01-06Merge branch 'ruby-2.2.0' of https://github.com/chulkilee/gitlabhq into ↵Dmitriy Zaporozhets
chulkilee-ruby-2.2.0
2014-12-31fix deleted file display when using new gitlab_git gem, and add new ↵Arif Ali
gitlab_git gem
2014-12-29Update gems for ruby 2.2.0Chulki Lee
2014-12-28Merge branch 'check_browser_version' of https://github.com/vicvega/gitlabhq ↵Dmitriy Zaporozhets
into vicvega-check_browser_version Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/assets/stylesheets/generic/common.scss
2014-12-24check browser version, blacklisting outdated IE (version < 10)Francesco Coda Zabetta
2014-12-24Doorkeeper integrationValery Sizov
2014-12-20Merge pull request #8422 from gemnasium/update_gemnasiumm-gitlab-serviceDmitriy Zaporozhets
Update gemnasium-gitlab-service to version 0.2.3
2014-12-16add kerberos to GemfileValery Sizov
2014-12-15Update rack-attack to 4.2.0Jacob Vosmaer
If we are going to monkey-patch something it might as well be the latest version.
2014-12-04Update Sidekiq to 2.17.8Jacob Vosmaer
2014-12-03Update gemnasium-gitlab-service to version 0.2.3fabien
2014-12-02Update libv8 from 3.16.14.3 to 3.16.14.7Jacob Vosmaer
This selfish change fixes 'bundle install' on my (OS X) development machine.
2014-11-20HipChat service: correct service name & use v2 APIDoug Goldstein
HipChat refers to their own product camel cased so we should do the same. HipChat no longer recommends people use the deprecated v1 API so switch to using the v2 API by default. hipchat-rb does not yet default to v2 in any version so it must be specified.
2014-11-18Bump gitlab_git with new ruggedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-14Update gitlab_git to 7.0.0.rc11Jacob Vosmaer
2014-11-03Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_urlMarin Jankovski
update slack-notifier for new webhook_url format
2014-10-30Add addressable explicitly to GemfileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-29Update omniauth-ldap & dependenciesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-24Bump gitlab_git to 7.0.0.rc10 (submodules fix)Jacob Vosmaer
2014-10-23update slack-notifier to 1.0.0, use raw webhook_url per slack recommendationSteven Sloan
per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility this should also prevent issues cropping up with mistakes in how the urls are parsed
2014-10-12Merge branch 'enabling_markdown_pipelines_from_gitlab' into 'master'Dmitriy Zaporozhets
Enabling markdown pipelines from gitlab Define which markdown pipelines are used in GitLab from application instead from gem. See merge request !1164
2014-10-10Make sure relative url and asset_host are honored, specs.Marin Jankovski
2014-10-10Bump html-pipeline-gitlab gem versionMarin Jankovski
2014-10-09Bump gitlab-grit version with improved timeout featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-09Revert "Up version of html-pipeline-gitlab."Marin Jankovski
This reverts commit 17835f095fb10168d5d2f6b2fd4c136844c2bfd1.
2014-10-08Up version of html-pipeline-gitlab.Marin Jankovski
2014-10-06Bump gitlab_gitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-03Merge pull request #7934 from Soullivaneuh/font-awesomeDmitriy Zaporozhets
Upgrade to Font Awesome v4.2
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL