aboutsummaryrefslogtreecommitdiff
path: root/test/object_test.exs
AgeCommit message (Collapse)Author
2020-04-06Merge branch 'remake-remodel-2' into 'develop'lain
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵Ivan Tashkinov
usage).
2020-03-19Merge branch 'remake-remodel' into developlain
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-13Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵Ivan Tashkinov
config during test suite execution.
2020-01-31Make attachments cleanup optionalRoman Chvanikov
2020-01-28Add test for custom base_url when deleting an attachmentRoman Chvanikov
2020-01-19Add test case for attachment deletion when non-map data.url present in DBRoman Chvanikov
2020-01-19Delete attachments asynchronouslyRoman Chvanikov
2020-01-12Delete attachments when status is deletedRoman Chvanikov
2019-12-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodellain
2019-11-06Object Fetcher: set cache after reinjectingrinpatch
Probably fixes the issue hj had, where polls would have different counters between endpoints.
2019-10-16Introduce new ingestion pipeline structure, implement internal Likes with it.lain
2019-09-18Merge branch 'chores/bump-copyright-year' into 'develop'rinpatch
Bump copyright years of files changed in 2019 See merge request pleroma/pleroma!1698
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-09-18Preserve internal fields when reinjectingrinpatch
2019-09-18Capture log in object refetch testsrinpatch
2019-09-18Initial poll refresh supportrinpatch
Implement refreshing the object with an interval and call the function when getting the poll.
2019-09-09Add Pleroma.Plugs.Cacheminibikini
2019-04-17Make credo happyrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
Fix credo issues in ./test See merge request pleroma/pleroma!808
2019-02-11Revert "Merge branch 'object-creation' into 'develop'"lambda
This reverts merge request !802
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Do object insertion through Cachexlain
So we don't flood our postgres logs with errors. Should also make things slightly faster.
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
Create tombstone instead of object deletion See merge request pleroma/pleroma!593
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-04formattingWilliam Pitcock
2018-12-04tests: add tests for Object.normalize()William Pitcock
2018-11-01object: split object_cache from user_cacheWilliam Pitcock
2018-11-01tests: add tests for object deletionWilliam Pitcock
2018-02-12Make test output easier to read.lain
2017-05-09Add some basic changesets.Roger Braun
2017-04-13Add utility functions for objects and activities.Roger Braun