1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

1378 Commits

Author SHA1 Message Date
Patrik J. Braun
f6aaa6de58 Making "and" to be the default operator for search queries #309 2021-05-23 18:05:12 +02:00
Patrik J. Braun
f84f555182 renaming "from" and "to" to "after" and "before" in search query #309 2021-05-23 17:58:58 +02:00
Patrik J. Braun
d0153e58d9 Implementing negatable search query parsing #309 2021-05-23 17:56:58 +02:00
Patrik J. Braun
20f4e8735a Fixing JobSchedule tests #273 2021-05-22 14:47:35 +02:00
Patrik J. Braun
e51502e318 Merge branch 'master' of https://github.com/bpatrik/pigallery2 2021-05-22 10:39:34 +02:00
Patrik J. Braun
91981064e7 increase advanced cookie lifespan to 50 years 2021-05-21 16:40:34 +02:00
Patrik J. Braun
21908732c6 Fixing periodic job scheduling timezone issue. #273
Note: current time format change from valid timestamp to hours*60+minutes, current config wont be valid.
2021-05-21 16:38:29 +02:00
Patrik J. Braun
e5cd8b6724
Merge pull request #303 from martadinata666/master
Python version unavailable for alpine 3.13
2021-05-20 20:21:20 +02:00
Dedy Martadinata S
7c337fb1e7
Add linking for python3
As in alpine /usr/bin/python owned by python2, workaround by linking /usr/bin/python3 to /usr/bin/python
2021-05-20 08:02:13 +07:00
Dedy Martadinata S
996b77eb7b
Change python to python2
As python in alpine 3.11 is version 2.x.x and python in alpine 3.13 have two python versions ```python3``` and ```python2```.
2021-05-19 09:54:43 +07:00
Dedy Martadinata S
c1535b5411
Update deps for alpine 3.13
Change python to python2
2021-05-19 05:59:47 +07:00
Patrik J. Braun
0a46388280
Updating repository to 3.13 in alpine docker build #214 2021-05-18 23:20:29 +02:00
Patrik J. Braun
71c75be291
Updating alpine Docker.build to v3.13 #295 2021-05-17 22:33:18 +02:00
Patrik J. Braun
01f858b092 Saving settings mode to cookies 2021-05-16 16:36:21 +02:00
Patrik J. Braun
2fa1c8f87f Implementing custom Logger, removing deprecated winston dependency
Winston had a major API refactor since v2, so update was not straight forward. Pigallery also uses simple logging, so no need for the complex feature set of winston.
2021-05-16 11:11:53 +02:00
Patrik J. Braun
f59ba6eb98 fixing linting issues 2021-05-16 08:15:42 +02:00
Patrik J. Braun
b2730effc2 Adding explicit linting step to workflow 2021-05-16 07:46:26 +02:00
Patrik J. Braun
355df1d022 Fixing url encoding issues #272
URLs that contain special characters (got media, face or directory) got parsed the wrong way, this commit fixes it.
2021-05-15 10:33:43 +02:00
Patrik J. Braun
ea3506c388 Clearing cache on reload #285
It should help with reducing the confusion as forced reload did not cleared local cache.
2021-05-15 09:51:19 +02:00
Patrik J. Braun
951dbbf066 Removing db folder override as it does not have write access on docker
(cherry picked from commit 36d5ccbbd4c077d25c99f47c215740a46122cad4)
2021-05-15 09:28:14 +02:00
Patrik J. Braun
8bbace1a73 Adding experimental branch buildflow
(cherry picked from commit c2b0276a60f1d21d18cc56d234f5dce0c5d1fffc)
2021-05-15 09:27:56 +02:00
Patrik J. Braun
315c174ff9 Adding experiment support and disable ability to benchmark
(cherry picked from commit dba4c8bf75ed76f41ba24d945bf7d22efb9665c2)
2021-05-15 09:27:42 +02:00
Patrik J. Braun
b2049d81c1
Update README.md 2021-05-13 08:56:09 +02:00
Patrik J. Braun
8c3b4032f6 Adding benchmark history 2021-05-13 08:33:33 +02:00
Patrik J. Braun
86739d3378 Reverting Indexing from positions as it did not improve performance 2021-05-12 22:37:36 +02:00
Patrik J. Braun
eb84723523 Reverting Indexing as it did not improve performance 2021-05-12 21:56:52 +02:00
Patrik J. Braun
96e8ec0d89 Fixing Database issue:
indexed text columns need a length. Replacing text with varchar.
simple-array is always text, so implementing custom array transformer
2021-05-12 14:27:20 +02:00
Patrik J. Braun
1d3f9df8f4 Implementing changes only indexing for indexing job. Making that to default 2021-05-12 13:56:10 +02:00
Patrik J. Braun
392f111cfc Adding version info to benchmark header 2021-05-12 12:39:30 +02:00
Patrik J. Braun
09230b9e55 Adding indexes and proper character set to Media metadata to improve search performance 2021-05-12 12:35:16 +02:00
Patrik J. Braun
872e63703d Fixing face caching issue 2021-05-12 00:06:06 +02:00
Patrik J. Braun
d0a464b526 sub version bump 2021-05-11 23:37:46 +02:00
Patrik J. Braun
6ec07a55f9
Merge pull request #298 from bpatrik/feature/face-reading-performance
Improving search performance
2021-05-11 23:35:35 +02:00
Patrik J. Braun
f3980116f5 Improving search performance 2021-05-11 23:27:50 +02:00
Patrik J. Braun
939f17add2 Make the Persons cache distinct on the MediaEntry 2021-05-11 20:59:55 +02:00
Patrik J. Braun
d53af51be2 Adding preview from sub dirs to freshly scanned photos: #31 2021-05-11 17:39:58 +02:00
Patrik J. Braun
94d57cf6a1 Enforcing faces support in metadata loader tests 2021-05-11 16:44:17 +02:00
Patrik J. Braun
f853efa3c1 fixing tslint issue 2021-05-11 16:35:19 +02:00
Patrik J. Braun
228811bac0 Show rating on the UI #69 2021-05-11 16:24:46 +02:00
Patrik J. Braun
8a0f663e37 bootstrap 5 contains breaking changes, reverting 2021-05-11 16:23:58 +02:00
Patrik J. Braun
4ab1f558d1 Loading default settings before evaluating MetadataLoader 2021-05-11 15:57:36 +02:00
Patrik J. Braun
032a5f4863 updating packages 2021-05-11 15:43:44 +02:00
Patrik J. Braun
db53503a04 fixing DB test for memory DB 2021-05-11 15:20:36 +02:00
Patrik J. Braun
34383c0f3b Adding new RPi benchmark result. 2021-05-10 16:10:54 +02:00
Patrik J. Braun
a75a28f5c4 Fixing benchmark (Adding new search cases after advanced search is ready) 2021-05-10 13:03:22 +02:00
Patrik J. Braun
ab7a61f46c
Update build.yml 2021-05-09 23:51:22 +02:00
Patrik J. Braun
59b114e5a5
Update build.yml 2021-05-09 23:47:36 +02:00
Patrik J. Braun
87d5ae43da
Update build.yml 2021-05-09 23:32:12 +02:00
Patrik J. Braun
85c845ca4a
Update build.yml 2021-05-09 23:31:32 +02:00
Patrik J. Braun
8715ae04aa
Update build.yml
Making the docker build to a matrix step
2021-05-09 23:27:17 +02:00