- 15 Mar, 2021 1 commit
-
-
Furkan Ayhan authored
With this, we provide a new keyword for needs:job => optional When a job is not added to the pipeline and another job needs that job, the pipeline will start.
-
- 11 Mar, 2021 39 commits
-
-
Gabriel Mazetto authored
Create dast_failed_site_validations feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56146
-
Marcia Ramos authored
Info about the gitlab.com KAS instance See merge request gitlab-org/gitlab!55593
-
Viktor Nagy authored
-
Simon Knox authored
Boards new list for Assignee See merge request gitlab-org/gitlab!56151
-
Sanad Liaquat authored
Fix file locking e2e tests See merge request gitlab-org/gitlab!56307
-
Phil Hughes authored
Revise bad warning message: remove comma splice See merge request gitlab-org/gitlab!56115
-
Amy Qualls authored
Fix malformed sentence in the warning shown when a user tries to edit a comment that has changed.
-
Markus Koller authored
Fix typo in wiki.rb See merge request gitlab-org/gitlab!56285
-
Chad Woolley authored
In this commit we fix a typo (`reponse` vs. `response`) and also the method call `response_api_error!` that was lacking one argument.
-
Grzegorz Bizon authored
Improve MR Retarget Chain to prefer usage of `MR::DeleteSourceBranchWorker` See merge request gitlab-org/gitlab!56233
-
Nicolò Maria Mezzopera authored
Merge branch '239850-convert-stylesheets-pages-members-scss-into-page-specific-bundle' into 'master' Convert `members.scss` into page specific bundle See merge request gitlab-org/gitlab!56278
-
Nicolò Maria Mezzopera authored
Add Jira Issue Note component See merge request gitlab-org/gitlab!56068
-
Miguel Rincon authored
Merge branch '300750-add-missing-reviewers-information-to-new_mention_in_merge_request_email' into 'master' Add reviewer information to new_mention_in_merge_request_email See merge request gitlab-org/gitlab!56184
-
Kushal Pandya authored
Add stylelint cache file to .gitignore See merge request gitlab-org/gitlab!56302
-
Simon Knox authored
Lot of vuex duplication that can be trimmed down later
-
Kushal Pandya authored
Improved award emoji picker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54469
-
Lin Jen-Shin authored
Add ci pattern to migration See merge request gitlab-org/gitlab!56185
-
Rémy Coutable authored
Handle commits without descriptions for changelogs See merge request gitlab-org/gitlab!56224
-
Rémy Coutable authored
Resolve "Follow-up from "Remove safe navigation operator from Vulnerability description"" See merge request gitlab-org/gitlab!53192
-
charlie ablett authored
Replace calls-gitaly instrumentation with a field extension [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55306
-
Vitaly Slobodin authored
-
Arturo Herrero authored
Migrate group iterations when using Bulk Import See merge request gitlab-org/gitlab!56018
-
Miguel Rincon authored
Update code owner approval tooltip message See merge request gitlab-org/gitlab!55842
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This changes the presenter instrumentation to a field extension, which is simpler, easier to maintain, and will allow us to make use of the interpreter execution engine in the future. This also makes is easier to test resolver and types that make use of these facilities. Other changes: In the current user TODOs type, ensure we take the type of the unwrapped object If we don't do this, the presented class name will be used instead (for types that use `present_using`). This results in incorrect todo_type values.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
The following resolvers call gitaly: - metrics/dashboard_resolver - last_commit_resolver - snippets/blobs_resolver - tree_resolver Remove an unnecessary gitaly annotation (I was unable to verify that this gitaly annotation was needed. So it is removed.)
-
Alex Kalderimis authored
This was erroneously setting constant_complexity to true for all fields that have a resolver, since our BaseResolver sets complexity to 0 (and `!!zero == true`). This masks gitaly calls.
-
Alex Kalderimis authored
The calls-gitaly tooling is not available when calling `GraphqlHelpers#resolve` and `#resolve_field`, because it was implemented as schema instrumentation which must be called from `Schema.execute`. This changes to use field extensions that are: - simpler (less code, easier to read) - can be applied selectively (here we can avoid the runtime cost in prod) - not deprecated; to use the intepreter, we will need to make this move Changes: - Adds `#may_call_gitaly` method to BaseField
-
Alex Kalderimis authored
These were discovered using REVEAL_RUBOCOP_TODO
-
Alex Kalderimis authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!56306
-
Bob Van Landuyt authored
Cloud License: Activation to receive license instead of authentication token See merge request gitlab-org/gitlab!55822
-
Achilleas Pipinellis authored
Add Pages cache configuration settings See merge request gitlab-org/gitlab!55812
-
Jaime Martinez authored
Adds multuple flags used to configure Pages API-based configuration cache's behavior to the documentation. Examples of modifying these settings are also included. Related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/520.
-
Achilleas Pipinellis authored
Remove old version info from doc page See merge request gitlab-org/gitlab!56228
-
GitLab Release Tools Bot authored
-
Sanad Liaquat (Personal) authored
-
Phil Hughes authored
Added comment to SCSS file Updated category spec
-