- 27 Oct, 2020 36 commits
-
-
Fabio Pitino authored
Speed up projects merge requests controller specs See merge request gitlab-org/gitlab!46098
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!46219
-
Kamil Trzciński authored
Fix gitaly-ruby not starting on test See merge request gitlab-org/gitlab!46211
-
Phil Hughes authored
Migrate labels sidebar tooltip See merge request gitlab-org/gitlab!46102
-
Russell Dickenson authored
-
Bob Van Landuyt authored
Update ruby_parser to eliminate Ruby 2.7 warning messages See merge request gitlab-org/gitlab!46195
-
Phil Hughes authored
Fix content overflow on Notebook output See merge request gitlab-org/gitlab!45971
-
Rémy Coutable authored
Modify editor patch branch name generation See merge request gitlab-org/gitlab!46044
-
Phil Hughes authored
SAML group link controller See merge request gitlab-org/gitlab!45080
-
GitLab Release Tools Bot authored
-
Sanad Liaquat authored
Set flag well before testing its effect See merge request gitlab-org/gitlab!45727
-
Kushal Pandya authored
Replaced GlDepreactedBadge in unscanned Projects See merge request gitlab-org/gitlab!46036
-
Martin Wortschack authored
Add devops reports tabs behind ff See merge request gitlab-org/gitlab!46005
-
Brandon Labuschagne authored
Fix typo in delete project modal See merge request gitlab-org/gitlab!46204
-
Ezekiel Kigbo authored
Fixes a typo in the project delete modal screen
-
Stan Hu authored
gitaly-ruby added logging in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2678, but by default it will save the file in /. To avoid crashing, save it inside the Rails log directory. The Gitaly default dir will be adjusted in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2678.
-
Kushal Pandya authored
Update selected value stream after deletion or creation See merge request gitlab-org/gitlab!46100
-
Ezekiel Kigbo authored
Ensure we set the newly created value stream when the request succeeds
-
Kushal Pandya authored
Migrate web IDE component tooltip See merge request gitlab-org/gitlab!45623
-
Russell Dickenson authored
-
Jacques Erasmus authored
Fix sticky header issue status not syncing See merge request gitlab-org/gitlab!45895
-
Sanad Liaquat authored
Update test-case issue link See merge request gitlab-org/gitlab!46196
-
Sanad Liaquat authored
De-quarantine deploy token creation spec See merge request gitlab-org/gitlab!45910
-
Dylan Griffith authored
Fix return type of DastSiteProfile#status See merge request gitlab-org/gitlab!46180
-
Philip Cunningham authored
This was returning a symbol when it should have been returning a String.
-
Stan Hu authored
Change from suggest_pipeline experiment to enabled ff See merge request gitlab-org/gitlab!45926
-
Dylan Griffith authored
Resolve IP address from RequestContext for audit See merge request gitlab-org/gitlab!46114
-
Mark Lapierre authored
It mistakenly pointed to a different existing test
-
Stan Hu authored
Running `bin/rake gettext:regenerate` would spew: ``` NOTE: RubyParser::V27 undefined, using RubyParser::V26. ``` This commit updates the ruby_parser to v3.15.0, which brings in Ruby 2.7 support: https://github.com/seattlerb/ruby_parser/commit/b6fc793
-
Mark Lapierre authored
This test fails intermittently, behaving as if the feature flag isn't enabled even though the API reports that it is. The feature flag was set immediately before the page was loaded to check the effect of the feature flag, so this could be a race condition in which the API acknowledges the flag as enabled, but Rails generates the page based on stale settings. This changes the order of steps so that the feature flag is set as early as possible (after the project is created), yo allow time for possible stale flag values to expire.
-
Russell Dickenson authored
Merge branch '246931-follow-up-from-change-vulnerabilities-count-data-retention-to-1-year' into 'master' Document Vulnerabilities Count Data Retention policy of 1 year See merge request gitlab-org/gitlab!46054
-
Lindsay Kerr authored
-
Dylan Griffith authored
Speed up group finder specs by using let_it_be in shared context See merge request gitlab-org/gitlab!46096
-
Dylan Griffith authored
Bump auto-deploy-image to v1.0.6 See merge request gitlab-org/gitlab!45984
-
Simon Knox authored
Remove unnecessary labels css See merge request gitlab-org/gitlab!45327
-
Coung Ngo authored
The group, project, admin and milestone label pages have changed over time but some of the css was not removed. This commit removes them as well as other unnecessary css.
-
- 26 Oct, 2020 4 commits
-
-
Tan Le authored
This change fix layout overflowing on the non-code output section in Jupyter notebook.
-
Stan Hu authored
Update pipeline when vulnerability dismissal feedback is created See merge request gitlab-org/gitlab!45954
-
Alan (Maciej) Paruszewski authored
-
Suzanne Selhorn authored
Add warning to docs regarding NPM publish bug See merge request gitlab-org/gitlab!46150
-