::Gitlab::GlobalId.build(object, model_name: object.object.class.to_s, id: object.discussion_id) ::Gitlab::GlobalId.build(object, model_name: object.class.to_s, id: object.discussion_id) end end end6 changes: 6 additions & 0 deletions 6 app/helpers/projects_helper.rb Original file...
.md-suggestion-diff { Expand Down 2 changes: 1 addition & 1 deletion 2 app/assets/stylesheets/framework/mixins.scss Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review...
the width of the box was determined automatically at that time, to make it an exact fit. If the capital I is then made wider in a future update, the text will be slightly wider and
@hustonjactually I've usedhttps://github.com/egnyte/gitlabformand configured each project'ssuggestion_commit_messageoption with technical JIRA task declared in each related project (that we were already using for merge commits). But your workaround is fine too,%{branch_name}could be used with...
Suggestion (not blocking) For me, this was a new concept I hadn't bumped into. It might be worth us highlighting this more broadly in these docs. From Slack: you will get pagination, but under the hood the full array is loaded Perhaps we could describe this limitation on https://docs...
store/v2/storage/pebbledb/batch.go - Added Write method to Batch struct. store/v2/storage/storage_bench_test.go - Removed SQLite backend from benchmarking tests. store/v2/storage/store.go - Modified Restore method to create a new batch instead of resetting the existing one. tools/confix/data...
./qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb Stack trace Failure/Error: expect(merge_request).to have_content(commit_message)expected to find text "Applying suggested change for testing purposes." in "Skip to content GitLab Menu Help S sugges...
We haveusage_data/track_eventendpoint to track individual records. In some cases we'd prefer to send multiple events at the same time to reduce network overhead. For example CodeSuggestion events happen very frequently as user types in their IDE. ...
Before this MR, the typeremoteDevelopmentAgentConfigand its fields are not available to the queries. BeforeAfter Also is a prove that we do not run into N+1 issue with lookahead and batch-loader. The log when I run the above query locally. ...