- 14 Dec, 2018 30 commits
-
-
Robert Speicher authored
Sometimes due to a slow request to load the version check image, the placeholder image data was still being seen, resulting in this failure: expected "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" to end with "/version-check-url" Now we check the `data-src` attribute, which allows us to remove the `:js` metadata. This commit also removes a redundant test, which was just ensuring that the selector we were already using in the other test is visible. If this test were failing, the other one would always fail too, so it was pointless. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55372
-
Robert Speicher authored
All of these methods are stateless, there was no point to have them as instance methods. Mostly this allows us to remove an `allow_any_instance_of` usage.
-
Stan Hu authored
Remove CREATE_DB_USER variable in prepare_build See merge request gitlab-org/gitlab-ce!23815
-
Filipa Lacerda authored
Update prettier.md with VSCode Settings section See merge request gitlab-org/gitlab-ce!23810
-
Robert Speicher authored
Fix warnings in tests See merge request gitlab-org/gitlab-ce!23788
-
Kamil Trzciński authored
Refactor Ci::Pipeline's config_sources enum Closes gitlab-ee#8244 See merge request gitlab-org/gitlab-ce!23799
-
Kamil Trzciński authored
Move description of cluster type to presenter Closes #53771 See merge request gitlab-org/gitlab-ce!23789
-
Douwe Maan authored
Remove issue_suggestions feature flag Closes #55166 See merge request gitlab-org/gitlab-ce!23723
-
Paul Slaughter authored
**Why?** This is a recurring issue that new team members keep running into.
-
Achilleas Pipinellis authored
doc/ci/yaml: improve wording to explain better deep vs recursive merging See merge request gitlab-org/gitlab-ce!22542
-
Achilleas Pipinellis authored
Serverless Doc Updates Closes #55089 See merge request gitlab-org/gitlab-ce!23640
-
Daniel Gruesso authored
-
Bob Van Landuyt authored
All arguments passed to the `FeatureConstrainer` will be passed on to the `Feature.enabled?` check.
-
Achilleas Pipinellis authored
Add dplanella as Catalan proofreader See merge request gitlab-org/gitlab-ce!23827
-
Achilleas Pipinellis authored
Docs add empty space to render list See merge request gitlab-org/gitlab-ce!23756
-
Achilleas Pipinellis authored
Docs: Align CE and EE k8s doc to match Closes #54771 See merge request gitlab-org/gitlab-ce!23758
-
Marcel Amirault authored
-
Kamil Trzciński authored
Add name, author and sha to releases See merge request gitlab-org/gitlab-ce!23763
-
Fatih Acet authored
Display reply field if resolved discussion has no replies Closes #54330 See merge request gitlab-org/gitlab-ce!23801
-
Winnie Hellmann authored
-
Sean McGivern authored
Stop using HipChat in the ServicesController spec See merge request gitlab-org/gitlab-ce!23774
-
Phil Hughes authored
Creates Vue component to render each release block See merge request gitlab-org/gitlab-ce!23697
-
Filipa Lacerda authored
-
Phil Hughes authored
Resolve "Only prompt user once when navigating away from file editor" Closes #55344 See merge request gitlab-org/gitlab-ce!23820
-
Kamil Trzciński authored
Upgrade Knative from 0.1.3 to 0.2.2 See merge request gitlab-org/gitlab-ce!23808
-
David Planella authored
-
Stan Hu authored
Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_assignment See merge request gitlab-org/gitlab-ce!23818
-
Stan Hu authored
Fix deprecation: Passing conditions to delete_all is deprecated See merge request gitlab-org/gitlab-ce!23817
-
Kushal Pandya authored
Adjust padding of .dropdown-title to comply with design specs See merge request gitlab-org/gitlab-ce!23546
-
Robert Speicher authored
Fix Issue boards don't show milestone in issue details See merge request gitlab-org/gitlab-ce!23813
-
- 13 Dec, 2018 10 commits
-
-
Alex Hanselka authored
* dev/master: Update CHANGELOG.md for 11.3.13 Validate LFS hrefs before downloading them
-
Alex Hanselka authored
[MASTER]: Validate LFS hrefs before downloading them Closes #2754 See merge request gitlab/gitlabhq!2696
-
Sam Bigelow authored
-
Jasper Maes authored
-
Jasper Maes authored
-
Phil Hughes authored
Allow suggesting single line changes in diffs See merge request gitlab-org/gitlab-ce!23147
-
Oswaldo Ferreira authored
-
Achilleas Pipinellis authored
Update Filesystem Benchmarking to be more strict See merge request gitlab-org/gitlab-ce!23709
-
Drew Blessing authored
-
Achilleas Pipinellis authored
Fix base64 example to use universal option Closes #55218 See merge request gitlab-org/gitlab-ce!23787
-