Skip to content

Draft: Check whether we can skip CNG-mirror jobs

David Dieulivol requested to merge 3518-skip_cng_mirror_jobs_if_possible into master

Context

Closes gitlab-org/charts/gitlab#3518 (closed).

There are three related MRs:

What does this MR do?

  • Checks whether all of the pre-requisites container images (i.e. phases 0-4 in CNG-mirror pipelines) we need to build review-apps are already present in the CNG-mirror container registry. If they are all present, we:
    • We pass the CNG_SKIP_STAGES_1_TO_4 env variable to the CNG-mirror pipeline, which would allow us to skip all jobs from phase 0 to phase 4.
  • Add documentation for the next people working on the review-apps/CNG-mirror pipelines (it's the documentation I wish I had found)

Behavior/Impact

REVIEW_APPS_CNG _CACHING_ENABLED changes expected impact review-apps pipeline review-build-cng-env job duration CNG-mirror pipeline duration Notes
false No changes No caching #741924689 42s (#3573951023) 28 minutes and 30 seconds (#741925506) This is just one example: I think the average for that job will greatly vary, depending on what I saw empirically
true change in VERSION file No caching #743118428 51s (#3580104663) 6 minutes and 14 seconds (#743119386) A job failed because the version specified wasn't available (i.e. the change made in the MR), so the pipeline ended early
true change in CNG variables.yml file No caching #743204621 59s (#3580635094) 4 minutes (#743206019) Finished early because of an error (correct behavior, as the specified version doesn't exist)
true No changes Caching 🚀 #743981960 53 seconds (#3584931897) 22 minutes and 6 seconds (#743983358) The gitlab-org/gitlab pipeline is failing the review-deploy job because we run into https://gitlab.com/gitlab-org/build/CNG/blob/master/build-scripts/build.sh#L252-257, as we trigger the build from a CNG branch.

Does it work?

TL;DR: After comparing two container images with container-diff, I saw that the diff of the files inside the two container images was as expected 🎉

Longer proof

Click to expand

We will compare two gitlab-rails-ee container images that were generated, as it's the first container image that's build after we used the cache:

Compare images with container-diff

$ container-diff diff \
  registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rails-ee:ef41f4763586fdcfa789e51fa3a09f0f39ad0d4a \
  registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rails-ee:213d11e89591af54de39fd3fddc64048e34a2d9c \
  -t file | grep -v /srv/gitlab/bootsnap | grep -v /srv/gitlab/public/assets
Output - Click to expand
These entries have been changed between registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rails-ee:ef41f4763586fdcfa789e51fa3a09f0f39ad0d4a and registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rails-ee:213d11e89591af54de39fd3fddc64048e34a2d9c:
FILE                                                                                                                                                                                           SIZE1         SIZE2
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/pg_query-2.2.0/pg_query/pg_query.so                                                                                         4.7M          4.7M
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/pg_query-2.2.0/ext/pg_query/pg_query.so                                                                                                              4.7M          4.7M
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/pg_query-2.2.0/lib/pg_query/pg_query.so                                                                                                              4.7M          4.7M
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/pg_query-2.2.0/ext/pg_query/pg_query.so                                                                                                              4.7M          4.7M
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/pg_query-2.2.0/lib/pg_query/pg_query.so                                                                                                              4.7M          4.7M
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/pg_query-2.2.0/pg_query/pg_query.so                                                                                         4.7M          4.7M
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rugged-1.2.0/lib/rugged/rugged.so                                                                                                                    4.2M          4.2M
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/rugged-1.2.0/rugged/rugged.so                                                                                               4.2M          4.2M
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rugged-1.2.0/ext/rugged/rugged.so                                                                                                                    4.2M          4.2M
/srv/gitlab/CHANGELOG.md                                                                                                                                                                       2.4M          2.4M
/srv/gitlab/locale/ro_RO/gitlab.po                                                                                                                                                             1.9M          1.9M
/srv/gitlab/locale/fr/gitlab.po                                                                                                                                                                1.9M          2M
/srv/gitlab/locale/uk/gitlab.po                                                                                                                                                                1.8M          1.8M
/srv/gitlab/locale/zh_TW/gitlab.po                                                                                                                                                             1.7M          1.7M
/srv/gitlab/app/assets/javascripts/locale/ro_RO/app.js                                                                                                                                         1.7M          1.7M
/srv/gitlab/app/assets/javascripts/locale/fr/app.js                                                                                                                                            1.7M          1.7M
/srv/gitlab/locale/zh_CN/gitlab.po                                                                                                                                                             1.6M          1.7M
/srv/gitlab/app/assets/javascripts/locale/uk/app.js                                                                                                                                            1.6M          1.6M
/srv/gitlab/locale/pt_BR/gitlab.po                                                                                                                                                             1.5M          1.5M
/srv/gitlab/db/structure.sql                                                                                                                                                                   1.5M          1.5M
/srv/gitlab/app/assets/javascripts/locale/zh_TW/app.js                                                                                                                                         1.5M          1.5M
/srv/gitlab/locale/ru/gitlab.po                                                                                                                                                                1.5M          1.5M
/srv/gitlab/app/assets/javascripts/locale/zh_CN/app.js                                                                                                                                         1.4M          1.5M
/srv/gitlab/doc/api/graphql/reference/index.md                                                                                                                                                 1.4M          1.4M
/srv/gitlab/locale/ja/gitlab.po                                                                                                                                                                1.4M          1.4M
/srv/gitlab/locale/es/gitlab.po                                                                                                                                                                1.4M          1.4M
/srv/gitlab/locale/da_DK/gitlab.po                                                                                                                                                             1.3M          1.4M
/srv/gitlab/app/assets/javascripts/locale/pt_BR/app.js                                                                                                                                         1.3M          1.3M
/srv/gitlab/locale/si_LK/gitlab.po                                                                                                                                                             1.3M          1.3M
/srv/gitlab/locale/nb_NO/gitlab.po                                                                                                                                                             1.3M          1.3M
/srv/gitlab/locale/ko/gitlab.po                                                                                                                                                                1.3M          1.3M
/srv/gitlab/app/assets/javascripts/locale/ru/app.js                                                                                                                                            1.2M          1.3M
/srv/gitlab/locale/de/gitlab.po                                                                                                                                                                1.2M          1.2M
/srv/gitlab/app/assets/javascripts/locale/ja/app.js                                                                                                                                            1.2M          1.2M
/srv/gitlab/locale/tr_TR/gitlab.po                                                                                                                                                             1.2M          1.2M
/srv/gitlab/app/assets/javascripts/locale/es/app.js                                                                                                                                            1.2M          1.2M
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/oj-3.13.23/oj/oj.so                                                                                                         1.2M          1.2M
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/oj-3.13.23/lib/oj/oj.so                                                                                                                              1.2M          1.2M
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/oj-3.13.23/ext/oj/oj.so                                                                                                                              1.2M          1.2M
/srv/gitlab/app/assets/javascripts/locale/da_DK/app.js                                                                                                                                         1.1M          1.1M
/srv/gitlab/locale/pl_PL/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/en_GB/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/pt_PT/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/cy_GB/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/gitlab.pot                                                                                                                                                                  1.1M          1.1M
/srv/gitlab/locale/ar_SA/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/br_FR/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/he_IL/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/it/gitlab.po                                                                                                                                                                1.1M          1.1M
/srv/gitlab/locale/cs_CZ/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/bg/gitlab.po                                                                                                                                                                1.1M          1.1M
/srv/gitlab/locale/bs_BA/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/lt_LT/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sl_SI/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sk_SK/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/zh_HK/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/eo/gitlab.po                                                                                                                                                                1.1M          1.1M
/srv/gitlab/locale/hr_HR/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ca_ES/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sr_CS/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sr_SP/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/am_ET/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sv_SE/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/nl_NL/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/gl_ES/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/mk_MK/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/pa_PK/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ur_PK/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/bn_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ml_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/az_AZ/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/hy_AM/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/pa_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/hu_HU/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/is_IS/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/fil_PH/gitlab.po                                                                                                                                                            1.1M          1.1M
/srv/gitlab/locale/kab/gitlab.po                                                                                                                                                               1.1M          1.1M
/srv/gitlab/locale/mn_MN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sq_AL/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ka_GE/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/as_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/et_EE/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/fa_IR/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ku_TR/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/bn_BD/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/fi_FI/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/sw_KE/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ky_KG/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/hi_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ta_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/el_GR/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/or_IN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/uz_UZ/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/vi_VN/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/id_ID/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ba_RU/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/ig_NG/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/locale/th_TH/gitlab.po                                                                                                                                                             1.1M          1.1M
/srv/gitlab/app/assets/javascripts/locale/si_LK/app.js                                                                                                                                         1.1M          1.1M
/srv/gitlab/app/assets/javascripts/locale/nb_NO/app.js                                                                                                                                         1.1M          1.1M
/srv/gitlab/app/assets/javascripts/locale/ko/app.js                                                                                                                                            1.1M          1.1M
/usr/lib/x86_64-linux-gnu/libre2.a                                                                                                                                                             1M            136.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/oj-3.13.23/ext/oj/oj.so                                                                                                                              1M            1M
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/oj-3.13.23/oj/oj.so                                                                                                         1M            1M
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/oj-3.13.23/lib/oj/oj.so                                                                                                                              1M            1M
/srv/gitlab/app/assets/javascripts/locale/de/app.js                                                                                                                                            1M            1M
/srv/gitlab/db/init_structure.sql                                                                                                                                                              1M            1.1M
/srv/gitlab/app/assets/javascripts/locale/tr_TR/app.js                                                                                                                                         983.7K        996.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/lib/gpgme_n.so                                                                                                                          958.9K        959K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/gpgme_n.so                                                                                                                    958.9K        959K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/gpgme-2.0.22/gpgme_n.so                                                                                                     958.9K        959K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtree-0.4.4/rbtree.o                                                                                                                                945K          947.5K
/srv/gitlab/app/assets/javascripts/locale/en_GB/app.js                                                                                                                                         936.7K        949.9K
/srv/gitlab/app/assets/javascripts/locale/pl_PL/app.js                                                                                                                                         936.7K        949.8K
/srv/gitlab/app/assets/javascripts/locale/pt_PT/app.js                                                                                                                                         929.1K        942K
/srv/gitlab/glfm_specification/output_example_snapshots/snapshot_spec.html                                                                                                                     913.5K        913.5K
/srv/gitlab/app/assets/javascripts/locale/it/app.js                                                                                                                                            912.3K        925.6K
/srv/gitlab/app/assets/javascripts/locale/bg/app.js                                                                                                                                            910.9K        924.2K
/srv/gitlab/app/assets/javascripts/locale/zh_HK/app.js                                                                                                                                         910.7K        924K
/srv/gitlab/app/assets/javascripts/locale/bs_BA/app.js                                                                                                                                         907K          920.3K
/srv/gitlab/app/assets/javascripts/locale/he_IL/app.js                                                                                                                                         906.7K        919.9K
/srv/gitlab/app/assets/javascripts/locale/eo/app.js                                                                                                                                            906.5K        919.8K
/srv/gitlab/app/assets/javascripts/locale/cy_GB/app.js                                                                                                                                         906.3K        919.7K
/srv/gitlab/app/assets/javascripts/locale/ca_ES/app.js                                                                                                                                         905.8K        919K
/srv/gitlab/app/assets/javascripts/locale/ar_SA/app.js                                                                                                                                         905.5K        918.8K
/srv/gitlab/app/assets/javascripts/locale/cs_CZ/app.js                                                                                                                                         905.2K        918.5K
/srv/gitlab/app/assets/javascripts/locale/br_FR/app.js                                                                                                                                         904.9K        918.2K
/srv/gitlab/app/assets/javascripts/locale/am_ET/app.js                                                                                                                                         904.8K        918.1K
/srv/gitlab/app/assets/javascripts/locale/sv_SE/app.js                                                                                                                                         904.5K        917.8K
/srv/gitlab/app/assets/javascripts/locale/lt_LT/app.js                                                                                                                                         903.7K        917K
/srv/gitlab/app/assets/javascripts/locale/sl_SI/app.js                                                                                                                                         903.6K        916.9K
/srv/gitlab/app/assets/javascripts/locale/sk_SK/app.js                                                                                                                                         903.6K        916.9K
/srv/gitlab/app/assets/javascripts/locale/nl_NL/app.js                                                                                                                                         903.2K        916.5K
/srv/gitlab/app/assets/javascripts/locale/hr_HR/app.js                                                                                                                                         903K          916.2K
/srv/gitlab/app/assets/javascripts/locale/sr_CS/app.js                                                                                                                                         902.8K        916.1K
/srv/gitlab/app/assets/javascripts/locale/sr_SP/app.js                                                                                                                                         902.8K        916.1K
/srv/gitlab/app/assets/javascripts/locale/gl_ES/app.js                                                                                                                                         902.1K        915.4K
/srv/gitlab/app/assets/javascripts/locale/mk_MK/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/pa_PK/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/ur_PK/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/bn_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/ml_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/hy_AM/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/az_AZ/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/pa_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/fil_PH/app.js                                                                                                                                        901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/mn_MN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/hu_HU/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/is_IS/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/et_EE/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/ka_GE/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/sq_AL/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/as_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/fi_FI/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/bn_BD/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/ku_TR/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/sw_KE/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/kab/app.js                                                                                                                                           901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/fa_IR/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/ky_KG/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/hi_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/el_GR/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/ta_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/or_IN/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/uz_UZ/app.js                                                                                                                                         901.8K        915.1K
/srv/gitlab/app/assets/javascripts/locale/vi_VN/app.js                                                                                                                                         900.9K        914.2K
/srv/gitlab/app/assets/javascripts/locale/id_ID/app.js                                                                                                                                         900.9K        914.2K
/srv/gitlab/app/assets/javascripts/locale/ba_RU/app.js                                                                                                                                         900.9K        914.2K
/srv/gitlab/app/assets/javascripts/locale/th_TH/app.js                                                                                                                                         900.9K        914.2K
/srv/gitlab/app/assets/javascripts/locale/ig_NG/app.js                                                                                                                                         900.9K        914.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/gpgme-2.0.22/lib/gpgme_n.so                                                                                                                          864.1K        864.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/gpgme-2.0.22/gpgme_n.so                                                                                                     864.1K        864.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/gpgme-2.0.22/ext/gpgme/gpgme_n.so                                                                                                                    864.1K        864.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/commonmarker-0.23.6/commonmarker/commonmarker.so                                                                            789K          790.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/commonmarker-0.23.6/ext/commonmarker/commonmarker.so                                                                                                 789K          790.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/commonmarker-0.23.6/lib/commonmarker/commonmarker.so                                                                                                 789K          790.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/commonmarker-0.23.6/commonmarker/commonmarker.so                                                                            749.6K        747.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/commonmarker-0.23.6/lib/commonmarker/commonmarker.so                                                                                                 749.6K        747.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/commonmarker-0.23.6/ext/commonmarker/commonmarker.so                                                                                                 749.6K        747.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtrace-0.4.14/ext/rbtrace.so                                                                                                                        695.3K        696.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/rbtrace-0.4.14/rbtrace.so                                                                                                   695.3K        696.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtrace-0.4.14/lib/rbtrace.so                                                                                                                        695.3K        696.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/RedCloth-4.3.2/lib/redcloth_scan.so                                                                                                                  680.9K        681.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/RedCloth-4.3.2/redcloth_scan.so                                                                                             680.9K        681.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/RedCloth-4.3.2/ext/redcloth_scan/redcloth_scan.so                                                                                                    680.9K        681.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/unf_ext-0.0.8.2/unf_ext.so                                                                                                  675.3K        460.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.8.2/ext/unf_ext/unf_ext.so                                                                                                               675.3K        460.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.8.2/lib/unf_ext.so                                                                                                                       675.3K        460.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-1.15.5/lib/ffi_c.so                                                                                                                              660.5K        664.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-1.15.5/ffi_c.so                                                                                                         660.5K        664.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so                                                                                                                        660.5K        664.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/racc-1.6.1/ext/racc/cparse/cparse.o                                                                                                                  648.4K        649K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/encoder/encoder.o                                                                                                    596.8K        599.3K
/srv/gitlab/yarn.lock                                                                                                                                                                          576.7K        576.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/parser/parser.o                                                                                                      482.8K        485.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/msgpack-1.5.4/lib/msgpack/msgpack.so                                                                                                                 430.9K        431.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/msgpack-1.5.4/msgpack/msgpack.so                                                                                            430.9K        431.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/msgpack-1.5.4/ext/msgpack/msgpack.so                                                                                                                 430.9K        431.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/racc-1.6.1/ext/racc/cparse/cparse.o                                                                                                                  401.3K        401.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ruby-magic-0.5.4/ext/magic/magic.so                                                                                                                  390K          390.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ruby-magic-0.5.4/magic/magic.so                                                                                             390K          390.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ruby-magic-0.5.4/lib/magic/magic.so                                                                                                                  390K          390.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/dlopen/dlopen.o                                                                                                      386.6K        389.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/cbor-0.5.9.6/ext/cbor/cbor.so                                                                                                                        371.4K        371.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/cbor-0.5.9.6/lib/cbor/cbor.so                                                                                                                        371.4K        371.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/cbor-0.5.9.6/cbor/cbor.so                                                                                                   371.4K        371.8K
/srv/gitlab/.rubocop_todo/layout/line_length.yml                                                                                                                                               361.5K        361.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/nio4r-2.5.8/ext/nio4r/nio4r_ext.so                                                                                                                   348.8K        351.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/nio4r-2.5.8/nio4r_ext.so                                                                                                    348.8K        351.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/nio4r-2.5.8/lib/nio4r_ext.so                                                                                                                         348.8K        351.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/puma-5.6.5/lib/puma/puma_http11.so                                                                                                                   341.5K        341.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/puma-5.6.5/ext/puma_http11/puma_http11.so                                                                                                            341.5K        341.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/puma-5.6.5/puma/puma_http11.so                                                                                              341.5K        341.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtrace-0.4.14/ext/src/msgpack-1.1.0/libtool                                                                                                         336.9K        336.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/rbtrace-0.4.14/ext/src/msgpack-1.1.0/libtool                                                                                                         336.9K        336.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/puma-5.6.5/lib/puma/puma_http11.so                                                                                                                   325.8K        325.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/puma-5.6.5/ext/puma_http11/puma_http11.so                                                                                                            325.8K        325.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/puma-5.6.5/puma/puma_http11.so                                                                                              325.8K        325.4K
/srv/gitlab/glfm_specification/output_example_snapshots/html.yml                                                                                                                               317.1K        317.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.18.0/gpgme-1.18.0/libtool                                                                  297.4K        297.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libassuan/2.5.5/libassuan-2.5.5/libtool                                                            290.5K        290.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libgpg-error/1.46/libgpg-error-1.46/libtool                                                        290.4K        290.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/yajl-ruby-1.4.3/yajl/yajl.so                                                                                                239.9K        240.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl.so                                                                                                                     239.9K        240.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/yajl-ruby-1.4.3/lib/yajl/yajl.so                                                                                                                     239.9K        240.4K
/srv/gitlab/workhorse/go.sum                                                                                                                                                                   237.4K        237.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ed25519-1.3.0/ed25519_ref10.so                                                                                              235K          235.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ed25519-1.3.0/ext/ed25519_ref10/ed25519_ref10.so                                                                                                     235K          235.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ed25519-1.3.0/lib/ed25519_ref10.so                                                                                                                   235K          235.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/character_set-1.4.1/ext/character_set/character_set.so                                                                                               218.1K        218.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/character_set-1.4.1/character_set/character_set.so                                                                          218.1K        218.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/character_set-1.4.1/lib/character_set/character_set.so                                                                                               218.1K        218.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtree-0.4.4/rbtree.so                                                                                                                               207.5K        208K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/rbtree-0.4.4/rbtree.so                                                                                                      207.5K        208K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtree-0.4.4/lib/rbtree.so                                                                                                                           207.5K        208K
/srv/gitlab/.rubocop_todo/rspec/context_wording.yml                                                                                                                                            206.2K        206.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/prometheus-client-mmap-0.17.0/fast_mmaped_file.so                                                                           201.7K        201.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/prometheus-client-mmap-0.17.0/ext/fast_mmaped_file/fast_mmaped_file.so                                                                               201.7K        201.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/prometheus-client-mmap-0.17.0/lib/fast_mmaped_file.so                                                                                                201.7K        201.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/charlock_holmes-0.7.7/charlock_holmes/charlock_holmes.so                                                                    201.2K        202.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/charlock_holmes-0.7.7/ext/charlock_holmes/charlock_holmes.so                                                                                         201.2K        202.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/charlock_holmes-0.7.7/lib/charlock_holmes/charlock_holmes.so                                                                                         201.2K        202.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/prometheus-client-mmap-0.17.0/fast_mmaped_file.so                                                                           172.5K        172.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/prometheus-client-mmap-0.17.0/ext/fast_mmaped_file/fast_mmaped_file.so                                                                               172.5K        172.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/prometheus-client-mmap-0.17.0/lib/fast_mmaped_file.so                                                                                                172.5K        172.5K
/srv/gitlab/doc/ci/yaml/index.md                                                                                                                                                               154.3K        154.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/stackprof-0.2.21/stackprof/stackprof.so                                                                                     143.6K        144K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/stackprof-0.2.21/lib/stackprof/stackprof.so                                                                                                          143.6K        144K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/stackprof-0.2.21/ext/stackprof/stackprof.so                                                                                                          143.6K        144K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/hamlit-2.15.0/hamlit/hamlit.so                                                                                              141.2K        141.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/hamlit-2.15.0/ext/hamlit/hamlit.so                                                                                                                   141.2K        141.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/hamlit-2.15.0/lib/hamlit/hamlit.so                                                                                                                   141.2K        141.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/stackprof-0.2.21/ext/stackprof/stackprof.so                                                                                                          136.1K        135.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/stackprof-0.2.21/lib/stackprof/stackprof.so                                                                                                          136.1K        135.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/stackprof-0.2.21/stackprof/stackprof.so                                                                                     136.1K        135.9K
/srv/gitlab/doc/user/application_security/api_fuzzing/index.md                                                                                                                                 135.3K        135.3K
/srv/gitlab/doc/update/deprecations.md                                                                                                                                                         135K          135.8K
/srv/gitlab/doc/user/application_security/dast_api/index.md                                                                                                                                    130.9K        130.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/bcrypt-3.1.16/lib/bcrypt_ext.so                                                                                                                      130.4K        131.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/bcrypt-3.1.16/ext/mri/bcrypt_ext.so                                                                                                                  130.4K        131.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/bcrypt-3.1.16/bcrypt_ext.so                                                                                                 130.4K        131.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/timfel-krb5-auth-0.8.3/krb5_auth.so                                                                                         128.7K        129.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/timfel-krb5-auth-0.8.3/ext/krb5_auth.so                                                                                                              128.7K        129.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/racc-1.6.1/racc/cparse.so                                                                                                   122.9K        122.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/racc-1.6.1/lib/racc/cparse.so                                                                                                                        122.9K        122.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/racc-1.6.1/ext/racc/cparse/cparse.so                                                                                                                 122.9K        122.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rinku-2.0.0/ext/rinku/rinku.so                                                                                                                       122.1K        124.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/rinku-2.0.0/rinku.so                                                                                                        122.1K        124.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rinku-2.0.0/lib/rinku.so                                                                                                                             122.1K        124.2K
/srv/gitlab/doc/api/merge_requests.md                                                                                                                                                          120.9K        121K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-yajl-2.3.4/ffi_yajl/ext/encoder.so                                                                                      118K          118.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/encoder/encoder.so                                                                                                   118K          118.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/lib/ffi_yajl/ext/encoder.so                                                                                                           118K          118.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.15.0/ext/bootsnap/bootsnap.so                                                                                                             117.3K        117.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/bootsnap-1.15.0/bootsnap/bootsnap.so                                                                                        117.3K        117.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.15.0/lib/bootsnap/bootsnap.so                                                                                                             117.3K        117.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/parser/parser.so                                                                                                     116.8K        117.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/lib/ffi_yajl/ext/parser.so                                                                                                            116.8K        117.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-yajl-2.3.4/ffi_yajl/ext/parser.so                                                                                       116.8K        117.4K
/srv/gitlab/app/models/project.rb                                                                                                                                                              113K          113.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/oj-introspect-0.7.1/ext/oj-introspect/introspect_ext.so                                                                                              108.3K        108.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/oj-introspect-0.7.1/oj/introspect/introspect_ext.so                                                                         108.3K        108.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/oj-introspect-0.7.1/lib/oj/introspect/introspect_ext.so                                                                                              108.3K        108.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/murmurhash3-0.1.6/ext/murmurhash3/native.so                                                                                                          105.6K        106.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/murmurhash3-0.1.6/lib/native.so                                                                                                                      105.6K        106.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/murmurhash3-0.1.6/native.so                                                                                                 105.6K        106.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.1/racc/cparse.so                                                                                                   104K          104.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/racc-1.6.1/ext/racc/cparse/cparse.so                                                                                                                 104K          104.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/racc-1.6.1/lib/racc/cparse.so                                                                                                                        104K          104.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.15.0/ext/bootsnap/bootsnap.so                                                                                                             103K          103.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/bootsnap-1.15.0/bootsnap/bootsnap.so                                                                                        103K          103.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.15.0/lib/bootsnap/bootsnap.so                                                                                                             103K          103.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/oj-introspect-0.7.1/ext/oj-introspect/introspect_ext.so                                                                                              99.2K         99.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/oj-introspect-0.7.1/lib/oj/introspect/introspect_ext.so                                                                                              99.2K         99.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/oj-introspect-0.7.1/oj/introspect/introspect_ext.so                                                                         99.2K         99.3K
/srv/gitlab/app/workers/all_queues.yml                                                                                                                                                         99K           99.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/regexp_property_values-1.0.0/ext/regexp_property_values/regexp_property_values.so                                                                    95.3K         95.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/regexp_property_values-1.0.0/lib/regexp_property_values/regexp_property_values.so                                                                    95.3K         95.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/regexp_property_values-1.0.0/regexp_property_values/regexp_property_values.so                                               95.3K         95.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/vmstat-2.3.0/ext/vmstat/vmstat.so                                                                                                                    94.9K         95.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/vmstat-2.3.0/vmstat/vmstat.so                                                                                               94.9K         95.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/vmstat-2.3.0/lib/vmstat/vmstat.so                                                                                                                    94.9K         95.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libgpg-error/1.46/libgpg-error-1.46/config.log                                                     92.5K         92.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/fast_blank-1.0.0/lib/fast_blank.so                                                                                                                   90.8K         92.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/fast_blank-1.0.0/fast_blank.so                                                                                              90.8K         92.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/fast_blank-1.0.0/ext/fast_blank/fast_blank.so                                                                                                        90.8K         92.8K
/srv/gitlab/Gemfile.checksum                                                                                                                                                                   88.3K         88.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/version_sorter-2.3.0/version_sorter.so                                                                                      86.9K         88.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/version_sorter-2.3.0/ext/version_sorter/version_sorter.so                                                                                            86.9K         88.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/version_sorter-2.3.0/lib/version_sorter.so                                                                                                           86.9K         88.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/websocket-driver-0.7.5/lib/websocket_mask.so                                                                                                         86.6K         87K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver/websocket_mask.so                                                                                        86.6K         87K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/websocket-driver-0.7.5/websocket_mask.so                                                                                    86.6K         87K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/dlopen/dlopen.so                                                                                                     86.3K         86.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-yajl-2.3.4/ffi_yajl/ext/dlopen.so                                                                                       86.3K         86.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/lib/ffi_yajl/ext/dlopen.so                                                                                                            86.3K         86.7K
/srv/gitlab/doc/development/api_graphql_styleguide.md                                                                                                                                          83.8K         83.7K
/srv/gitlab/app/models/user.rb                                                                                                                                                                 82.2K         82.1K
/srv/gitlab/doc/user/application_security/dependency_scanning/index.md                                                                                                                         82.1K         82.6K
/srv/gitlab/doc/api/groups.md                                                                                                                                                                  82.1K         82.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libassuan/2.5.5/libassuan-2.5.5/config.log                                                         75.2K         75.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.18.0/gpgme-1.18.0/config.log                                                               75K           75K
/srv/gitlab/doc/administration/packages/container_registry.md                                                                                                                                  73.2K         74.1K
/srv/gitlab/doc/administration/pages/index.md                                                                                                                                                  70.6K         70.6K
/srv/gitlab/app/validators/json_schemas/cyclonedx_report.json                                                                                                                                  70.6K         94.1K
/srv/gitlab/app/assets/javascripts/editor/schema/ci.json                                                                                                                                       69.6K         69.6K
/srv/gitlab/doc/user/permissions.md                                                                                                                                                            66.7K         66.7K
/srv/gitlab/doc/development/testing_guide/best_practices.md                                                                                                                                    65K           65K
/srv/gitlab/.rubocop_todo/style/percent_literal_delimiters.yml                                                                                                                                 64.3K         64.3K
/srv/gitlab/doc/development/secure_coding_guidelines.md                                                                                                                                        60.7K         60.7K
/srv/gitlab/doc/administration/gitaly/praefect.md                                                                                                                                              58.7K         58.9K
/srv/gitlab/doc/user/application_security/sast/index.md                                                                                                                                        57.3K         57.3K
/srv/gitlab/doc/development/architecture.md                                                                                                                                                    57.3K         57.3K
/srv/gitlab/doc/development/code_review.md                                                                                                                                                     53.2K         53.2K
/srv/gitlab/doc/development/migration_style_guide.md                                                                                                                                           53K           53K
/srv/gitlab/lib/gitlab/database/migration_helpers.rb                                                                                                                                           52.1K         53.3K
/srv/gitlab/ee/app/workers/all_queues.yml                                                                                                                                                      46.9K         46.9K
/srv/gitlab/Gemfile.lock                                                                                                                                                                       46.7K         46.7K
/srv/gitlab/doc/user/application_security/container_scanning/index.md                                                                                                                          45.5K         45.4K
/srv/gitlab/doc/administration/instance_limits.md                                                                                                                                              44.9K         44.9K
/srv/gitlab/doc/ci/runners/configure_runners.md                                                                                                                                                42.8K         43.5K
/srv/gitlab/doc/development/service_ping/implement.md                                                                                                                                          41.6K         41.6K
/srv/gitlab/doc/ci/jobs/job_control.md                                                                                                                                                         41.4K         41.5K
/srv/gitlab/doc/user/compliance/license_compliance/index.md                                                                                                                                    39.7K         39.8K
/srv/gitlab/doc/ci/variables/index.md                                                                                                                                                          39.5K         38.3K
/srv/gitlab/doc/development/performance.md                                                                                                                                                     39.3K         39.3K
/srv/gitlab/.rubocop_todo/gitlab/strong_memoize_attr.yml                                                                                                                                       38.3K         38.2K
/srv/gitlab/doc/user/application_security/index.md                                                                                                                                             36.2K         36.2K
/srv/gitlab/doc/user/application_security/dast/authentication.md                                                                                                                               32.7K         32.6K
/srv/gitlab/lib/api/merge_requests.rb                                                                                                                                                          32.6K         32.7K
/srv/gitlab/doc/ci/docker/using_docker_build.md                                                                                                                                                30.9K         30.9K
/srv/gitlab/doc/ci/testing/code_quality.md                                                                                                                                                     30.6K         30.7K
/srv/gitlab/doc/user/application_security/dast/browser_based.md                                                                                                                                30.5K         31.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/rbtrace-0.4.14/ext/src/msgpack-1.1.0/config.log                                                                                                      29.1K         29.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtrace-0.4.14/ext/src/msgpack-1.1.0/config.log                                                                                                      29.1K         29.1K
/srv/gitlab/doc/api/repositories.md                                                                                                                                                            28.3K         28.3K
/srv/gitlab/app/helpers/projects_helper.rb                                                                                                                                                     28.2K         28.2K
/srv/gitlab/app/policies/project_policy.rb                                                                                                                                                     27.8K         28K
/srv/gitlab/doc/topics/autodevops/stages.md                                                                                                                                                    27.8K         27.8K
/srv/gitlab/lib/gitlab/import_export/project/import_export.yml                                                                                                                                 27.5K         27.6K
/srv/gitlab/doc/development/merge_request_performance_guidelines.md                                                                                                                            27.1K         575B
/srv/gitlab/doc/ci/variables/predefined_variables.md                                                                                                                                           26.6K         26.6K
/srv/gitlab/app/models/namespace.rb                                                                                                                                                            25.8K         25.5K
/srv/gitlab/doc/topics/autodevops/cicd_variables.md                                                                                                                                            25.6K         25.6K
/srv/gitlab/doc/administration/job_artifacts.md                                                                                                                                                25.3K         24.6K
/srv/gitlab/app/assets/javascripts/lib/utils/datetime/date_calculation_utility.js                                                                                                              23.8K         23.8K
/srv/gitlab/doc/development/snowplow/implementation.md                                                                                                                                         23.4K         23.4K
/srv/gitlab/doc/architecture/blueprints/ci_pipeline_components/index.md                                                                                                                        23.2K         24.2K
/srv/gitlab/doc/ci/pipelines/downstream_pipelines.md                                                                                                                                           22.1K         22.3K
/srv/gitlab/doc/ci/pipelines/index.md                                                                                                                                                          21.9K         21.9K
/srv/gitlab/doc/user/project/releases/index.md                                                                                                                                                 21.7K         21.7K
/srv/gitlab/doc/user/project/settings/index.md                                                                                                                                                 21.6K         21.6K
/srv/gitlab/doc/user/packages/container_registry/index.md                                                                                                                                      21.3K         9.4K
/srv/gitlab/doc/development/contributing/merge_request_workflow.md                                                                                                                             20.8K         20.8K
/srv/gitlab/doc/user/profile/account/two_factor_authentication.md                                                                                                                              20.8K         20.7K
/srv/gitlab/app/helpers/search_helper.rb                                                                                                                                                       20.4K         20.4K
/srv/gitlab/app/assets/javascripts/work_items/components/work_item_detail.vue                                                                                                                  20.1K         21.5K
/srv/gitlab/doc/operations/feature_flags.md                                                                                                                                                    20.1K         20.3K
/srv/gitlab/app/models/integration.rb                                                                                                                                                          19.2K         18.9K
/srv/gitlab/ee/app/policies/ee/project_policy.rb                                                                                                                                               19.1K         19.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/pg_query-2.2.0/ext/pg_query/Makefile                                                                                                                 19K           19K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/pg_query-2.2.0/ext/pg_query/Makefile                                                                                                                 19K           19K
/srv/gitlab/ee/app/policies/ee/group_policy.rb                                                                                                                                                 18.7K         18.9K
/srv/gitlab/app/controllers/projects/merge_requests_controller.rb                                                                                                                              18.7K         18.7K
/srv/gitlab/doc/development/database_review.md                                                                                                                                                 18.6K         18.6K
/srv/gitlab/doc/ci/migration/jenkins.md                                                                                                                                                        18.4K         18.4K
/srv/gitlab/ee/app/assets/javascripts/audit_events/components/stream/stream_destination_editor.vue                                                                                             18.2K         18.2K
/srv/gitlab/lib/gitlab/gitaly_client.rb                                                                                                                                                        18.2K         19.7K
/srv/gitlab/doc/ci/services/index.md                                                                                                                                                           18.1K         18.1K
/srv/gitlab/doc/user/packages/container_registry/reduce_container_registry_storage.md                                                                                                          18K           18K
/srv/gitlab/doc/development/service_ping/metrics_dictionary.md                                                                                                                                 17.8K         17.8K
/srv/gitlab/doc/topics/autodevops/customize.md                                                                                                                                                 17.7K         16.6K
/srv/gitlab/app/controllers/projects_controller.rb                                                                                                                                             17.5K         17.5K
/srv/gitlab/doc/ci/docker/using_docker_images.md                                                                                                                                               17.2K         17.3K
/srv/gitlab/doc/ci/pipelines/job_artifacts.md                                                                                                                                                  16.9K         16.9K
/srv/gitlab/doc/api/oauth2.md                                                                                                                                                                  16.8K         16.8K
/srv/gitlab/doc/user/profile/index.md                                                                                                                                                          16.7K         16.7K
/srv/gitlab/doc/administration/pages/source.md                                                                                                                                                 16.7K         16.7K
/srv/gitlab/app/helpers/emails_helper.rb                                                                                                                                                       16.7K         17.4K
/srv/gitlab/app/models/environment.rb                                                                                                                                                          16.7K         17.4K
/srv/gitlab/doc/development/feature_flags/controls.md                                                                                                                                          16.4K         17.3K
/srv/gitlab/app/assets/javascripts/invite_members/components/invite_members_modal.vue                                                                                                          16.2K         16.1K
/srv/gitlab/lib/gitlab/regex.rb                                                                                                                                                                16.2K         17.5K
/srv/gitlab/doc/administration/operations/puma.md                                                                                                                                              16K           15.7K
/srv/gitlab/doc/install/requirements.md                                                                                                                                                        15.4K         15.4K
/srv/gitlab/ee/app/assets/javascripts/analytics/cycle_analytics/utils.js                                                                                                                       15K           15.1K
/srv/gitlab/Gemfile                                                                                                                                                                            15K           15K
/srv/gitlab/doc/user/packages/dependency_proxy/index.md                                                                                                                                        14.8K         14.8K
/srv/gitlab/doc/user/admin_area/settings/account_and_limit_settings.md                                                                                                                         14.8K         14.8K
/srv/gitlab/doc/ci/variables/where_variables_can_be_used.md                                                                                                                                    14.3K         14.5K
/srv/gitlab/doc/development/database/pagination_guidelines.md                                                                                                                                  14.2K         14.2K
/srv/gitlab/app/assets/javascripts/boards/components/board_card_inner.vue                                                                                                                      14K           14K
/srv/gitlab/ee/app/assets/javascripts/vue_merge_request_widget/extensions/security_reports/mr_widget_security_reports.vue                                                                      13.9K         14.1K
/srv/gitlab/lib/gitlab/auth.rb                                                                                                                                                                 13.9K         13.9K
/srv/gitlab/doc/ci/pipelines/cicd_minutes.md                                                                                                                                                   13.7K         14K
/srv/gitlab/doc/integration/jira/dvcs.md                                                                                                                                                       13.7K         13.7K
/srv/gitlab/doc/development/value_stream_analytics/value_stream_analytics_aggregated_backend.md                                                                                                13.6K         13.6K
/srv/gitlab/app/helpers/application_helper.rb                                                                                                                                                  13.5K         13.5K
/srv/gitlab/doc/ci/cloud_deployment/ecs/deploy_to_aws_ecs.md                                                                                                                                   13.2K         13.1K
/srv/gitlab/doc/ci/jobs/index.md                                                                                                                                                               13.1K         13.1K
/srv/gitlab/doc/user/application_security/iac_scanning/index.md                                                                                                                                13.1K         13.1K
/srv/gitlab/app/assets/javascripts/lib/utils/datetime/date_format_utility.js                                                                                                                   12.7K         12.7K
/srv/gitlab/lib/api/internal/base.rb                                                                                                                                                           12.7K         12.5K
/srv/gitlab/doc/ci/yaml/includes.md                                                                                                                                                            12.4K         12.4K
/srv/gitlab/lib/gitlab/redis/multi_store.rb                                                                                                                                                    12.1K         13.2K
/srv/gitlab/app/views/users/show.html.haml                                                                                                                                                     11.9K         11.9K
/srv/gitlab/doc/user/application_security/offline_deployments/index.md                                                                                                                         11.9K         11.9K
/srv/gitlab/doc/development/go_guide/go_upgrade.md                                                                                                                                             11.8K         11.8K
/srv/gitlab/lib/api/ci/jobs.rb                                                                                                                                                                 11.7K         11.9K
/srv/gitlab/ee/app/assets/javascripts/approvals/components/rule_form.vue                                                                                                                       11.7K         11.9K
/srv/gitlab/app/controllers/groups_controller.rb                                                                                                                                               11.6K         11.6K
/srv/gitlab/package.json                                                                                                                                                                       11.3K         11.3K
/srv/gitlab/doc/user/project/settings/import_export.md                                                                                                                                         11.3K         11.5K
/srv/gitlab/app/services/projects/create_service.rb                                                                                                                                            11.1K         11.6K
/srv/gitlab/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result_policy/scan_result_policy_editor.vue                                                         11.1K         11.5K
/srv/gitlab/doc/user/project/repository/web_editor.md                                                                                                                                          11.1K         10.5K
/srv/gitlab/doc/user/profile/personal_access_tokens.md                                                                                                                                         10.9K         10.9K
/srv/gitlab/doc/topics/autodevops/troubleshooting.md                                                                                                                                           10.8K         10.8K
/srv/gitlab/doc/ci/yaml/yaml_optimization.md                                                                                                                                                   10.7K         11K
/srv/gitlab/app/policies/group_policy.rb                                                                                                                                                       10.6K         10.7K
/srv/gitlab/config/sidekiq_queues.yml                                                                                                                                                          10.3K         10.4K
/srv/gitlab/doc/administration/merge_request_diffs.md                                                                                                                                          10.3K         10.3K
/srv/gitlab/doc/development/database/query_recorder.md                                                                                                                                         10.3K         10.3K
/srv/gitlab/doc/ci/secrets/index.md                                                                                                                                                            10.1K         10.1K
/srv/gitlab/doc/user/application_security/vulnerabilities/index.md                                                                                                                             10K           10.2K
/srv/gitlab/app/helpers/issues_helper.rb                                                                                                                                                       9.9K          9.8K
/srv/gitlab/app/assets/javascripts/members/components/table/members_table.vue                                                                                                                  9.9K          10K
/srv/gitlab/doc/ci/yaml/script.md                                                                                                                                                              9.8K          9.8K
/srv/gitlab/app/assets/javascripts/vue_merge_request_widget/components/widget/widget.vue                                                                                                       9.8K          10.4K
/srv/gitlab/.rubocop_todo/style/empty_method.yml                                                                                                                                               9.6K          9.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/Makefile                                                                                                                      9.5K          9.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/gpgme-2.0.22/ext/gpgme/Makefile                                                                                                                      9.5K          9.5K
/srv/gitlab/app/models/active_session.rb                                                                                                                                                       9.5K          9.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rugged-1.2.0/ext/rugged/Makefile                                                                                                                     9.5K          9.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/rugged-1.2.0/ext/rugged/Makefile                                                                                                                     9.5K          9.5K
/srv/gitlab/doc/administration/job_logs.md                                                                                                                                                     9.5K          9.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libgpg-error/1.46/configure.log                                                                    9.5K          9.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/commonmarker-0.23.6/ext/commonmarker/Makefile                                                                                                        9.4K          9.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/commonmarker-0.23.6/ext/commonmarker/Makefile                                                                                                        9.4K          9.4K
/srv/gitlab/app/assets/javascripts/boards/components/boards_selector.vue                                                                                                                       9.4K          9.3K
/srv/gitlab/app/helpers/users_helper.rb                                                                                                                                                        9.4K          9.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/sassc-2.4.0/ext/Makefile                                                                                                                             9.4K          9.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/sassc-2.4.0/ext/Makefile                                                                                                                             9.4K          9.4K
/srv/gitlab/app/controllers/omniauth_callbacks_controller.rb                                                                                                                                   9.3K          9.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/openssl-2.2.2/ext/openssl/Makefile                                                                                                                   9.3K          9.3K
/srv/gitlab/doc/development/diffs.md                                                                                                                                                           9.3K          575B
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/pg-1.4.5/ext/Makefile                                                                                                                                9.2K          9.2K
/srv/gitlab/doc/ci/runners/saas/linux_saas_runner.md                                                                                                                                           9.2K          9.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/oj-3.13.23/ext/oj/Makefile                                                                                                                           9.2K          9.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/oj-3.13.23/ext/oj/Makefile                                                                                                                           9.2K          9.2K
/srv/gitlab/app/assets/javascripts/boards/components/board_content_sidebar.vue                                                                                                                 9.2K          9.3K
/srv/gitlab/doc/user/application_security/policies/scan-result-policies.md                                                                                                                     9.2K          9.9K
/srv/gitlab/ee/app/models/gitlab_subscriptions/features.rb                                                                                                                                     9.1K          9.3K
/srv/gitlab/doc/development/documentation/workflow.md                                                                                                                                          9.1K          9.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ruby-magic-0.5.4/ext/magic/Makefile                                                                                                                  9.1K          9.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/ruby-magic-0.5.4/ext/magic/Makefile                                                                                                                  9.1K          9.1K
/srv/gitlab/doc/development/fe_guide/view_component.md                                                                                                                                         9K            9K
/srv/gitlab/doc/ci/migration/circleci.md                                                                                                                                                       9K            9K
/srv/gitlab/doc/development/pages/index.md                                                                                                                                                     8.9K          9K
/srv/gitlab/doc/development/dangerbot.md                                                                                                                                                       8.8K          8.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/msgpack-1.5.4/ext/msgpack/Makefile                                                                                                                   8.8K          8.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/msgpack-1.5.4/ext/msgpack/Makefile                                                                                                                   8.7K          8.7K
/srv/gitlab/app/assets/javascripts/monitoring/stores/mutations.js                                                                                                                              8.6K          8.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/prometheus-client-mmap-0.17.0/ext/fast_mmaped_file/Makefile                                                                                          8.6K          8.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/prometheus-client-mmap-0.17.0/ext/fast_mmaped_file/Makefile                                                                                          8.6K          8.6K
/srv/gitlab/app/assets/javascripts/boards/components/board_form.vue                                                                                                                            8.6K          8.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/cbor-0.5.9.6/ext/cbor/Makefile                                                                                                                       8.5K          8.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/cbor-0.5.9.6/ext/cbor/Makefile                                                                                                                       8.5K          8.5K
/srv/gitlab/doc/security/rate_limits.md                                                                                                                                                        8.4K          8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-1.15.5/ext/ffi_c/Makefile                                                                                                                        8.4K          8.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Makefile                                                                                                                        8.4K          8.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ed25519-1.3.0/ext/ed25519_ref10/Makefile                                                                                                             8.4K          8.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/ed25519-1.3.0/ext/ed25519_ref10/Makefile                                                                                                             8.4K          8.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/thrift-0.16.0/ext/Makefile                                                                                                                           8.4K          8.3K
/srv/gitlab/app/assets/javascripts/packages_and_registries/package_registry/constants.js                                                                                                       8.3K          8.6K
/srv/gitlab/ee/app/assets/javascripts/boards/components/iteration_select.vue                                                                                                                   8.3K          8.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/thrift-0.16.0/ext/Makefile                                                                                                                           8.3K          8.4K
/srv/gitlab/ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_details_graphql/index.vue                                                                             8.3K          9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/yajl-ruby-1.4.3/ext/yajl/Makefile                                                                                                                    8.3K          8.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/yajl-ruby-1.4.3/ext/yajl/Makefile                                                                                                                    8.3K          8.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/puma-5.6.5/ext/puma_http11/Makefile                                                                                                                  8.3K          8.2K
/srv/gitlab/doc/user/project/clusters/deploy_to_cluster.md                                                                                                                                     8.2K          8.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/charlock_holmes-0.7.7/ext/charlock_holmes/Makefile                                                                                                   8.2K          8.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/re2-1.6.0/ext/re2/Makefile                                                                                                                           8.2K          8.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/charlock_holmes-0.7.7/ext/charlock_holmes/Makefile                                                                                                   8.2K          8.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/puma-5.6.5/ext/puma_http11/Makefile                                                                                                                  8.2K          8.3K
/srv/gitlab/ee/app/helpers/ee/geo_helper.rb                                                                                                                                                    8.2K          8.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/nio4r-2.5.8/ext/nio4r/Makefile                                                                                                                       8.2K          8.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/nio4r-2.5.8/ext/nio4r/Makefile                                                                                                                       8.2K          8.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/re2-1.6.0/ext/re2/Makefile                                                                                                                           8.2K          8.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/bcrypt-3.1.16/ext/mri/Makefile                                                                                                                       8.1K          8.2K
/srv/gitlab/doc/ci/ssh_keys/index.md                                                                                                                                                           8.1K          8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/encoder/Makefile                                                                                                     8.1K          8.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/bcrypt-3.1.16/ext/mri/Makefile                                                                                                                       8.1K          8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/parser/Makefile                                                                                                      8.1K          8.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/encoder/Makefile                                                                                                     8.1K          8.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/parser/Makefile                                                                                                      8.1K          8.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/stackprof-0.2.21/ext/stackprof/Makefile                                                                                                              8.1K          8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/rbtree-0.4.4/Makefile                                                                                                                                8.1K          8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtree-0.4.4/Makefile                                                                                                                                8.1K          8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rbtrace-0.4.14/ext/Makefile                                                                                                                          8K            8.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/oj-introspect-0.7.1/ext/oj-introspect/Makefile                                                                                                       8K            8K
/srv/gitlab/doc/ci/jobs/ci_job_token.md                                                                                                                                                        8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/stackprof-0.2.21/ext/stackprof/Makefile                                                                                                              8K            8.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/rbtrace-0.4.14/ext/Makefile                                                                                                                          8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/character_set-1.4.1/ext/character_set/Makefile                                                                                                       8K            8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/rinku-2.0.0/ext/rinku/Makefile                                                                                                                       8K            8.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/regexp_property_values-1.0.0/ext/regexp_property_values/Makefile                                                                                     8K            8.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/character_set-1.4.1/ext/character_set/Makefile                                                                                                       8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/json-2.5.1/ext/json/ext/parser/Makefile                                                                                                              8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/rinku-2.0.0/ext/rinku/Makefile                                                                                                                       8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/oj-introspect-0.7.1/ext/oj-introspect/Makefile                                                                                                       8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/regexp_property_values-1.0.0/ext/regexp_property_values/Makefile                                                                                     8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/RedCloth-4.3.2/ext/redcloth_scan/Makefile                                                                                                            8K            8K
/srv/gitlab/app/helpers/markup_helper.rb                                                                                                                                                       8K            7.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/vmstat-2.3.0/ext/vmstat/Makefile                                                                                                                     8K            8K
/srv/gitlab/app/assets/javascripts/work_items/components/work_item_links/work_item_link_child.vue                                                                                              8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/RedCloth-4.3.2/ext/redcloth_scan/Makefile                                                                                                            8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/vmstat-2.3.0/ext/vmstat/Makefile                                                                                                                     8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.15.0/ext/bootsnap/Makefile                                                                                                                8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/json-2.5.1/ext/json/ext/generator/Makefile                                                                                                           8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.15.0/ext/bootsnap/Makefile                                                                                                                8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/racc-1.6.1/ext/racc/cparse/Makefile                                                                                                                  8K            8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/hamlit-2.15.0/ext/hamlit/Makefile                                                                                                                    8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/racc-1.6.1/ext/racc/cparse/Makefile                                                                                                                  8K            8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/hamlit-2.15.0/ext/hamlit/Makefile                                                                                                                    8K            8K
/srv/gitlab/app/assets/javascripts/packages_and_registries/package_registry/pages/list.vue                                                                                                     7.9K          7.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/dlopen/Makefile                                                                                                      7.9K          8K
/srv/gitlab/doc/user/infrastructure/iac/troubleshooting.md                                                                                                                                     7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/timfel-krb5-auth-0.8.3/ext/Makefile                                                                                                                  7.9K          8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/ffi-yajl-2.3.4/ext/ffi_yajl/ext/dlopen/Makefile                                                                                                      7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/version_sorter-2.3.0/ext/version_sorter/Makefile                                                                                                     7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/timfel-krb5-auth-0.8.3/ext/Makefile                                                                                                                  7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/unf_ext-0.0.8.2/ext/unf_ext/Makefile                                                                                                                 7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/websocket-driver-0.7.5/ext/websocket-driver/Makefile                                                                                                 7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/version_sorter-2.3.0/ext/version_sorter/Makefile                                                                                                     7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/websocket-driver-0.7.5/ext/websocket-driver/Makefile                                                                                                 7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/fast_blank-1.0.0/ext/fast_blank/Makefile                                                                                                             7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/unf_ext-0.0.8.2/ext/unf_ext/Makefile                                                                                                                 7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/fast_blank-1.0.0/ext/fast_blank/Makefile                                                                                                             7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/murmurhash3-0.1.6/ext/murmurhash3/Makefile                                                                                                           7.9K          7.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/murmurhash3-0.1.6/ext/murmurhash3/Makefile                                                                                                           7.8K          7.9K
/srv/gitlab/doc/development/feature_development.md                                                                                                                                             7.8K          7.8K
/srv/gitlab/doc/administration/clusters/kas.md                                                                                                                                                 7.8K          7.1K
/srv/gitlab/doc/development/cached_queries.md                                                                                                                                                  7.7K          7.7K
/srv/gitlab/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml                                                                                                                                  7.6K          7.6K
/srv/gitlab/app/assets/javascripts/packages_and_registries/package_registry/components/details/package_history.vue                                                                             7.6K          7.6K
/srv/gitlab/lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml                                                                                                                           7.6K          7.6K
/srv/gitlab/app/helpers/timeboxes_helper.rb                                                                                                                                                    7.5K          7.8K
/srv/gitlab/doc/development/feature_categorization/index.md                                                                                                                                    7.5K          7.5K
/srv/gitlab/doc/integration/oauth_provider.md                                                                                                                                                  7.4K          7.4K
/srv/gitlab/ee/app/assets/javascripts/boards/components/labels_select.vue                                                                                                                      7.4K          7.3K
/srv/gitlab/ee/app/views/registrations/groups_projects/new.html.haml                                                                                                                           7.4K          7.3K
/srv/gitlab/doc/development/merge_request_diffs.md                                                                                                                                             7.4K          587B
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libassuan/2.5.5/configure.log                                                                      7.3K          7.3K
/srv/gitlab/app/assets/javascripts/work_items/components/work_item_links/work_item_tree.vue                                                                                                    7.2K          7.3K
/srv/gitlab/app/assets/stylesheets/utilities.scss                                                                                                                                              7.2K          7.3K
/srv/gitlab/ee/app/controllers/subscriptions_controller.rb                                                                                                                                     7.2K          7.1K
/srv/gitlab/doc/user/application_security/secret_detection/post_processing.md                                                                                                                  7.2K          7.1K
/srv/gitlab/doc/development/application_slis/index.md                                                                                                                                          7.2K          7.2K
/srv/gitlab/app/assets/javascripts/projects/settings/branch_rules/components/view/index.vue                                                                                                    7.1K          7.2K
/srv/gitlab/lib/api/bulk_imports.rb                                                                                                                                                            7.1K          7.8K
/srv/gitlab/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules.vue                                                                                                     7.1K          8.6K
/srv/gitlab/app/assets/javascripts/packages_and_registries/container_registry/explorer/components/details_page/tags_list_row.vue                                                               7.1K          7.1K
/srv/gitlab/doc/user/project/import/index.md                                                                                                                                                   7K            7.3K
/srv/gitlab/ee/app/services/ee/system_note_service.rb                                                                                                                                          7K            6.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/devise-two-factor-4.0.2.gemspec                                                                                                            6.9K          6.9K
/srv/gitlab/app/models/hooks/web_hook.rb                                                                                                                                                       6.9K          7.1K
/srv/gitlab/app/assets/javascripts/work_items/components/work_item_notes.vue                                                                                                                   6.8K          6.8K
/srv/gitlab/app/assets/javascripts/invite_members/constants.js                                                                                                                                 6.6K          7.2K
/srv/gitlab/app/assets/javascripts/boards/components/issue_board_filtered_search.vue                                                                                                           6.5K          6.2K
/srv/gitlab/doc/api/secure_files.md                                                                                                                                                            6.2K          6.2K
/srv/gitlab/workhorse/go.mod                                                                                                                                                                   6.2K          6.2K
/srv/gitlab/app/models/concerns/counter_attribute.rb                                                                                                                                           6K            6.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/gems/json-2.5.1/ext/json/Makefile                                                                                                                         6K            6K
/srv/gitlab/ee/app/models/approval_merge_request_rule.rb                                                                                                                                       5.9K          5.9K
/srv/gitlab/doc/user/packages/container_registry/troubleshoot_container_registry.md                                                                                                            5.8K          5.8K
/srv/gitlab/ee/app/assets/javascripts/geo_replicable/store/actions.js                                                                                                                          5.8K          5.8K
/srv/gitlab/doc/user/clusters/management_project_template.md                                                                                                                                   5.8K          5.7K
/srv/gitlab/app/controllers/projects/settings/ci_cd_controller.rb                                                                                                                              5.8K          5.8K
/srv/gitlab/app/assets/javascripts/boards/components/board_content.vue                                                                                                                         5.7K          5.7K
/srv/gitlab/lib/gitlab/metrics/requests_rack_middleware.rb                                                                                                                                     5.7K          5.7K
/srv/gitlab/ee/app/assets/javascripts/registrations/components/company_form.vue                                                                                                                5.7K          5.8K
/srv/gitlab/ee/app/assets/javascripts/subscriptions/new/components/checkout/billing_address.vue                                                                                                5.7K          5.9K
/srv/gitlab/doc/user/todos.md                                                                                                                                                                  5.7K          5.8K
/srv/gitlab/ee/app/helpers/ee/users/callouts_helper.rb                                                                                                                                         5.6K          5.6K
/srv/gitlab/ee/lib/api/managed_licenses.rb                                                                                                                                                     5.4K          5.5K
/srv/gitlab/ee/app/assets/javascripts/approvals/components/approvers_select.vue                                                                                                                5.4K          4.5K
/srv/gitlab/app/assets/javascripts/packages_and_registries/infrastructure_registry/details/components/package_history.vue                                                                      5.4K          5.4K
/srv/gitlab/doc/user/application_security/dependency_scanning/analyzers.md                                                                                                                     5.3K          4.8K
/srv/gitlab/ee/app/models/approval_project_rule.rb                                                                                                                                             5.1K          5.1K
/srv/gitlab/app/views/projects/_import_project_pane.html.haml                                                                                                                                  5K            5.7K
/srv/gitlab/lib/api/helpers/notes_helpers.rb                                                                                                                                                   5K            5K
/srv/gitlab/ee/app/assets/javascripts/boards/components/assignee_select.vue                                                                                                                    5K            4.9K
/srv/gitlab/app/controllers/import/bulk_imports_controller.rb                                                                                                                                  4.9K          5.3K
/srv/gitlab/app/helpers/submodule_helper.rb                                                                                                                                                    4.9K          5.1K
/srv/gitlab/ee/lib/ee/api/helpers.rb                                                                                                                                                           4.9K          5K
/srv/gitlab/app/helpers/visibility_level_helper.rb                                                                                                                                             4.9K          4.9K
/srv/gitlab/app/assets/javascripts/projects/settings/repository/branch_rules/components/branch_rule.vue                                                                                        4.9K          5.1K
/srv/gitlab/app/assets/javascripts/editor/constants.js                                                                                                                                         4.8K          4.8K
/srv/gitlab/ee/app/assets/javascripts/oncall_schedules/utils/common_utils.js                                                                                                                   4.8K          4.4K
/srv/gitlab/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result_policy/lib/actions.js                                                                        4.7K          5.6K
/srv/gitlab/app/assets/javascripts/pages/projects/learn_gitlab/components/learn_gitlab_section_link.vue                                                                                        4.7K          4.8K
/srv/gitlab/app/assets/javascripts/packages_and_registries/package_registry/components/list/packages_list.vue                                                                                  4.6K          5.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/minitest-5.11.3.gemspec                                                                                                                    4.6K          4.6K
/srv/gitlab/ee/app/controllers/ee/registrations/welcome_controller.rb                                                                                                                          4.5K          4.5K
/srv/gitlab/app/models/concerns/project_features_compatibility.rb                                                                                                                              4.4K          4.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/license_finder-7.0.1.gemspec                                                                                                               4.4K          4.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/elasticsearch-transport-7.13.3.gemspec                                                                                                     4.4K          4.4K
/srv/gitlab/ee/app/controllers/ee/sessions_controller.rb                                                                                                                                       4.4K          4.4K
/srv/gitlab/ee/app/assets/javascripts/oncall_schedules/components/add_edit_schedule_form.vue                                                                                                   4.4K          3.2K
/srv/gitlab/app/assets/javascripts/boards/index.js                                                                                                                                             4.3K          4.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/mime-types-3.4.1.gemspec                                                                                                                   4.3K          4.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/elasticsearch-api-7.13.3.gemspec                                                                                                           4.3K          4.3K
/var/log/gitlab/production.log                                                                                                                                                                 4.3K          4.5K
/srv/gitlab/app/services/design_management/save_designs_service.rb                                                                                                                             4.3K          4.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ruby_parser-3.15.0.gemspec                                                                                                                 4.2K          4.2K
/srv/gitlab/ee/app/controllers/ee/groups/group_members_controller.rb                                                                                                                           4.2K          4.3K
/srv/gitlab/ee/app/models/ee/environment.rb                                                                                                                                                    4.2K          4.4K
/srv/gitlab/ee/app/assets/javascripts/epic_boards/index.js                                                                                                                                     4.2K          4.3K
/srv/gitlab/doc/administration/postgresql/multiple_databases.md                                                                                                                                4.1K          4.1K
/srv/gitlab/app/assets/javascripts/import_entities/components/import_status.vue                                                                                                                4.1K          4.6K
/srv/gitlab/app/services/boards/base_items_list_service.rb                                                                                                                                     4.1K          3.9K
/srv/gitlab/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result_policy/policy_action_builder_v2.vue                                                          4.1K          2.8K
/srv/gitlab/ee/app/graphql/resolvers/requirements_management/requirements_resolver.rb                                                                                                          4K            4.2K
/srv/gitlab/app/views/dashboard/todos/_todo.html.haml                                                                                                                                          4K            3.5K
/srv/gitlab/app/assets/javascripts/vue_merge_request_widget/components/widget/widget_content_row.vue                                                                                           3.9K          4K
/srv/gitlab/app/assets/stylesheets/page_bundles/oncall_schedules.scss                                                                                                                          3.9K          3.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sixarm_ruby_unaccent-1.2.0.gemspec                                                                                                         3.9K          3.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/sixarm_ruby_unaccent-1.2.0.gemspec                                                                                                         3.9K          3.9K
/srv/gitlab/ee/app/assets/javascripts/boards/components/milestone_select.vue                                                                                                                   3.9K          3.8K
/srv/gitlab/doc/api/graphql/users_example.md                                                                                                                                                   3.9K          3.8K
/srv/gitlab/doc/tutorials/move_personal_project_to_a_group.md                                                                                                                                  3.8K          3.9K
/srv/gitlab/doc/operations/metrics/embed_grafana.md                                                                                                                                            3.8K          3.9K
/srv/gitlab/ee/app/helpers/ee/import_helper.rb                                                                                                                                                 3.8K          3.9K
/srv/gitlab/app/services/groups/import_export/import_service.rb                                                                                                                                3.8K          3.6K
/srv/gitlab/app/assets/javascripts/work_items/components/work_item_detail_modal.vue                                                                                                            3.8K          4.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/elasticsearch-7.13.3.gemspec                                                                                                               3.8K          3.8K
/srv/gitlab/app/assets/javascripts/diffs/components/tree_list.vue                                                                                                                              3.7K          3.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ruby-progressbar-1.11.0.gemspec                                                                                                            3.6K          3.6K
/srv/gitlab/app/assets/javascripts/members/components/modals/remove_member_modal.vue                                                                                                           3.6K          3.8K
/srv/gitlab/app/models/protected_branch.rb                                                                                                                                                     3.6K          3.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/encryptor-3.0.0.gemspec                                                                                                                    3.6K          3.6K
/srv/gitlab/lib/gitlab/memory/watchdog.rb                                                                                                                                                      3.6K          3.5K
/srv/gitlab/doc/user/project/merge_requests/versions.md                                                                                                                                        3.6K          3.6K
/srv/gitlab/ee/app/assets/javascripts/analytics/cycle_analytics/store/actions.js                                                                                                               3.6K          3.6K
/srv/gitlab/ee/app/graphql/types/requirements_management/requirement_type.rb                                                                                                                   3.5K          3.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/net-ssh-6.0.0.gemspec                                                                                                                      3.5K          3.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sys-filesystem-1.4.3.gemspec                                                                                                               3.5K          3.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/elasticsearch-model-7.2.0.gemspec                                                                                                          3.5K          3.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.2.3.gemspec                                                                                                               3.5K          3.5K
/srv/gitlab/lib/api/helpers/members_helpers.rb                                                                                                                                                 3.5K          3.6K
/srv/gitlab/app/assets/javascripts/members/utils.js                                                                                                                                            3.5K          3.6K
/srv/gitlab/ee/app/services/security/ingestion/schedule_mark_dropped_as_resolved_service.rb                                                                                                    3.5K          3.5K
/srv/gitlab/ee/app/assets/javascripts/geo_nodes/store/getters.js                                                                                                                               3.5K          3.4K
/srv/gitlab/doc/ci/secure_files/index.md                                                                                                                                                       3.5K          3.3K
/srv/gitlab/app/services/groups/import_export/export_service.rb                                                                                                                                3.4K          3.2K
/srv/gitlab/app/helpers/projects/project_members_helper.rb                                                                                                                                     3.4K          3.5K
/srv/gitlab/ee/app/models/protected_environment.rb                                                                                                                                             3.4K          3.6K
/srv/gitlab/app/helpers/users/callouts_helper.rb                                                                                                                                               3.4K          3.4K
/srv/gitlab/ee/app/controllers/ee/projects/merge_requests_controller.rb                                                                                                                        3.4K          3.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/oauth-0.5.6.gemspec                                                                                                                        3.4K          3.4K
/srv/gitlab/doc/development/database/setting_multiple_values.md                                                                                                                                3.4K          3.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/webauthn-2.3.0.gemspec                                                                                                                     3.4K          3.4K
/srv/gitlab/lib/gitlab/counters/buffered_counter.rb                                                                                                                                            3.3K          8.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/elasticsearch-rails-7.2.1.gemspec                                                                                                          3.3K          3.3K
/srv/gitlab/ee/app/assets/javascripts/boards/components/issue_board_filtered_search.vue                                                                                                        3.3K          3.2K
/srv/gitlab/lib/gitlab/i18n.rb                                                                                                                                                                 3.3K          3.3K
/srv/gitlab/ee/app/assets/javascripts/analytics/productivity_analytics/components/metric_chart.vue                                                                                             3.3K          3.3K
/srv/gitlab/ee/app/models/merge_requests/external_status_check.rb                                                                                                                              3.3K          3.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rails-6.1.6.1.gemspec                                                                                                                      3.2K          3.2K
/srv/gitlab/app/assets/javascripts/vue_merge_request_widget/extensions/code_quality/index.js                                                                                                   3.2K          3.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/carrierwave-1.3.2.gemspec                                                                                                                  3.2K          3.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/graphql-1.13.12.gemspec                                                                                                                    3.2K          3.2K
/srv/gitlab/ee/app/services/security/token_revocation_service.rb                                                                                                                               3.2K          4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ruby-magic-0.5.4.gemspec                                                                                                                   3.2K          3.2K
/srv/gitlab/app/models/personal_access_token.rb                                                                                                                                                3.2K          3.9K
/srv/gitlab/ee/lib/gitlab/auth/group_saml/user.rb                                                                                                                                              3.1K          3.2K
/srv/gitlab/app/assets/javascripts/members/components/table/role_dropdown.vue                                                                                                                  3.1K          3.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/hamlit-2.15.0.gemspec                                                                                                                      3.1K          3.1K
/srv/gitlab/ee/app/services/ee/system_notes/issuables_service.rb                                                                                                                               3K            3.4K
/srv/gitlab/app/assets/javascripts/vue_shared/components/timezone_dropdown/timezone_dropdown.vue                                                                                               3K            3.2K
/srv/gitlab/app/controllers/uploads_controller.rb                                                                                                                                              3K            3.1K
/srv/gitlab/app/controllers/projects/google_cloud/deployments_controller.rb                                                                                                                    3K            3.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/excon-0.90.0.gemspec                                                                                                                       3K            3K
/srv/gitlab/app/services/users/update_service.rb                                                                                                                                               3K            3.2K
/srv/gitlab/app/controllers/autocomplete_controller.rb                                                                                                                                         3K            3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/mime-types-data-3.2022.0105.gemspec                                                                                                        3K            3K
/srv/gitlab/doc/user/free_user_limit.md                                                                                                                                                        2.9K          3K
/srv/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb                                                                                                                     2.9K          3.2K
/srv/gitlab/lib/api/subscriptions.rb                                                                                                                                                           2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/google-cloud-env-1.6.0.gemspec                                                                                                             2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sexp_processor-4.15.1.gemspec                                                                                                              2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sprockets-3.7.2.gemspec                                                                                                                    2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec                                                                                                                    2.9K          2.9K
/srv/gitlab/doc/user/project/integrations/apple_app_store.md                                                                                                                                   2.9K          2.8K
/srv/gitlab/config/feature_categories.yml                                                                                                                                                      2.9K          2.9K
/srv/gitlab/lib/gitlab/ci/config/entry/reports.rb                                                                                                                                              2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/net-ldap-0.16.3.gemspec                                                                                                                    2.9K          2.9K
/srv/gitlab/app/services/lfs/file_transformer.rb                                                                                                                                               2.9K          3.4K
/srv/gitlab/app/helpers/import_helper.rb                                                                                                                                                       2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.5.gemspec                                                                                                                       2.9K          2.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-em_synchrony-1.0.0.gemspec                                                                                                         2.8K          2.8K
/srv/gitlab/doc/topics/authentication/index.md                                                                                                                                                 2.8K          2.8K
/srv/gitlab/lib/api/helpers/pagination_strategies.rb                                                                                                                                           2.8K          3K
/srv/gitlab/doc/development/chatops_on_gitlabcom.md                                                                                                                                            2.8K          2.9K
/srv/gitlab/app/assets/javascripts/abuse_reports/components/abuse_category_selector.vue                                                                                                        2.8K          2.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/net-scp-3.0.0.gemspec                                                                                                                      2.8K          2.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ffi-compiler-1.0.1.gemspec                                                                                                                 2.8K          2.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rack-attack-6.6.1.gemspec                                                                                                                  2.7K          2.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/grpc-1.42.0-x86_64-linux.gemspec                                                                                                           2.7K          2.7K
/srv/gitlab/app/assets/javascripts/ci/pipeline_schedules/components/table/pipeline_schedules_table.vue                                                                                         2.7K          2.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-types-1.4.0.gemspec                                                                                                                    2.7K          2.7K
/srv/gitlab/app/views/groups/_group_admin_settings.html.haml                                                                                                                                   2.7K          2.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/signet-0.17.0.gemspec                                                                                                                      2.7K          2.7K
/srv/gitlab/app/helpers/groups/group_members_helper.rb                                                                                                                                         2.7K          2.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-1.10.0.gemspec                                                                                                                     2.7K          2.7K
/srv/gitlab/app/models/projects/build_artifacts_size_refresh.rb                                                                                                                                2.7K          4.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/net-http-persistent-4.0.1.gemspec                                                                                                          2.6K          2.6K
/srv/gitlab/app/assets/javascripts/members/components/action_dropdowns/user_action_dropdown.vue                                                                                                2.6K          3.3K
/srv/gitlab/app/controllers/registrations/welcome_controller.rb                                                                                                                                2.6K          2.7K
/srv/gitlab/lib/api/resource_milestone_events.rb                                                                                                                                               2.6K          2.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/orm_adapter-0.5.0.gemspec                                                                                                                  2.6K          2.6K
/srv/gitlab/app/assets/javascripts/pages/projects/pipeline_schedules/shared/init_form.js                                                                                                       2.6K          2.6K
/srv/gitlab/config/metrics/schema.json                                                                                                                                                         2.6K          3.3K
/srv/gitlab/lib/gitlab/ci/templates/Jobs/DAST-Default-Branch-Deploy.gitlab-ci.yml                                                                                                              2.6K          2.6K
/srv/gitlab/app/controllers/dashboard_controller.rb                                                                                                                                            2.6K          2.6K
/srv/gitlab/lib/atlassian/jira_connect/jwt/asymmetric.rb                                                                                                                                       2.6K          2.6K
/srv/gitlab/ee/app/assets/javascripts/geo_replicable/components/geo_replicable_item.vue                                                                                                        2.6K          2.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fog-openstack-1.0.8.gemspec                                                                                                                2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-httpclient-1.0.1.gemspec                                                                                                           2.5K          2.5K
/srv/gitlab/app/services/concerns/integrations/project_test_data.rb                                                                                                                            2.5K          2.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-em_http-1.0.0.gemspec                                                                                                              2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-patron-1.0.0.gemspec                                                                                                               2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-excon-1.1.0.gemspec                                                                                                                2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/azure-storage-common-2.0.4.gemspec                                                                                                         2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/danger-8.6.1.gemspec                                                                                                                       2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-rack-1.0.0.gemspec                                                                                                                 2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rest-client-2.1.0.gemspec                                                                                                                  2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rubyzip-2.3.2.gemspec                                                                                                                      2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/openid_connect-1.3.0.gemspec                                                                                                               2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/openid_connect-1.3.0.gemspec                                                                                                               2.5K          2.5K
/srv/gitlab/lib/api/suggestions.rb                                                                                                                                                             2.5K          2.5K
/srv/gitlab/workhorse/internal/lsif_transformer/parser/docs.go                                                                                                                                 2.5K          2.5K
/srv/gitlab/app/assets/javascripts/ci/runner/components/stat/runner_stats.vue                                                                                                                  2.5K          2.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.6.1.gemspec                                                                                                                 2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ohai-16.10.6.gemspec                                                                                                                       2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fog-core-2.1.0.gemspec                                                                                                                     2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/chunky_png-1.3.5.gemspec                                                                                                                   2.5K          2.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/premailer-1.16.0.gemspec                                                                                                                   2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/jira-ruby-2.1.4.gemspec                                                                                                                    2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rexml-3.2.5.gemspec                                                                                                                        2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/character_set-1.4.1.gemspec                                                                                                                2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-net_http-1.0.1.gemspec                                                                                                             2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/git-1.11.0.gemspec                                                                                                                         2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/undercover-0.4.4.gemspec                                                                                                                   2.4K          2.4K
/srv/gitlab/ee/app/workers/vulnerabilities/mark_dropped_as_resolved_worker.rb                                                                                                                  2.4K          2.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gitlab-mail_room-0.0.9.gemspec                                                                                                             2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gon-6.4.0.gemspec                                                                                                                          2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.6.1.gemspec                                                                                                                 2.4K          2.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/cose-1.0.0.gemspec                                                                                                                         2.3K          2.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-net_http_persistent-1.2.0.gemspec                                                                                                  2.3K          2.3K
/srv/gitlab/ee/lib/ee/api/api.rb                                                                                                                                                               2.3K          2.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/http-cookie-1.0.5.gemspec                                                                                                                  2.3K          2.3K
/srv/gitlab/app/assets/javascripts/members/components/modals/leave_modal.vue                                                                                                                   2.3K          3.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ruby-saml-1.13.0.gemspec                                                                                                                   2.3K          2.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.6.1.gemspec                                                                                                               2.3K          2.3K
/srv/gitlab/doc/policy/alpha-beta-support.md                                                                                                                                                   2.3K          2.9K
/srv/gitlab/ee/app/helpers/push_rules_helper.rb                                                                                                                                                2.3K          2.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.6.1.gemspec                                                                                                                   2.3K          2.3K
/srv/gitlab/ee/app/helpers/ee/subscribable_banner_helper.rb                                                                                                                                    2.3K          2.3K
/srv/gitlab/config/secrets.yml                                                                                                                                                                 2.3K          2.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ffi-yajl-2.3.4.gemspec                                                                                                                     2.3K          2.3K
/srv/gitlab/app/assets/javascripts/invite_members/components/user_limit_notification.vue                                                                                                       2.3K          3.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gettext-3.3.6.gemspec                                                                                                                      2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gettext_i18n_rails-1.8.0.gemspec                                                                                                           2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.6.1.gemspec                                                                                                              2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday_middleware-aws-sigv4-0.3.0.gemspec                                                                                                 2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ms_rest_azure-0.12.0.gemspec                                                                                                               2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gettext_i18n_rails_js-1.3.0.gemspec                                                                                                        2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/actionmailbox-6.1.6.1.gemspec                                                                                                              2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/redis-store-1.9.1.gemspec                                                                                                                  2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/representable-3.0.4.gemspec                                                                                                                2.2K          2.2K
/srv/gitlab/app/assets/javascripts/ml/experiment_tracking/components/ml_experiment.vue                                                                                                         2.2K          3.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/autoprefixer-rails-10.2.5.1.gemspec                                                                                                        2.2K          2.2K
/srv/gitlab/ee/app/graphql/mutations/requirements_management/update_requirement.rb                                                                                                             2.2K          2.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/grape-entity-0.10.0.gemspec                                                                                                                2.2K          2.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/asciidoctor-include-ext-0.4.0.gemspec                                                                                                      2.1K          2.1K
/srv/gitlab/app/assets/javascripts/boards/components/board_new_issue.vue                                                                                                                       2.1K          2.1K
/srv/gitlab/ee/app/graphql/ee/resolvers/projects/branch_rules_resolver.rb                                                                                                                      2.1K          2.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/graphiql-rails-1.8.0.gemspec                                                                                                               2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/activestorage-6.1.6.1.gemspec                                                                                                              2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.5.4.gemspec                                                                                                                      2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/colored2-3.1.2.gemspec                                                                                                                     2.1K          2.1K
/srv/gitlab/ee/app/assets/javascripts/boards/components/epic_filtered_search.vue                                                                                                               2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rdoc-6.3.2.gemspec                                                                                                                         2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/unleash-3.2.2.gemspec                                                                                                                      2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fog-aliyun-0.3.3.gemspec                                                                                                                   2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/actiontext-6.1.6.1.gemspec                                                                                                                 2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/azure-storage-blob-2.0.3.gemspec                                                                                                           2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/activerecord-explain-analyze-0.1.0.gemspec                                                                                                 2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/warning-1.3.0.gemspec                                                                                                                      2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/recursive-open-struct-1.1.3.gemspec                                                                                                        2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ms_rest-0.7.6.gemspec                                                                                                                      2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mini_magick-4.10.1.gemspec                                                                                                                 2.1K          2.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/chef-config-16.10.17.gemspec                                                                                                               2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sassc-2.4.0.gemspec                                                                                                                        2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/graphql-client-0.17.0.gemspec                                                                                                              2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fog-rackspace-0.1.1.gemspec                                                                                                                2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/validates_hostname-1.0.11.gemspec                                                                                                          2K            2K
/srv/gitlab/app/assets/javascripts/behaviors/shortcuts/shortcut.vue                                                                                                                            2K            2K
/srv/gitlab/ee/app/assets/javascripts/product_analytics/dashboards/components/widget_designer/analytics_visualization_inspector.vue                                                            2K            2.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/awrence-1.1.1.gemspec                                                                                                                      2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/grape-1.5.2.gemspec                                                                                                                        2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/no_proxy_fix-0.1.2.gemspec                                                                                                                 2K            2K
/srv/gitlab/ee/app/models/geo/container_repository_registry.rb                                                                                                                                 2K            1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/actioncable-6.1.6.1.gemspec                                                                                                                2K            2K
/srv/gitlab/app/controllers/projects/settings/merge_requests_controller.rb                                                                                                                     2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/wikicloth-0.8.1.gemspec                                                                                                                    2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ffi-1.15.5.gemspec                                                                                                                         2K            2K
/srv/gitlab/app/assets/javascripts/pages/projects/pipeline_schedules/index/index.js                                                                                                            2K            2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/state_machines-activerecord-0.8.0.gemspec                                                                                                  2K            2K
/srv/gitlab/ee/app/services/security/ingestion/tasks/ingest_vulnerabilities/create.rb                                                                                                          2K            3.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/train-core-3.4.9.gemspec                                                                                                                   1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/jsonpath-1.1.2.gemspec                                                                                                                     1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.6.1.gemspec                                                                                                               1.9K          1.9K
/srv/gitlab/app/assets/javascripts/boards/stores/getters.js                                                                                                                                    1.9K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fast_gettext-2.1.0.gemspec                                                                                                                 1.9K          1.9K
/srv/gitlab/ee/app/services/users/email_verification/send_custom_confirmation_instructions_service.rb                                                                                          1.9K          2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.2.gemspec                                                                                                                    1.9K          1.9K
/srv/gitlab/ee/app/graphql/types/analytics/contribution_analytics/contribution_metadata_type.rb                                                                                                1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/imagen-0.1.8.gemspec                                                                                                                       1.9K          1.9K
/srv/gitlab/app/controllers/concerns/page_limiter.rb                                                                                                                                           1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/state_machines-activemodel-0.8.0.gemspec                                                                                                   1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/jaeger-client-1.1.0.gemspec                                                                                                                1.9K          1.9K
/srv/gitlab/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js                                                                                                                 1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/RedCloth-4.3.2.gemspec                                                                                                                     1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/claide-plugins-0.9.2.gemspec                                                                                                               1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-configurable-0.12.0.gemspec                                                                                                            1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/regexp_property_values-1.0.0.gemspec                                                                                                       1.9K          1.9K
/srv/gitlab/lib/banzai/filter/markdown_post_escape_filter.rb                                                                                                                                   1.9K          2.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/jwt-2.1.0.gemspec                                                                                                                          1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/memoist-0.16.2.gemspec                                                                                                                     1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/bcrypt-3.1.16.gemspec                                                                                                                      1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/simplecov-0.21.2.gemspec                                                                                                                   1.9K          1.9K
/srv/gitlab/app/assets/javascripts/ci/pipeline_schedules/components/table/cells/pipeline_schedule_actions.vue                                                                                  1.9K          2K
/srv/gitlab/lib/banzai/filter/markdown_pre_escape_filter.rb                                                                                                                                    1.9K          3.9K
/srv/gitlab/ee/app/services/boards/epics/list_service.rb                                                                                                                                       1.9K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sassc-rails-2.1.0.gemspec                                                                                                                  1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/simplecov-lcov-0.8.0.gemspec                                                                                                               1.9K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/default_value_for-3.4.0.gemspec                                                                                                            1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/seed-fu-2.3.7.gemspec                                                                                                                      1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rake-13.0.6.gemspec                                                                                                                        1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/acts-as-taggable-on-9.0.0.gemspec                                                                                                          1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/gitlab_omniauth-ldap-2.2.0.gemspec                                                                                                         1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mini_portile2-2.8.0.gemspec                                                                                                                1.8K          1.8K
/srv/gitlab/app/controllers/abuse_reports_controller.rb                                                                                                                                        1.8K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/locale-2.1.3.gemspec                                                                                                                       1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/asana-0.10.13.gemspec                                                                                                                      1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/multi_json-1.14.1.gemspec                                                                                                                  1.8K          1.8K
/srv/gitlab/ee/app/graphql/resolvers/analytics/contribution_analytics/contributions_resolver.rb                                                                                                1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fog-xml-0.1.3.gemspec                                                                                                                      1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-logic-1.1.0.gemspec                                                                                                                    1.8K          1.8K
/srv/gitlab/app/controllers/projects/merge_requests/application_controller.rb                                                                                                                  1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/acme-client-2.0.11.gemspec                                                                                                                 1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/optimist-3.0.1.gemspec                                                                                                                     1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/lru_redux-1.1.0.gemspec                                                                                                                    1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ports/x86_64-linux-gnu/libgpg-error/1.46/share/man/man1/gpg-error-config.1                                                              1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/gems/gpgme-2.0.22/ext/gpgme/tmp/x86_64-linux-gnu/ports/libgpg-error/1.46/libgpg-error-1.46/doc/gpg-error-config.1                                         1.8K          1.8K
/srv/gitlab/app/assets/javascripts/monitoring/requests/index.js                                                                                                                                1.8K          1.8K
/srv/gitlab/lib/gitlab/hotlinking_detector.rb                                                                                                                                                  1.8K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/cbor-0.5.9.6.gemspec                                                                                                                       1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/batch-loader-2.0.1.gemspec                                                                                                                 1.8K          1.8K
/srv/gitlab/ee/app/helpers/ee/learn_gitlab_helper.rb                                                                                                                                           1.8K          1.9K
/srv/gitlab/app/controllers/projects/autocomplete_sources_controller.rb                                                                                                                        1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-inflector-0.2.0.gemspec                                                                                                                1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/terser-1.0.2.gemspec                                                                                                                       1.8K          1.8K
/srv/gitlab/app/workers/stuck_merge_jobs_worker.rb                                                                                                                                             1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/validate_email-0.1.6.gemspec                                                                                                               1.8K          1.8K
/srv/gitlab/lib/api/merge_request_diffs.rb                                                                                                                                                     1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/websocket-driver-0.7.5.gemspec                                                                                                             1.8K          1.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/unicode-display_width-1.8.0.gemspec                                                                                                        1.8K          1.8K
/srv/gitlab/ee/app/models/software_license_policy.rb                                                                                                                                           1.8K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/domain_name-0.5.20190701.gemspec                                                                                                           1.8K          1.8K
/srv/gitlab/app/assets/javascripts/members/components/action_dropdowns/remove_member_dropdown_item.vue                                                                                         1.8K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/libyajl2-1.2.0.gemspec                                                                                                                     1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/json_schemer-0.2.18.gemspec                                                                                                                1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/safety_net_attestation-0.4.0.gemspec                                                                                                       1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gitlab-chronic-0.10.5.gemspec                                                                                                              1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-core-0.5.0.gemspec                                                                                                                     1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/reverse_markdown-1.4.0.gemspec                                                                                                             1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/gitlab-license-2.2.1.gemspec                                                                                                               1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/swd-1.3.0.gemspec                                                                                                                          1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/premailer-rails-1.10.3.gemspec                                                                                                             1.7K          1.7K
/srv/gitlab/app/helpers/projects/ml/experiments_helper.rb                                                                                                                                      1.7K          2K
/srv/gitlab/app/services/projects/autocomplete_service.rb                                                                                                                                      1.7K          1.7K
/srv/gitlab/app/models/ml/candidate.rb                                                                                                                                                         1.7K          1.7K
/srv/gitlab/app/workers/merge_request_cleanup_refs_worker.rb                                                                                                                                   1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/nio4r-2.5.8.gemspec                                                                                                                        1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-cookie_jar-0.0.7.gemspec                                                                                                           1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/grape_logging-1.8.4.gemspec                                                                                                                1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/grape_logging-1.8.4.gemspec                                                                                                                1.7K          1.7K
/srv/gitlab/app/views/shared/milestones/_header.html.haml                                                                                                                                      1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mail-2.7.1.gemspec                                                                                                                         1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/redis-rack-2.1.4.gemspec                                                                                                                   1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ast-2.4.2.gemspec                                                                                                                          1.7K          1.7K
/srv/gitlab/ee/app/views/shared/issuable/_approver_suggestion.haml                                                                                                                             1.7K          1.8K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rack-cors-1.1.1.gemspec                                                                                                                    1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/webfinger-1.2.0.gemspec                                                                                                                    1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/grape-path-helpers-1.7.1.gemspec                                                                                                           1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sprockets-rails-3.4.2.gemspec                                                                                                              1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.6.1.gemspec                                                                                                                1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/kramdown-2.3.2.gemspec                                                                                                                     1.7K          1.7K
/srv/gitlab/app/graphql/types/projects/branch_rule_type.rb                                                                                                                                     1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/lograge-0.11.2.gemspec                                                                                                                     1.7K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.6.1.gemspec                                                                                                                  1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/u2f-0.2.1.gemspec                                                                                                                          1.6K          1.6K
/srv/gitlab/doc/development/features_inside_dot_gitlab.md                                                                                                                                      1.6K          1.6K
/srv/gitlab/app/assets/javascripts/members/index.js                                                                                                                                            1.6K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sentry-ruby-5.1.1.gemspec                                                                                                                  1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/omniauth-atlassian-oauth2-0.2.0.gemspec                                                                                                    1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/puma_worker_killer-0.3.1.gemspec                                                                                                           1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sentry-sidekiq-5.1.1.gemspec                                                                                                               1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/android_key_attestation-0.3.0.gemspec                                                                                                      1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sentry-rails-5.1.1.gemspec                                                                                                                 1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rugged-1.2.0.gemspec                                                                                                                       1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/hangouts-chat-0.0.5.gemspec                                                                                                                1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/yajl-ruby-1.4.3.gemspec                                                                                                                    1.6K          1.6K
/srv/gitlab/app/services/personal_access_tokens/revoke_service.rb                                                                                                                              1.6K          1.7K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.4.gemspec                                                                                                            1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/vmstat-2.3.0.gemspec                                                                                                                       1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/unf-0.1.4.gemspec                                                                                                                          1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/timeliness-0.3.10.gemspec                                                                                                                  1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/truncato-0.7.12.gemspec                                                                                                                    1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/babosa-1.0.4.gemspec                                                                                                                       1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/marcel-1.0.2.gemspec                                                                                                                       1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rails-dom-testing-2.0.3.gemspec                                                                                                            1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/charlock_holmes-0.7.7.gemspec                                                                                                              1.6K          1.6K
/srv/gitlab/ee/app/assets/javascripts/members/guest_overage_confirm_action.js                                                                                                                  1.6K          2.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ssrf_filter-1.0.7.gemspec                                                                                                                  1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rubyntlm-0.6.3.gemspec                                                                                                                     1.6K          1.6K
/srv/gitlab/ee/app/helpers/ee/registrations_helper.rb                                                                                                                                          1.6K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fog-json-1.2.0.gemspec                                                                                                                     1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rails-i18n-7.0.3.gemspec                                                                                                                   1.6K          1.6K
/srv/gitlab/ee/app/assets/javascripts/boards/components/board_new_epic.vue                                                                                                                     1.6K          1.5K
/srv/gitlab/ee/app/helpers/ee/invite_members_helper.rb                                                                                                                                         1.6K          2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/po_to_json-1.0.1.gemspec                                                                                                                   1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/thor-1.2.1.gemspec                                                                                                                         1.6K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gitlab_chronic_duration-0.10.6.2.gemspec                                                                                                   1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ecma-re-validator-0.3.0.gemspec                                                                                                            1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/apollo_upload_server-2.1.0.gemspec                                                                                                         1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/hana-1.3.7.gemspec                                                                                                                         1.5K          1.5K
/srv/gitlab/app/controllers/groups/autocomplete_sources_controller.rb                                                                                                                          1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/openssl-signature_algorithm-0.4.0.gemspec                                                                                                  1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/atlassian-jwt-0.2.0.gemspec                                                                                                                1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sanitize-6.0.0.gemspec                                                                                                                     1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sentry-ruby-core-5.1.1.gemspec                                                                                                             1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rbtrace-0.4.14.gemspec                                                                                                                     1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/concurrent-ruby-1.1.10.gemspec                                                                                                             1.5K          1.5K
/srv/gitlab/app/assets/javascripts/members/components/table/members_table_cell.vue                                                                                                             1.5K          1.7K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/crass-1.0.6.gemspec                                                                                                                        1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-container-0.7.2.gemspec                                                                                                                1.5K          1.5K
/srv/gitlab/ee/app/helpers/ee/dashboard_helper.rb                                                                                                                                              1.5K          1.5K
/srv/gitlab/workhorse/internal/lsif_transformer/parser/docs_test.go                                                                                                                            1.5K          1.9K
/srv/gitlab/ee/app/workers/scan_security_report_secrets_worker.rb                                                                                                                              1.5K          1.6K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/builder-3.2.4.gemspec                                                                                                                      1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gssapi-1.2.0.gemspec                                                                                                                       1.5K          1.5K
/srv/gitlab/app/assets/javascripts/lib/utils/http_status.js                                                                                                                                    1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/uri_template-0.7.0.gemspec                                                                                                                 1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/os-1.1.1.gemspec                                                                                                                           1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/opentracing-0.5.0.gemspec                                                                                                                  1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/octokit-4.25.1.gemspec                                                                                                                     1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rotp-6.2.0.gemspec                                                                                                                         1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/tanuki_emoji-0.6.0.gemspec                                                                                                                 1.5K          1.5K
/srv/gitlab/app/assets/javascripts/work_items/components/work_item_links/work_item_tree_children.vue                                                                                           1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/i18n-1.12.0.gemspec                                                                                                                        1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sentry-raven-3.1.2.gemspec                                                                                                                 1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/html2text-0.2.0.gemspec                                                                                                                    1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/sorted_set-1.0.3.gemspec                                                                                                                   1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/omniauth-auth0-2.0.0.gemspec                                                                                                               1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/omniauth-dingtalk-oauth2-1.0.1.gemspec                                                                                                     1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rqrcode-0.7.0.gemspec                                                                                                                      1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/aws-sdk-cloudformation-1.41.0.gemspec                                                                                                      1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fuzzyurl-0.9.0.gemspec                                                                                                                     1.5K          1.5K
/srv/gitlab/app/workers/merge_requests/close_issue_worker.rb                                                                                                                                   1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mini_mime-1.1.2.gemspec                                                                                                                    1.5K          1.5K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/securecompare-1.0.0.gemspec                                                                                                                1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/simplecov-cobertura-1.3.1.gemspec                                                                                                          1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/retriable-3.1.2.gemspec                                                                                                                    1.4K          1.4K
/srv/gitlab/ee/app/controllers/registrations/company_controller.rb                                                                                                                             1.4K          1.8K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/with_env-1.1.0.gemspec                                                                                                                     1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gitlab-net-dns-0.9.1.gemspec                                                                                                               1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/tpm-key_attestation-0.9.0.gemspec                                                                                                          1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/plist-3.6.0.gemspec                                                                                                                        1.4K          1.4K
/srv/gitlab/ee/app/views/admin/emails/show.html.haml                                                                                                                                           1.4K          1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/ed25519-1.3.0.gemspec                                                                                                                      1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/device_detector-1.0.0.gemspec                                                                                                              1.4K          1.4K
/srv/gitlab/app/controllers/projects/ml/experiments_controller.rb                                                                                                                              1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/get_process_mem-0.2.7.gemspec                                                                                                              1.4K          1.4K
/srv/gitlab/app/assets/javascripts/packages_and_registries/package_registry/components/delete_modal.vue                                                                                        1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rinku-2.0.0.gemspec                                                                                                                        1.4K          1.4K
/srv/gitlab/ee/app/controllers/groups/settings/merge_requests_controller.rb                                                                                                                    1.4K          1.4K
/srv/gitlab/ee/app/helpers/license_monitoring_helper.rb                                                                                                                                        1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/bootstrap_form-4.2.0.gemspec                                                                                                               1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/state_machines-0.5.0.gemspec                                                                                                               1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/redis-actionpack-5.3.0.gemspec                                                                                                             1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/webrick-1.6.1.gemspec                                                                                                                      1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/declarative_policy-1.1.0.gemspec                                                                                                           1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday-retry-1.0.3.gemspec                                                                                                                1.4K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/cork-0.3.0.gemspec                                                                                                                         1.4K          1.4K
/srv/gitlab/config/initializers/0_marginalia.rb                                                                                                                                                1.4K          1.4K
/srv/gitlab/app/assets/javascripts/boards/issue_board_filters.js                                                                                                                               1.3K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rack-accept-0.4.5.gemspec                                                                                                                  1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/attr_required-1.0.1.gemspec                                                                                                                1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/temple-0.8.2.gemspec                                                                                                                       1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/omniauth-facebook-4.0.0.gemspec                                                                                                            1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/ssh_data-1.3.0.gemspec                                                                                                                     1.3K          1.3K
/srv/gitlab/app/views/devise/shared/_signup_omniauth_provider_list.haml                                                                                                                        1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/omniauth-shibboleth-1.3.0.gemspec                                                                                                          1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/valid_email-0.1.3.gemspec                                                                                                                  1.3K          1.3K
/srv/gitlab/ee/lib/ee/gitlab/auth/o_auth/user.rb                                                                                                                                               1.3K          1.9K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/akismet-3.0.0.gemspec                                                                                                                      1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/nap-1.1.0.gemspec                                                                                                                          1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/declarative-0.0.20.gemspec                                                                                                                 1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ipaddress-0.8.3.gemspec                                                                                                                    1.3K          1.3K
/srv/gitlab/lib/gitlab/counters/legacy_counter.rb                                                                                                                                              1.3K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/omniauth-twitter-1.4.0.gemspec                                                                                                             1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/danger-gitlab-8.0.0.gemspec                                                                                                                1.3K          1.3K
/srv/gitlab/app/views/admin/application_settings/ci/_header.html.haml                                                                                                                          1.3K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dotenv-2.7.6.gemspec                                                                                                                       1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday_middleware-multi_json-0.0.6.gemspec                                                                                                1.3K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/fast_blank-1.0.0.gemspec                                                                                                                   1.3K          1.3K
/srv/gitlab/lib/api/helpers/award_emoji.rb                                                                                                                                                     1.2K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rbtree-0.4.4.gemspec                                                                                                                       1.2K          1.2K
/srv/gitlab/lib/gitlab/pagination/keyset/pager.rb                                                                                                                                              1.2K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/murmurhash3-0.1.6.gemspec                                                                                                                  1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/flipper-active_support_cache_store-0.25.0.gemspec                                                                                          1.2K          1.2K
/srv/gitlab/app/views/abuse_reports/new.html.haml                                                                                                                                              1.2K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/request_store-1.5.1.gemspec                                                                                                                1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rubypants-0.2.0.gemspec                                                                                                                    1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/org-ruby-0.9.12.gemspec                                                                                                                    1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ruby2_keywords-0.0.5.gemspec                                                                                                               1.2K          1.2K
/srv/gitlab/ee/app/assets/javascripts/security_dashboard/graphql/queries/security_report_finding.query.graphql                                                                                 1.2K          1.3K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/omniauth-authentiq-0.3.3.gemspec                                                                                                           1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/settingslogic-2.0.9.gemspec                                                                                                                1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rouge-3.30.0.gemspec                                                                                                                       1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/responders-3.0.0.gemspec                                                                                                                   1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/aes_key_wrap-1.1.0.gemspec                                                                                                                 1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/flipper-active_record-0.25.0.gemspec                                                                                                       1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/creole-0.5.0.gemspec                                                                                                                       1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/globalid-1.0.0.gemspec                                                                                                                     1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/graphlient-0.5.0.gemspec                                                                                                                   1.2K          1.2K
/srv/gitlab/app/workers/projects/refresh_build_artifacts_size_statistics_worker.rb                                                                                                             1.2K          1.5K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec                                                                                                               1.2K          1.2K
/srv/gitlab/app/graphql/mutations/packages/bulk_destroy.rb                                                                                                                                     1.2K          1.1K
/srv/gitlab/lib/gitlab/pagination/cursor_based_keyset.rb                                                                                                                                       1.2K          1.2K
/srv/gitlab/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result_policy/lib/index.js                                                                          1.2K          2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/text-1.3.1.gemspec                                                                                                                         1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/chef-utils-16.10.17.gemspec                                                                                                                1.2K          1.2K
/srv/gitlab/ee/app/services/ee/merge_requests/create_service.rb                                                                                                                                1.2K          1014B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/http-accept-1.7.0.gemspec                                                                                                                  1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/citrus-3.0.2.gemspec                                                                                                                       1.2K          1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/typhoeus-1.4.0.gemspec                                                                                                                     1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/formatador-0.2.5.gemspec                                                                                                                   1.1K          1.1K
/srv/gitlab/lib/gitlab/database/as_with_materialized.rb                                                                                                                                        1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/googleapis-common-protos-types-1.3.0.gemspec                                                                                               1.1K          1.1K
/srv/gitlab/app/views/ci/variables/_content.html.haml                                                                                                                                          1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/gitlab-experiment-0.7.1.gemspec                                                                                                            1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/gitlab-experiment-0.7.1.gemspec                                                                                                            1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/discordrb-webhooks-3.4.2.gemspec                                                                                                           1.1K          1.1K
/srv/gitlab/app/services/error_tracking/list_projects_service.rb                                                                                                                               1.1K          1.4K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/websocket-extensions-0.1.5.gemspec                                                                                                         1.1K          1.1K
/srv/gitlab/ee/lib/api/ml/ai_assist.rb                                                                                                                                                         1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mustermann-1.1.1.gemspec                                                                                                                   1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/base32-0.3.2.gemspec                                                                                                                       1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mustermann-grape-1.0.1.gemspec                                                                                                             1.1K          1.1K
/srv/gitlab/config/initializers/grape_validators.rb                                                                                                                                            1.1K          1.5K
/srv/gitlab/app/workers/merge_requests/execute_approval_hooks_worker.rb                                                                                                                        1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/htmlentities-4.3.4.gemspec                                                                                                                 1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/method_source-1.0.0.gemspec                                                                                                                1.1K          1.1K
/srv/gitlab/ee/app/workers/merge_requests/stream_approval_audit_event_worker.rb                                                                                                                1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/declarative-option-0.1.0.gemspec                                                                                                           1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/uber-0.1.0.gemspec                                                                                                                         1.1K          1.1K
/srv/gitlab/app/models/abuse_report.rb                                                                                                                                                         1.1K          1.6K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec                                                                                                              1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/execjs-2.8.1.gemspec                                                                                                                       1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/rainbow-3.1.1.gemspec                                                                                                                      1.1K          1.1K
/srv/gitlab/app/views/projects/pipeline_schedules/index.html.haml                                                                                                                              1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mixlib-shellout-3.2.5.gemspec                                                                                                              1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/docile-1.4.0.gemspec                                                                                                                       1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/sawyer-0.9.2.gemspec                                                                                                                       1.1K          1.1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/faraday_middleware-1.2.0.gemspec                                                                                                           1.1K          1.1K
/srv/gitlab/app/assets/javascripts/vue_merge_request_widget/extensions/code_quality/constants.js                                                                                               1.1K          1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/netrc-0.11.0.gemspec                                                                                                                       1.1K          1.1K
/srv/gitlab/app/services/projects/refresh_build_artifacts_size_statistics_service.rb                                                                                                           1.1K          875B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/dry-equalizer-0.3.0.gemspec                                                                                                                1K            1K
/srv/gitlab/ee/app/services/vulnerabilities/revert_to_detected_service.rb                                                                                                                      1K            955B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mixlib-config-3.0.9.gemspec                                                                                                                1K            1K
/srv/gitlab/ee/app/services/vulnerabilities/confirm_service.rb                                                                                                                                 1K            874B
/srv/gitlab/app/assets/javascripts/users/profile/components/report_abuse_button.vue                                                                                                            1K            1.2K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/kramdown-parser-gfm-1.1.0.gemspec                                                                                                          1K            1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/crack-0.4.3.gemspec                                                                                                                        1K            1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/multi_xml-0.6.0.gemspec                                                                                                                    1K            1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/numerizer-0.2.0.gemspec                                                                                                                    1K            1K
/srv/gitlab/ee/app/helpers/ee/system_note_helper.rb                                                                                                                                            1K            1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/wmi-lite-1.0.5.gemspec                                                                                                                     1K            1K
/srv/gitlab/ee/app/assets/javascripts/members/utils.js                                                                                                                                         1K            1K
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/peek-1.1.0.gemspec                                                                                                                         997B          997B
/srv/gitlab/lib/gitlab/database/postgres_foreign_key.rb                                                                                                                                        995B          1.6K
/srv/gitlab/app/workers/merge_requests/create_approval_event_worker.rb                                                                                                                         984B          993B
/srv/gitlab/ee/app/services/vulnerabilities/resolve_service.rb                                                                                                                                 977B          833B
/srv/gitlab/ee/app/models/ee/system_note_metadata.rb                                                                                                                                           967B          976B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rqrcode-rails3-0.1.7.gemspec                                                                                                               964B          964B
/srv/gitlab/lib/gitlab/pagination/keyset/cursor_pager.rb                                                                                                                                       959B          973B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/ethon-0.15.0.gemspec                                                                                                                       956B          956B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/kas-grpc-0.0.2.gemspec                                                                                                                     943B          943B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/net-ntp-2.1.3.gemspec                                                                                                                      940B          940B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/safe_yaml-1.0.4.gemspec                                                                                                                    926B          926B
/srv/gitlab/app/services/integrations/test/base_service.rb                                                                                                                                     922B          918B
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/xml-simple-1.1.9.gemspec                                                                                                                   918B          918B
/srv/gitlab/app/workers/merge_requests/resolve_todos_after_approval_worker.rb                                                                                                                  911B          920B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/simplecov-html-0.12.3.gemspec                                                                                                              897B          897B
/srv/gitlab/app/workers/merge_requests/create_approval_note_worker.rb                                                                                                                          892B          901B
/srv/gitlab/app/controllers/projects/grafana_api_controller.rb                                                                                                                                 892B          948B
/var/log/gitlab/application_json.log                                                                                                                                                           851B          851B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mixlib-cli-2.1.8.gemspec                                                                                                                   847B          847B
/srv/gitlab/app/workers/merge_request_mergeability_check_worker.rb                                                                                                                             844B          853B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/simplecov_json_formatter-0.1.4.gemspec                                                                                                     839B          839B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/rchardet-1.8.0.gemspec                                                                                                                     838B          838B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/http-form_data-2.3.0.gemspec                                                                                                               833B          833B
/srv/gitlab/app/assets/javascripts/alert_handler.js                                                                                                                                            824B          864B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/email_reply_trimmer-0.1.6.gemspec                                                                                                          819B          819B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/parslet-1.8.2.gemspec                                                                                                                      816B          816B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/timfel-krb5-auth-0.8.3.gemspec                                                                                                             816B          816B
/srv/gitlab/ee/app/assets/javascripts/geo_replicable/index.js                                                                                                                                  814B          895B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/claide-1.1.0.gemspec                                                                                                                       791B          791B
/srv/gitlab/vendor/bundle/ruby/2.7.0/specifications/flipper-0.25.0.gemspec                                                                                                                     790B          790B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/slack-messenger-2.3.4.gemspec                                                                                                              781B          781B
/srv/gitlab/app/graphql/types/access_level_enum.rb                                                                                                                                             777B          844B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/httpclient-2.8.3.gemspec                                                                                                                   777B          777B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/open4-1.3.4.gemspec                                                                                                                        772B          772B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/tomlrb-1.3.0.gemspec                                                                                                                       771B          771B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/mixlib-log-3.0.9.gemspec                                                                                                                   757B          757B
/srv/gitlab/app/workers/update_merge_requests_worker.rb                                                                                                                                        752B          761B
/srv/gitlab/app/assets/javascripts/ci/pipeline_schedules/mount_pipeline_schedules_app.js                                                                                                       750B          786B
/srv/gitlab/app/views/notify/access_token_revoked_email.html.haml                                                                                                                              749B          748B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/diff_match_patch-0.1.0.gemspec                                                                                                             741B          741B
/srv/gitlab/app/workers/schedule_migrate_external_diffs_worker.rb                                                                                                                              731B          740B
/srv/gitlab/app/views/devise/mailer/_confirmation_instructions_account.html.haml                                                                                                               725B          685B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/pyu-ruby-sasl-0.0.3.3.gemspec                                                                                                              724B          724B
/srv/gitlab/vendor/bundle/ruby/3.0.0/specifications/expression_parser-0.9.0.gemspec                                                                                                            722B          722B
/srv/gitlab/app/services/users/signup_service.rb                                                                                                                                               698B          739B
/srv/gitlab/ee/app/models/namespaces/free_user_cap.rb                                                                                                                                          696B          820B
/srv/gitlab/app/workers/merge_requests/handle_assignees_change_worker.rb                                                                                                                       690B          699B
/srv/gitlab/app/controllers/groups/imports_controller.rb                                                                                                                                       684B          748B
/var/log/gitlab/database_load_balancing.log                                                                                                                                                    681B          681B
/srv/gitlab/app/workers/delete_diff_files_worker.rb                                                                                                                                            663B          672B
/srv/gitlab/app/workers/remove_unreferenced_lfs_objects_worker.rb                                                                                                                              663B          678B
/srv/gitlab/ee/app/assets/javascripts/geo_replicable/graphql/replicable_type_query_builder.js                                                                                                  662B          721B
/srv/gitlab/ee/app/assets/javascripts/geo_replicable/store/state.js                                                                                                                            659B          806B
/srv/gitlab/app/assets/javascripts/members/components/action_dropdowns/leave_group_dropdown_item.vue                                                                                           655B          750B
/srv/gitlab/ee/app/assets/javascripts/pages/groups/usage_quotas/index.js                                                                                                                       651B          648B
/srv/gitlab/ee/app/models/geo/group_wiki_repository_registry.rb                                                                                                                                643B          287B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/ruby_parse_extract_error                                                                                                                              617B          634B
/srv/gitlab/ee/app/services/system_notes/vulnerabilities_service.rb                                                                                                                            611B          536B
/srv/gitlab/lib/gitlab/background_migration/expire_o_auth_tokens.rb                                                                                                                            611B          478B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/license_finder_pip.py                                                                                                                                 605B          588B
/srv/gitlab/ee/app/services/work_items/widgets/progress_service/update_service.rb                                                                                                              602B          756B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/license_finder                                                                                                                                        591B          574B
/srv/gitlab/app/workers/new_merge_request_worker.rb                                                                                                                                            590B          599B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/ruby_parse                                                                                                                                            589B          606B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/reverse_markdown                                                                                                                                      586B          603B
/srv/gitlab/ee/app/assets/javascripts/pages/profiles/usage_quotas/index.js                                                                                                                     585B          582B
/srv/gitlab/app/services/test_hooks/base_service.rb                                                                                                                                            584B          716B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/elastic_ruby_console                                                                                                                                  582B          599B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/mail_room                                                                                                                                             572B          589B
/srv/gitlab/ee/app/assets/javascripts/geo_replicable/store/index.js                                                                                                                            567B          634B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/premailer                                                                                                                                             561B          544B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/sprockets                                                                                                                                             561B          544B
/srv/gitlab/ee/app/views/admin/geo/replicables/index.html.haml                                                                                                                                 559B          634B
/srv/gitlab/lib/gitlab/import_export/error.rb                                                                                                                                                  558B          667B
/srv/gitlab/app/assets/javascripts/vue_merge_request_widget/components/widget/app.vue                                                                                                          557B          811B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/kramdown                                                                                                                                              555B          538B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/jsonpath                                                                                                                                              555B          538B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/restclient                                                                                                                                            554B          571B
/srv/gitlab/app/views/shared/doorkeeper/applications/_delete_form.html.haml                                                                                                                    551B          647B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/undercover                                                                                                                                            550B          567B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/ffi-yajl-bench                                                                                                                                        550B          567B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/httpclient                                                                                                                                            550B          567B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/rails                                                                                                                                                 549B          532B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/raven                                                                                                                                                 548B          565B
/srv/gitlab/lib/bulk_imports/error.rb                                                                                                                                                          547B          589B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/unleash-client                                                                                                                                        546B          563B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/safe_yaml                                                                                                                                             544B          561B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/sprockets                                                                                                                                             544B          561B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/danger                                                                                                                                                543B          526B
/srv/gitlab/vendor/bundle/ruby/2.7.0/bin/rougify                                                                                                                                               541B          524B
/srv/gitlab/db/docs/notes.yml                                                                                                                                                                  541B          550B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/redcloth                                                                                                                                              538B          555B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/org-ruby                                                                                                                                              538B          555B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rmsgmerge                                                                                                                                             536B          553B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rxgettext                                                                                                                                             536B          553B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rmsginit                                                                                                                                              534B          551B
/var/log/gitlab/application.log                                                                                                                                                                533B          533B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rmsgcat                                                                                                                                               532B          549B
/srv/gitlab/ee/app/services/ee/groups/import_export/import_service.rb                                                                                                                          532B          493B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rmsgfmt                                                                                                                                               532B          549B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rbtrace                                                                                                                                               532B          549B
/etc/shadow                                                                                                                                                                                    526B          526B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/hamlit                                                                                                                                                526B          543B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/dotenv                                                                                                                                                526B          543B
/srv/gitlab/lib/api/helpers/discussions_helpers.rb                                                                                                                                             526B          544B
/etc/shadow-                                                                                                                                                                                   526B          526B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/oauth                                                                                                                                                 520B          537B
/srv/gitlab/app/workers/merge_requests/update_head_pipeline_worker.rb                                                                                                                          516B          525B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/ohai                                                                                                                                                  514B          531B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rotp                                                                                                                                                  514B          531B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rdoc                                                                                                                                                  514B          531B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/rake                                                                                                                                                  514B          531B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/thor                                                                                                                                                  514B          531B
/srv/gitlab/vendor/bundle/ruby/3.0.0/bin/ri                                                                                                                                                    510B          527B
/srv/gitlab/lib/api/helpers/resource_events_helpers.rb                                                                                                                                         504B          513B
/srv/gitlab/app/views/devise/mailer/_confirmation_instructions_account.text.erb                                                                                                                502B          462B
/srv/gitlab/app/workers/merge_requests/resolve_todos_worker.rb                                                                                                                                 497B          506B
/srv/gitlab/ee/app/services/ee/groups/import_export/export_service.rb                                                                                                                          487B          448B
/srv/gitlab/app/workers/schedule_merge_request_cleanup_refs_worker.rb                                                                                                                          485B          494B
/srv/gitlab/ee/app/services/ee/merge_requests/after_create_service.rb                                                                                                                          482B          825B
/srv/gitlab/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js                                                                                                                   481B          484B
/srv/gitlab/app/views/notify/access_token_revoked_email.text.erb                                                                                                                               478B          477B
/srv/gitlab/app/assets/stylesheets/framework/selects.scss                                                                                                                                      473B          639B
/srv/gitlab/app/graphql/resolvers/projects/branch_rules_resolver.rb                                                                                                                            472B          671B
/srv/gitlab/app/assets/javascripts/members/components/action_dropdowns/constants.js                                                                                                            454B          693B
/srv/gitlab/db/docs/uploads.yml                                                                                                                                                                450B          459B
/srv/gitlab/app/workers/create_note_diff_file_worker.rb                                                                                                                                        431B          440B
/srv/gitlab/app/workers/migrate_external_diffs_worker.rb                                                                                                                                       427B          436B
/srv/gitlab/app/assets/javascripts/pages/admin/application_settings/index.js                                                                                                                   404B          407B
/srv/gitlab/ee/app/controllers/ee/admin/runners_controller.rb                                                                                                                                  364B          458B
/srv/gitlab/ee/config/audit_events/types/environment_unprotected.yml                                                                                                                           359B          364B
/srv/gitlab/app/assets/stylesheets/pages/ml_experiment_tracking.scss                                                                                                                           358B          546B
/srv/gitlab/ee/app/controllers/ee/omniauth_callbacks_controller.rb                                                                                                                             351B          937B
/srv/gitlab/.rubocop_todo/database/multiple_databases.yml                                                                                                                                      345B          279B
/srv/gitlab/db/docs/merge_request_diffs.yml                                                                                                                                                    340B          349B
/srv/gitlab/db/docs/merge_requests.yml                                                                                                                                                         330B          339B
/srv/gitlab/db/docs/merge_request_context_commit_diff_files.yml                                                                                                                                324B          333B
/srv/gitlab/app/assets/javascripts/vue_merge_request_widget/components/report_widget_container.vue                                                                                             322B          459B
/srv/gitlab/app/views/shared/_milestone_expired.html.haml                                                                                                                                      315B          121B
/srv/gitlab/db/docs/merge_request_metrics.yml                                                                                                                                                  314B          323B
/srv/gitlab/db/docs/merge_request_diff_commit_users.yml                                                                                                                                        313B          322B
/srv/gitlab/db/docs/merge_request_diff_commits.yml                                                                                                                                             313B          322B
/srv/gitlab/db/docs/draft_notes.yml                                                                                                                                                            312B          321B
/srv/gitlab/db/docs/merge_requests_closing_issues.yml                                                                                                                                          312B          321B
/srv/gitlab/db/docs/approval_merge_request_rules_approved_approvers.yml                                                                                                                        309B          318B
/srv/gitlab/db/docs/merge_request_cleanup_schedules.yml                                                                                                                                        308B          317B
/srv/gitlab/db/docs/merge_request_context_commits.yml                                                                                                                                          307B          316B
/srv/gitlab/db/docs/merge_request_diff_files.yml                                                                                                                                               307B          316B
/srv/gitlab/db/docs/lfs_objects_projects.yml                                                                                                                                                   306B          296B
/srv/gitlab/db/docs/approvers.yml                                                                                                                                                              302B          311B
/srv/gitlab/ee/config/feature_flags/development/customizable_roles_per_user.yml                                                                                                                296B          320B
/srv/gitlab/db/docs/merge_request_assignees.yml                                                                                                                                                294B          303B
/var/log/gitlab/auth_json.log                                                                                                                                                                  291B          291B
/srv/gitlab/db/docs/approver_groups.yml                                                                                                                                                        290B          299B
/srv/gitlab/db/docs/merge_request_reviewers.yml                                                                                                                                                288B          297B
/srv/gitlab/ee/config/feature_flags/development/cyclonedx_sbom_ingestion.yml                                                                                                                   278B          277B
/srv/gitlab/config/feature_flags/ops/enforce_memory_watchdog.yml                                                                                                                               274B          273B
/srv/gitlab/db/docs/lfs_object_states.yml                                                                                                                                                      272B          287B
/srv/gitlab/db/docs/note_diff_files.yml                                                                                                                                                        263B          272B
/srv/gitlab/db/docs/suggestions.yml                                                                                                                                                            258B          267B
/srv/gitlab/db/docs/lfs_file_locks.yml                                                                                                                                                         247B          262B
/srv/gitlab/db/docs/lfs_objects.yml                                                                                                                                                            229B          244B
/srv/gitlab/db/docs/reviews.yml                                                                                                                                                                217B          226B
/srv/gitlab/ee/app/controllers/groups/merge_requests_controller.rb                                                                                                                             167B          176B
/srv/gitlab/app/assets/javascripts/constants.js                                                                                                                                                122B          215B
/srv/gitlab/ee/app/assets/javascripts/pages/admin/emails/show/index.js                                                                                                                         74B           152B
/var/log/gitlab/api_json.log                                                                                                                                                                   67B           67B
/var/log/gitlab/sidekiq_client.log                                                                                                                                                             67B           67B
/var/log/gitlab/grpc.log                                                                                                                                                                       67B           67B
/var/log/gitlab/service_measurement.log                                                                                                                                                        67B           67B
/var/log/gitlab/production_json.log                                                                                                                                                            67B           67B
/srv/gitlab/.gitlab_workhorse_secret                                                                                                                                                           44B           44B
/srv/gitlab/.gitlab_kas_secret                                                                                                                                                                 44B           44B
/srv/gitlab/GITALY_SERVER_VERSION                                                                                                                                                              41B           41B
/srv/gitlab/GITLAB_PAGES_VERSION                                                                                                                                                               41B           41B
/srv/gitlab/.gitlab_shell_secret                                                                                                                                                               32B           32B
/srv/gitlab/REVISION                                                                                                                                                                           11B           11B

In particular, if we filter to see which files are not inside the /srv/gitlab folder, we get the following shortlist:

These entries have been changed between registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rails-ee:ef41f4763586fdcfa789e51fa3a09f0f39ad0d4a and registry.gitlab.com/gitlab-org/build/cng-mirror/gitlab-rails-ee:213d11e89591af54de39fd3fddc64048e34a2d9c:
FILE                                                                                                                                                                                           SIZE1         SIZE2
/usr/lib/x86_64-linux-gnu/libre2.a                                                                                                                                                             1M            136.5K
/var/log/gitlab/production.log                                                                                                                                                                 4.3K          4.5K
/var/log/gitlab/application_json.log                                                                                                                                                           851B          851B
/var/log/gitlab/database_load_balancing.log                                                                                                                                                    681B          681B
/var/log/gitlab/application.log                                                                                                                                                                533B          533B
/etc/shadow                                                                                                                                                                                    526B          526B
/etc/shadow-                                                                                                                                                                                   526B          526B
/var/log/gitlab/auth_json.log                                                                                                                                                                  291B          291B
/var/log/gitlab/api_json.log                                                                                                                                                                   67B           67B
/var/log/gitlab/sidekiq_client.log                                                                                                                                                             67B           67B
/var/log/gitlab/grpc.log                                                                                                                                                                       67B           67B
/var/log/gitlab/service_measurement.log                                                                                                                                                        67B           67B
/var/log/gitlab/production_json.log                                                                                                                                                            67B           67B

I conclude that those images are the same when it comes to review-apps.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to gitlab-org/charts/gitlab#3518 (closed)

Edited by David Dieulivol

Merge request reports