Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4: [Feature]: Docker compose only deployment #8

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 8, 2023

AutoPR Failure

Fixes #4

Status

This pull request was being autonomously generated by AutoPR, but it encountered an error.

Error:

Traceback (most recent call last):
  File "/app/autopr/agents/brain_agent/base.py", line 75, in generate_pr
    self._generate_pr(event)
  File "/app/autopr/agents/brain_agent/simple_v1.py", line 27, in _generate_pr
    pr_desc = self.pull_request_agent.plan_pull_request(self.repo, issue, event)
  File "/app/autopr/agents/pull_request_agent/base.py", line 50, in plan_pull_request
    pull_request = self._plan_pull_request(repo, issue, event)
  File "/app/autopr/agents/pull_request_agent/rail_v1.py", line 413, in _plan_pull_request
    notes = self.write_notes_about_files(files, issue, filepaths)
  File "/app/autopr/agents/pull_request_agent/rail_v1.py", line 339, in write_notes_about_files
    raise ValueError('Error looking at files')
ValueError: Error looking at files

Please open an issue to report this.

Progress Updates

⚠️⚠️⚠️ Warning: Using gpt-3.5-turbo completion model. AutoPR is currently not optimized for this model. See irgolic/AutoPR#65 for more details. In the mean time, if you have access to the gpt-4 API, please use that instead. Please note that ChatGPT Plus does not give you access to the gpt-4 API; you need to sign up on the GPT-4 API waitlist.

▶️ Planning pull request...

Running rail InitialFileSelect in two steps...

Ran raw query
Prompt
Hey, somebody just opened an issue in my repo, could you help me write a pull request?

The issue is:
```#4 [Feature]: Docker compose only deployment

lovejavaee: ### Guidelines

- [X] I agree to follow this project's Contributing Guidelines.

### Description

Reviewer said: you directly build in the docker-compose file, so people need to clone the repository. If you would upload a pre-compiled container people could just download a docker-compose file and just run it from there. The container would be downloaded automatically from the repository and started.

Also your localdev really is an local development option and is not targeted for deployment. My idea was just to build one lean container which just serves the frontend so people can quickly run it on their desktop machines with docker desktop or on a local server with docker.

A simple Dockerfile could look like this:

FROM node:16.12.0 as builder
COPY . .
RUN yarn
RUN yarn build

FROM nginx:1.23.3
COPY --from=builder dist /usr/share/nginx/html
inside the frontend dir. This would just create an nginx based container with the frontend copied as static files into its public directory.

### Problem

We may not need people to clone the whole repo.

### Proposed Solution

Perhaps people could just use a single docker-compose file and we push everything to a docker container.

### Alternatives Considered

Expect people to clone the whole repo.

```

The list of files in the repo is:
```.dockerignore (16 tokens)
.gitignore (131 tokens)
.in (76 tokens)
LICENSE (274 tokens)
Makefile (51 tokens)
README.md (657 tokens)
deploy_map.json (929 tokens)
notes.txt (321 tokens)
paper.bib (4144 tokens)
paper.md (2717 tokens)
.github/PULL_REQUEST_TEMPLATE.md (177 tokens)
.idea/.gitignore (30 tokens)
.idea/modules.xml (108 tokens)
.idea/trash-ai.iml (181 tokens)
.idea/vcs.xml (66 tokens)
backend/.gitignore (21 tokens)
backend/Makefile (447 tokens)
backend/main.py (2416 tokens)
backend/package.json (282 tokens)
backend/requirements.txt (43 tokens)
backend/serverless.yaml (844 tokens)
backend/yarn.lock (104916 tokens)
bin/github_actions.py (9684 tokens)
bin/runbackend.sh (180 tokens)
bin/runbootstrap.sh (238 tokens)
bin/runfrontend.sh (112 tokens)
bin/set_secret.sh (410 tokens)
bin/wait-for-it.sh (2632 tokens)
docs/git-aws-account-setup.md (1206 tokens)
docs/github-actions-deployment-role.md (168 tokens)
docs/github-actions.md (167 tokens)
docs/localdev.md (845 tokens)
frontend/.browserslistrc (15 tokens)
frontend/.eslintrc.js (184 tokens)
frontend/.gitignore (108 tokens)
frontend/.in (151 tokens)
frontend/.prettierrc.js (79 tokens)
frontend/Makefile (239 tokens)
frontend/README.md (105 tokens)
frontend/babel.config.js (31 tokens)
frontend/build.Dockerfile (58 tokens)
frontend/index.html (295 tokens)
frontend/notes.txt (424 tokens)
frontend/package.json (1349 tokens)
frontend/tsconfig.json (580 tokens)
frontend/tsconfig.vite-config.json (68 tokens)
frontend/vetur.config.js (154 tokens)
frontend/vite.config.ts (565 tokens)
frontend/vue.config.js (105 tokens)
frontend/yarn.lock (198207 tokens)
infra/.gitignore (58 tokens)
infra/.npmignore (29 tokens)
infra/Makefile (17 tokens)
infra/README.md (164 tokens)
infra/cdk.json (477 tokens)
infra/jest.config.js (73 tokens)
infra/package.json (792 tokens)
infra/requirements.txt (26 tokens)
infra/tsconfig.json (324 tokens)
infra/yarn.lock (236269 tokens)
localdev/.env (280 tokens)
localdev/Dockerfile (276 tokens)
localdev/Makefile (32 tokens)
localdev/docker-compose.yaml (796 tokens)
media/code4sac.svg (6921 tokens)
model/.gitignore (30 tokens)
notebooks/TACO_Demo_[brad_walter_20211218].ipynb (165471 tokens)
notebooks/Trash_AI_Project_[C4S].ipynb (17193 tokens)
.github/ISSUE_TEMPLATE/bug.yml (933 tokens)
.github/ISSUE_TEMPLATE/config.yml (8 tokens)
.github/ISSUE_TEMPLATE/feature.yml (507 tokens)
.github/ISSUE_TEMPLATE/generic_issue.yml (557 tokens)
.github/workflows/autopr.yml (533 tokens)
.github/workflows/bootstrap.yml (1036 tokens)
.github/workflows/draft-pdf.yml (294 tokens)
.github/workflows/github-role.yaml (667 tokens)
.github/workflows/infra.yaml (746 tokens)
.github/workflows/manual_run.yaml (1053 tokens)
.idea/inspectionProfiles/Project_Default.xml (110 tokens)
frontend/public/browserconfig.xml (120 tokens)
frontend/public/index.html (233 tokens)
frontend/public/robots.txt (29 tokens)
frontend/public/site.webmanifest (260 tokens)
frontend/src/App.vue (5684 tokens)
frontend/src/env.d.ts (96 tokens)
frontend/src/main.ts (329 tokens)
frontend/src/marker.ts (653 tokens)
frontend/src/shims-vue.d.ts (63 tokens)
frontend/src/shims-vuetify.d.ts (37 tokens)
frontend/src/shims.vue.d.ts (64 tokens)
infra/bin/infrastructure.ts (514 tokens)
infra/lib/config.ts (2769 tokens)
infra/test/infrastructure.test.ts (198 tokens)
model/build/.dockerignore (2 tokens)
model/build/.gitignore (34 tokens)
model/build/Dockerfile (69 tokens)
model/build/README.md (18 tokens)
model/build/docker-compose.yaml (419 tokens)
model/build/name_map.py (330 tokens)
model/build/run_notebook.sh (42 tokens)
model/build/yolov5-taco-run-against-downloaded.ipynb (1065 tokens)
model/build/yolov5-taco-train-new.ipynb (6628 tokens)
notebooks/M1/README.md (711 tokens)
notebooks/M1/macbook-M1-requirements.txt (3688 tokens)
notebooks/M1/taco.yaml (708 tokens)
notebooks/M1/yolov5-taco-train-new.ipynb (8375 tokens)
frontend/public/model/model.json (96601 tokens)
frontend/public/model/name_map.json (482 tokens)
frontend/src/components/classify_instructions.vue (365 tokens)
frontend/src/components/copybutton.vue (507 tokens)
frontend/src/components/detected_objects_summary.vue (375 tokens)
frontend/src/components/drag_drop_title.vue (281 tokens)
frontend/src/components/gmap.vue (629 tokens)
frontend/src/components/gmap_summary.vue (1232 tokens)
frontend/src/components/index.ts (1036 tokens)
frontend/src/components/label_selector.vue (3786 tokens)
frontend/src/components/no_detect_group.vue (715 tokens)
frontend/src/components/progress.vue (343 tokens)
frontend/src/components/search_autocomplete.vue (2877 tokens)
frontend/src/components/snack.vue (498 tokens)
frontend/src/components/trash_summary.vue (743 tokens)
frontend/src/components/upload_control.vue (2011 tokens)
frontend/src/lib/axios.ts (384 tokens)
frontend/src/lib/imagedb.ts (654 tokens)
frontend/src/lib/index.ts (71 tokens)
frontend/src/lib/logging.ts (66 tokens)
frontend/src/lib/tensorflow.ts (2660 tokens)
frontend/src/lib/util.ts (1627 tokens)
frontend/src/plugins/time.ts (482 tokens)
frontend/src/plugins/vuetify.ts (619 tokens)
frontend/src/plugins/webfontloader.ts (160 tokens)
frontend/src/router/index.ts (521 tokens)
frontend/src/scss/_variables.scss (129 tokens)
frontend/src/views/about.vue (1524 tokens)
frontend/src/views/detection.vue (2818 tokens)
frontend/src/views/image.vue (5798 tokens)
frontend/src/views/summary.vue (4522 tokens)
frontend/src/views/test.vue (382 tokens)
frontend/src/views/uploads.vue (2682 tokens)
infra/lib/bootstrap/deployrole.ts (9993 tokens)
infra/lib/bootstrap/main.ts (227 tokens)
infra/lib/frontend/amplify.ts (3178 tokens)
infra/lib/frontend/main.ts (313 tokens)
infra/lib/global/main.ts (771 tokens)
infra/lib/global/r53.ts (413 tokens)
infra/lib/region/main.ts (578 tokens)
infra/lib/region/storage.ts (615 tokens)
frontend/src/components/icon/code4sac.vue (1356 tokens)
frontend/src/components/meta/busy.vue (320 tokens)
frontend/src/components/model/classify.vue (2752 tokens)
frontend/src/components/model/download-all.vue (271 tokens)
frontend/src/components/model/download.vue (589 tokens)
frontend/src/components/model/highlight_image.vue (2367 tokens)
frontend/src/components/model/thumb.vue (976 tokens)
frontend/src/lib/draw/canvas.ts (10458 tokens)
frontend/src/lib/draw/index.ts (25 tokens)
frontend/src/lib/draw/model.ts (3208 tokens)
frontend/src/lib/models/db.ts (3469 tokens)
frontend/src/lib/models/exif.ts (2103 tokens)
frontend/src/lib/models/gps.ts (653 tokens)
frontend/src/lib/models/index.ts (44 tokens)
frontend/src/lib/models/local.ts (20 tokens)
frontend/src/lib/models/trashai.ts (1619 tokens)
frontend/src/lib/store/app.ts (959 tokens)
frontend/src/lib/store/cache.ts (315 tokens)
frontend/src/lib/store/canvasview.ts (4036 tokens)
frontend/src/lib/store/images.ts (7403 tokens)
frontend/src/lib/store/index.ts (34 tokens)
frontend/src/lib/draw/events/hover_highlight.ts (1360 tokens)```

Should we take a look at any files? If so, pick only a few files (max 5000 tokens). 
Respond with a very short rationale, and a list of files.
If looking at files would be a waste of time with regard to the issue, respond with an empty list.
Response
Looking at the docker-compose and Dockerfile files in the frontend directory would be helpful to address the issue. 

List of files:
- frontend/Dockerfile (58 tokens)
- frontend/build.Dockerfile (58 tokens)
- frontend/build/docker-compose.yaml (419 tokens)
- localdev/docker-compose.yaml (796 tokens)
InitialFileSelectResponse: Parsed output
Prompt
Given the following document surrounded by `+++++`, answer the following questions. 
If the answer doesn't exist in the document, enter `null`.

+++++
Looking at the docker-compose and Dockerfile files in the frontend directory would be helpful to address the issue. 

List of files:
- frontend/Dockerfile (58 tokens)
- frontend/build.Dockerfile (58 tokens)
- frontend/build/docker-compose.yaml (419 tokens)
- localdev/docker-compose.yaml (796 tokens)
+++++

Extract information from this document and return a JSON that follows the correct schema.
If looking at files would be a waste of time, please submit an empty list.


Given below is XML that describes the information to extract from this document and the tags to extract it into.


```xml
<output>
    <list name="filepaths">
        <string description="Files in this repository that we should look at."/>
    </list>
</output>
```
Raw Response
{
  "filepaths": [
    "frontend/Dockerfile",
    "frontend/build.Dockerfile",
    "frontend/build/docker-compose.yaml",
    "localdev/docker-compose.yaml"
  ]
}
Parsed Response
{
  "filepaths": [
    "frontend/Dockerfile",
    "frontend/build.Dockerfile",
    "frontend/build/docker-compose.yaml",
    "localdev/docker-compose.yaml"
  ]
}

@github-actions github-actions bot force-pushed the autopr/4 branch 4 times, most recently from 27ef065 to cda4a8c Compare May 8, 2023 13:37
pull bot pushed a commit that referenced this pull request May 11, 2023
* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixing file ext name issue with s3 bucket upload on backend

* Promote staging updates to prod (code4sac#52)

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

* Testing coco (#28)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink to web_model

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Changed upload behaviour

* Refactored upload dialog / drop area

* added more model samples
* removed dropzone package

* Fixed issue with remove / key and array order

* Removed lab / test for deployed versions of environment

* Added about page

* Forgot to update the metadata text

* Yolov5-Taco web model #7 (code4sac#30)

* Testing tf_web model export

* removing pyright

* Working version of taco dataset + initial build instructions

* Created links to code4sac and the github project

Added jupyter notebook files for new training as well as using existing
training data

* Adjusted new training jupyter notebook

* Testing change to model loading in AWS

* Try 2 on loading model

* Try 3 on loading model

* Reverting changes (has to do with basic auth url)

* Removed old react frontend directory

* Removed old react frontend directory (code4sac#34)

* Moving domain from codefordev to trashai.org

* Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* bugfix on s3 naming with file extension (code4sac#40)

* Added magnifying feature for larger images

* filling out the about page (code4sac#45)

* filling out the about page

* adding article

* better formatting

* Made about page default code4sac#49

* Added "Samples" button to upload tab closes code4sac#50

* Making about updates specified in code4sac#48 (code4sac#51)

* Making about updates specified in code4sac#48

* removing space

* small about update

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Typescript refactor Version 1

* removed nuxt

* removed more files

* adjusted build commands

* fixed height issue with uploads

* re-implemented backend

* adjusted frontend deploy stack

* Added github secret for google maps api key

* Added dockerfile for frontend

* added jszip

* Fixed android upload gps issue, fixed mobile status truncating issue

* removed uneeded logo files

Co-authored-by: Dan Fey <feydanm@gmail.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>
pull bot pushed a commit that referenced this pull request May 11, 2023
* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

* Testing coco (#28)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink to web_model

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Changed upload behaviour

* Refactored upload dialog / drop area

* added more model samples
* removed dropzone package

* Fixed issue with remove / key and array order

* Removed lab / test for deployed versions of environment

* Added about page

* Forgot to update the metadata text

* Yolov5-Taco web model #7 (code4sac#30)

* Testing tf_web model export

* removing pyright

* Working version of taco dataset + initial build instructions

* Created links to code4sac and the github project

Added jupyter notebook files for new training as well as using existing
training data

* Adjusted new training jupyter notebook

* Testing change to model loading in AWS

* Try 2 on loading model

* Try 3 on loading model

* Reverting changes (has to do with basic auth url)

* Removed old react frontend directory

* Removed old react frontend directory (code4sac#34)

* Moving domain from codefordev to trashai.org

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixing file ext name issue with s3 bucket upload on backend

* bugfix on s3 naming with file extension (code4sac#40)

* Added magnifying feature for larger images

* filling out the about page (code4sac#45)

* filling out the about page

* adding article

* better formatting

* Made about page default code4sac#49

* Added "Samples" button to upload tab closes code4sac#50

* Making about updates specified in code4sac#48 (code4sac#51)

* Making about updates specified in code4sac#48

* removing space

* small about update

* Demoing the CI/CD integration

* Typescript refactor Version 1

* removed nuxt

* removed more files

* adjusted build commands

* fixed height issue with uploads

* re-implemented backend

* adjusted frontend deploy stack

* Added github secret for google maps api key

* Added dockerfile for frontend

* added jszip

* Fixed android upload gps issue, fixed mobile status truncating issue

* removed uneeded logo files

* Typescript refactor (code4sac#58)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixing file ext name issue with s3 bucket upload on backend

* Promote staging updates to prod (code4sac#52)

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

* Testing coco (#28)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink to web_model

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Changed upload behaviour

* Refactored upload dialog / drop area

* added more model samples
* removed dropzone package

* Fixed issue with remove / key and array order

* Removed lab / test for deployed versions of environment

* Added about page

* Forgot to update the metadata text

* Yolov5-Taco web model #7 (code4sac#30)

* Testing tf_web model export

* removing pyright

* Working version of taco dataset + initial build instructions

* Created links to code4sac and the github project

Added jupyter notebook files for new training as well as using existing
training data

* Adjusted new training jupyter notebook

* Testing change to model loading in AWS

* Try 2 on loading model

* Try 3 on loading model

* Reverting changes (has to do with basic auth url)

* Removed old react frontend directory

* Removed old react frontend directory (code4sac#34)

* Moving domain from codefordev to trashai.org

* Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* bugfix on s3 naming with file extension (code4sac#40)

* Added magnifying feature for larger images

* filling out the about page (code4sac#45)

* filling out the about page

* adding article

* better formatting

* Made about page default code4sac#49

* Added "Samples" button to upload tab closes code4sac#50

* Making about updates specified in code4sac#48 (code4sac#51)

* Making about updates specified in code4sac#48

* removing space

* small about update

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Typescript refactor Version 1

* removed nuxt

* removed more files

* adjusted build commands

* fixed height issue with uploads

* re-implemented backend

* adjusted frontend deploy stack

* Added github secret for google maps api key

* Added dockerfile for frontend

* added jszip

* Fixed android upload gps issue, fixed mobile status truncating issue

* removed uneeded logo files

Co-authored-by: Dan Fey <feydanm@gmail.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* updated deploy scripts

* testing config update

* added vite

* testing vite

* testing vite

* testing deploy

* adjusted permissions to allow access to public bucket

* still testing

* arg!

* Updating about page (code4sac#64)

* Updating about page to show Steve as the lead dev and adding feedback form

* making about pages consistent

* adding google analytics script (code4sac#67)

* removing kaggle depedency on running model notebook (code4sac#82)

* Updated UI to prepare to allow classifications (code4sac#63)

* Changes below

* adjusted dialog for lower parts of the image
* updated for mobile
* Added display div, added scores, adjusted the way labels are applied.
* Classification widgets

* merging staging

* updating Upload tab link in about page

* Removed duplicate about.vue page, removed duplicate function from utils.ts

Co-authored-by: Dan Fey <feydanm@gmail.com>

* added missing rxjs package

* bugfix on deploy script (testing)

* Add files to run notebook on MacBook M1 machine (code4sac#81)

* deleted about.Vue (code4sac#90)

* Local Deployment (code4sac#86)

* Testing fixes in issue 85

* changed platform in dockerfile

* add wsl2 instructions

* add windows docker install instructions

* Update localdev.md

* reorganization

* Update localdev.md

* Update localdev.md

* cleanup

* Update localdev.md

* Update localdev.md

* fix error that was preventing initial install.

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* updated openid thumbprint for github (code4sac#87)

* Manuscript (code4sac#69)

* my workflow

* example templates for manuscript.

* manuscript info

* update citations

* cleanup text

* cite

* update readme

* contribute

* add website badge

* update web link

* Update README.md

* Update README.md

* add video link

* auto update

* utility files device specific

* move the pdf generator to workflows

* test error in paper.bib

* test citation style

* add citations

* add a few more citations

* try without space

* add all

* no spaces allowed in citation names

* add demo images

* Update paper.md

* give images some space

* image captions

* add mention of wade

* update authors and acknowledgements

* Updated with Dan's Recs

* Mary Comments

code4sac#69 (comment)

* SteveO comments

code4sac#69 (review)

* Walter's comments

code4sac#69 (review)

* Create config.yml

* Create bug.yml

* Create feature.yml

* hyperlink

* Update bug.yml

* Update feature.yml

* Added in Kristiina and Kris's comments

* Update README.md

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* add kris's comments

* add WSL2 link

* Update paper.md

* add acknowledgements

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* demo backend interaction (code4sac#88)

* deleted about.Vue

Co-authored-by: Win Cowger, PhD <wincowger@gmail.com>
Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* changed docker-compose to docker compose

* Bump moment-timezone from 0.5.34 to 0.5.40 in /backend

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.40.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.40)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump simple-git from 3.5.0 to 3.16.0 in /backend (code4sac#95)

* Local Deployment (code4sac#86)

* Testing fixes in issue 85

* changed platform in dockerfile

* add wsl2 instructions

* add windows docker install instructions

* Update localdev.md

* reorganization

* Update localdev.md

* Update localdev.md

* cleanup

* Update localdev.md

* Update localdev.md

* fix error that was preventing initial install.

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* updated openid thumbprint for github (code4sac#87)

* Manuscript (code4sac#69)

* my workflow

* example templates for manuscript.

* manuscript info

* update citations

* cleanup text

* cite

* update readme

* contribute

* add website badge

* update web link

* Update README.md

* Update README.md

* add video link

* auto update

* utility files device specific

* move the pdf generator to workflows

* test error in paper.bib

* test citation style

* add citations

* add a few more citations

* try without space

* add all

* no spaces allowed in citation names

* add demo images

* Update paper.md

* give images some space

* image captions

* add mention of wade

* update authors and acknowledgements

* Updated with Dan's Recs

* Mary Comments

code4sac#69 (comment)

* SteveO comments

code4sac#69 (review)

* Walter's comments

code4sac#69 (review)

* Create config.yml

* Create bug.yml

* Create feature.yml

* hyperlink

* Update bug.yml

* Update feature.yml

* Added in Kristiina and Kris's comments

* Update README.md

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* add kris's comments

* add WSL2 link

* Update paper.md

* add acknowledgements

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* demo backend interaction (code4sac#88)

* Bump simple-git from 3.5.0 to 3.16.0 in /backend

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.5.0 to 3.16.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.16.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Win Cowger, PhD <wincowger@gmail.com>
Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /infra

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cookiejar from 2.1.3 to 2.1.4 in /infra

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump json5 from 2.2.1 to 2.2.3 in /infra

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 1.28.0 to 1.28.1 in /infra

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Local Deployment (code4sac#86)

* Testing fixes in issue 85

* changed platform in dockerfile

* add wsl2 instructions

* add windows docker install instructions

* Update localdev.md

* reorganization

* Update localdev.md

* Update localdev.md

* cleanup

* Update localdev.md

* Update localdev.md

* fix error that was preventing initial install.

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* Manuscript (code4sac#69)

* my workflow

* example templates for manuscript.

* manuscript info

* update citations

* cleanup text

* cite

* update readme

* contribute

* add website badge

* update web link

* Update README.md

* Update README.md

* add video link

* auto update

* utility files device specific

* move the pdf generator to workflows

* test error in paper.bib

* test citation style

* add citations

* add a few more citations

* try without space

* add all

* no spaces allowed in citation names

* add demo images

* Update paper.md

* give images some space

* image captions

* add mention of wade

* update authors and acknowledgements

* Updated with Dan's Recs

* Mary Comments

code4sac#69 (comment)

* SteveO comments

code4sac#69 (review)

* Walter's comments

code4sac#69 (review)

* Create config.yml

* Create bug.yml

* Create feature.yml

* hyperlink

* Update bug.yml

* Update feature.yml

* Added in Kristiina and Kris's comments

* Update README.md

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* add kris's comments

* add WSL2 link

* Update paper.md

* add acknowledgements

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* Bump moment-timezone from 0.5.34 to 0.5.40 in /backend

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.40.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.40)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 1.28.0 to 1.28.1 in /backend (code4sac#94)

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cookiejar from 2.1.3 to 2.1.4 in /infra

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /infra

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump json5 from 2.2.1 to 2.2.3 in /infra

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 1.28.0 to 1.28.1 in /infra

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* disabled draw actions per issue 89 (code4sac#102)

* reset yarn.lock

* Cosmetic adjustments to image view screen

* Removed uneeded files, added troubleshooting section

* Updated README to include link to the project board

* 127 feature docker compose only deployment (code4sac#157)

* Add tags to ignore. (commit message: "Ignore tags")

* 🎉 feat(frontend): add Dockerfile and docker-compose.yml for frontend

* Refactor frontend Dockerfile

* Bump vm2 from 3.9.16 to 3.9.17 in /infra (code4sac#148)

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.16...3.9.17)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>
Co-authored-by: Dan Fey <feydanm@gmail.com>
Co-authored-by: Gina Durante <46698605+gdurante2019@users.noreply.github.com>
Co-authored-by: Leonidas Gkimisis <97710680+Greek4Tech@users.noreply.github.com>
Co-authored-by: Win Cowger, PhD <wincowger@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff M <4463820+lovejavaee@users.noreply.github.com>
pull bot pushed a commit that referenced this pull request Jul 4, 2023
* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

* Testing coco (#28)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink to web_model

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Changed upload behaviour

* Refactored upload dialog / drop area

* added more model samples
* removed dropzone package

* Fixed issue with remove / key and array order

* Removed lab / test for deployed versions of environment

* Added about page

* Forgot to update the metadata text

* Yolov5-Taco web model #7 (code4sac#30)

* Testing tf_web model export

* removing pyright

* Working version of taco dataset + initial build instructions

* Created links to code4sac and the github project

Added jupyter notebook files for new training as well as using existing
training data

* Adjusted new training jupyter notebook

* Testing change to model loading in AWS

* Try 2 on loading model

* Try 3 on loading model

* Reverting changes (has to do with basic auth url)

* Removed old react frontend directory

* Removed old react frontend directory (code4sac#34)

* Moving domain from codefordev to trashai.org

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixing file ext name issue with s3 bucket upload on backend

* bugfix on s3 naming with file extension (code4sac#40)

* Added magnifying feature for larger images

* filling out the about page (code4sac#45)

* filling out the about page

* adding article

* better formatting

* Made about page default code4sac#49

* Added "Samples" button to upload tab closes code4sac#50

* Making about updates specified in code4sac#48 (code4sac#51)

* Making about updates specified in code4sac#48

* removing space

* small about update

* Demoing the CI/CD integration

* Typescript refactor Version 1

* removed nuxt

* removed more files

* adjusted build commands

* fixed height issue with uploads

* re-implemented backend

* adjusted frontend deploy stack

* Added github secret for google maps api key

* Added dockerfile for frontend

* added jszip

* Fixed android upload gps issue, fixed mobile status truncating issue

* removed uneeded logo files

* Typescript refactor (code4sac#58)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* Fixing file ext name issue with s3 bucket upload on backend

* Promote staging updates to prod (code4sac#52)

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

* Testing coco (#28)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink to web_model

* Coco POC #8 #9 (#19) (#26)

* Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)

* saving work

* saving work... having issues with async reading file then loading it in coco

* coco confirmed working

* Added JSON metadata

* Arg! this should work

* Removed Pro port mapping from localstack docker-compose

* Added multiple file upload and cleaned up presentation a bit

Looks like there is a problem with uploading multiple files at once, the
predictions don't always trigger

* Minor updates to MacOS details (#24)

Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* removed symlink

Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Changed upload behaviour

* Refactored upload dialog / drop area

* added more model samples
* removed dropzone package

* Fixed issue with remove / key and array order

* Removed lab / test for deployed versions of environment

* Added about page

* Forgot to update the metadata text

* Yolov5-Taco web model #7 (code4sac#30)

* Testing tf_web model export

* removing pyright

* Working version of taco dataset + initial build instructions

* Created links to code4sac and the github project

Added jupyter notebook files for new training as well as using existing
training data

* Adjusted new training jupyter notebook

* Testing change to model loading in AWS

* Try 2 on loading model

* Try 3 on loading model

* Reverting changes (has to do with basic auth url)

* Removed old react frontend directory

* Removed old react frontend directory (code4sac#34)

* Moving domain from codefordev to trashai.org

* Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)

* Replaced Backend with python, fixed infa deploy logic # 35

* backend now tracks images by their sha256 value to avoid duplication
* added new manual action to infra deploy logic # 35
* added log retention logic to backend deploy # 36
* added new fields to deploy_map
    "log_retention_days": 30,
    "dns_domain_map_root": true,
* made github_actions script aware of domain, and "is_root_domain" deploy_map setting

* Addresses # 32, added new features amongst them a download all button

* added new packages to UI
    * "dexie" local storage w/ indexeddb browser store, localstore
      couldn't cut it
    * "file-saver": allows us to do a saveas with the zip file
    * "jszip": zip libarary to address #
* indicators for backend upload success, and if the image has been seen
  before
* now looks good in mobile as well as desktop
* also using indexeddb introduced caching the file objects (for download later) and caching of the tf model

* Added support for python packages

* Adjusted permission to add/remove layers in the prefix namespace

* fixed permissions issue for layers / backend deploy

* Added hash and other metadata to the metadata display and hover over filename

* Fixed metadata download and info button

* bugfix on s3 naming with file extension (code4sac#40)

* Added magnifying feature for larger images

* filling out the about page (code4sac#45)

* filling out the about page

* adding article

* better formatting

* Made about page default code4sac#49

* Added "Samples" button to upload tab closes code4sac#50

* Making about updates specified in code4sac#48 (code4sac#51)

* Making about updates specified in code4sac#48

* removing space

* small about update

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* Typescript refactor Version 1

* removed nuxt

* removed more files

* adjusted build commands

* fixed height issue with uploads

* re-implemented backend

* adjusted frontend deploy stack

* Added github secret for google maps api key

* Added dockerfile for frontend

* added jszip

* Fixed android upload gps issue, fixed mobile status truncating issue

* removed uneeded logo files

Co-authored-by: Dan Fey <feydanm@gmail.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>

* updated deploy scripts

* testing config update

* added vite

* testing vite

* testing vite

* testing deploy

* adjusted permissions to allow access to public bucket

* still testing

* arg!

* Updating about page (code4sac#64)

* Updating about page to show Steve as the lead dev and adding feedback form

* making about pages consistent

* adding google analytics script (code4sac#67)

* removing kaggle depedency on running model notebook (code4sac#82)

* Updated UI to prepare to allow classifications (code4sac#63)

* Changes below

* adjusted dialog for lower parts of the image
* updated for mobile
* Added display div, added scores, adjusted the way labels are applied.
* Classification widgets

* merging staging

* updating Upload tab link in about page

* Removed duplicate about.vue page, removed duplicate function from utils.ts

Co-authored-by: Dan Fey <feydanm@gmail.com>

* added missing rxjs package

* bugfix on deploy script (testing)

* Add files to run notebook on MacBook M1 machine (code4sac#81)

* deleted about.Vue (code4sac#90)

* Local Deployment (code4sac#86)

* Testing fixes in issue 85

* changed platform in dockerfile

* add wsl2 instructions

* add windows docker install instructions

* Update localdev.md

* reorganization

* Update localdev.md

* Update localdev.md

* cleanup

* Update localdev.md

* Update localdev.md

* fix error that was preventing initial install.

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* updated openid thumbprint for github (code4sac#87)

* Manuscript (code4sac#69)

* my workflow

* example templates for manuscript.

* manuscript info

* update citations

* cleanup text

* cite

* update readme

* contribute

* add website badge

* update web link

* Update README.md

* Update README.md

* add video link

* auto update

* utility files device specific

* move the pdf generator to workflows

* test error in paper.bib

* test citation style

* add citations

* add a few more citations

* try without space

* add all

* no spaces allowed in citation names

* add demo images

* Update paper.md

* give images some space

* image captions

* add mention of wade

* update authors and acknowledgements

* Updated with Dan's Recs

* Mary Comments

code4sac#69 (comment)

* SteveO comments

code4sac#69 (review)

* Walter's comments

code4sac#69 (review)

* Create config.yml

* Create bug.yml

* Create feature.yml

* hyperlink

* Update bug.yml

* Update feature.yml

* Added in Kristiina and Kris's comments

* Update README.md

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* add kris's comments

* add WSL2 link

* Update paper.md

* add acknowledgements

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* demo backend interaction (code4sac#88)

* deleted about.Vue

Co-authored-by: Win Cowger, PhD <wincowger@gmail.com>
Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* changed docker-compose to docker compose

* Bump moment-timezone from 0.5.34 to 0.5.40 in /backend

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.40.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.40)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump simple-git from 3.5.0 to 3.16.0 in /backend (code4sac#95)

* Local Deployment (code4sac#86)

* Testing fixes in issue 85

* changed platform in dockerfile

* add wsl2 instructions

* add windows docker install instructions

* Update localdev.md

* reorganization

* Update localdev.md

* Update localdev.md

* cleanup

* Update localdev.md

* Update localdev.md

* fix error that was preventing initial install.

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* updated openid thumbprint for github (code4sac#87)

* Manuscript (code4sac#69)

* my workflow

* example templates for manuscript.

* manuscript info

* update citations

* cleanup text

* cite

* update readme

* contribute

* add website badge

* update web link

* Update README.md

* Update README.md

* add video link

* auto update

* utility files device specific

* move the pdf generator to workflows

* test error in paper.bib

* test citation style

* add citations

* add a few more citations

* try without space

* add all

* no spaces allowed in citation names

* add demo images

* Update paper.md

* give images some space

* image captions

* add mention of wade

* update authors and acknowledgements

* Updated with Dan's Recs

* Mary Comments

code4sac#69 (comment)

* SteveO comments

code4sac#69 (review)

* Walter's comments

code4sac#69 (review)

* Create config.yml

* Create bug.yml

* Create feature.yml

* hyperlink

* Update bug.yml

* Update feature.yml

* Added in Kristiina and Kris's comments

* Update README.md

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* add kris's comments

* add WSL2 link

* Update paper.md

* add acknowledgements

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* demo backend interaction (code4sac#88)

* Bump simple-git from 3.5.0 to 3.16.0 in /backend

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.5.0 to 3.16.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.16.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Win Cowger, PhD <wincowger@gmail.com>
Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /infra

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cookiejar from 2.1.3 to 2.1.4 in /infra

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump json5 from 2.2.1 to 2.2.3 in /infra

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 1.28.0 to 1.28.1 in /infra

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Local Deployment (code4sac#86)

* Testing fixes in issue 85

* changed platform in dockerfile

* add wsl2 instructions

* add windows docker install instructions

* Update localdev.md

* reorganization

* Update localdev.md

* Update localdev.md

* cleanup

* Update localdev.md

* Update localdev.md

* fix error that was preventing initial install.

Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>

* Manuscript (code4sac#69)

* my workflow

* example templates for manuscript.

* manuscript info

* update citations

* cleanup text

* cite

* update readme

* contribute

* add website badge

* update web link

* Update README.md

* Update README.md

* add video link

* auto update

* utility files device specific

* move the pdf generator to workflows

* test error in paper.bib

* test citation style

* add citations

* add a few more citations

* try without space

* add all

* no spaces allowed in citation names

* add demo images

* Update paper.md

* give images some space

* image captions

* add mention of wade

* update authors and acknowledgements

* Updated with Dan's Recs

* Mary Comments

code4sac#69 (comment)

* SteveO comments

code4sac#69 (review)

* Walter's comments

code4sac#69 (review)

* Create config.yml

* Create bug.yml

* Create feature.yml

* hyperlink

* Update bug.yml

* Update feature.yml

* Added in Kristiina and Kris's comments

* Update README.md

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* add kris's comments

* add WSL2 link

* Update paper.md

* add acknowledgements

* code4sac#69 (comment)

* code4sac#69 (comment)

* code4sac#69 (comment)

* Bump moment-timezone from 0.5.34 to 0.5.40 in /backend

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.40.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.40)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 1.28.0 to 1.28.1 in /backend (code4sac#94)

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cookiejar from 2.1.3 to 2.1.4 in /infra

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /infra

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump json5 from 2.2.1 to 2.2.3 in /infra

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 1.28.0 to 1.28.1 in /infra

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* disabled draw actions per issue 89 (code4sac#102)

* reset yarn.lock

* Cosmetic adjustments to image view screen

* Removed uneeded files, added troubleshooting section

* Updated README to include link to the project board

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
Co-authored-by: Jim <jimewald@gmail.com>
Co-authored-by: Dan Fey <feydanm@gmail.com>
Co-authored-by: Gina Durante <46698605+gdurante2019@users.noreply.github.com>
Co-authored-by: Leonidas Gkimisis <97710680+Greek4Tech@users.noreply.github.com>
Co-authored-by: Win Cowger, PhD <wincowger@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants