- 28 Oct, 2020 1 commit
-
-
Jannik Lehmann authored
-
- 27 Oct, 2020 39 commits
-
-
Peter Leitzen authored
Rename CsvIssueImport to Issues::CsvImport See merge request gitlab-org/gitlab!45769
-
Kushal Pandya authored
Merge request widget extensions component See merge request gitlab-org/gitlab!44616
-
Fabio Pitino authored
Adds feature flag to disable package events See merge request gitlab-org/gitlab!45802
-
Alper Akgun authored
Recreate rolebinding because roleRef attr is immutable See merge request gitlab-org/gitlab!45968
-
Miguel Rincon authored
Replacing tooltip in clusters.vue See merge request gitlab-org/gitlab!46069
-
Nick Gaskill authored
-
Miguel Rincon authored
Refactor release issue stats into its own component See merge request gitlab-org/gitlab!46063
-
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
Adds an extension component and a way to render extensions inside of the merge request widget. Also adds docs to allow for others to easily add new extensions in the future.
-
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
-
Josianne Hyson authored
We want to namespace relevant concepts so that it is easier to understand the role of similarly, or ambiguously named concepts. Rename CsvIssueImport to Issues::CsvImport which was recently introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44742 so that it aligns with this ideal. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/270428
-
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.
-