Commit Graph

  • 4e41e5f1a1 Update api/v1/types.go main Astra 2024-06-28 18:59:13 +0200
  • b86e9d96cf Update go to 1.21.1 v2.0.1 Astra 2024-06-06 09:18:46 +0100
  • 46591ba762 Misc v2.0.0 Astra 2024-05-27 17:58:30 +0100
  • 39ebac8aa4 Update logger Astra 2023-02-08 13:11:21 +0000
  • 700a2e8e25 Update logger Astra 2023-02-08 13:11:06 +0000
  • 691d8ae483 Remove junk from struct Astra 2023-02-08 13:07:28 +0000
  • 353a9769ad Update logger import path Astra 2023-02-08 13:07:22 +0000
  • 4c9b6afa1b Update README Astra 2023-01-18 00:51:48 +0000
  • 8545e098c1 Code cleanup v1.0.0 Astra 2023-01-18 00:48:30 +0000
  • 137f570aca Remove unnecessary files Astra 2023-01-18 00:21:09 +0000
  • 32514d2324 Update import paths Astra 2023-01-18 00:20:55 +0000
  • 055afd90f9 Remove unnecessary files Astra 2023-01-18 00:16:07 +0000
  • c8b33572da
    Fix link to original author Astra 2021-05-13 18:01:10 +0100
  • 9304897b69 Add method to add label to photos astravexton 2021-05-06 19:11:52 +0100
  • 012ab74599 Update import path astravexton 2021-05-05 15:18:05 +0100
  • afcb80f913 Fixes 2: Fixing regression for issue 2 Kris Nóva 2021-02-13 13:30:08 -0800
  • 414bfb6aa1 Fixing found bug in UpdatePhoto UUID->photoUID Kris Nóva 2021-02-13 13:20:23 -0800
  • 030b361d9e Fixing import for a quick 1.0.1 Kris Nóva 2021-02-11 20:14:42 -0800
  • 22b5c3c752
    Update README.md Kris Nóva 2021-02-11 18:26:02 -0800
  • cc6c897160 README updates Kris Nóva 2021-02-11 18:11:05 -0800
  • 94dde03103 Adding docs and ready for 1.0.0 Kris Nóva 2021-02-11 18:04:53 -0800
  • c78e3d199e Working photo and album endpoints with super amazing unit and itnegrations tests - please run my fucking code i dare you Kris Nóva 2021-02-11 17:25:03 -0800
  • 194f0acb28 A lot of work with albums and photos, still working but want to save working tests/methods Kris Nóva 2021-02-11 17:16:37 -0800
  • 6436478402 Adding initial album feature work Kris Nóva 2021-02-11 15:32:03 -0800
  • 06fff46e43 Adding GetAlbums with AlbumOptions and default values, and unit tests Kris Nóva 2021-02-11 14:21:44 -0800
  • 6b742a1db4 Adding GetAlbum method and unite tests Kris Nóva 2021-02-11 13:46:28 -0800
  • 0476727633 Adding sample code for work Kris Nóva 2021-02-11 11:53:01 -0800
  • e69880434d Working idemptotent unit tests (start,stop,create,destroy) Kris Nóva 2021-02-11 11:25:45 -0800
  • 9236ba8577 Updating storage and README files Kris Nóva 2021-02-09 18:36:07 -0800
  • 1dba5d7106 Adding working tests Kris Nóva 2021-02-09 18:33:05 -0800
  • b7fd487a2e Working download photo method Kris Nóva 2021-02-09 18:25:46 -0800
  • c1a45bf8e3 Very nice looking tests! Kris Nóva 2021-02-09 16:00:02 -0800
  • 3b41c9dd5f More API refactoring and working on cleaning up Kris Nóva 2021-02-09 14:45:36 -0800
  • e4323b6047 Working auth and photo json endpoint Kris Nóva 2021-02-09 11:17:06 -0800
  • ef275f97f4
    Merge pull request #1 from ajayk/photos-api-json Kris Nóva 2021-02-06 07:48:41 -0800
  • b6a3c6fa03 fix path for photos api ➜ examples git:(photos-api-json) ✗ go run photo.go common.go2021-02-03T23:14:52-08:00 [✿] Login Success! http://localhost:8080/api/v1/photos/\[pqnzsew2k506y94u\] {ID:0,DocumentID:pqnzsew2k506y94u,TakenAt:0001-01-01T00:00:00Z,TakenAtLocal:0001-01-01T00:00:00Z,TakenSrc:,UID:,Type:,TypeSrc:,Title:,TitleSrc:,Description:,DescriptionSrc:,Path:,Name:,OriginalName:,Stack:0,Favorite:false,Private:false,Scan:false,Panorama:false,TimeZone:,PlaceID:,PlaceSrc:,CellID:,CellAccuracy:0,Altitude:0,Lat:0,Lng:0,Country:,Year:0,Month:0,Day:0,Iso:0,Exposure:,FNumber:0,FocalLength:0,Quality:0,Resolution:0,Color:0,CameraID:0,CameraSerial:,CameraSrc:,LensID:0,CreatedAt:0001-01-01T00:00:00Z,UpdatedAt:0001-01-01T00:00:00Z,EditedAt:null,CheckedAt:null,DeletedAt:null} ajayk 2021-02-03 23:15:49 -0800
  • 8829212093 Adding persistent storage and working auth Kris Nóva 2021-02-03 21:01:21 -0800
  • ba8188c7b9 Yay we have persistent storage hax Kris Nóva 2021-02-03 19:19:19 -0800
  • 1f68fd3f4d Adding todos to docker create command Kris Nóva 2021-02-03 17:03:05 -0800
  • 41aa943c78 Adding additional resources for testing Kris Nóva 2021-02-03 17:01:38 -0800
  • de26a3acd5 Working unit test start/stop app Kris Nóva 2021-02-03 17:00:31 -0800
  • 3ccaa2ec9b Adding changes! Working docker wrapper! Kris Nóva 2021-02-03 14:00:31 -0800
  • b107d98a37 Pushing changes for testing harness before my next meeting. Adding working exec library and sample code Kris Nóva 2021-02-03 11:00:11 -0800
  • 95794522e0 Adding sample auth code that will most likely change and api implementation Kris Nóva 2021-01-31 00:08:52 -0800
  • ef15a0ac15 Adding initial changes for the evening - we have compiling code and some light scaffolding with the client and internal libraries Kris Nóva 2021-01-30 23:59:44 -0800
  • 0f880ac1fa Adding initial scaffolding to rename the repository Kris Nóva 2021-01-30 22:41:23 -0800
  • c7472582a7
    Initial commit Kris Nóva 2021-01-30 16:34:15 -0800