- 27 Nov, 2018 37 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This assignment is only used by the Projects::NetworkController, so we're needlessly assigning this very generically-named instance variable on every controller which includes `ExtractsPath`, which is quite a few. Further, the way we were passing this hash to `HashWithIndifferentAccess` caused the following deprecation warning after upgrading to Rails 5: DEPRECATION WARNING: #to_hash unexpectedly ignores parameter filtering, and will change to enforce it in Rails 5.1. Enable `raise_on_unfiltered_parameters` to respect parameter filtering, which is the default in new applications. For the existing deprecated behaviour, call #to_unsafe_h instead. (called from new at lib/extracts_path.rb:116)
-
Douwe Maan authored
Update merge requests troubleshooting docs link See merge request gitlab-org/gitlab-ce!23344
-
Mike Greiling authored
Fix unsecure node dependencies See merge request gitlab-org/gitlab-ce!23378
-
Lukas Eipert authored
-
Filipa Lacerda authored
Fixed UI bugs with sticky diff header Closes #54503 See merge request gitlab-org/gitlab-ce!23374
-
Grzegorz Bizon authored
-
Achilleas Pipinellis authored
Fix minor grammar issues See merge request gitlab-org/gitlab-ce!23372
-
Dmitriy Zaporozhets authored
Don't remove failed install pods Closes #51792 See merge request gitlab-org/gitlab-ce!23350
-
Sean McGivern authored
Remove Site Statistic Closes #53778 See merge request gitlab-org/gitlab-ce!23314
-
Grzegorz Bizon authored
User#find_by_any_email to respect confirmed flag on secondary emails See merge request gitlab-org/gitlab-ce!23181
-
Dylan Griffith authored
We want to keep failed install pods around so that it is easier to debug why a failure occured. With this change we also need to ensure that we remove a previous pod with the same name before installing so that re-install does not fail. Another change here is that we no longer need to catch errors from delete_pod! in CheckInstallationProgressService as we now catch the ResourceNotFoundError in Helm::Api. The catch statement in CheckInstallationProgressService was also probably too broad before and should have been narrowed down simply to ResourceNotFoundError.
-
Phil Hughes authored
Add parseBoolean helper function See merge request gitlab-org/gitlab-ce!23283
-
Filipa Lacerda authored
Update environments metrics empty state Closes #51745 See merge request gitlab-org/gitlab-ce!23074
-
Kamil Trzciński authored
Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
-
Kamil Trzciński authored
Expose External IP address for Knative's gateway See merge request gitlab-org/gitlab-ce!23162
-
Sean McGivern authored
Remove notes index on updated_at Closes #53988 See merge request gitlab-org/gitlab-ce!23356
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
-
Rémy Coutable authored
Convert "New menu" feature spec to a view spec Closes #54157 See merge request gitlab-org/gitlab-ce!23355
-
Rémy Coutable authored
Speed up "show GPG badge" feature specs See merge request gitlab-org/gitlab-ce!23359
-
Phil Hughes authored
Resolve "Warn in Web Editor when user navigates away" Closes #53728 See merge request gitlab-org/gitlab-ce!23004
-
Sam Bigelow authored
-
Phil Hughes authored
Merge branch '52828-inconsistency-in-fonts-used-for-branch-name-and-create-from-fields-when-creating-new-branch-from-ui' into 'master' Resolve "Inconsistency in fonts used for branch name and create from fields when creating new branch from UI" Closes #52828 See merge request gitlab-org/gitlab-ce!23120
-
Douwe Maan authored
Don't use rugged write-ref anymore See merge request gitlab-org/gitlab-ce!23286
-
Douwe Maan authored
Gracefully handle references with null bytes Closes #54466 See merge request gitlab-org/gitlab-ce!23365
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
-
Kushal Pandya authored
[Docs] Update issue boards images for recent cards redesign See merge request gitlab-org/gitlab-ce!23321
-
Mike Greiling authored
Reword Knative cluster application See merge request gitlab-org/gitlab-ce!23289
-
Evan Read authored
Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
-
Evan Read authored
improve browse JUnit details See merge request gitlab-org/gitlab-ce!23257
-
Ben Bodenmiller authored
-
Evan Read authored
Fix broken links in CI help page See merge request gitlab-org/gitlab-ce!22920
-
Evan Read authored
-
- 26 Nov, 2018 3 commits
-
-
Evan Read authored
standardize periods & fix typo See merge request gitlab-org/gitlab-ce!23294
-
Stan Hu authored
CE port of 'Move EE specific code from Gitbab::Database into ee' See merge request gitlab-org/gitlab-ce!23361
-
Douglas Barbosa Alexandre authored
Fix handling of filenames with hash characters in tree view Closes #54473 See merge request gitlab-org/gitlab-ce!23368
-