Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started on the rspec upgrade | Jeroen van Baarsen | 2015-02-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Merge pull request #8580 from j0k3r/asana | Dmitriy Zaporozhets | 2015-02-08 | 1 | -0/+3 |
|\ | | | | | Add Asana service | ||||
| * | Add Asana service | Jeremy | 2015-02-02 | 1 | -0/+3 |
| | | | | | | | | Also add ability to render "service.help" in markdown | ||||
* | | GitLab integration. Importer | Valery Sizov | 2015-02-05 | 1 | -0/+1 |
| | | |||||
* | | Add rubocop and remove rails_best_practices gem | Dmitriy Zaporozhets | 2015-02-02 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #8687 from tsigo/rs-pry-rails | Dmitriy Zaporozhets | 2015-01-29 | 1 | -1/+1 |
|\ | | | | | Use pry-rails gem instead of pry | ||||
| * | Use pry-rails gem instead of pry | Robert Speicher | 2015-01-29 | 1 | -1/+1 |
| | | | | | | | | | | pry-rails has pry as a dependency and this lets us have all that pry when we run `rails console` :heart: | ||||
* | | Update shoulda-matchers | Robert Speicher | 2015-01-29 | 1 | -1/+1 |
|/ | | | | | | | 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`. | ||||
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵ | Dmitriy Zaporozhets | 2015-01-28 | 1 | -1/+1 |
|\ | | | | | | | haynes/gitlab-ce-commit_calendar | ||||
| * | Update semantic-ui-sass to 1.8 | yglukhov | 2015-01-27 | 1 | -1/+1 |
| | | |||||
* | | Add a commit calendar to the user profile | Hannes Rosenögger | 2015-01-29 | 1 | -0/+3 |
|/ | |||||
* | Upgrade Sidekiq to 3.3 | Vinnie Okada | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Replace highlight.js with rouge-fork rugments | Stefan Tatschner | 2015-01-15 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
* | Updated gollum-libs | Stefan Tatschner | 2015-01-15 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | doorkeeper update | Valery Sizov | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'github_importer' | Dmitriy Zaporozhets | 2015-01-13 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: app/helpers/projects_helper.rb | ||||
| * | Github Importer | Valery Sizov | 2015-01-10 | 1 | -0/+2 |
| | | |||||
* | | Fix git blame on file not respecting branch selection | Dmitriy Zaporozhets | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'easy-dev-install' into 'master' | Dmitriy Zaporozhets | 2015-01-11 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | Easy dev install @jeroenvanbaarsen just tried the following: 1. Removing therubyracer from gemfile 2. Install node (brew install node or sudo apt-get install nodejs) 3. Run $ spinach features/ All worked as before, so this would mean people have to install the node dependency on their local machine, but in my experience this is much easier than installing libv8, especially for non ruby-devs. /cc @jacobvosmaer See merge request !262 | ||||
| * | Require the ruby racer only in production since installing it on dev ↵easy-dev-install | Sytse Sijbrandij | 2014-12-15 | 1 | -1/+1 |
| | | | | | | | | machines can cause a lot of problems. Hat tip to Jeroen van Baarsen | ||||
* | | Merge branch 'ruby-2.2.0' of https://github.com/chulkilee/gitlabhq into ↵ | Dmitriy Zaporozhets | 2015-01-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | chulkilee-ruby-2.2.0 | ||||
| * | | Update gems for ruby 2.2.0 | Chulki Lee | 2014-12-29 | 1 | -1/+1 |
| | | | |||||
* | | | fix deleted file display when using new gitlab_git gem, and add new ↵ | Arif Ali | 2014-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | gitlab_git gem | ||||
* | | | Merge branch 'check_browser_version' of https://github.com/vicvega/gitlabhq ↵ | Dmitriy Zaporozhets | 2014-12-28 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | into vicvega-check_browser_version Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/assets/stylesheets/generic/common.scss | ||||
| * | | check browser version, blacklisting outdated IE (version < 10) | Francesco Coda Zabetta | 2014-12-24 | 1 | -0/+3 |
| | | | |||||
* | | | Doorkeeper integration | Valery Sizov | 2014-12-24 | 1 | -0/+2 |
|/ / | |||||
* | | add kerberos to Gemfile | Valery Sizov | 2014-12-16 | 1 | -0/+1 |
|/ | |||||
* | Update Sidekiq to 2.17.8 | Jacob Vosmaer | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | HipChat service: correct service name & use v2 API | Doug Goldstein | 2014-11-19 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Bump gitlab_git with new rugged | Dmitriy Zaporozhets | 2014-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update gitlab_git to 7.0.0.rc11 | Jacob Vosmaer | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_url | Marin Jankovski | 2014-11-03 | 1 | -1/+1 |
|\ | | | | | update slack-notifier for new webhook_url format | ||||
| * | update slack-notifier to 1.0.0, use raw webhook_url per slack recommendation | Steven Sloan | 2014-10-23 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | | Add addressable explicitly to Gemfile | Dmitriy Zaporozhets | 2014-10-30 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Update omniauth-ldap & dependencies | Dmitriy Zaporozhets | 2014-10-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Bump gitlab_git to 7.0.0.rc10 (submodules fix) | Jacob Vosmaer | 2014-10-24 | 1 | -1/+1 |
|/ | |||||
* | Bump gitlab_git | Dmitriy Zaporozhets | 2014-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7934 from Soullivaneuh/font-awesome | Dmitriy Zaporozhets | 2014-10-03 | 1 | -1/+1 |
|\ | | | | | Upgrade to Font Awesome v4.2 | ||||
| * | Upgrade to Font Awesome v4.2 | Sullivan SENECHAL | 2014-10-03 | 1 | -1/+1 |
| | | |||||
* | | Bump org-mode to 0.9.9 | Robert Schilling | 2014-10-02 | 1 | -1/+1 |
|/ | |||||
* | Bump gitlab_git | Dmitriy Zaporozhets | 2014-10-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7853 from Razer6/feature/html_pipeline | Dmitriy Zaporozhets | 2014-10-02 | 1 | -0/+3 |
|\ | | | | | Factor out Emoji parsing using html-pipeline-gitlab | ||||
| * | Factor out Emoji parsing using html-pipeline-gitlab | Robert Schilling | 2014-09-26 | 1 | -1/+4 |
| | | |||||
* | | Bump gitlab_git | Dmitriy Zaporozhets | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Bump gitlab_git version | Dmitriy Zaporozhets | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'backup-uploader' | Dmitriy Zaporozhets | 2014-09-29 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | | Add backup upload support to the rake task | Jacob Vosmaer | 2014-09-29 | 1 | -2/+2 |
| | | | |||||
* | | | Fix download repo featire | Dmitriy Zaporozhets | 2014-09-29 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Bump gitlab_git | Dmitriy Zaporozhets | 2014-09-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Bump gitlab_git | Dmitriy Zaporozhets | 2014-09-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |