nachtjasmin
b651cffa87
Remove workflows that are not necessary for this fork
2 years ago
Claire
9950e59578
Disable setting the `latest` tag for 4.1 docker builds ( #27023 )
3 years ago
Claire
4fcc026f0f
Bump version to v4.2.0 ( #27017 )
3 years ago
Claire
af0ee12908
Disable ruby linting for 4.1.x branch ( #26993 )
3 years ago
Jasmin
3b69a29703
Merge changes of 4.0.7..4.0.10 ( #1324 )
...
This includes all changes made in
https://github.com/mastodon/mastodon/releases/tag/v4.0.7 and
https://github.com/mastodon/mastodon/releases/tag/v4.0.8 and therefore
requires:
⚠️ Restart of all Mastodon processes, especially the Streaming
API
There was a conflict during the merge inside the `streaming/index.js`,
which was related to the following snippet:
```js
// Only send local-only statuses to logged-in users
if (payload.local_only && !req.accountId) {
log.silly(req.requestId, `Message ${payload.id} filtered because it was local-only`);
return;
}
```
I've placed it at the same spot where it was previously, so everything
should work as before. ~~**However, I still need to test those changes,
which is what I'll be doing after submitting this PR as draft.**~~
Checked the changes against our instance, everything is working as
expected as logged-in user. Haven't checked the public timelines where
the above snippet would be relevant, as we are using `AUTHORIZED_FETCH`
and I would like to keep it enabled. ^^
If the base branch is not correct, feel free to change it.
Everything is already deployed on queer.group and working fine there.
---------
Co-authored-by: Michael Stanclift <mx@vmstan.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: Daniel M Brasil <danielmbrasil@protonmail.com>
Co-authored-by: yufushiro <62991447+yufushiro@users.noreply.github.com>
Co-authored-by: Nicolai Søborg <NicolaiSoeborg@users.noreply.github.com>
3 years ago
Claire
38a5d92f38
Change Dockerfile to upgrade packages when building ( #26929 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Claire
75400abe0b
Change Dockerfile to upgrade packages when building ( #26930 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Renaud Chaput
5d93e98da4
Fix container build when cache is disabled ( #26932 )
3 years ago
Renaud Chaput
ef8ca2fd72
Change Dockerfile to upgrade packages when building ( #26922 )
3 years ago
renovate[bot]
3d0331fc7a
Update actions/checkout action to v4 ( #26882 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
renovate[bot]
f333d1822b
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.13 ( #26879 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
jsgoldstein
4d9186a48c
Add search tests ( #26703 )
3 years ago
Claire
7f7e068975
Update actions for stable-4.1 ( #26815 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Claire
7df732e9a9
Update actions for stable-4.0 ( #26813 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Claire
2b0cabe0d7
Backport container build changes to the stable-4.0 branch ( #26741 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Claire
1ad64b5557
Backport container build changes to the stable-4.1 branch ( #26738 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Renaud Chaput
cffc5d2b01
Fix comment in build image workflow ( #26740 )
3 years ago
Claire
925c16adea
Fix nightly build version ( #26676 )
3 years ago
Claire
f39847476c
Change the pre-release versioning scheme and associated environment variables ( #26653 )
3 years ago
Claire
96bcee66fb
Change nightlies versioning from `v4.2.0+2023-08-23` to `v4.2.0-nightly.2023-08-23` ( #26626 )
3 years ago
Renaud Chaput
9262cfc57f
Fix `lint:json` not processing `json5` extension ( #26481 )
3 years ago
HonkingGoose
c48506d8d4
Improve Renovate configuration ( #26306 )
3 years ago
Claire
e3c57f1add
Bump version to v4.0.8
3 years ago
Renaud Chaput
4d1b67f664
Add end-to-end (system) tests ( #25461 )
3 years ago
Matt Jankowski
50ff3d3342
Coverage for `Auth::OmniauthCallbacks` controller ( #26147 )
3 years ago
Renaud Chaput
4ea041fe67
Improve the bug report templates ( #25621 )
3 years ago
Renaud Chaput
b8931311a0
Fixes to the new Image build actions ( #26056 )
3 years ago
Renaud Chaput
626a7b6a77
Add a Github Action to send translations to Crowdin for each merge in main ( #25869 )
3 years ago
Renaud Chaput
d184524233
Rework the container image build actions ( #26007 )
3 years ago
Nick Schonning
c80ecf2ff7
Increase PR Rebase job retries ( #25926 )
3 years ago
Renaud Chaput
84ce94b100
Try to improve Renovatebot config ( #26005 )
3 years ago
Renaud Chaput
70cc7bdbba
Remove some recently-updated packages from Renovabot ignore config ( #25960 )
3 years ago
Claire
3b92499cbc
Fix incorrect syntax in Github action configuration ( #25918 )
3 years ago
Matt Jankowski
a02ae37766
Run the rebase conflict checker once an hour ( #25914 )
3 years ago
Nick Schonning
e11032585b
Run brakeman in GitHub Actions ( #23713 )
3 years ago
Renaud Chaput
518890a9f1
Fixes `latest` Docker tag ( #25812 )
3 years ago
Renaud Chaput
d481e72e85
Tag images with the latest tag only when running against the latest stable branch ( #25803 )
3 years ago
Renaud Chaput
ed04c277b4
Configure RenovateBot to add proper language labels ( #25316 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
3 years ago
renovate[bot]
a80efb449e
Configure Renovate ( #25255 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Nick Schonning
d39bce963f
Add fix/lint helper dev targets ( #23561 )
3 years ago
Renaud Chaput
44cd88adc4
Upgrade react-intl ( #24906 )
3 years ago
Renaud Chaput
342daeb389
Update `react-redux` ( #25110 )
3 years ago
Nick Schonning
ed349b14e2
Add Postgres 15 testing for migrations ( #23887 )
3 years ago
Renaud Chaput
aec486b4ec
Upgrade `uuid` to 9.0.0 ( #24917 )
3 years ago
Tim Campbell
f258478395
Fixed mastodon version injection into containers via github actions ( #24873 )
3 years ago
Nick Schonning
e675c10d19
Add production asset compile ( #24839 )
3 years ago
Renaud Chaput
830e6cefae
Add version suffixes to nightly & edge image builds ( #24823 )
3 years ago
Nick Schonning
f95125bd04
Fail ESLint for Warnings in CI ( #24836 )
3 years ago
Nick Schonning
b25860c509
Revert "Bump better_errors from 2.9.1 to 2.10.0 ( #24779 )" ( #24827 )
3 years ago
Nick Schonning
8e514b1965
Unignore stuck Dependabot updates ( #24670 )
3 years ago