Commits on Source (91)
-
Georges M. Zwingelstein authored
-
Andrew Conrad authored
This is mostly motivated by a bug which makes this a potentially breaking change: #377372
-
Heinrich Lee Yu authored
These are the records that cannot be searched using full-text search Changelog: other
-
Anna Vovchenko authored
Update the issue title area so that it wraps when contains 2 lines. Changelog: changed
-
Pedro Pombeiro authored
Changelog: added
-
Heinrich Lee Yu authored
We use GraphQL now and these endpoints are unused
-
Drew Blessing authored
When FIPS is enabled, disable the creation of all types of personal access tokens including user PATs, group access tokens, project access tokens, and impersonation tokens. Changelog: added EE: true
-
Heinrich Lee Yu authored
-
-
Peter Leitzen authored
Enforce use of builtin global vars like `$LOADED_FEATURES` or `$PROGRAM_NAME` in favor of `$:` or `$0` because they do not require the module `English` module to be loaded. We stick to "perl names" otherwise. The cop is put in "grace period" to allow offenses on `master` in CI.
-
Sean McGivern authored
This allows the RuboCop RSpec gem to treat these the same as `it`, `its`, etc. Previously they were inherited from the gitlab-styles gem, but they belong here as they only make sense in this application.
-
Peter Leitzen authored
This cop rule has been newly introduced and put in "grace period" for now which means we silence new offenses on CI. This commit regenerates the TODOs to avoid further Slack notifications.
-
Bala Kumar authored
-
Fabio Pitino authored
More logging allows us to investigate better when a pipeline is canceled by another pipeline and why.
-
Simon Knox authored
-
Kushal Pandya authored
Updates remove epic modal message to reflect info that epic has children. Changelog: fixed EE: true
-
Miguel Rincon authored
-
Stan Hu authored
We have been seeing failures to delete a user because the foreign key relation with `merge_request_metrics.merged_by_id` and `users.id` is failing to nullify within the 15-second statement timeout. Just as we did with nullifying IDs in batches with the issues table in !84709, we need do the same with `merge_request_metrics.merged_by_id` and `merge_request_metrics.latest_closed_by_id`. Relates to #358760 Changelog: performance
-
Allen Cook authored
Remove unnecessary guard clause See merge request !98096 Merged-by:
Allen Cook <acook@gitlab.com> Approved-by:
Alishan Ladhani <aladhani@gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Co-authored-by:
Bala Kumar <sbalakumar@gitlab.com>
-
Sean McGivern authored
Disable PAT creation when FIPS is enabled See merge request !98702 Merged-by:
Sean McGivern <sean@gitlab.com> Approved-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Approved-by:
Zack Cuddy <zcuddy@gitlab.com> Approved-by:
Sean McGivern <sean@gitlab.com> Co-authored-by:
Drew Blessing <drew@gitlab.com>
-
Furkan Ayhan authored
Add more logging to CancelPendingPipelines See merge request !100952 Merged-by:
Furkan Ayhan <furkanayhn@gmail.com> Approved-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Furkan Ayhan <furkanayhn@gmail.com> Co-authored-by:
Fabio Pitino <fpitino@gitlab.com>
-
Peter Leitzen authored
Nullify merge request metrics user in batches on user deletion See merge request !101016 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Tomas Bulva authored
Changelog: changed
-
Aleksei Lipniagov authored
Remove runner_registration_control feature flag See merge request !100663 Merged-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Phil Hughes <me@iamphill.com> Approved-by:
Alex Lyubenkov <alyubenkov@gitlab.com> Approved-by:
Aditya Tiwari <atiwari@gitlab.com> Approved-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
-
Fiona Neill authored
Add notes to restart after applying license See merge request !100656 Merged-by:
Fiona Neill <fneill@gitlab.com> Approved-by:
Fiona Neill <fneill@gitlab.com> Co-authored-by:
Emily Chang <emchang@gitlab.com>
-
Fiona Neill authored
Docs for adding labels to work item See merge request !101007 Merged-by:
Fiona Neill <fneill@gitlab.com> Approved-by:
Lorena Ciutacu <lciutacu@gitlab.com> Co-authored-by:
Simon Knox <simon@gitlab.com>
-
Sean McGivern authored
For some reason, the `.routes` method only contained `Version` and `Metadata` endpoints (they are in their own anonymous namespace, which may be related?). If we reset the routes first, we'll get everything again: API::API.routes.length #=> 5 API::API.endpoints.length #=> 215 API::API.endpoints.map(&:routes).flatten.length #=> 1359 API::API.reset_routes! #=> nil API::API.routes.length #=> 1359
-
This moves the groupsPath util to its own utils.js file. This makes it more reusable and testable. We're doing this in preparation for migrating the group selector away from select2 as we'll be able to import this helper in the new Vue component that will coexist with the existing select2 implementation for a short while.
-
Frédéric Caplette authored
Move groupsPath util to its own file See merge request !100971 Merged-by:
Frédéric Caplette <fcaplette@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Frédéric Caplette <fcaplette@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
-
Allen Cook authored
Resolve "Refactor Snowplow tracking specs" See merge request !100994 Merged-by:
Allen Cook <acook@gitlab.com> Approved-by:
Mehmet Emin INAC <minac@gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Co-authored-by:
Niko Belokolodov <nbelokolodov@gitlab.com>
-
-
Kati Paizee authored
Edit deploy token tasks to adhere to CTRT convention See merge request !100378 Merged-by:
Kati Paizee <kpaizee@gitlab.com> Approved-by:
Kati Paizee <kpaizee@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com>
-
Vitaly Slobodin authored
Fix issue header alignment See merge request !100764 Merged-by:
Vitaly Slobodin <vslobodin@gitlab.com> Approved-by:
Matej Latin <mlatin@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Vitaly Slobodin <vslobodin@gitlab.com> Co-authored-by:
anna_vovchenko <avovchenko@gitlab.com>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
-
Allen Cook authored
Static Integration DSL: app/models/integrations/datadog.rb See merge request !100926 Merged-by:
Allen Cook <acook@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Co-authored-by:
bmarjanovic <bmarjanovic@gitlab.com>
-
Bob Van Landuyt authored
Fix spec for all API endpoints See merge request !101051 Merged-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Co-authored-by:
Sean McGivern <sean@gitlab.com>
-
Changelog: added
-
Phil Hughes authored
Show edited at for task descriptions See merge request !98523 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Approved-by:
Matej Latin <mlatin@gitlab.com> Approved-by:
Phil Hughes <me@iamphill.com> Co-authored-by:
Simon Knox <simon@gitlab.com>
-
Phil Hughes authored
Update remove epic modal message to include children info See merge request !101009 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.m.gray@gmail.com> Approved-by:
Phil Hughes <me@iamphill.com> Co-authored-by:
Kushal Pandya <kushalspandya@gmail.com>
-
Fabio Pitino authored
Regenerate TODOs for Gitlab/ServiceResponse See merge request !100930 Merged-by:
Fabio Pitino <fpitino@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
Terri Chu authored
-
Natalia Tepluhina authored
Add feature spec to test bulk delete See merge request !100941 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Alex Lyubenkov <alyubenkov@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
-
Add the binary and the logic for GCS uploads. Changelog: other
-
Nikola Milojevic authored
Add diagnostic reports uploader, without Rails app context See merge request !100693 Merged-by:
Nikola Milojevic <nmilojevic@gitlab.com> Approved-by:
Nikola Milojevic <nmilojevic@gitlab.com> Co-authored-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Co-authored-by:
Matthias Käppler <mkaeppler@gitlab.com>
-
Added spec Updated code to account for recent project_stats change Changelog: added EE: true
-
Doug Stull authored
Removed upload_size from storage_size See merge request !94970 Merged-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Suraj Tripathi <stripathi@gitlab.com>
-
This Merge Request adds the scan file path for the on-demand DAST scans Changelog: added MR: !79279
-
Alper Akgun authored
Add scan file path to dast site profile See merge request !99014 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Philip Cunningham <pcunningham@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
mc_rocha <mrocha@gitlab.com>
-
-
Jose Ivan Vargas authored
Update ci minutes charts See merge request !95256 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Sheldon Led <sheldonled@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Phillip Wells authored
Branch name must be URL encoded See merge request !100464 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Georges M. Zwingelstein <gmzwingelstein@ra.rockwell.com>
-
Doug Stull authored
- glm params weren't passed on first step Changelog: fixed EE: true
-
-
Sanad Liaquat authored
Move EE view components to EE page object in JIRA vulnerabilities test See merge request !101024 Merged-by:
Sanad Liaquat <sliaquat@gitlab.com> Approved-by:
Sanad Liaquat <sliaquat@gitlab.com> Co-authored-by:
hmuralidhar <hmuralidhar@gitlab.com>
-
Lin Jen-Shin authored
Merge branch '377980-test-failure-ee-spec-features-registrations-saas-trial_flow_just_me_creating_project_spec-rb' into 'master' Resolve Test failure rial_flow_just_me_creating_project_spec.rb See merge request !101091 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
Terri Chu authored
Add RuboCop RSpec language config for custom examples See merge request !100934 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Eugenia Grieff <egrieff@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Sean McGivern <sean@gitlab.com>
-
Adds `iid` field to pipeline event webhook `object_attributes`. Changelog: changed
-
Implementation for: #373705 Configurable list of optional stages that could significantly slow down import. So, user is free to choose make them or not because it's not a repository's basic data. Previously was controlled by feature flags. Changelog: added
-
Details: #370734
-
As a part of Configurable GitHub import optional stages list API #373705 We are removing few feature flags that now replaced by params in API & few checkboxes on UI
-
-
Details: #377433
-
-
Phillip Wells authored
Add new Go module resolution strategy See merge request !97986 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Oscar Tovar <otovar@gitlab.com>
-
-
Susan Tacker authored
Explicitly defined UX reviewer instructions See merge request !100773 Merged-by:
Susan Tacker <stacker@gitlab.com> Co-authored-by:
Valerie Karnes <vkarnes@gitlab.com> Co-authored-by:
Justin Mandell <jmandell@gitlab.com>
-
Lin Jen-Shin authored
Merge branch '377949-notify-pipeline-failure-should-show-the-failing-project-name-or-path' into 'master' ci: Report the project name in broken master notifications See merge request !101055 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Docs: Add Geo proxying defaults to upgrade notes See merge request !100514 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Andrew Conrad <aconrad@gitlab.com>
-
Chloe Liu authored
Update dependency nokogiri to '~> 1.13', '>= 1.13.8' See merge request !101073 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Mayra Cabrera authored
Add pipeline iid to pipeline event webhook See merge request !100524 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Joseph Wambua <jjoshua@gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Fabian Schneider <fabbbbbi+git@googlemail.com>
-
-
Achilleas Pipinellis authored
Replace "check box" with "checkbox" See merge request gitlab-org/gitlab!100599 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Jonathan Glassman <jglassman@gitlab.com>
-
Lin Jen-Shin authored
Style/SpecialGlobalVars: Switch style to `use_builtin_english_names` See merge request !100834 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
Allen Cook authored
Bump elasticsearch indexer to v3.0.3 See merge request !101064 Merged-by:
Allen Cook <acook@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Co-authored-by:
Terri Chu <tchu@gitlab.com>
-
This commit adds a new migration helper method to make sure foreign keys include the partition key before creating the first partition.
-
Simon Tomlinson authored
Allow add_concurrent_foreign_key to support multiple columns definition See merge request !98974 Merged-by:
Simon Tomlinson <stomlinson@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Grzegorz Bizon <grzegorz@gitlab.com> Approved-by:
Simon Tomlinson <stomlinson@gitlab.com> Co-authored-by:
Maxime Orefice <morefice@gitlab.com>
-
It fixes some outdated recommendations
-
Michael Kozono authored
Fix Geo framework guides See merge request !100610 Merged-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Valery Sizov <valery@gitlab.com>
-
Terri Chu authored
Remove unused boards controllers See merge request !100814 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Mario Celi <mcelicalderon@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
-
Steve Abrams authored
[373705] Configurable GitHub import optional stages list API See merge request !98930 Merged-by:
Steve Abrams <sabrams@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Approved-by:
Lee Tickett <ltickett@gitlab.com> Approved-by:
Steve Abrams <sabrams@gitlab.com> Co-authored-by:
Rostyslav Safonov <elhowm@gmail.com>
-
-
Clayton Cornell authored
Add agents to Scan Execution Policies documentation See merge request !96148 Merged-by:
Clayton Cornell <ccornell@gitlab.com> Co-authored-by:
Sam White <swhite@gitlab.com> Co-authored-by:
Alan (Maciej) Paruszewski <mparuszewski@gitlab.com>
-
Terri Chu authored
Search Page layout changes See merge request !97820 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Miranda Fluharty <mfluharty@gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Felipe Artur <fcardozo@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Tomas Bulva <tbulva@gitlab.com>
-
Doug Stull authored
Edit Environments API annotation See merge request !100827 Merged-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Andy Soiron <asoiron@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Eugene Lim <elim-ext@gitlab.com>
-
Stan Hu authored
Move suggested reviewers on merge request to EE namespace See merge request !100572 Merged-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Tan Le <tle@gitlab.com>
-
Alex Ives authored
Prepare partial non-latin index for issues See merge request !100398 Merged-by:
Alex Ives <aives@gitlab.com> Approved-by:
Eulyeon Ko <5961404-euko@users.noreply.gitlab.com> Approved-by:
Alex Ives <aives@gitlab.com> Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
Showing
- .gitlab/issue_templates/Geo Replicate a new Git repository type.md 23 additions, 18 deletions...ssue_templates/Geo Replicate a new Git repository type.md
- .gitlab/issue_templates/Geo Replicate a new blob type.md 30 additions, 22 deletions.gitlab/issue_templates/Geo Replicate a new blob type.md
- .rubocop.yml 10 additions, 2 deletions.rubocop.yml
- .rubocop_todo/gitlab/service_response.yml 4 additions, 0 deletions.rubocop_todo/gitlab/service_response.yml
- .rubocop_todo/style/special_global_vars.yml 4 additions, 0 deletions.rubocop_todo/style/special_global_vars.yml
- GITLAB_ELASTICSEARCH_INDEXER_VERSION 1 addition, 1 deletionGITLAB_ELASTICSEARCH_INDEXER_VERSION
- Gemfile 1 addition, 1 deletionGemfile
- app/assets/javascripts/groups_select.js 1 addition, 11 deletionsapp/assets/javascripts/groups_select.js
- app/assets/javascripts/issues/show/components/edited.vue 2 additions, 2 deletionsapp/assets/javascripts/issues/show/components/edited.vue
- app/assets/javascripts/issues/show/components/header_actions.vue 1 addition, 1 deletion...ets/javascripts/issues/show/components/header_actions.vue
- app/assets/javascripts/runner/components/runner_bulk_delete_checkbox.vue 5 additions, 0 deletions...scripts/runner/components/runner_bulk_delete_checkbox.vue
- app/assets/javascripts/search/index.js 7 additions, 3 deletionsapp/assets/javascripts/search/index.js
- app/assets/javascripts/search/sidebar/components/app.vue 15 additions, 10 deletionsapp/assets/javascripts/search/sidebar/components/app.vue
- app/assets/javascripts/search/sidebar/index.js 9 additions, 0 deletionsapp/assets/javascripts/search/sidebar/index.js
- app/assets/javascripts/search/topbar/components/app.vue 28 additions, 19 deletionsapp/assets/javascripts/search/topbar/components/app.vue
- app/assets/javascripts/vue_shared/components/confidentiality_badge.vue 1 addition, 1 deletion...vascripts/vue_shared/components/confidentiality_badge.vue
- app/assets/javascripts/vue_shared/components/group_select/utils.js 15 additions, 0 deletions...s/javascripts/vue_shared/components/group_select/utils.js
- app/assets/javascripts/work_items/components/work_item_description.vue 17 additions, 0 deletions...vascripts/work_items/components/work_item_description.vue
- app/assets/javascripts/work_items/graphql/work_item_widgets.fragment.graphql 5 additions, 0 deletions...pts/work_items/graphql/work_item_widgets.fragment.graphql
- app/controllers/boards/application_controller.rb 0 additions, 23 deletionsapp/controllers/boards/application_controller.rb
.rubocop_todo/style/special_global_vars.yml
0 → 100644
... | ... | @@ -3,7 +3,7 @@ |
source 'https://rubygems.org' | ||
if ENV['BUNDLER_CHECKSUM_VERIFICATION_OPT_IN'] # this verification is still experimental | ||
$:.unshift(File.expand_path("vendor/gems/bundler-checksum/lib", __dir__)) | ||
$LOAD_PATH.unshift(File.expand_path("vendor/gems/bundler-checksum/lib", __dir__)) | ||
require 'bundler-checksum' | ||
Bundler::Checksum.patch! | ||
end | ||
... | ... |