Skip to content

Commit

Permalink
Merge pull request #7986 from eliotsykes/submodules-update-2024-03-12
Browse files Browse the repository at this point in the history
Update submodules 2024-03-12
  • Loading branch information
eliotsykes authored Mar 12, 2024
2 parents 59099d3 + 846e13b commit 400d4eb
Show file tree
Hide file tree
Showing 69 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion apps/24pullrequests
Submodule 24pullrequests updated 2 files
+1 −1 Gemfile
+11 −12 Gemfile.lock
2 changes: 1 addition & 1 deletion apps/alchemy_cms
Submodule alchemy_cms updated 161 files
2 changes: 1 addition & 1 deletion apps/atet
Submodule atet updated from 0183c2 to 2432f9
2 changes: 1 addition & 1 deletion apps/bike_index
2 changes: 1 addition & 1 deletion apps/canvas-lms
Submodule canvas-lms updated 1859 files
2 changes: 1 addition & 1 deletion apps/chatwoot
Submodule chatwoot updated 577 files
2 changes: 1 addition & 1 deletion apps/claim-for-crown-court-defence
Submodule claim-for-crown-court-defence updated 71 files
+2 −0 .k8s/live/api-sandbox/deployment-worker.yaml
+2 −0 .k8s/live/api-sandbox/deployment.yaml
+2 −0 .k8s/live/api-sandbox/dump.yaml
+2 −0 .k8s/live/cron_jobs/archive_stale.yaml
+3 −1 .k8s/live/cron_jobs/vacuum_db.yaml
+2 −0 .k8s/live/dev-lgfs/deployment-worker.yaml
+2 −0 .k8s/live/dev-lgfs/deployment.yaml
+2 −0 .k8s/live/dev-lgfs/dump.yaml
+2 −0 .k8s/live/dev/deployment-worker.yaml
+2 −0 .k8s/live/dev/deployment.yaml
+2 −0 .k8s/live/dev/dump.yaml
+2 −0 .k8s/live/jobs/migrate.yaml
+2 −0 .k8s/live/jobs/seed.yaml
+2 −0 .k8s/live/production/deployment-worker.yaml
+2 −0 .k8s/live/production/deployment.yaml
+2 −0 .k8s/live/production/dump.yaml
+2 −0 .k8s/live/staging/deployment-worker.yaml
+2 −0 .k8s/live/staging/deployment.yaml
+2 −0 .k8s/live/staging/dump.yaml
+41 −19 .rubocop_todo.yml
+9 −10 Gemfile
+89 −110 Gemfile.lock
+6 −5 app/assets/config/manifest.js
+10 −1 app/controllers/feedback_controller.rb
+2 −2 app/interfaces/api/helpers/search_result_helpers.rb
+1 −1 app/models/claim/base_claim.rb
+6 −59 app/models/feedback.rb
+24 −3 app/services/survey_monkey_sender.rb
+49 −10 app/services/zendesk_sender.rb
+7 −8 app/views/grape_swagger_rails/application/index.html.haml
+2 −6 app/views/layouts/_govuk_logo.html.haml
+6 −8 app/views/layouts/application.html.haml
+3 −2 app/webpack/packs/govuk-frontend.js
+3 −7 app/webpack/stylesheets/_shame.scss
+6 −6 app/webpack/stylesheets/application.scss
+2 −1 config/initializers/assets.rb
+0 −1 features/feedback.feature
+1 −1 features/step_definitions/caseworker_claim_steps.rb
+1 −1 features/step_definitions/common_steps.rb
+1 −1 features/step_definitions/feedback_steps.rb
+1 −1 features/step_definitions/messaging_steps.rb
+0 −96 lib/gov_uk/date_accessor.rb
+0 −1 lib/govuk_component/button_helpers.rb
+1 −1 lib/govuk_component/warning_text_helpers.rb
+7 −7 package.json
+11 −7 spec/controllers/external_users/admin/external_users_controller_spec.rb
+0 −118 spec/lib/gov_uk/date_accessor_spec.rb
+1 −1 spec/lib/govuk_component/warning_text_helpers_spec.rb
+3 −3 spec/lib/survey_monkey/question_spec.rb
+1 −1 spec/lib/survey_monkey_spec.rb
+1 −1 spec/models/case_worker_spec.rb
+2 −2 spec/models/claim_state_transition_reason_spec.rb
+1 −1 spec/models/claims/cloner_spec.rb
+1 −1 spec/models/claims/state_machine_spec.rb
+1 −1 spec/models/external_user_spec.rb
+6 −6 spec/models/fee/interim_fee_spec.rb
+77 −169 spec/models/feedback_spec.rb
+2 −0 spec/presenters/claim/base_claim_presenter_spec.rb
+2 −2 spec/presenters/claim/transfer_claim_presenter_spec.rb
+102 −0 spec/requests/external_users/advocates/claim_journeys_spec.rb
+46 −0 spec/requests/feedback_spec.rb
+2 −2 spec/services/distance_calculator_service_spec.rb
+1 −1 spec/services/slack_notifier_spec.rb
+1 −1 spec/services/stats/stats_report_generator_spec.rb
+12 −7 spec/services/survey_monkey_sender_spec.rb
+1 −1 spec/services/transform/claim_spec.rb
+89 −24 spec/services/zendesk_sender_spec.rb
+1 −1 spec/support/capybara_extensions/govuk_component/matchers.rb
+1 −0 spec/support/shared_examples/validators/shared_examples_for_advocate_claim_validators.rb
+11 −11 spec/validators/claim/advocate_interim_claim_web_validations_spec.rb
+71 −71 yarn.lock
2 changes: 1 addition & 1 deletion apps/coursemology2
Submodule coursemology2 updated 28 files
+4 −4 .circleci/config.yml
+6 −0 .github/dependabot.yml
+1 −1 Gemfile
+20 −20 Gemfile.lock
+5 −3 README.md
+6 −1 app/controllers/course/duplications_controller.rb
+8 −1 app/controllers/course/object_duplications_controller.rb
+13 −4 app/controllers/system/admin/users_controller.rb
+17 −3 app/models/components/course/duplication_ability_component.rb
+9 −2 app/models/course/assessment/question/multiple_response.rb
+1 −1 app/views/course/object_duplications/new.json.jbuilder
+17 −5 client/app/bundles/course/assessment/question/multiple-responses/commons/validations.ts
+4 −0 client/app/bundles/course/assessment/translations.ts
+5 −1 client/app/bundles/course/duplication/pages/Duplication/DestinationCourseSelector/InstanceDropdown.tsx
+38 −7 client/app/bundles/system/admin/admin/components/buttons/UsersButtons.tsx
+15 −15 client/package.json
+176 −176 client/yarn.lock
+1 −0 config/locales/en/activerecord/course/assessment/question/multiple_response.yml
+1 −0 config/locales/zh/activerecord/course/assessment/question/multiple_response.yml
+40 −0 spec/controllers/course/duplications_controller_spec.rb
+34 −4 spec/controllers/course/object_duplication_controller_spec.rb
+44 −4 spec/features/course/assessment/question/multiple_response_management_spec.rb
+1 −2 spec/libraries/coursemology_docker_container_spec.rb
+13 −0 spec/models/course/assessment/question/multiple_response_spec.rb
+14 −7 spec/models/duplication_ability_spec.rb
+1 −1 spec/support/active_job.rb
+2 −2 tests/package.json
+29 −21 tests/yarn.lock
2 changes: 1 addition & 1 deletion apps/crimethinc-website
2 changes: 1 addition & 1 deletion apps/dev.to
2 changes: 1 addition & 1 deletion apps/discourse
Submodule discourse updated 1551 files
2 changes: 1 addition & 1 deletion apps/foreman
Submodule foreman updated 52 files
+2 −2 .github/matrix.json
+6 −4 .github/workflows/foreman.yml
+2 −2 .github/workflows/plugins_react_tests.yml
+1 −0 .npmrc
+1 −1 Dockerfile
+1 −1 Gemfile
+1 −1 app/controllers/concerns/api/v2/taxonomies_controller.rb
+7 −2 app/helpers/layout_helper.rb
+32 −0 app/models/compute_resources/foreman/model/vmware.rb
+1 −1 app/models/concerns/audit_search.rb
+3 −3 app/models/concerns/facets/base.rb
+4 −1 app/models/concerns/facets/hostgroup_extensions.rb
+1 −0 app/models/concerns/facets/managed_host_extensions.rb
+1 −1 app/models/host/base.rb
+1 −1 app/models/taxonomy.rb
+1 −1 app/models/user.rb
+1 −1 app/registries/foreman/settings/general.rb
+1 −1 app/services/ui_notifications/hosts/destroy.rb
+2 −2 app/views/unattended/provisioning_templates/iPXE/ipxe_global_default.erb
+12 −2 app/views/unattended/provisioning_templates/registration/global_registration.erb
+1 −1 app/views/unattended/provisioning_templates/registration/remote_execution_pull_setup.erb
+8 −8 app/views/unattended/provisioning_templates/snippet/preseed_netplan_setup.erb
+2 −3 app/views/unattended/provisioning_templates/user_data/preseed_autoinstall_cloud_init.erb
+0 −64 app/views/unattended/report_templates/subscription_-_entitlement_report.erb
+29 −17 app/views/unattended/report_templates/subscription_-_general_report.erb
+1 −1 app/views/users/_form.html.erb
+1 −3 config/initializers/1_fast_gettext.rb
+1 −1 config/puma/production.rb
+9 −0 db/migrate/20240215150131_remove_subscription_entitlements_report.rb
+8 −0 db/migrate/20240305131306_enforce_not_null_host_comment.rb
+4 −5 developer_docs/foreman_dev_setup.asciidoc
+1 −1 extras/dynflow-sidekiq.rb
+12 −6 lib/foreman/gettext/all_domains.rb
+12 −4 lib/foreman/gettext/debug.rb
+16 −21 lib/foreman/gettext/support.rb
+1 −1 package.json
+1 −1 test/controllers/api/v2/domains_controller_test.rb
+1 −1 test/controllers/api/v2/organizations_controller_test.rb
+2 −2 test/controllers/api/v2/roles_controller_test.rb
+7 −6 test/integration/operatingsystem_js_test.rb
+1 −0 test/integration/smart_proxy_js_test.rb
+2 −2 test/models/concerns/taxonomix_test.rb
+1 −1 test/models/hostgroup_test.rb
+1 −1 test/models/organization_test.rb
+46 −0 test/unit/facet_test.rb
+1 −1 test/unit/foreman/renderer/scope/macros/base_test.rb
+2 −2 test/unit/foreman/renderer/snapshots/ProvisioningTemplate/iPXE/iPXE_global_default.host4dhcp.snap.txt
+1 −2 ...shots/ProvisioningTemplate/user_data/Preseed_Autoinstall_cloud-init_user_data.ubuntu_autoinst4dhcp.snap.txt
+19 −12 webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/Table/Table.js
+4 −1 webpack/assets/javascripts/react_app/components/PermissionDenied/PermissionDenied.js
+177 −4 webpack/assets/javascripts/react_app/components/common/dates/LongDateTime.test.js
+0 −89 webpack/assets/javascripts/react_app/components/common/dates/__snapshots__/LongDateTime.test.js.snap
2 changes: 1 addition & 1 deletion apps/fr-staffapp
2 changes: 1 addition & 1 deletion apps/gitlabhq
Submodule gitlabhq updated 5472 files
2 changes: 1 addition & 1 deletion apps/growstuff
Submodule growstuff updated 88 files
+1 −1 Gemfile
+81 −84 Gemfile.lock
+10 −0 app/assets/images/icons/activity-add.svg
+12 −1 app/assets/javascripts/application.js
+0 −4 app/assets/javascripts/bootstrap-accessibility.min.js
+0 −4 app/assets/javascripts/bootstrap.js.coffee
+0 −1 app/assets/javascripts/nav.js
+0 −3 app/assets/javascripts/tooltips.js
+88 −0 app/controllers/activities_controller.rb
+1 −0 app/controllers/gardens_controller.rb
+1 −0 app/controllers/plantings_controller.rb
+37 −0 app/helpers/buttons_helper.rb
+2 −0 app/helpers/gardens_helper.rb
+4 −0 app/helpers/icons_helper.rb
+4 −0 app/models/ability.rb
+32 −0 app/models/activity.rb
+2 −0 app/models/concerns/predict_planting.rb
+62 −0 app/models/concerns/search_activities.rb
+1 −0 app/models/garden.rb
+1 −0 app/models/member.rb
+1 −0 app/models/planting.rb
+11 −0 app/services/timeline_service.rb
+9 −0 app/views/activities/_actions.haml
+35 −0 app/views/activities/_card.html.haml
+7 −0 app/views/activities/_description.haml
+55 −0 app/views/activities/_form.html.haml
+20 −0 app/views/activities/_owner.haml
+3 −0 app/views/activities/edit.html.haml
+47 −0 app/views/activities/index.csv.shaper
+43 −0 app/views/activities/index.html.haml
+37 −0 app/views/activities/index.ics.erb
+20 −0 app/views/activities/index.rss.haml
+3 −0 app/views/activities/new.html.haml
+51 −0 app/views/activities/show.html.haml
+1 −1 app/views/comments/_single.html.haml
+1 −1 app/views/crops/_alternate_names.html.haml
+5 −4 app/views/crops/_image_with_popover.html.haml
+1 −1 app/views/crops/_scientific_names.html.haml
+1 −1 app/views/crops/_wrangle.html.haml
+5 −5 app/views/devise/registrations/edit.html.haml
+3 −3 app/views/forums/_form.html.haml
+3 −2 app/views/gardens/_actions.html.haml
+37 −0 app/views/gardens/_card.html.haml
+1 −1 app/views/gardens/_overview.html.haml
+1 −37 app/views/gardens/index.html.haml
+15 −4 app/views/gardens/show.html.haml
+1 −1 app/views/harvests/_actions.html.haml
+5 −4 app/views/harvests/_image_with_popover.haml
+2 −2 app/views/harvests/_modal.html.haml
+10 −0 app/views/home/_activities.html.haml
+13 −3 app/views/home/index.html.haml
+1 −1 app/views/layouts/_header.html.haml
+10 −5 app/views/layouts/_menu.haml
+1 −1 app/views/layouts/modal.html.haml
+6 −7 app/views/members/_full_summary.html.haml
+5 −0 app/views/members/_stats.html.haml
+1 −1 app/views/photos/_actions.html.haml
+2 −1 app/views/plantings/_actions.html.haml
+2 −2 app/views/plantings/_badges.html.haml
+1 −1 app/views/plantings/_card.html.haml
+1 −1 app/views/plantings/_descendants.html.haml
+8 −2 app/views/plantings/_facts.haml
+2 −0 app/views/plantings/_form.html.haml
+5 −4 app/views/plantings/_image_with_popover.html.haml
+2 −2 app/views/plantings/_modal.html.haml
+1 −1 app/views/plantings/_quick_actions.haml
+1 −1 app/views/plantings/_timeline.html.haml
+0 −1 app/views/plantings/index.csv.shaper
+10 −0 app/views/plantings/index.ics.erb
+15 −1 app/views/plantings/show.html.haml
+1 −1 app/views/posts/_actions.html.haml
+1 −1 app/views/seeds/_actions.html.haml
+2 −2 app/views/seeds/_modal.html.haml
+1 −1 app/views/shared/_flash_messages.html.haml
+15 −1 config/locales/en.yml
+2 −0 config/routes.rb
+21 −0 db/migrate/20240218035144_add_activities.rb
+7 −0 db/migrate/20240218053122_add_slug_to_activity.rb
+20 −1 db/schema.rb
+10 −0 db/seeds.rb
+1 −0 lib/tasks/search.rake
+26 −0 spec/factories/activity.rb
+1 −0 spec/features/admin/forums_spec.rb
+1 −2 spec/features/crops/crop_wranglers_spec.rb
+12 −0 spec/features/members/profile_spec.rb
+4 −0 spec/features/shared_examples/crop_suggest.rb
+2 −2 spec/requests/plantings_spec.rb
+1 −0 spec/spec_helper.rb
2 changes: 1 addition & 1 deletion apps/hyku
Submodule hyku updated from 6e7188 to 39a82b
2 changes: 1 addition & 1 deletion apps/identity-idp
Submodule identity-idp updated 265 files
2 changes: 1 addition & 1 deletion apps/ifme
Submodule ifme updated from 5d61d3 to 113b3b
2 changes: 1 addition & 1 deletion apps/imminence
2 changes: 1 addition & 1 deletion apps/katello
Submodule katello updated 59 files
+9 −3 app/controllers/katello/api/v2/activation_keys_controller.rb
+9 −2 app/controllers/katello/api/v2/content_view_versions_controller.rb
+1 −1 app/controllers/katello/api/v2/content_views_controller.rb
+25 −4 app/controllers/katello/api/v2/host_subscriptions_controller.rb
+3 −3 app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb
+0 −11 app/controllers/katello/api/v2/organizations_controller.rb
+9 −22 app/controllers/katello/api/v2/simple_content_access_controller.rb
+1 −1 app/controllers/katello/concerns/api/v2/authorization.rb
+14 −2 app/helpers/katello/hosts_and_hostgroups_helper.rb
+1 −1 app/helpers/katello/subscription_mailer_helper.rb
+1 −1 app/lib/actions/katello/capsule_content/sync.rb
+1 −1 app/lib/actions/katello/content_view/promote.rb
+1 −1 app/lib/actions/katello/content_view/publish.rb
+29 −0 app/lib/actions/katello/content_view_version/verify_checksum.rb
+1 −0 app/lib/actions/katello/host/hypervisors_update.rb
+7 −1 app/lib/actions/katello/repository/metadata_generate.rb
+1 −0 app/lib/actions/katello/repository/remove_content.rb
+2 −1 app/lib/actions/katello/repository/sync.rb
+1 −0 app/lib/actions/katello/repository/upload_files.rb
+7 −2 app/lib/katello/concerns/base_template_scope_extensions.rb
+4 −13 app/lib/katello/resources/cdn.rb
+3 −6 app/mailers/katello/subscription_mailer.rb
+45 −18 app/models/katello/concerns/host_managed_extensions.rb
+5 −0 app/models/katello/concerns/hostgroup_extensions.rb
+45 −41 app/models/katello/content_view.rb
+12 −0 app/models/katello/installed_deb.rb
+31 −0 app/models/katello/repository.rb
+16 −0 app/views/foreman/job_templates/upload_profile.erb
+0 −1 app/views/katello/api/v2/content_views/base.json.rabl
+1 −0 app/views/katello/api/v2/content_views/show.json.rabl
+2 −2 app/views/katello/api/v2/hosts/base.json.rabl
+1 −1 app/views/overrides/activation_keys/_host_synced_content_select.html.erb
+1 −0 config/routes/api/v2.rb
+2 −1 ...app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
+2 −2 ...ts/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
+2 −2 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
+2 −2 ...atello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
+2 −2 ...tello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
+2 −2 lib/katello/permission_creator.rb
+2 −8 lib/katello/plugin.rb
+11 −2 test/actions/katello/content_view_test.rb
+7 −0 test/actions/katello/repository/metadata_generate_test.rb
+13 −1 test/actions/katello/repository_test.rb
+5 −5 test/actions/pulp3/orchestration/alternate_content_source_refresh_test.rb
+32 −0 test/controllers/api/v2/host_subscriptions_controller_test.rb
+0 −113 test/controllers/api/v2/simple_content_access_controller_test.rb
+633 −745 test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/file_refresh.yml
+159 −172 test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/file_refresh_simplified.yml
+792 −529 test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/yum_refresh.yml
+503 −328 test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/yum_refresh_simplified.yml
+821 −560 test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/yum_refresh_updates_remote.yml
+0 −24 test/lib/resources/cdn_test.rb
+1 −1 test/mailers/subscription_mailer_test.rb
+5 −0 test/models/concerns/host_managed_extensions_test.rb
+1 −1 test/models/repository_test.rb
+0 −9 test/models/setting_test.rb
+2 −0 webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsActions.js
+2 −1 webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js
+34 −5 webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js
2 changes: 1 addition & 1 deletion apps/klaxon
Submodule klaxon updated 1 files
+9 −9 Gemfile.lock
2 changes: 1 addition & 1 deletion apps/loomio
Submodule loomio updated 43 files
+3 −0 .github/FUNDING.yml
+3 −1 Gemfile
+79 −72 Gemfile.lock
+6 −2 app/controllers/api/b2/memberships_controller.rb
+1 −1 app/controllers/api/v1/memberships_controller.rb
+10 −0 app/controllers/api/v1/profile_controller.rb
+1 −0 app/extras/app_config.rb
+1 −5 app/extras/user_inviter.rb
+1 −1 app/helpers/current_user_helper.rb
+1 −1 app/helpers/sentry_helper.rb
+1 −1 app/mailers/base_mailer.rb
+6 −3 app/models/ability/group.rb
+1 −1 app/models/concerns/events/notify/by_email.rb
+3 −1 app/models/concerns/no_spam.rb
+2 −2 app/models/concerns/null/group.rb
+3 −1 app/models/logged_out_user.rb
+1 −1 app/models/permitted_params.rb
+1 −0 app/serializers/user_serializer.rb
+8 −2 app/services/group_export_service.rb
+1 −1 app/views/user_mailer/catch_up.html.haml
+2 −0 config/locales/client.en.yml
+1 −0 config/routes.rb
+5 −0 db/migrate/20240227225748_add_autodetect_time_zone_boolean_to_users.rb
+2 −1 db/schema.rb
+1 −1 lib/version.rb
+26 −1 spec/controllers/api/b2/memberships_controller_spec.rb
+12 −0 spec/factories.rb
+2 −2 vue/nightwatch.conf.js
+403 −403 vue/package-lock.json
+41 −41 vue/package.json
+4 −3 vue/src/components/common/sidebar.vue
+1 −2 vue/src/components/discussion/form.vue
+1 −0 vue/src/components/lmo_textarea/collab_editor.vue
+1 −1 vue/src/components/poll/common/vote_form.vue
+25 −11 vue/src/components/profile/page.vue
+2 −2 vue/src/components/search/modal.vue
+1 −1 vue/src/components/strand/item/new_discussion.vue
+1 −1 vue/src/components/threads/page.vue
+1 −1 vue/src/css/thumbicons.css
+1 −1 vue/src/shared/models/null_group_model.js
+1 −1 vue/src/shared/models/stance_model.js
+1 −0 vue/src/shared/models/user_model.js
+1 −1 vue/src/shared/services/session.js
2 changes: 1 addition & 1 deletion apps/manageiq
Submodule manageiq updated 909 files
2 changes: 1 addition & 1 deletion apps/mastodon
Submodule mastodon updated 500 files
2 changes: 1 addition & 1 deletion apps/octobox
2 changes: 1 addition & 1 deletion apps/on_ruby
2 changes: 1 addition & 1 deletion apps/open-build-service
2 changes: 1 addition & 1 deletion apps/openfoodnetwork
Submodule openfoodnetwork updated 513 files
2 changes: 1 addition & 1 deletion apps/openproject
Submodule openproject updated 1639 files
2 changes: 1 addition & 1 deletion apps/openstreetmap-website
2 changes: 1 addition & 1 deletion apps/osem
Submodule osem updated 664 files
2 changes: 1 addition & 1 deletion apps/planningalerts
Submodule planningalerts updated 59 files
+1 −0 .gitignore
+64 −0 app/assets/images/tailwind/illustration/check-email.svg
+47 −0 app/assets/javascripts/tailwind/maps.js
+4 −0 app/components/tailwind/prose.html.erb
+7 −0 app/components/tailwind/prose.rb
+6 −0 app/controllers/applications_controller.rb
+10 −1 app/controllers/atdis_controller.rb
+5 −3 app/helpers/application_helper.rb
+1 −1 app/lib/form_builders/tailwind.rb
+24 −0 app/views/_tailwind/alerts/unsubscribe.html.erb
+12 −0 app/views/_tailwind/application_versions/_application_version.html.erb
+9 −0 app/views/_tailwind/application_versions/index.html.erb
+1 −1 app/views/_tailwind/applications/_address_search_form.html.erb
+1 −1 app/views/_tailwind/applications/_create_alert_form_bigger.html.erb
+3 −3 app/views/_tailwind/applications/external.html.erb
+1 −1 app/views/_tailwind/applications/index.html.erb
+27 −0 app/views/_tailwind/applications/search.html.erb
+16 −15 app/views/_tailwind/applications/show.html.erb
+2 −4 app/views/_tailwind/authorities/index.html.erb
+17 −27 app/views/_tailwind/authorities/show.html.erb
+1 −1 app/views/_tailwind/authorities/under_the_hood.html.erb
+2 −2 app/views/_tailwind/comments/_comment_text.html.erb
+1 −1 app/views/_tailwind/comments/index.html.erb
+2 −2 app/views/_tailwind/comments/preview.html.erb
+17 −0 app/views/_tailwind/contact_messages/thank_you.html.erb
+34 −0 app/views/_tailwind/devise/confirmations/new.html.erb
+25 −0 app/views/_tailwind/devise/passwords/edit.html.erb
+19 −0 app/views/_tailwind/devise/passwords/new.html.erb
+22 −0 app/views/_tailwind/devise/registrations/check_email.html.erb
+5 −1 app/views/_tailwind/devise/registrations/new.html.erb
+30 −34 app/views/_tailwind/documentation/api_howto.html.erb
+2 −3 app/views/_tailwind/documentation/contact.html.erb
+2 −2 app/views/_tailwind/documentation/faqs/_address.html.erb
+0 −4 app/views/_tailwind/documentation/get_involved.html.erb
+2 −3 app/views/_tailwind/documentation/how_to_lobby_your_local_council.html.erb
+3 −4 app/views/_tailwind/documentation/how_to_write_a_scraper.html.erb
+54 −0 app/views/_tailwind/geocode_queries/index.html.erb
+32 −0 app/views/_tailwind/geocode_queries/show.html.erb
+54 −0 app/views/_tailwind/geocode_results/_result.html.erb
+1 −1 app/views/_tailwind/home/_banner.html.erb
+1 −2 app/views/_tailwind/home/_how_is_this_free.html.erb
+4 −5 app/views/_tailwind/home/_how_it_works.html.erb
+1 −2 app/views/_tailwind/home/_stats.html.erb
+1 −3 app/views/_tailwind/home/_trending.html.erb
+3 −4 app/views/_tailwind/layouts/profile.html.erb
+21 −0 app/views/_tailwind/users/activations/check_email.html.erb
+47 −0 app/views/_tailwind/users/activations/edit.html.erb
+40 −0 app/views/_tailwind/users/activations/new.html.erb
+3 −0 app/views/devise/registrations/new.html.erb
+1 −1 app/views/documentation/how_to_lobby_your_local_council.html.haml
+10 −0 sorbet/rbi/dsl/tailwind/prose.rbi
+51 −0 spec/features/activate_account_spec.rb
+0 −6 spec/features/authorities_spec.rb
+18 −0 spec/features/contact_us_spec.rb
+38 −0 spec/features/manage_alerts_spec.rb
+52 −0 spec/features/search_for_applications_spec.rb
+96 −0 spec/features/user_sign_up_spec.rb
+46 −0 spec/requests/redirects_spec.rb
+14 −3 spec/spec_helper.rb
2 changes: 1 addition & 1 deletion apps/postal
2 changes: 1 addition & 1 deletion apps/publify
Submodule publify updated 1 files
+4 −4 Gemfile
2 changes: 1 addition & 1 deletion apps/ruby-china
2 changes: 1 addition & 1 deletion apps/rubygems
Submodule rubygems updated 72 files
+2 −2 .github/workflows/docker.yml
+1 −1 .github/workflows/test.yml
+1 −1 CONTRIBUTING.md
+11 −10 Gemfile
+82 −78 Gemfile.lock
+4 −1 app/controllers/api/v1/owners_controller.rb
+1 −1 app/controllers/api/v1/rubygems_controller.rb
+2 −2 app/controllers/api/v1/versions_controller.rb
+1 −1 app/controllers/api/v1/web_hooks_controller.rb
+1 −1 app/controllers/concerns/latest_version.rb
+2 −2 app/controllers/dashboards_controller.rb
+2 −1 app/controllers/dependencies_controller.rb
+4 −3 app/controllers/profiles_controller.rb
+2 −2 app/controllers/rubygems_controller.rb
+28 −8 app/helpers/application_helper.rb
+0 −1 app/javascript/application.js
+103 −0 app/javascript/controllers/autocomplete_controller.js
+0 −82 app/javascript/src/autocomplete.js
+1 −1 app/javascript/src/search.js
+3 −7 app/jobs/verify_link_job.rb
+1 −1 app/models/concerns/rubygem_searchable.rb
+1 −0 app/models/dependency.rb
+1 −4 app/models/gem_download.rb
+1 −1 app/models/gem_typo.rb
+6 −4 app/models/log_ticket.rb
+17 −25 app/models/rubygem.rb
+6 −5 app/models/user.rb
+6 −8 app/models/version.rb
+2 −2 app/views/dashboards/show.html.erb
+2 −2 app/views/dependencies/_dependencies.html.erb
+1 −13 app/views/home/index.html.erb
+24 −0 app/views/layouts/_search.html.erb
+1 −10 app/views/layouts/application.html.erb
+1 −1 app/views/password_mailer/change_password.html.erb
+1 −1 app/views/password_mailer/change_password.text.erb
+1 −1 app/views/profiles/_rubygem.html.erb
+3 −3 app/views/searches/advanced.html.erb
+1 −1 config/application.rb
+10 −8 config/deploy/nginx-configmap.yaml.erb
+1 −1 config/deploy/production/secrets.ejson
+1 −1 config/deploy/staging/secrets.ejson
+1 −1 config/environments/development.rb
+1 −1 config/environments/oidc-api-token.rb
+1 −1 config/environments/staging.rb
+1 −4 config/initializers/letter_opener.rb
+0 −105 config/initializers/new_framework_defaults_7_0.rb
+0 −278 config/initializers/new_framework_defaults_7_1.rb
+1 −1 config/initializers/rack_attack.rb
+249 −231 config/locales/de.yml
+1 −1 config/locales/en.yml
+1 −1 config/locales/ja.yml
+1 −1 config/locales/zh-CN.yml
+52 −0 config/pghero.yml
+1 −0 config/routes.rb
+18 −0 db/migrate/20240221235930_remove_unneeded_indexes.rb
+1 −5 db/schema.rb
+1 −1 docker-compose.yml
+2 −2 test/components/previews/oidc/trusted_publisher/github_action/table_component_preview.rb
+2 −0 test/functional/api/v1/owners_controller_test.rb
+1 −1 test/functional/api/v1/rubygems_controller_test.rb
+1 −1 test/functional/dashboards_controller_test.rb
+2 −2 test/functional/dependencies_controller_test.rb
+1 −1 test/functional/searches_controller_test.rb
+29 −0 test/mailers/password_mailer_test.rb
+6 −5 test/models/gem_download_test.rb
+0 −1 test/models/ownership_test.rb
+24 −24 test/models/rubygem_test.rb
+5 −5 test/models/version_test.rb
+1 −1 test/system/advanced_search_test.rb
+5 −5 test/system/autocompletes_test.rb
+1 −1 test/system/transitive_dependencies_test.rb
+3 −3 test/unit/helpers/application_helper_test.rb
2 changes: 1 addition & 1 deletion apps/rubytoolbox
2 changes: 1 addition & 1 deletion apps/signonotron2
2 changes: 1 addition & 1 deletion apps/solidus
Submodule solidus updated 152 files
2 changes: 1 addition & 1 deletion apps/spree
Submodule spree updated 106 files
2 changes: 1 addition & 1 deletion apps/test_track
Submodule test_track updated 1 files
+3 −3 Gemfile.lock
2 changes: 1 addition & 1 deletion apps/theodinproject
Submodule theodinproject updated 46 files
+1 −1 .babelrc
+6 −6 Gemfile
+80 −80 Gemfile.lock
+1 −1 app/admin/flags.rb
+3 −0 app/assets/images/icons/chevron-down.svg
+3 −0 app/assets/images/icons/flag-outline.svg
+3 −0 app/assets/images/icons/megaphone.svg
+4 −0 app/assets/stylesheets/stylesheets/prism-theme.css
+24 −0 app/components/Ui/dropdown/component.html.erb
+4 −0 app/components/Ui/dropdown/component.rb
+4 −0 app/components/Ui/dropdown/trigger_component.html.erb
+2 −0 app/components/Ui/dropdown/trigger_component.rb
+1 −0 app/components/alerts/flash_component.rb
+1 −1 app/components/logo_component.html.erb
+7 −2 app/components/logo_component.rb
+9 −1 app/components/project_submissions/item_component.html.erb
+25 −0 app/components/project_submissions/item_controller.js
+4 −1 app/components/project_submissions/like_component.html.erb
+9 −0 app/controllers/admin_v2/base_controller.rb
+1 −1 app/controllers/admin_v2/dashboard_controller.rb
+9 −0 app/controllers/admin_v2/sessions_controller.rb
+62 −0 app/javascript/controllers/autosort_controller.js
+10 −0 app/models/admin_user.rb
+5 −1 app/views/admin_v2/dashboard/show.html.erb
+33 −0 app/views/admin_v2/sessions/new.html.erb
+2 −2 app/views/guides/community/show.html.erb
+2 −2 app/views/guides/installations/index.html.erb
+44 −0 app/views/layouts/admin_v2/_nav_bar.html.erb
+141 −0 app/views/layouts/admin_v2/_sidebar_nav.html.erb
+53 −0 app/views/layouts/admin_v2/base.html.erb
+1 −1 app/views/lessons/project_submissions/index.html.erb
+1 −1 config/environments/test.rb
+2 −2 config/initializers/devise.rb
+17 −0 config/locales/team.yml
+2 −0 config/routes/admin_v2.rb
+27 −0 db/migrate/20231121083403_create_admin_users.rb
+18 −0 db/schema.rb
+5 −0 db/seeds/test_admins.rb
+7 −7 package.json
+7 −0 spec/factories/admin_users.rb
+20 −0 spec/models/admin_user_spec.rb
+10 −0 spec/seeds/test_admins_spec.rb
+0 −1 spec/support/cuprite.rb
+0 −9 spec/system/admin_v2/dashboard_spec.rb
+49 −0 spec/system/admin_v2/sign_in_and_out_spec.rb
+728 −645 yarn.lock
2 changes: 1 addition & 1 deletion apps/timeoverflow
Submodule timeoverflow updated 1 files
+55 −55 Gemfile.lock
2 changes: 1 addition & 1 deletion apps/verboice
2 changes: 1 addition & 1 deletion apps/whitehall
Submodule whitehall updated 95 files
+0 −1 .github/workflows/ci.yml
+1 −1 Gemfile
+98 −87 Gemfile.lock
+0 −43 app/controllers/admin/edition_legacy_associations_controller.rb
+5 −0 app/controllers/admin/editionable_worldwide_organisations_controller.rb
+2 −11 app/controllers/admin/editions_controller.rb
+0 −16 app/helpers/admin/editions_helper.rb
+15 −0 app/helpers/admin/taggable_content_helper.rb
+0 −36 app/helpers/presenters/publishing_api/worldwide_office_helper.rb
+38 −0 app/models/concerns/edition/editionable_worldwide_organisations.rb
+2 −0 app/models/concerns/edition/lead_image.rb
+0 −68 app/models/concerns/edition/specialist_sectors.rb
+3 −3 app/models/concerns/edition/worldwide_organisations.rb
+0 −3 app/models/concerns/searchable.rb
+2 −0 app/models/document_collection_non_whitehall_link/govuk_url.rb
+0 −3 app/models/edition.rb
+4 −0 app/models/edition_editionable_worldwide_organisation.rb
+31 −0 app/models/editionable_worldwide_organisation.rb
+1 −0 app/models/featured_image_data.rb
+1 −0 app/models/news_article.rb
+0 −10 app/models/specialist_sector.rb
+0 −6 app/presenters/document_list_export_presenter.rb
+1 −1 app/presenters/publishing_api/call_for_evidence_presenter.rb
+0 −2 app/presenters/publishing_api/case_study_presenter.rb
+1 −1 app/presenters/publishing_api/consultation_presenter.rb
+1 −4 app/presenters/publishing_api/corporate_information_page_presenter.rb
+1 −2 app/presenters/publishing_api/detailed_guide_presenter.rb
+1 −1 app/presenters/publishing_api/document_collection_presenter.rb
+1 −16 app/presenters/publishing_api/editionable_worldwide_organisation_presenter.rb
+1 −5 app/presenters/publishing_api/generic_edition_presenter.rb
+0 −11 app/presenters/publishing_api/links_presenter.rb
+0 −2 app/presenters/publishing_api/news_article_presenter.rb
+0 −7 app/presenters/publishing_api/payload_builder/tag_details.rb
+0 −2 app/presenters/publishing_api/publication_presenter.rb
+1 −1 app/presenters/publishing_api/statistical_data_set_presenter.rb
+20 −3 app/presenters/publishing_api/worldwide_office_presenter.rb
+1 −16 app/presenters/publishing_api/worldwide_organisation_presenter.rb
+0 −34 app/views/admin/base/_specialist_sector_fields.html.erb
+1 −1 app/views/admin/corporate_information_pages/index.html.erb
+0 −27 app/views/admin/edition_legacy_associations/edit.html.erb
+18 −0 app/views/admin/editionable_worldwide_organisations/_form.html.erb
+23 −0 app/views/admin/editions/_editionable_worldwide_organisation_fields.html.erb
+0 −51 app/views/admin/editions/show/_main.html.erb
+0 −2 app/views/admin/fatality_notices/_form.html.erb
+9 −3 app/views/admin/news_articles/_form.html.erb
+0 −2 app/views/admin/publications/_form.html.erb
+1 −1 app/views/admin/social_media_accounts/index.html.erb
+2 −2 app/views/components/_datetime_fields.html.erb
+9 −3 config/locales/en/admin/whats_new.yml
+1 −1 config/locales/ja.yml
+16 −0 db/data_migration/20240312153326_unpublish_unpublished_documents.rb
+1 −2 db/data_migration/README.md
+13 −0 db/migrate/20240229163850_create_edition_editionable_worldwide_organisations.rb
+10 −1 db/schema.rb
+0 −11 features/new-tagging-workflow.feature
+6 −0 features/news-article.feature
+0 −12 features/specialist-sectors.feature
+0 −21 features/step_definitions/new_tagging_workflow_steps.rb
+11 −0 features/step_definitions/news_article_steps.rb
+0 −30 features/step_definitions/specialist_sector_steps.rb
+0 −5 features/step_definitions/tagging_steps.rb
+0 −38 features/support/admin_legacy_associations_helper.rb
+0 −28 features/support/specialist_sector_helper.rb
+0 −63 lib/linkable_topics.rb
+0 −24 lib/tasks/specialist_sectors.rake
+1 −1 package.json
+4 −4 script/codebase_metrics
+24 −0 test/components/admin/edition_images/lead_image_component_test.rb
+8 −12 test/factories/editionable_worldwide_organisations.rb
+2 −10 test/factories/worldwide_organisations.rb
+39 −0 test/functional/admin/editionable_worldwide_organisations_controller_test.rb
+0 −73 test/functional/admin/publications_controller_test.rb
+0 −86 test/functional/edition_legacy_associations_controller_test.rb
+3 −0 test/test_helper.rb
+52 −0 test/unit/app/models/edition/editionable_worldwide_organisation_test.rb
+0 −67 test/unit/app/models/edition/specialist_sectors_test.rb
+0 −19 test/unit/app/models/edition_test.rb
+36 −0 test/unit/app/models/editionable_worldwide_organisation_test.rb
+16 −0 test/unit/app/models/featured_image_data_test.rb
+13 −0 test/unit/app/models/news_article_test.rb
+0 −4 test/unit/app/presenters/publishing_api/call_for_evidence_presenter_test.rb
+0 −16 test/unit/app/presenters/publishing_api/case_study_presenter_test.rb
+0 −4 test/unit/app/presenters/publishing_api/consultation_presenter_test.rb
+2 −8 test/unit/app/presenters/publishing_api/corporate_information_page_presenter_test.rb
+1 −17 test/unit/app/presenters/publishing_api/detailed_guide_presenter_test.rb
+0 −28 test/unit/app/presenters/publishing_api/document_collection_presenter_test.rb
+4 −27 test/unit/app/presenters/publishing_api/editionable_worldwide_organisation_presenter_test.rb
+0 −14 test/unit/app/presenters/publishing_api/generic_edition_presenter_test.rb
+1 −40 test/unit/app/presenters/publishing_api/links_presenter_test.rb
+16 −2 test/unit/app/presenters/publishing_api/news_article_presenter_test.rb
+1 −5 test/unit/app/presenters/publishing_api/payload_builder/tag_details_test.rb
+0 −19 test/unit/app/presenters/publishing_api/publication_presenter_test.rb
+0 −14 test/unit/app/presenters/publishing_api/statistical_data_set_presenter_test.rb
+4 −27 test/unit/app/presenters/publishing_api/worldwide_organisation_presenter_test.rb
+23 −23 yarn.lock
2 changes: 1 addition & 1 deletion apps/wiki_edu_dashboard
Submodule wiki_edu_dashboard updated 92 files
+1 −0 .rubocop.yml
+1 −0 app/assets/images/wizard-check.svg
+34 −0 app/assets/javascripts/actions/alert_actions.js
+23 −0 app/assets/javascripts/actions/settings_actions.js
+69 −73 app/assets/javascripts/components/articles/course_ores_plot.jsx
+22 −29 app/assets/javascripts/components/articles/edit_size_graph.jsx
+20 −25 app/assets/javascripts/components/articles/wp10_graph.jsx
+52 −62 app/assets/javascripts/components/campaign/campaign_ores_plot.jsx
+10 −10 app/assets/javascripts/components/common/article_viewer_legend.jsx
+1 −1 app/assets/javascripts/components/common/feedback.jsx
+1 −1 app/assets/javascripts/components/nav/hamburger_menu.jsx
+12 −3 app/assets/javascripts/components/overview/available_actions.jsx
+69 −76 app/assets/javascripts/components/overview/course_stats_download_modal.jsx
+1 −1 ...onents/overview/my_articles/components/Categories/List/Assignment/Header/Actions/MarkAsIncompleteButton.jsx
+89 −0 app/assets/javascripts/components/overview/notify_instructors_button.jsx
+40 −36 app/assets/javascripts/components/overview/salesforce_link.jsx
+4 −4 app/assets/javascripts/components/revisions/diff_viewer.jsx
+6 −2 app/assets/javascripts/components/settings/settings_handler.jsx
+106 −0 app/assets/javascripts/components/settings/views/impact_stats_form.jsx
+47 −50 app/assets/javascripts/components/settings/views/salesforce_credentials_form.jsx
+26 −0 app/assets/javascripts/components/settings/views/update_impact_stats.jsx
+4 −4 app/assets/javascripts/components/timeline/timeline.jsx
+6 −0 app/assets/javascripts/components/timeline/week.jsx
+9 −0 app/assets/javascripts/constants/alert.js
+2 −0 app/assets/javascripts/reducers/index.js
+53 −0 app/assets/javascripts/reducers/instructor_alert.js
+17 −0 app/assets/javascripts/utils/alert_utils.js
+8 −8 app/assets/javascripts/utils/api.js
+16 −3 app/assets/javascripts/utils/course.js
+22 −10 app/assets/javascripts/utils/language_names.js
+10 −3 app/assets/stylesheets/modules/_article_viewer.styl
+1 −1 app/assets/stylesheets/modules/_diff_viewer.styl
+1 −0 app/assets/stylesheets/modules/_language_picker.styl
+27 −0 app/assets/stylesheets/modules/_my_articles.styl
+0 −1 app/assets/stylesheets/modules/_nav.styl
+1 −1 app/assets/stylesheets/modules/_wizard.styl
+40 −4 app/controllers/alerts_controller.rb
+3 −1 app/controllers/assignments_controller.rb
+45 −0 app/controllers/courses/delete_from_campaign_controller.rb
+8 −0 app/controllers/home_controller.rb
+4 −4 app/controllers/revision_feedback_controller.rb
+10 −1 app/controllers/settings_controller.rb
+30 −0 app/mailers/instructor_notification_mailer.rb
+1 −0 app/models/alert.rb
+54 −0 app/models/alert_types/instructor_notification_alert.rb
+4 −0 app/models/alert_types/review_request_alert.rb
+2 −0 app/presenters/courses_presenter.rb
+8 −2 app/views/campaigns/_course_row.html.haml
+7 −0 app/views/courses/_weeks.json.jbuilder
+14 −8 app/views/home/_wiki_ed_impact.html.haml
+17 −0 app/views/instructor_notification_mailer/email.html.haml
+12 −0 app/workers/daily_update/wiki_discouraged_article_worker.rb
+1 −1 config/application.rb
+2 −1 config/environments/test.rb
+2 −0 config/locales/bn.yml
+1 −0 config/locales/br.yml
+3 −0 config/locales/ca.yml
+22 −2 config/locales/en.yml
+1 −0 config/locales/fa.yml
+2 −0 config/locales/fi.yml
+13 −1 config/locales/fr.yml
+3 −0 config/locales/hy.yml
+11 −0 config/locales/it.yml
+12 −0 config/locales/lb.yml
+1 −1 config/locales/nb.yml
+26 −2 config/locales/sl.yml
+1 −0 config/locales/sms.yml
+5 −0 config/locales/sr-ec.yml
+233 −0 config/locales/te.yml
+19 −0 config/locales/zh-TW.yml
+0 −489 config/locales/zh-hans.yml
+0 −283 config/locales/zh-hant.yml
+10 −2 config/routes.rb
+17 −0 docs/analytics_scripts/training_completion.rb
+10 −0 lib/assignment_manager.rb
+4 −4 lib/course_creation_manager.rb
+7 −0 lib/data_cycle/daily_update.rb
+16 −5 lib/revision_score_api_handler.rb
+27 −0 lib/wiki_discouraged_article_manager.rb
+9 −0 public/mailer.css
+4 −4 spec/controllers/application_controller_spec.rb
+2 −0 spec/factories/alerts.rb
+4 −2 spec/features/article_viewer_spec.rb
+4 −0 spec/features/student_role_spec.rb
+4 −0 spec/lib/data_cycle/daily_update_spec.rb
+4 −5 spec/lib/importers/revision_score_importer_spec.rb
+3 −2 spec/lib/reference_counter_api_spec.rb
+19 −26 spec/lib/revision_score_api_handler_spec.rb
+34 −0 spec/lib/wiki_discouraged_article_manager_spec.rb
+33 −0 spec/mailers/instructor_notification_mailer_spec.rb
+19 −0 spec/mailers/previews/instructor_notification_preview.rb
+1 −0 training_content/wiki_ed/slides/32-moving-to-mainspace/3208-move-your-page-v2.yml
2 changes: 1 addition & 1 deletion apps/zammad
Submodule zammad updated 384 files
2 changes: 1 addition & 1 deletion engines/administrate
Submodule administrate updated 1 files
+76 −76 Gemfile.lock
2 changes: 1 addition & 1 deletion engines/chartkick
2 changes: 1 addition & 1 deletion engines/shipit-engine
2 changes: 1 addition & 1 deletion engines/shopify_app
Submodule shopify_app updated 32 files
+23 −18 .github/ISSUE_TEMPLATE/bug-report.md
+1 −1 .github/workflows/build.yml
+2 −2 .github/workflows/rubocop.yml
+18 −0 CHANGELOG.md
+7 −9 Gemfile.lock
+0 −1 README.md
+0 −17 app/controllers/concerns/shopify_app/authenticated.rb
+2 −2 app/controllers/concerns/shopify_app/ensure_installed.rb
+0 −16 app/controllers/concerns/shopify_app/require_known_shop.rb
+7 −14 app/controllers/shopify_app/callback_controller.rb
+25 −1 docs/Upgrading.md
+0 −28 docs/shopify_app/script-tags.md
+0 −42 lib/generators/shopify_app/add_marketing_activity_extension/add_marketing_activity_extension_generator.rb
+0 −63 lib/generators/shopify_app/add_marketing_activity_extension/templates/marketing_activities_controller.rb
+0 −3 lib/shopify_app.rb
+0 −50 lib/shopify_app/controller_concerns/itp.rb
+5 −8 lib/shopify_app/controller_concerns/login_protection.rb
+1 −2 lib/shopify_app/engine.rb
+0 −16 lib/shopify_app/jobs/scripttags_manager_job.rb
+0 −85 lib/shopify_app/managers/scripttags_manager.rb
+1 −1 lib/shopify_app/version.rb
+1 −1 package.json
+2 −3 shopify_app.gemspec
+12 −25 test/controllers/callback_controller_test.rb
+0 −35 test/controllers/concerns/authenticated_test.rb
+12 −19 test/controllers/concerns/ensure_installed_test.rb
+0 −117 test/controllers/concerns/require_known_shop_test.rb
+0 −48 test/generators/add_marketing_activity_extension_generator_test.rb
+0 −21 test/shopify_app/controller_concerns/itp_test.rb
+7 −8 test/shopify_app/controller_concerns/login_protection_test.rb
+0 −23 test/shopify_app/jobs/scripttags_manager_job_test.rb
+0 −150 test/shopify_app/managers/scripttags_manager_test.rb

0 comments on commit 400d4eb

Please sign in to comment.