- 22 May, 2019 39 commits
-
-
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
-
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
-
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.
-
Stan Hu authored
This removes the warning when using Ruby 2.6: BigDecimal.new is deprecated; use BigDecimal() method instead. This also adds Rails 5 support, which eliminates the need for the monkey patch to handle https://github.com/thoughtbot/shoulda-matchers/issues/913.
-
Valery Sizov authored
We kept it for smooth update only
-
Ash McKenzie authored
Fix uninitialized constant with HamlLint::LinterRegistry Closes #62125 See merge request gitlab-org/gitlab-ce!28578
-
Luke Bennett authored
Part of single codebase changes.
-
Luke Bennett authored
Part of single codebase changes.
-
Luke Bennett authored
Part of single codebase changes.
-
Stan Hu authored
Files in lib will be eager loaded and hence will require haml_lint to be loaded. Since this is only a development dependency, we can't assume this gem will be available in production, so it should never be loaded in production.
-
Mark Lapierre authored
Move Chrome variables under conditional See merge request gitlab-org/gitlab-ce!28505
-
Stan Hu authored
The migration pod for the GitLab Helm Chart was failing because of the NameError: uninitialized constant HamlLint::Linter::NoPlainNodes::LinterRegistry We now explicitly specify ::HamlLint::LinterRegistry to avoid resolution errors. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62125
-
Stan Hu authored
Move some project routes under /-/ scope See merge request gitlab-org/gitlab-ce!28435
-
- 21 May, 2019 1 commit
-
-
Mark Lapierre authored
Quarantine failing test See merge request gitlab-org/gitlab-ce!28517
-