Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anthonychu/angular-basic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28990dd
Choose a base ref
...
head repository: staticwebdev/angular-basic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd38659
Choose a head ref
  • 20 commits
  • 13 files changed
  • 8 contributors

Commits on Jun 21, 2021

  1. Change routes.json to staticwebapp.config.json (staticwebdev#15)

    * Run npm audit fix
    
    * Change routes.json to staticwebapp.config.json
    anthonychu authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    db759f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Add .vscode config files to better integrate with Azure Static Web Ap…

    …ps extension (staticwebdev#16)
    
    * Add outputSubpath workspace setting for Azure Static Web Apps extension
    
    * Add Azure Static Web Apps extension to recommended
    alexweininger authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    f9cd80a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    2b4dd0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c9325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f47463 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a64a60d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    411900e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    136fc2a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge pull request staticwebdev#31 from manekinekko/update-template

    chore: update template
    glaucia86 authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    20e51f0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7580ae8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump node-forge from 1.2.1 to 1.3.0

    Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/digitalbazaar/forge/releases)
    - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
    - [Commits](digitalbazaar/forge@v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-forge
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b596c18 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump jszip from 3.6.0 to 3.7.1

    Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.7.1.
    - [Release notes](https://github.com/Stuk/jszip/releases)
    - [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
    - [Commits](Stuk/jszip@v3.6.0...v3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: jszip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9dcc531 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Merge pull request staticwebdev#32 from staticwebdev/dependabot/npm_a…

    …nd_yarn/minimist-1.2.6
    
    chore(deps): bump minimist from 1.2.5 to 1.2.6
    craigshoemaker authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8b91360 View commit details
    Browse the repository at this point in the history
  2. Merge pull request staticwebdev#33 from staticwebdev/dependabot/npm_a…

    …nd_yarn/node-forge-1.3.0
    
    chore(deps): bump node-forge from 1.2.1 to 1.3.0
    craigshoemaker authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c86745c View commit details
    Browse the repository at this point in the history
  3. Merge pull request staticwebdev#34 from staticwebdev/dependabot/npm_a…

    …nd_yarn/jszip-3.7.1
    
    chore(deps): bump jszip from 3.6.0 to 3.7.1
    craigshoemaker authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    306348a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Create Playwright test harness (staticwebdev#38)

    * added a github action for tests
    
    * added playwright test and github action to execute test
    
    * changed command for playwright github action
    
    * trying run github action again
    
    * changing port for playwright test
    
    * changed port for playwright tests
    
    * removed port
    
    * changed the playwright config file because github action keeps failing
    
    * restored old playwright config file
    
    * changed script
    
    * reinstalled playwright
    
    * added port
    
    * changed port
    
    * added a waitForSelector in the test
    
    * reverted start command and added a test readme file
    
    * changed test readme
    
    * updated with recommendations from Fran
    
    * updated github action to run on all branches
    HannahZhuSWE authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    994fa0d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Split playwright workflows into 2 (staticwebdev#39)

    * split a github action into 2
    
    * deleted old playwright workflow
    HannahZhuSWE authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ebb79f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    98afa27 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    caf2b98 View commit details
    Browse the repository at this point in the history
  2. Remove CI/CD

    thomasgauvin authored May 9, 2023
    Configuration menu
    Copy the full SHA
    fd38659 View commit details
    Browse the repository at this point in the history
Loading