| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a method in Project to return a cached value of total count of projects | Stan Hu | 2016-08-09 | 1 | -0/+7 |
* | Introduce SimpleCovEnv singleton helper and use it | Grzegorz Bizon | 2016-07-21 | 1 | -2/+2 |
* | Update configuration of SimpleCov | Kamil Trzcinski | 2016-07-21 | 1 | -0/+1 |
* | Store all simplecov configuration in one file | Kamil Trzcinski | 2016-07-21 | 1 | -11/+1 |
* | Remove unused simplecov-rcov | Kamil Trzcinski | 2016-07-21 | 1 | -1/+0 |
* | Merge coverage report | Kamil Trzcinski | 2016-07-21 | 1 | -1/+9 |
* | We're not using them (and look at the typo)remove-unused-helper | Lin Jen-Shin | 2016-07-12 | 1 | -1/+0 |
* | Remove coveralls linescleanup-forgotten-lines | Z.J. van de Weg | 2016-06-30 | 1 | -5/+0 |
* | Enable Knapsack only in CI environmentknapsack-env-ci | Kamil Trzcinski | 2016-06-08 | 1 | -2/+4 |
* | Remove knapsack_merger since we don't use it anyway | Kamil Trzcinski | 2016-06-07 | 1 | -1/+0 |
* | Use knapsack everywhere | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
* | Use own version of knapsack which supports spinach tests | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
* | Try to use knapsack | Kamil Trzcinski | 2016-06-03 | 1 | -0/+4 |
* | Update rspec-rails from 3.3.3 to 3.4.2. | Connor Shea | 2016-05-01 | 1 | -6/+0 |
* | Original implementation to allow users to subscribe to labels | Timothy Andrew | 2016-03-15 | 1 | -0/+1 |
* | Removed benchmark suite and its documentationremove-benchmark-suite | Yorick Peterse | 2016-03-10 | 1 | -2/+0 |
* | Retry failed tests | Kamil Trzcinski | 2016-03-09 | 1 | -0/+4 |
* | Add temporary monkey patch to get specs passing on 4.2.5.1 | Robert Speicher | 2016-01-25 | 1 | -0/+6 |
* | fix notification_service specs | Valery Sizov | 2015-11-30 | 1 | -0/+1 |
* | Merge branch 'refactor-build-service' into 'master'
| Kamil TrzciĆski | 2015-10-05 | 1 | -0/+4 |
|\ |
|
| * | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 1 | -0/+4 |
* | | Basic setup for an RSpec based benchmark suitebenchmark-suite | Yorick Peterse | 2015-10-02 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-11 | 1 | -0/+1 |
|\ |
|
| * | Fix emoji URLs in Markdown when relative_url_root is used | Stan Hu | 2015-09-06 | 1 | -0/+1 |
* | | Merge CI factories and CI spec/support with GitLab | Dmitriy Zaporozhets | 2015-09-09 | 1 | -0/+3 |
|/ |
|
* | Move coverage-related setup back to spec_helperrs-fix-coverage | Robert Speicher | 2015-07-13 | 1 | -0/+11 |
* | Fix ApplicationHelper specsrs-fix-application-helper-specs | Robert Speicher | 2015-06-30 | 1 | -0/+1 |
* | Add spec/support/factory_girl | Robert Speicher | 2015-06-30 | 1 | -4/+3 |
* | Update email_spec gem | Robert Speicher | 2015-06-22 | 1 | -1/+0 |
* | Fix shoulda-matchers require | Robert Speicher | 2015-06-10 | 1 | -0/+1 |
* | Add spec/support files for WebMock and test coverage | Robert Speicher | 2015-06-10 | 1 | -12/+0 |
* | Move RSpec setup for Capybara to its own support file | Robert Speicher | 2015-04-25 | 1 | -7/+1 |
* | Add ActiveRecord::Migration.maintain_test_schema! to spec_helper | Robert Speicher | 2015-03-27 | 1 | -0/+2 |
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -0/+1 |
* | Started on the rspec upgrade | Jeroen van Baarsen | 2015-02-12 | 1 | -0/+1 |
* | Try wear_merged! without argument | Dmitriy Zaporozhets | 2014-10-01 | 1 | -1/+1 |
* | Refactor coverage tools usage | Dmitriy Zaporozhets | 2014-09-19 | 1 | -7/+7 |
* | Ask coveralls to merge results | Dmitriy Zaporozhets | 2014-09-19 | 1 | -1/+1 |
* | Recreate tmp/tests on each test run | Dmitriy Zaporozhets | 2014-07-31 | 1 | -8/+1 |
* | Remove rails observers from application | Dmitriy Zaporozhets | 2014-06-17 | 1 | -1/+1 |
* | Disable fixtures | Jeroen van Baarsen | 2014-06-06 | 1 | -1/+2 |
* | Remove Spork | Robert Speicher | 2014-03-24 | 1 | -57/+44 |
* | Merge Request on forked projects | Izaak Alpert | 2013-07-17 | 1 | -2/+5 |
* | Specs refactoring to reduce test time. Disabled observers by default for specs | Dmitriy Zaporozhets | 2013-04-10 | 1 | -1/+3 |
* | Project.repository should never be nil so you can call repository.exists? or ... | Dmitriy Zaporozhets | 2013-04-01 | 1 | -5/+1 |
* | Spork support added | Andrew8xx8 | 2013-03-26 | 1 | -43/+58 |
* | Fix travis failure randomly, because Capybara.default_wait_time is too short. | Sato Hiroyuki | 2013-03-21 | 1 | -0/+1 |
* | add coveralls.io to travis builds | Dmitriy Zaporozhets | 2013-03-10 | 1 | -0/+4 |
* | improve selectors to pass capybara 2.0 | Dmitriy Zaporozhets | 2013-02-21 | 1 | -3/+2 |
* | Add LoginHelpers to feature type | Dmitriy Zaporozhets | 2013-02-21 | 1 | -0/+1 |