Commit graph

  • 4e41e5f1a1 Update api/v1/types.go main Astra 2024-06-28 18:59:13 +02:00
  • b86e9d96cf Update go to 1.21.1 v2.0.1 astra 2024-06-06 09:18:46 +01:00
  • 46591ba762 Misc v2.0.0 astra 2024-05-27 17:58:30 +01:00
  • 39ebac8aa4 Update logger Nathan Barley 2023-02-08 13:11:21 +00:00
  • 700a2e8e25 Update logger Nathan Barley 2023-02-08 13:11:06 +00:00
  • 691d8ae483 Remove junk from struct astra 2023-02-08 13:07:28 +00:00
  • 353a9769ad Update logger import path astra 2023-02-08 13:07:22 +00:00
  • 4c9b6afa1b Update README astra 2023-01-18 00:51:48 +00:00
  • 8545e098c1 Code cleanup v1.0.0 astra 2023-01-18 00:48:30 +00:00
  • 137f570aca Remove unnecessary files astra 2023-01-18 00:21:09 +00:00
  • 32514d2324 Update import paths astra 2023-01-18 00:20:55 +00:00
  • 055afd90f9 Remove unnecessary files astra 2023-01-18 00:16:07 +00:00
  • c8b33572da
    Fix link to original author Astra 2021-05-13 18:01:10 +01:00
  • 9304897b69 Add method to add label to photos astravexton 2021-05-06 19:11:52 +01:00
  • 012ab74599 Update import path astravexton 2021-05-05 15:18:05 +01:00
  • afcb80f913 Fixes 2: Fixing regression for issue 2 Kris Nóva 2021-02-13 13:30:08 -08:00
  • 414bfb6aa1 Fixing found bug in UpdatePhoto UUID->photoUID Kris Nóva 2021-02-13 13:20:23 -08:00
  • 030b361d9e Fixing import for a quick 1.0.1 Kris Nóva 2021-02-11 20:14:42 -08:00
  • 22b5c3c752
    Update README.md Kris Nóva 2021-02-11 18:26:02 -08:00
  • cc6c897160 README updates Kris Nóva 2021-02-11 18:11:05 -08:00
  • 94dde03103 Adding docs and ready for 1.0.0 Kris Nóva 2021-02-11 18:04:53 -08:00
  • 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 -08:00
  • 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 -08:00
  • 6436478402 Adding initial album feature work Kris Nóva 2021-02-11 15:32:03 -08:00
  • 06fff46e43 Adding GetAlbums with AlbumOptions and default values, and unit tests Kris Nóva 2021-02-11 14:21:44 -08:00
  • 6b742a1db4 Adding GetAlbum method and unite tests Kris Nóva 2021-02-11 13:46:28 -08:00
  • 0476727633 Adding sample code for work Kris Nóva 2021-02-11 11:53:01 -08:00
  • e69880434d Working idemptotent unit tests (start,stop,create,destroy) Kris Nóva 2021-02-11 11:25:45 -08:00
  • 9236ba8577 Updating storage and README files Kris Nóva 2021-02-09 18:36:07 -08:00
  • 1dba5d7106 Adding working tests Kris Nóva 2021-02-09 18:33:05 -08:00
  • b7fd487a2e Working download photo method Kris Nóva 2021-02-09 18:25:46 -08:00
  • c1a45bf8e3 Very nice looking tests! Kris Nóva 2021-02-09 16:00:02 -08:00
  • 3b41c9dd5f More API refactoring and working on cleaning up Kris Nóva 2021-02-09 14:45:36 -08:00
  • e4323b6047 Working auth and photo json endpoint Kris Nóva 2021-02-09 11:17:06 -08:00
  • ef275f97f4
    Merge pull request #1 from ajayk/photos-api-json Kris Nóva 2021-02-06 07:48:41 -08:00
  • 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 -08:00
  • 8829212093 Adding persistent storage and working auth Kris Nóva 2021-02-03 21:01:21 -08:00
  • ba8188c7b9 Yay we have persistent storage hax Kris Nóva 2021-02-03 19:19:19 -08:00
  • 1f68fd3f4d Adding todos to docker create command Kris Nóva 2021-02-03 17:03:05 -08:00
  • 41aa943c78 Adding additional resources for testing Kris Nóva 2021-02-03 17:01:38 -08:00
  • de26a3acd5 Working unit test start/stop app Kris Nóva 2021-02-03 17:00:31 -08:00
  • 3ccaa2ec9b Adding changes! Working docker wrapper! Kris Nóva 2021-02-03 14:00:31 -08:00
  • 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 -08:00
  • 95794522e0 Adding sample auth code that will most likely change and api implementation Kris Nóva 2021-01-31 00:08:52 -08:00
  • 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 -08:00
  • 0f880ac1fa Adding initial scaffolding to rename the repository Kris Nóva 2021-01-30 22:41:23 -08:00
  • c7472582a7
    Initial commit Kris Nóva 2021-01-30 16:34:15 -08:00