Commit Graph

60 Commits

Author SHA1 Message Date
bd812eceee fixes declarative when for nuget push
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-11-03 16:02:46 +01:00
f68355a966 only publish packages on main branch
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-11-03 15:32:42 +01:00
4684829f81 updates jenkins to publish nuget to gitea
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-11-03 15:17:33 +01:00
a36ac7442d adds RenameAsync for tags 2022-10-28 00:14:23 +02:00
d61ecf8d76 adds merge and fixes test for duplicate 2022-10-28 00:10:22 +02:00
e68addbdaa adds delete and duplicate of a tag 2022-10-28 00:00:52 +02:00
e29c1c7c03 adds first tag api calls 2022-10-27 23:48:07 +02:00
737f3ff198 fixes some namespaces 2022-10-27 23:06:07 +02:00
49ec268c3d adds comments for the album api 2022-10-27 23:05:51 +02:00
af5d269e10 restructured client to provide one namespace per functionality 2022-10-27 22:39:23 +02:00
9470bb6686 set config of build to release
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 23:20:07 +02:00
32be0e336a ensure publish does not exist
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 23:08:41 +02:00
c11544245f prevents unneeded restores and fixes artifacts archive
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 23:03:39 +02:00
ebdd0aecc1 makes jenkins build nuget packages
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:59:56 +02:00
1797f383d1 next try
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 22:44:52 +02:00
c4b8dd5485 next try
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:43:46 +02:00
2e09df694d should fix dotnet cli
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:41:49 +02:00
5c03f6f403 fixes socker container *facepalm*
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:31:58 +02:00
a7d362f332 paths look better now
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:30:53 +02:00
745623e74d next try
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 22:29:46 +02:00
8a060bd578 try to discover paths
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 22:28:54 +02:00
6b5a59e558 first jenkins file
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:17:59 +02:00
6f16409ee2 moves directory to src 2022-10-25 22:04:58 +02:00
a314b3a454 fixes some record types and type visibility
adds project for autofac setup
2022-10-25 21:58:26 +02:00
c4e1eb4923 completes first version of the image api parts 2022-10-25 17:19:13 +02:00
55dfca052b adds some xml doc to image api 2022-10-22 23:58:21 +02:00
1ff1121bf4 adds AddComment to images api 2022-10-22 23:42:12 +02:00
33711e20ff update piwigo responses with proper versions from piwigo api 2022-10-22 23:29:52 +02:00
fadd9bc1a9 changes contract classes to records
adds getinfo to image api
2022-10-22 23:20:26 +02:00
a8ad6ca9ff adds an add overload to update an image 2022-10-22 22:43:12 +02:00
ef0d127b61 adds add to image api 2022-10-22 22:38:25 +02:00
002734f692 adds check upload 2022-10-22 20:36:20 +02:00
0d92316992 moves enums to contract namespace 2022-10-22 20:24:57 +02:00
7074ebf709 adds AddChunkAsync to image api 2022-10-22 20:24:12 +02:00
171aeb6e5e updates getall to provide some parameters 2022-10-21 21:45:33 +02:00
007d1caacf renames category enums to album enums and adds setInfo to albumapi 2022-10-21 21:29:08 +02:00
381fc9a436 adds move to album api 2022-10-21 21:22:53 +02:00
95facd4019 completes get images by album implementation and adds verify to makes testing a bit easier 2022-10-21 21:20:21 +02:00
ff53bbec16 adds first get images implementation with image type not complete yet 2022-10-21 00:23:54 +02:00
6b36364b99 adds check for the right methods of session api 2022-10-17 23:59:22 +02:00
5d58aaee1c adds set rank 2022-10-17 23:56:45 +02:00
23fc948424 adds methods to set, delete and refresh representative image of an album 2022-10-17 23:54:38 +02:00
f862a9794f adds check for tests to validate parameters and method sent to piwigo 2022-10-17 23:52:58 +02:00
f3ff670ef0 adds DeleteRepresentativeAsync to album api
passes cancellation token to all async requests
2022-10-17 23:23:25 +02:00
a05e149b31 optimizes login method 2022-10-17 00:23:40 +02:00
32a071b6c7 adds delete album and make context response type aware to handle response status within the call context 2022-10-17 00:16:30 +02:00
09a7a40dff starts using json strings from api examples to check mapping
adds CalculateOrphansAsync to AlbumApi
removes some not needed log lines
removes tests explicit login calls
2022-10-16 23:53:17 +02:00
181ccef825 splits typed response into response without result and response with result 2022-10-16 23:10:20 +02:00
37c262e74f renames category to album even if the api reference uses category. piwigo uses album everywhere and this seems more logical 2022-10-16 23:06:25 +02:00
62679b0c09 moves login and logout to context and adds abstracted generic post method to hide flurl from api implementations 2022-10-16 22:58:38 +02:00