discourse/lib/tasks
Jarek Radosz 4223541bc5
DEV: Fix release_note task warnings (#13794)
There was a bunch of warnings repeated over and over during spec runs:

```
/var/www/discourse/lib/tasks/release_note.rake:3: warning: already initialized constant DATE_REGEX
/var/www/discourse/lib/tasks/release_note.rake:3: warning: previous definition of DATE_REGEX was here
/var/www/discourse/lib/tasks/release_note.rake:5: warning: already initialized constant CHANGE_TYPES
/var/www/discourse/lib/tasks/release_note.rake:5: warning: previous definition of CHANGE_TYPES was here
```
2021-07-20 20:25:48 +02:00
..
add_topic_to_quotes.rake
admin.rake
annotate.rake DEV: Add `annotate` rake tasks, and enforce via GitHub actions 2021-07-06 10:11:06 +01:00
api.rake
assets.rake FIX: Use Terser for minification even if uglify-js is not available (#13683) 2021-07-14 14:20:57 +08:00
auto_annotate_models.rake DEV: Allow annotations to work in symlinked plugins, add binstub (#13635) 2021-07-05 15:43:10 +01:00
autospec.rake
avatars.rake
backfill.thor
bookmarks.rake
build.rake
build_test_topic.rake
categories.rake
cdn.rake
db.rake
destroy.rake
dev.rake
docker.rake
emails.rake DEV: Report message-id, skip reason in rake email:test (#13674) 2021-07-09 11:14:18 -07:00
emoji.rake
export.rake
groups.rake
i18n.rake DEV: Update `i18n:check` rake task to detect invalid Markdown links (#13728) 2021-07-14 13:26:12 +02:00
images.rake
import.rake FEATURE: Add last visit indication to topic view page. (#13471) 2021-07-05 14:17:31 +08:00
incoming_emails.rake
integration.rake
javascript.rake DEV: Add uppy.js to build and project (#13645) 2021-07-07 10:39:33 +10:00
log.rake
maxminddb.rake
plugin.rake
populate.rake
populate.thor
posts.rake FEATURE: Add last visit indication to topic view page. (#13471) 2021-07-05 14:17:31 +08:00
qunit.rake DEV: Introduce `TemporaryRedis` and unset `DISCOURSE_*` env vars in the `themes:isolated_test` rake task (#13401) 2021-06-23 07:38:43 +03:00
redis.rake
release_note.rake DEV: Fix release_note task warnings (#13794) 2021-07-20 20:25:48 +02:00
rspec.rake
s3.rake
scheduler.rake
search.rake
site.rake
site_settings.rake
smoke_test.rake DEV: Move chrome binary check into a shared lib (#13451) 2021-06-21 13:28:48 +10:00
svg_icons.rake
tags.rake
themes.rake DEV: Add a way to exclude ENV vars from getting unset in `themes:isolated_test` (#13494) 2021-06-23 14:50:54 +03:00
topics.rake
turbo.rake
typepad.thor
uploads.rake FIX: fix error message for fix_missing_s3 rake task (#13661) 2021-07-07 19:59:03 +05:30
users.rake