discourse/plugins/discourse-narrative-bot
Alan Guo Xiang Tan 848af05537
DEV: Fix failing system tests (#28970)
We are seeing the following error on CI:

```
Errno::EADDRNOTAVAIL:
  Failed to open TCP connection to localhost:31337 (Cannot assign requested address - connect(2) for "localhost" port 31337)
```

This is because the job being enqueued makes a HTTP request to the Rails
server but Capybara doesn't start the Rails server until a session is
actually required. Therefore, we need to enqueue the job after we are
sure that a session has been started.
2024-09-19 10:12:38 +08:00
..
app DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
assets/stylesheets FIX: Remove broken narrative-bot search context logic (#26319) 2024-03-22 13:25:33 +00:00
config Update translations (#28705) 2024-09-03 11:46:50 -04:00
db UX: Update badge icons (#20462) 2023-02-28 10:42:05 +08:00
lib/discourse_narrative_bot DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
public/images
spec DEV: Fix failing system tests (#28970) 2024-09-19 10:12:38 +08:00
plugin.rb UX: Do not delete narrative bot PM when skipping user tips (#28265) 2024-08-08 12:12:01 -04:00