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
2017-10-11Refactor the Development documentation, and divide the Testing documentation ↵Rémy Coutable
into multiple pages
2017-10-04Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer
2017-09-28Merge branch 'evn-add-neg-tests' into 'master'Robert Speicher
Test for what should not be there as well [ci skip] See merge request gitlab-org/gitlab-ce!14492
2017-09-27Update CI parallelization descriptionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-26Test for what should not be there as wellernstvn
2017-08-25Reenable MySQL tests on all branchesMichael Kozono
To protect master from surprise failures, as long as we continue to support MySQL.
2017-08-25Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'"Douwe Maan
This reverts merge request !13812
2017-08-24Reenable MySQL tests on all branchesMichael Kozono
To protect master from surprise failures, as long as we continue to support MySQL.
2017-08-14Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher
Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469
2017-08-11Merge branch 'rc/32308-rspec-retry-hack' into 'master'Sean McGivern
Detect and keep track of flaky specs See merge request !13021
2017-08-11Document rspec-retry and rspec-flakyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-11Show error message for API 500 error in tests, andLin Jen-Shin
document have_gitlab_http_status
2017-08-11Use rspec-parameterized for table-based testsNick Thomas
2017-08-11Remove documentation about rules that are now enforced by RuboCopRobert Speicher
RuboCop is _living_ documentation! :sparkles: [ci skip]
2017-08-02Remove documentation about `:empty_project` since we're removing itRobert Speicher
2017-07-18Remove developer documentation about not describing symbolsRobert Speicher
This is now covered by rubocop-rspec.
2017-07-18Disable Rails logging in CI test environmentsRobert Speicher
See https://jtway.co/speed-up-your-rails-test-suite-by-6-in-1-line-13fedb869ec4
2017-06-15Add a link to spec/migrations/README.md in the testing documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-01Enable `RSpec/DescribedClass` copRobert Speicher
2017-04-26Use rspec-set to speed up examplesZeger-Jan van de Weg
2017-04-25Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling ↵Rémy Coutable
for specific branches Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-12Improve the testing documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-11Fix link againRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-11Fix path to migrationsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-11Fix wrong linkRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Re-organize testing doc, and add RSpec structure docRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Document GitLab QARémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Improve testing documentation with Robert's feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Firs pass at improving the testing documentationRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-22Creates Frontend Style guideFilipa Lacerda
2017-03-16remove all references to the .es6 in our config files and documentationMike Greiling
2017-02-20Merge branch 'rs-document-timecop' into 'master' Rémy Coutable
Document Timecop usage for time-sensitive tests See merge request !9383
2017-02-20Merge branch 'link-to-rspec-features-docs' into 'master' Rémy Coutable
Add link to external documentation of rspec-rails feature specs See merge request !8973
2017-02-20Document Timecop usage for time-sensitive testsRobert Speicher
2017-02-14Add more links in the Features/Integration testing documentationRichard Macklin
- Move the rspec-rails feature spec link to the Features/Integration section - Mention and link to capybara and poltergeist there as well [ci skip]
2017-02-10Replace teaspoon references with KarmaClement Ho
2017-02-04Add link to external documentation of rspec-rails feature specsRichard Macklin
[ci skip]
2016-11-24Document that we always use `do...end` for `before` in RSpecRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-18Use `Gitlab.config.gitlab.host` over `'localhost'`Lin Jen-Shin
This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
2016-11-16Add a gotcha about FactoryGirl sequencesRémy Coutable
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/24341 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-01Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing
2016-10-31Remove leftover references to coffeescript from comments and docs.Bryce Johnson
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2016-05-06Add a note to testing docs about the `:each` argument to RSpec hooksRobert Speicher
[ci skip]
2016-04-09Minor Testing guide copyeditsRobert Speicher
[ci skip]
2016-04-02Add a link back to Development documentation to Testing guideRobert Speicher
[ci skip]
2016-04-02Add a section about `let` to the Testing guideRobert Speicher
[ci skip]
2016-04-02Factories don't have to be limited to `ActiveRecord` objectsRobert Speicher
[ci skip]
2016-04-02Add a note about Four-Phase Test to Testing guideRobert Speicher
[ci skip]
2016-04-02First pass at a Testing styleguideRobert Speicher
[ci skip]