Commit Graph

1084 Commits

Author SHA1 Message Date
Alexey Kasyanchuk e306c8d46c feat(server): missing rats.log functionality restored #145 2021-07-13 12:27:10 +03:00
semantic-release-bot 6033bcc279 chore(release): 1.7.1 [skip ci]
## [1.7.1](https://github.com/DEgITx/rats-search/compare/v1.7.0...v1.7.1) (2021-07-12)

### Bug Fixes

* **core:** update to new version ([022b339](https://github.com/DEgITx/rats-search/commit/022b339b36929fb3569883d1aa0b4fbd301e51dd))
* **ui:** fix blank screen on app start [#147](https://github.com/DEgITx/rats-search/issues/147) ([05d84df](https://github.com/DEgITx/rats-search/commit/05d84dfea35b13cf368bb8a5f6f851daf1fcdca9))
* **web:** fixed compilation with create-torrent [#148](https://github.com/DEgITx/rats-search/issues/148) ([678a999](https://github.com/DEgITx/rats-search/commit/678a99945a1b0a4c914e955359d086b283f9ea4f))
2021-07-12 11:52:13 +00:00
Alexey Kasyanchuk 70f5a27dab release 2021-07-12 14:44:15 +03:00
Alexey Kasyanchuk 45bf73d012 fix(ui): fix blank screen on app start #147 2021-07-12 14:20:28 +03:00
Alexey Kasyanchuk bceb070b74 fix(web): fixed compilation with create-torrent #148 2021-07-11 11:58:30 +03:00
Alexey Kasyanchuk 5a8ee5bd52 fix(core): update to new version 2021-07-11 11:08:29 +03:00
semantic-release-bot cf295aaddc chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/DEgITx/rats-search/compare/v1.6.0...v1.7.0) (2021-07-11)

### Bug Fixes

* **db:** fix order in some cases for future db structure ([c97c981](https://github.com/DEgITx/rats-search/commit/c97c981d32834b026b2d55765bc5a1f7c07e2ebf))
* **db:** rename deprecated option ([7c3150a](https://github.com/DEgITx/rats-search/commit/7c3150ae5719597e28a259f9bdca20688cb87904))
* **donate:** change patreon to opencollective ([43fb546](https://github.com/DEgITx/rats-search/commit/43fb5461351bf963763b3c506caf7fe7095786ca))
* **tests:** fix test on new db engine ([2bb0a7a](https://github.com/DEgITx/rats-search/commit/2bb0a7a48cbdb267f51eb5248794ea84535be51b))
* **ui:** fix generate button size in ui ([d4913c1](https://github.com/DEgITx/rats-search/commit/d4913c17db03a61b3f13383c21a3f2a59e22c474))
* **ui:** fix url for [#141](https://github.com/DEgITx/rats-search/issues/141) ([82ae0a9](https://github.com/DEgITx/rats-search/commit/82ae0a9bee5f7d24f3f170b9d092626365b6e858))

### Features

* **db:** new db patch ([a038f70](https://github.com/DEgITx/rats-search/commit/a038f70a28eca9ffc6850d9347901ec294df7cbd))
* **db:** switch to new manticore ([94d537e](https://github.com/DEgITx/rats-search/commit/94d537eaca982343d659d2be8c4961e6d76afa72))
* **discord:** enable webhook for discord channel support ([0c1b5e8](https://github.com/DEgITx/rats-search/commit/0c1b5e85a22dfecf58489c5d9f358e2d80b3202b))
* **formats:** avif to formats ([83bc352](https://github.com/DEgITx/rats-search/commit/83bc3526ddb8fd427213498705f1ee14d9d87e1c))
* **generate:** add generated torrent to search list after generation ([2939834](https://github.com/DEgITx/rats-search/commit/2939834c617c85fae7b39f84f539932c72df3396))
* **p2p:** new bootstrap pear, also fix problem with bootstrap timeout ([7883aac](https://github.com/DEgITx/rats-search/commit/7883aacc3bfb20a7a0a4970c12070430256bcd5b))
* **tests:** support custom test to run ([35d20bb](https://github.com/DEgITx/rats-search/commit/35d20bb37181b7cb8215a5994140cdecb831b1cb))
* **torrent:** generation of torrent functionality ([9ce4bb5](https://github.com/DEgITx/rats-search/commit/9ce4bb5b727b8c98b11e6c3482d14aa31e9811ee))
* **ui:** click on torrent size opens torrent files ([562a88e](https://github.com/DEgITx/rats-search/commit/562a88e1925fc17dbf22bd77ac67496748979770))
* **ui:** show torrent pie of the content ([fe5cf3f](https://github.com/DEgITx/rats-search/commit/fe5cf3fe10ffbdbb1ec80e47f71293419891c1fb))
2021-07-11 01:09:39 +00:00
Alexey Kasyanchuk 558c86ba3b release 2021-07-11 04:01:29 +03:00
Alexey Kasyanchuk 3e4e26fa12 fix(ui): fix generate button size in ui 2021-07-11 00:53:42 +03:00
Alexey Kasyanchuk b90de1dfc0 feat(generate): add generated torrent to search list after generation 2021-07-10 23:52:54 +03:00
Alexey Kasyanchuk 9699f1eb7f feat(torrent): generation of torrent functionality 2021-07-07 15:19:45 +03:00
Alexey Kasyanchuk 1686f3e028 fix(donate): change patreon to opencollective 2021-07-07 13:55:31 +03:00
Alexey Kasyanchuk d772b7f9c4 feat(discord): enable webhook for discord channel support 2021-07-06 16:15:27 +03:00
Alexey Kasyanchuk 0aaff50333 fix(ui): fix url for #141 2021-07-06 14:18:06 +03:00
Alexey Kasyanchuk 0325d714a5 feat(p2p): new bootstrap pear, also fix problem with bootstrap timeout 2021-07-06 13:53:19 +03:00
Alexey Kasyanchuk 2029c142b7 feat(ui): show torrent pie of the content 2021-07-05 20:18:54 +03:00
Alexey Kasyanchuk 777cd2bd62 feat(formats): avif to formats 2021-06-22 12:16:27 +03:00
Alexey Kasyanchuk 79f23d00bd feat(ui): click on torrent size opens torrent files 2021-06-22 11:56:32 +03:00
Alexey Kasyanchuk 8e4940ec52 feat(db): switch to new manticore 2021-06-20 12:39:23 +03:00
Alexey Kasyanchuk 8df02cb296 feat(db): new db patch 2021-06-20 12:11:24 +03:00
Alexey Kasyanchuk 2ec7ad0501 fix(db): rename deprecated option 2021-06-17 12:43:50 +03:00
Alexey Kasyanchuk 52a448ef09 fix(tests): fix test on new db engine 2021-06-16 14:22:19 +03:00
Alexey Kasyanchuk b4c2627ed5 fix(db): fix order in some cases for future db structure 2021-06-16 01:04:48 +03:00
Alexey Kasyanchuk 0e79ce42ca feat(tests): support custom test to run 2021-06-16 01:03:47 +03:00
semantic-release-bot a4f90519d3 chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/DEgITx/rats-search/compare/v1.5.0...v1.6.0) (2021-06-10)

### Bug Fixes

* **build:** fix build under windows ([4fb0bb4](https://github.com/DEgITx/rats-search/commit/4fb0bb4d1f9c6801660fa9b104fdb4ed5aebcf85))
* **changelog:** fix changelog show ([61a8baa](https://github.com/DEgITx/rats-search/commit/61a8baa25abc5bd612df128503c999ec59c72bd4))
* **db:** first run start fix [#142](https://github.com/DEgITx/rats-search/issues/142) ([af57a58](https://github.com/DEgITx/rats-search/commit/af57a58740fa6aa2dfb0e3ba2bc9e4e2890faf52))
* **download:** fix download status in recent torrents ([4adbd5c](https://github.com/DEgITx/rats-search/commit/4adbd5c532af8880b5d2f7e5cb3eceb32dffd0ab))
* **search:** double search on DHT ([f14cdcb](https://github.com/DEgITx/rats-search/commit/f14cdcb45337a6ecb5e12ab23f58ac06e6b3d970))
* **search:** fix slow query wrong remote response on search ([2329b5a](https://github.com/DEgITx/rats-search/commit/2329b5aa828341145279dc82d32fef3b89755422))
* **search:** improve search on magnet queries ([a871aed](https://github.com/DEgITx/rats-search/commit/a871aed35f46831f3cf967ca7e7adeb47c95c1a9))
* **tests:** fix timeout testing ([826b3a7](https://github.com/DEgITx/rats-search/commit/826b3a789bccd6759603165957c9363ae3387713))

### Features

* **core:** update all deps ([4162dc7](https://github.com/DEgITx/rats-search/commit/4162dc79337681e4171dfe9aa21ea04ac7d5d57b))
* **core:** update components ([7ceffc8](https://github.com/DEgITx/rats-search/commit/7ceffc8050e414a31b7236f77e35497d6d067138))
* **test:** details test ([d02592e](https://github.com/DEgITx/rats-search/commit/d02592e8830fb8ead25385de8b65ca8bedfbacf5))
2021-06-10 14:14:28 +00:00
Alexey Kasyanchuk 8b0e776960 release 2021-06-10 17:04:49 +03:00
Alexey Kasyanchuk 48701df4c8 fix(changelog): fix changelog show 2021-06-10 14:40:54 +03:00
Alexey Kasyanchuk af91c9c294 fix(build): fix build under windows 2021-06-10 14:13:09 +03:00
Alexey Kasyanchuk b0deb64e26 fix travis 2021-06-10 12:17:21 +03:00
Alexey Kasyanchuk 74f7020b73 new funding 2021-06-10 11:04:20 +03:00
Alexey Kasyanchuk 9da27b5f22 feat(core): update all deps 2021-06-09 16:02:57 +03:00
Alexey Kasyanchuk 48cc01953c fix(db): first run start fix #142 2021-04-28 02:16:37 +03:00
Alexey Kasyanchuk 9804ee7c6c feat(core): update components 2021-04-25 03:39:51 +03:00
Alexey Kasyanchuk fae870cd97 Merge branch 'master' of github.com:DEgITx/rats-search 2021-03-27 13:49:25 +03:00
Alexey Kasyanchuk f5fcbd5816 increase timeout time 2021-03-27 13:43:01 +03:00
Alexey Kasyanchuk 2298a8bedf Init docker server file 2021-03-20 21:21:12 +03:00
Alexey Kasyanchuk 0809bb035c extend query limit 2021-02-23 11:37:32 +03:00
Alexey Kasyanchuk 04553f793a fix linux build 2021-02-23 01:06:35 +03:00
Alexey Kasyanchuk ff5e8c3276 more test info 2021-02-23 00:28:23 +03:00
Alexey Kasyanchuk 5a712f77b5 fix(search): fix slow query wrong remote response on search 2021-02-22 17:10:49 +03:00
Alexey Kasyanchuk 9d684b89a6 fix(search): improve search on magnet queries 2021-02-22 01:40:35 +03:00
Alexey Kasyanchuk 619b3ccd32 fix(search): double search on DHT 2021-02-18 19:33:31 +03:00
Alexey Kasyanchuk 3f46ea2af4 extend query limit timeout 2021-02-18 02:58:30 +03:00
Alexey Kasyanchuk 8b1fc513ad fix(download): fix download status in recent torrents 2021-02-17 03:50:50 +03:00
Alexey Kasyanchuk ac7e3cfe9f feat(test): details test 2021-02-16 16:46:31 +03:00
Alexey Kasyanchuk 7fa36f2d40 Merge pull request #134 from faddat/patch-1
Update build.yml
2021-02-16 16:20:49 +03:00
Jacob Gadikian e427572e72 Update build.yml 2021-02-16 19:58:29 +07:00
Jacob Gadikian a7431debbd Update build.yml
continue on error will make jobs complete even if some fail.
2021-02-16 19:53:29 +07:00
Alexey Kasyanchuk 22f3750497 Merge pull request #133 from faddat/master
Github Actions
2021-02-16 13:48:49 +03:00
Jacob Gadikian 43670b1485 Update build.yml 2021-02-16 15:25:39 +07:00