- 22 May, 2019 40 commits
-
-
Rémy Coutable authored
Redirect first Contribution link to about.gitlab.com/community/contribute See merge request gitlab-org/gitlab-ce!28245
-
Kenny Johnston authored
-
Rémy Coutable authored
Move package-and-qa to review stage from qa stage See merge request gitlab-org/gitlab-ce!28581
-
Yorick Peterse authored
Link to issue in CodeReuse/ActiveRecord message See merge request gitlab-org/gitlab-ce!28461
-
Marcia Ramos authored
replace passive with active voice See merge request gitlab-org/gitlab-ce!25780
-
Philipp C. H authored
-
Annabel Dunstone Gray authored
Update note actions icon color Closes #62061 See merge request gitlab-org/gitlab-ce!28498
-
Jarek Ostrowski authored
Use gray-600 for color Ensure passes accessibility reqs
-
Nick Thomas authored
Added repository files to GraphQL API See merge request gitlab-org/gitlab-ce!28325
-
Annabel Dunstone Gray authored
Give 'New Snippet' button green outline Closes #61324 See merge request gitlab-org/gitlab-ce!28559
-
Marcel van Remmerden authored
-
Jan Provaznik authored
Bump shoulda-matchers to 4.0.1 See merge request gitlab-org/gitlab-ce!28443
-
Nick Thomas authored
Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'" See merge request gitlab-org/gitlab-ce!28594
-
Kamil Trzciński authored
This reverts merge request !27514
-
Phil Hughes authored
-
Rémy Coutable authored
Add group label docs to Issue Workflow See merge request gitlab-org/gitlab-ce!28591
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Mark Fletcher authored
-
Nick Thomas authored
Merge branch '61935-remove-code-left-over-from-when-clusters-were-always-project-specific' into 'master' remove `Clusters::Platforms::Kubernetes#actual_namespace` Closes #61935 See merge request gitlab-org/gitlab-ce!28391
-
Nick Thomas authored
Add GitDeduplicationService Closes #60871 See merge request gitlab-org/gitlab-ce!28144
-
Filipa Lacerda authored
i18n JS files starting with s See merge request gitlab-org/gitlab-ce!28169
-
Rémy Coutable authored
Minor improvement on resources doc See merge request gitlab-org/gitlab-ce!28589
-
Rémy Coutable authored
Second iteration of documentation for writing end-to-end tests See merge request gitlab-org/gitlab-ce!28473
-
Walmyr authored
This is a second iteration to address the Resources section. In a third iteration the Page Object section will be addressed.
-
Kamil Trzciński authored
Reorganize test jobs by level See merge request gitlab-org/gitlab-ce!27514
-
Walmyr Lima authored
-
Filipa Lacerda authored
Added tree list row component See merge request gitlab-org/gitlab-ce!28542
-
Lin Jen-Shin authored
This way even if review-deploy failed we can still run it.
-
Ash McKenzie authored
Merge branch '8723-geo-remove-gitlab-lfstoken-legacyredisdevisetoken-implementation-and-usage-geo' into 'master' Geo: Remove Gitlab::LfsToken::LegacyRedisDeviseToken implementation Closes gitlab-ee#8723 See merge request gitlab-org/gitlab-ce!28546
-
James Lopez authored
#61441 Allow user to set email ID before setting up 2FA See merge request gitlab-org/gitlab-ce!28097
-
Kartikey Tanna authored
-
Phil Hughes authored
Resolve CE/EE diffs in import form Closes gitlab-ee#10492 See merge request gitlab-org/gitlab-ce!28575
-
Phil Hughes authored
Resolve CE/EE diffs in dropdown_user Closes gitlab-ee#10494 See merge request gitlab-org/gitlab-ce!28577
-
Phil Hughes authored
Resolve CE/EE diffs in api_spec Closes gitlab-ee#6611 See merge request gitlab-org/gitlab-ce!28576
-
Phil Hughes authored
Resolve CE/EE diffs in label row Closes gitlab-ee#10493 See merge request gitlab-org/gitlab-ce!28551
-
Phil Hughes authored
Resolve CE/EE diffs in signin box Closes gitlab-ee#10495 See merge request gitlab-org/gitlab-ce!28553
-
Phil Hughes authored
Resolve CE/EE diffs in admin users form Closes gitlab-ee#10508 See merge request gitlab-org/gitlab-ce!28520
-
Stan Hu authored
Starting with Rails 5, belongs_to now adds a presence validation to the association, and so as of shoulda-matchers 4.0.0 the belong_to matcher follows suit and tests that this validation is there by setting the association to nil and asserting that there are validation errors. This exposed an error with the `validate_branches` method: we need to check the source and target project exist.
-
Stan Hu authored
Rails 5 requires that belongs_to associations have the associated record present. These tests were failing because they had nil values.
-