0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/lib/tasks
David Taylor 00907363d4
DEV: Drop ember-cli-based SCSS and locale compilation (#31407)
This totally separate SCSS and i18n compilation pipelines only existed
so that we could run `ember exam` in CI without starting Rails.

Now that our CI has such heavy caching of Ruby dependencies and database
migrations, the speed benefit of this is not worth the cost of
maintaining these separate pipelines.

Therefore, this commit removes that system, and updates CI to use
`bin/rake qunit:test`. That will start up a Rails server and proxy
stylesheet/locale requests to it. This strategy was already used for our
theme and plugin qunit test runs.
2025-02-21 11:15:04 +00:00
..
add_topic_to_quotes.rake
admin.rake FEATURE: Add option to hide full name input at signup (#30471) 2024-12-30 22:26:20 +03:00
annotate.rake DEV: add rake task to annotate plugins in clean DB (#29378) 2024-10-24 15:15:59 -03:00
api.rake
assets.rake DEV: Remove max compression level for brotli in assets.rake (#30220) 2024-12-11 14:01:33 +08:00
auto_annotate_models.rake
autospec.rake
avatars.rake
backfill.thor
categories.rake
cdn.rake
compatibility.rake
db.rake DEV: Fixup db:reset (#31242) 2025-02-20 12:32:45 +00:00
destroy.rake
dev.rake
docker.rake DEV: Drop ember-cli-based SCSS and locale compilation (#31407) 2025-02-21 11:15:04 +00:00
documentation.rake
emails.rake
emoji.rake DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
export.rake
groups.rake
hashtags.rake
i18n.rake
images.rake
import.rake FIX: correct topics and posts count in import:ensure_consistency rake task (#30104) 2024-12-30 15:15:18 +01:00
incoming_emails.rake
javascript.rake DEV: Add a new type_source field to the Reviewable model. (#31325) 2025-02-20 09:09:47 +11:00
list_email_templates_strings.rake
log.rake
maxminddb.rake DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
plugin.rake DEV: improve the plugin:spec rake task (#29050) 2024-11-29 06:33:14 +11:00
populate.rake DEV: Add reviewables:populate rake task (#30540) 2025-01-03 10:05:04 +08:00
populate.thor
posts.rake
profile.rake DEV: Fix benchmark script 2024-11-20 14:36:44 +01:00
qunit.rake
redis.rake
release_note.rake DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
reviewables.rake DEV: Add reviewables:mass-handle rake task (#30658) 2025-01-10 19:22:43 +03:00
revisions.rake
rspec.rake
s3.rake Revert "DEV: Upload assets to S3 in parallel (#30210)" (#31050) 2025-01-29 10:03:56 +00:00
scheduler.rake
search.rake
site.rake
site_settings.rake DEV: Revert the addition of keywords for all site settings. (#30755) 2025-01-14 13:34:04 +11:00
smoke_test.rake
svg_icons.rake
svg_sprites.rake
tags.rake
themes.rake
topics.rake
turbo.rake
typepad.thor
uploads.rake FIX: Correct errors in uploads:sync_s3_acls rake task (#31411) 2025-02-20 16:16:27 +08:00
users.rake
version_bump.rake