Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-13 12:12:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-13 12:12:51 +0300
commitc283bdb7bc86aee27a7ed065fc9fb17e4c4ffee6 (patch)
treec5a33d4145f949ca6be24f09330c32c2a65e2d12 /lib
parente7b6c527c40962adc6623521ff190771e4ac50e4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r--lib/bitbucket_server/paginator.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bitbucket_server/paginator.rb b/lib/bitbucket_server/paginator.rb
index 8a494379864..cb2c0a84e2d 100644
--- a/lib/bitbucket_server/paginator.rb
+++ b/lib/bitbucket_server/paginator.rb
@@ -2,6 +2,7 @@
module BitbucketServer
class Paginator
+ # Should be kept in-sync with `BITBUCKET_SERVER_PAGE_LENGTH` in app/assets/javascripts/import_entities/constants.js
PAGE_LENGTH = 25
attr_reader :page_offset