summaryrefslogtreecommitdiff
path: root/doc/development/gotchas.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-7/+7
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-4/+10
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+15
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+14
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+31
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-161-0/+70
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-3/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-4/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-2/+2
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Fixes typo in developer gotcha documentationJeremy Jackson2019-07-191-1/+1
|
* Fix spacing of code blocksMarcel Amirault2019-07-091-4/+4
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-2/+2
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Make docs about expect_next_instance_of consistentLin Jen-Shin2018-12-031-3/+3
| | | | | | So we compare `expect_any_instance_of` with `expect_next_instance_of`, but still mention `allow_any_instance_of`.
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-2/+4
|
* Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_specLin Jen-Shin2018-06-211-0/+48
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove developer documentation about not describing symbolsrs-remove-describe-symbol-docsRobert Speicher2017-07-181-29/+0
| | | | This is now covered by rubocop-rspec.
* Do not use single quote in headings as it breaks docs.gitlab.comAchilleas Pipinellis2017-02-161-4/+4
| | | | [ci skip]
* remove id collision caveat from documentationMike Greiling2016-11-301-48/+0
|
* Add a gotcha about FactoryGirl sequencesadd-gotcha-following-24341Rémy Coutable2016-11-161-0/+89
| | | | | | Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/24341 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docsBryce Johnson2016-10-311-4/+2
|
* Remove CHANGELOG and fix typoRémy Coutable2016-08-041-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update docs for CoffeeScript -> JavaScript.Jacob Schatz2016-07-221-2/+3
|
* Restrict hamlit version, remove coffeescript filters.Connor Shea2016-06-231-1/+1
|
* Update Gotchas docrs-development-docsRobert Speicher2016-02-171-8/+7
| | | | [ci skip]
* Add "Gotchas" development docRobert Speicher2016-02-161-0/+104