summaryrefslogtreecommitdiff
path: root/spec/models/project_services/gitlab_issue_tracker_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-54/+0
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-46/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-3/+3
|
* Make sure all specs run properlyJarka Košanová2019-07-111-2/+4
| | | | | | - handling properties needs to be skipped when creating test records in order to test the legacy data
* Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-0/+43
| | | | | - instead of using properties - backward compatibility has to be kept for now
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-3/+3
|
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-6/+6
|
* Use described_class when possibleRémy Coutable2017-07-271-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix external issue trackers redirectissue_35132Felipe Artur2017-07-181-1/+1
|
* Prevent GitLab issue tracker spec from failing later specsfix-issue-tracker-specSean McGivern2017-07-131-18/+9
|
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-3/+3
|
* Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-3/+3
| | | | | | | | 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.
* Remove schema annotations completelyValery Sizov2016-09-161-20/+0
|
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-2/+2
|
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-0/+14
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Re-annotate modelsStan Hu2015-05-031-0/+1
|
* Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-7/+8
|
* Return full URLs from GitLabIssueTrackerService.Douwe Maan2015-03-271-7/+7
|
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-9/+14
|
* Using gitlab url to build links for gitlab issue tracker and add a spec. Fix ↵Marin Jankovski2015-02-231-0/+60
rubocop warnings in path.