Commits on Source (46)
-
Rajendra Kadam authored
Add specs for mutations, service and types Add feature flag and update specs to use feature flag Changelog: added MR: !90279 EE: true
-
Rajendra Kadam authored
-
Rajendra Kadam authored
-
Erick Banks authored
-
charlie ablett authored
Internal Server Error isn't very helpful, so let's send a timeout message instead. Changelog: changed
-
Rajendra Kadam authored
-
Rajendra Kadam authored
-
Sharmad Nachnolkar authored
Use Pajamas alert component to display errors shown when saving invalid values while adding or editing a webhook. Changelog: changed
-
🤖 GitLab Bot 🤖 authored
-
Rajendra Kadam authored
-
Tan Le authored
This replaces incorrect usage of `with_arguments` for testing `allow_nil` options on delegate methods. It also ensures delegation to write attributes, method ends with `=` are covered with `with_arguments` assertions. Read attributes which do not take arguments does not require `with_arguments` assertions.
-
Marco Zille authored
Changelog: fixed
-
Marco Zille authored
-
Marco Zille authored
-
Marco Zille authored
-
Marco Zille authored
-
charlie ablett authored
Changelog: added
-
Clarify the language related to the SAML linking experience. Closes #271631 Changelog: changed EE: true
-
Rajendra Kadam authored
Delete helper and entity code for logs
-
I request proofreader permissions for french language, as per the process outlined at https://docs.gitlab.com/ee/development/i18n/proofreader.html#become-a-proofreader and encouraged at #239438. I am a french native, worked 5 years on bilingual projets, out of 10 years as part on my IT analyst/manager roles (https://www.linkedin.com/in/germaingorisse/ ). I am currently GitLab admin for 100+ users on the instance. I already proposed 157 translations and voted 204. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rajendra Kadam authored
Fix rubocop offense
-
Adam Hegyi authored
Finalise member_namespace_id migration See merge request !91147
-
- If we define a batching scope in the batch job class, the batching strategy will apply the filters defined there. Changelog: added Relates to #357900
-
Alexandru Croitor authored
Resolve "Add filtering support for PrimaryKeyBatchingStrategy" See merge request !89405
-
Alexandru Croitor authored
GraphQL: More informative timeout message See merge request !90319
-
Rémy Coutable authored
Update proofreader.md to request proofreader permissions for Germain Gorisse See merge request !91002
-
Enable scanning from security configuration was failing. This looked like it was because the MR was not fully merged. This MR adds a retry to the merge.
-
Andrejs Cunskis authored
Retry merge immediately for QA merge request See merge request !90919
-
Changelog: fixed
-
Vitaly Slobodin authored
Fix wrong timestamps for files with the same name See merge request !90613
-
Related to: #363867 Changelog: added
-
Kamil Trzciński authored
Add Pages::PageDeployedEvent See merge request !89160
-
This adds a background batched migration to backfill issue_search_data for issues imported before a fix to issue 361219 was released. Changelog: other
-
Heinrich Lee Yu authored
Add background migration to backfill missing search_data See merge request !90378
-
It can now bulk insert tags/taggings for any taggable objects
-
Alexandru Croitor authored
Bulk insert tags for Ci::Runner creation See merge request !90588
-
Sean McGivern authored
Fix incorrect allow_nil assertions in specs See merge request !91021
-
Sean McGivern authored
Add GraphQL API to list resource links See merge request !90279
-
Sanad Liaquat authored
Consolidate before steps and dynamically check if Elasticsearch is already enabled in browser UI test See merge request !90965
-
Rémy Coutable authored
Update dependency loofah to ~> 2.18.0 See merge request !91101
-
-
Mark Florian authored
Remove jQuery from new branch page See merge request !90443
-
Tetiana Chupryna authored
Applied patch to rails model generator See merge request !89295
-
Matthias Käppler authored
Update helpers, entity and controller specs See merge request !91227
-
Olena Horal-Koretska authored
Merge branch '364948-migrate-form_errors-in-app-views-shared-web_hooks-_form-html-haml-to-pajamas-alertcomponent-2' into 'master' Migrate `form_errors` in web_hooks/_form.html.haml to Pajamas alert See merge request !91049
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/new_branch_form.js 11 additions, 11 deletionsapp/assets/javascripts/new_branch_form.js
- app/assets/javascripts/pages/projects/branches/new/index.js 1 addition, 2 deletionsapp/assets/javascripts/pages/projects/branches/new/index.js
- app/assets/javascripts/repository/commits_service.js 1 addition, 1 deletionapp/assets/javascripts/repository/commits_service.js
- app/assets/javascripts/repository/components/table/index.vue 5 additions, 3 deletionsapp/assets/javascripts/repository/components/table/index.vue
- app/controllers/graphql_controller.rb 7 additions, 0 deletionsapp/controllers/graphql_controller.rb
- app/events/pages/page_deployed_event.rb 17 additions, 0 deletionsapp/events/pages/page_deployed_event.rb
- app/models/ci/build.rb 1 addition, 4 deletionsapp/models/ci/build.rb
- app/models/ci/runner.rb 1 addition, 0 deletionsapp/models/ci/runner.rb
- app/models/commit_status.rb 0 additions, 4 deletionsapp/models/commit_status.rb
- app/models/concerns/ci/bulk_insertable_tags.rb 24 additions, 0 deletionsapp/models/concerns/ci/bulk_insertable_tags.rb
- app/services/ci/runners/register_runner_service.rb 13 additions, 1 deletionapp/services/ci/runners/register_runner_service.rb
- app/services/projects/update_pages_service.rb 11 additions, 0 deletionsapp/services/projects/update_pages_service.rb
- app/views/shared/web_hooks/_form.html.haml 1 addition, 1 deletionapp/views/shared/web_hooks/_form.html.haml
- db/post_migrate/20220621040800_backfill_imported_issue_search_data.rb 26 additions, 0 deletions...ate/20220621040800_backfill_imported_issue_search_data.rb
- db/post_migrate/20220628012902_finalise_project_namespace_members.rb 22 additions, 0 deletions...rate/20220628012902_finalise_project_namespace_members.rb
- db/schema_migrations/20220621040800 1 addition, 0 deletionsdb/schema_migrations/20220621040800
- db/schema_migrations/20220628012902 1 addition, 0 deletionsdb/schema_migrations/20220628012902
- doc/api/graphql/reference/index.md 55 additions, 0 deletionsdoc/api/graphql/reference/index.md
... | @@ -268,7 +268,7 @@ gem 'sanitize', '~> 6.0' | ... | @@ -268,7 +268,7 @@ gem 'sanitize', '~> 6.0' |
gem 'babosa', '~> 1.0.4' | gem 'babosa', '~> 1.0.4' | ||
# Sanitizes SVG input | # Sanitizes SVG input | ||
gem 'loofah', '~> 2.2' | gem 'loofah', '~> 2.18.0' | ||
# Working with license | # Working with license | ||
gem 'licensee', '~> 9.14.1' | gem 'licensee', '~> 9.14.1' | ||
... | ... |
app/events/pages/page_deployed_event.rb
0 → 100644
db/schema_migrations/20220621040800
0 → 100644
db/schema_migrations/20220628012902
0 → 100644