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

WIP: scaffold with init #2561

Closed
wants to merge 107 commits into from
Closed

Commits on Jan 26, 2023

  1. Add app types

    weikanglim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    65266ef View commit details
    Browse the repository at this point in the history
  2. Rename resources

    weikanglim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    726e0ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3028dc View commit details
    Browse the repository at this point in the history
  4. add core lib

    weikanglim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    baf2112 View commit details
    Browse the repository at this point in the history
  5. fix output

    weikanglim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6b2a041 View commit details
    Browse the repository at this point in the history
  6. Allow plain initialization

    weikanglim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b3784e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    af885c7 View commit details
    Browse the repository at this point in the history
  2. Add apphint

    weikanglim committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    27bd4d7 View commit details
    Browse the repository at this point in the history
  3. Fix api bicep

    weikanglim committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6c4f2e0 View commit details
    Browse the repository at this point in the history
  4. Use apphint

    weikanglim committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1eeb6d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Complete appdetect

    weikanglim committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    05377db View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. refinements

    weikanglim committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    28440b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Restructure detection

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    292f0c9 View commit details
    Browse the repository at this point in the history
  2. cleaning up

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e41c473 View commit details
    Browse the repository at this point in the history
  3. add cli command

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5a23216 View commit details
    Browse the repository at this point in the history
  4. rework template matching

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ffae916 View commit details
    Browse the repository at this point in the history
  5. switch to js

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e7d55ff View commit details
    Browse the repository at this point in the history
  6. update config

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b50597f View commit details
    Browse the repository at this point in the history
  7. fallback back to prompt

    weikanglim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    25246c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    28ee60f View commit details
    Browse the repository at this point in the history
  2. add react handling

    weikanglim committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    01c79ea View commit details
    Browse the repository at this point in the history
  3. Clean up UI

    weikanglim committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    2c89262 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    8ae52ae View commit details
    Browse the repository at this point in the history
  2. Commit go.sum after tidy

    weikanglim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    49f7842 View commit details
    Browse the repository at this point in the history
  3. document characteristics

    weikanglim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f486376 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. moving towards a goal

    weikanglim committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    15973be View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fix for api-web

    weikanglim committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9027637 View commit details
    Browse the repository at this point in the history
  2. Remove db

    weikanglim committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    439897b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    a022e09 View commit details
    Browse the repository at this point in the history
  2. Make db templating

    weikanglim committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f90e7ee View commit details
    Browse the repository at this point in the history
  3. merge api-db -> api

    weikanglim committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7f7815a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72777e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Add generation

    weikanglim committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    56d75df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1fded6 View commit details
    Browse the repository at this point in the history
  3. Update cspell

    weikanglim committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0920750 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    weikanglim committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5496b72 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. connection-string support

    weikanglim committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1781ca0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge upstream/main

    weikanglim committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f756e2b View commit details
    Browse the repository at this point in the history
  2. Uptake changes

    weikanglim committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1d26ad9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fixup comments

    weikanglim committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    355e7fc View commit details
    Browse the repository at this point in the history
  2. add tests

    weikanglim committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f4abfc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    a0ab52a View commit details
    Browse the repository at this point in the history
  2. adjust case-sensitivity

    weikanglim committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    52fb02a View commit details
    Browse the repository at this point in the history
  3. add comment

    weikanglim committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    773019a View commit details
    Browse the repository at this point in the history
  4. cleanup detector_live_test

    weikanglim committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    da8cbc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge main

    weikanglim committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1296e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f94b49 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    079b873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    964ca74 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. [ui]: fix spinner display

    weikanglim committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e3bf971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa25f10 View commit details
    Browse the repository at this point in the history
  3. add firewall rule

    weikanglim committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2eebd43 View commit details
    Browse the repository at this point in the history
  4. add frontend support

    weikanglim committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e1ba389 View commit details
    Browse the repository at this point in the history
  5. cors support

    weikanglim committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    157df29 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. use azd's fetch

    weikanglim committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3770ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516f752 View commit details
    Browse the repository at this point in the history
  3. fix follow-up

    weikanglim committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    95f0774 View commit details
    Browse the repository at this point in the history
  4. fix firewall

    weikanglim committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    b53b887 View commit details
    Browse the repository at this point in the history
  5. remolve old files

    weikanglim committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9b83330 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. comment out docker for now

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ee68346 View commit details
    Browse the repository at this point in the history
  2. removing more old files

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f5b6978 View commit details
    Browse the repository at this point in the history
  3. address lint and test

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8f38f13 View commit details
    Browse the repository at this point in the history
  4. update functional test

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7aef105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8acabeb View commit details
    Browse the repository at this point in the history
  6. fix: file.Close()

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7154439 View commit details
    Browse the repository at this point in the history
  7. fix remainder tests

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    705858b View commit details
    Browse the repository at this point in the history
  8. fix asker

    weikanglim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    60ed682 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. basic troubleshooting flow

    weikanglim committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ac07de3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    fb5709b View commit details
    Browse the repository at this point in the history
  2. complete troubleshooting

    weikanglim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fb6df30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac9a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af2af27 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. add summary template WIP

    weikanglim committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1ecada3 View commit details
    Browse the repository at this point in the history
  2. buildpack: add support

    weikanglim committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    24bf723 View commit details
    Browse the repository at this point in the history
  3. fix long-line lint

    weikanglim committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    443ea1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    931f40f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. bicep: fix safe indexing

    weikanglim committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ad88c12 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. fix follow-up in up

    weikanglim committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    928a550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4bc4ae View commit details
    Browse the repository at this point in the history
  3. ux: input hint

    weikanglim committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5675767 View commit details
    Browse the repository at this point in the history
  4. ux cleanup

    weikanglim committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d8fcf06 View commit details
    Browse the repository at this point in the history
  5. switch to private builder

    weikanglim committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    862376b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix application of ports

    weikanglim committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fa19ea3 View commit details
    Browse the repository at this point in the history
  2. update next-steps.md

    weikanglim committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    490e377 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    aaae215 View commit details
    Browse the repository at this point in the history
  2. Merge main

    weikanglim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    62d18f0 View commit details
    Browse the repository at this point in the history
  3. Add .gitignore

    weikanglim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6979642 View commit details
    Browse the repository at this point in the history
  4. rename var

    weikanglim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7e5f5f6 View commit details
    Browse the repository at this point in the history
  5. allow empty db name

    weikanglim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d113cb4 View commit details
    Browse the repository at this point in the history
  6. add troubleshooting info

    weikanglim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    28ee255 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. make loading more clear

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    45fec21 View commit details
    Browse the repository at this point in the history
  2. fix hint text styling

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    16c20ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6256577 View commit details
    Browse the repository at this point in the history
  4. clean output

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    24188bb View commit details
    Browse the repository at this point in the history
  5. remove modify file path

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    82fefff View commit details
    Browse the repository at this point in the history
  6. check for allowedOrigins

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2836881 View commit details
    Browse the repository at this point in the history
  7. fix lll

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d377b8f View commit details
    Browse the repository at this point in the history
  8. fix cspell

    weikanglim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    28f8b88 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Handle upper-case names

    weikanglim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6c099d9 View commit details
    Browse the repository at this point in the history
  2. temp: use paketo

    weikanglim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f5dc8e8 View commit details
    Browse the repository at this point in the history
  3. use paketo

    weikanglim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7b94651 View commit details
    Browse the repository at this point in the history
  4. merge main

    weikanglim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6bdb86e View commit details
    Browse the repository at this point in the history
  5. fix lint

    weikanglim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4f504a2 View commit details
    Browse the repository at this point in the history
  6. remove buildpack flag

    weikanglim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    135dffa View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    0ad5b69 View commit details
    Browse the repository at this point in the history
  2. small ux updates

    weikanglim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ab8c6d4 View commit details
    Browse the repository at this point in the history
  3. prompt changes

    weikanglim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    410abb8 View commit details
    Browse the repository at this point in the history