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

set REACT_APP _API_ENDPOINT and _AUTHENTICATION_URL as props #1124

Merged
merged 24 commits into from
Nov 5, 2024

Commits on Oct 23, 2024

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

Commits on Oct 24, 2024

  1. add index file

    conorriches committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    948309e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2d0b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3a5ebb2 View commit details
    Browse the repository at this point in the history
  2. Py-enigma-support (#1109)

    Annoyingly py-enigma is relatively old and unmaintained but regularly
    used in platforms like Ada. The maintainer hasn't included a wheel in
    the distribution so can't be dynamically installed via micropip. I built
    one from the `tar.gz` file instead and included alongside or other
    custom install packages using the command:
    ```
    python -m pip wheel https://files.pythonhosted.org/packages/91/4e/44327ad4a5960de12d86d39e1797f3ab67396a17d82182e8fc1b5ef347e5/py-enigma-0.1.tar.gz
    ```
    where the `tar.gz` file location came from the location in PyPI -
    https://pypi.org/project/py-enigma/#files
    sra405 authored and conorriches committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7bb4f5e View commit details
    Browse the repository at this point in the history
  3. Editor project image too large (#1126)

    closes #1115
    
    ---------
    
    Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com>
    Co-authored-by: Lois Wells <[email protected]>
    2 people authored and conorriches committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ad705b1 View commit details
    Browse the repository at this point in the history
  4. v0.28.5 (#1127)

    ### Fixed
    
    - Image sizing and wrapping in the sidebar (#1126)
    loiswells97 authored and conorriches committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    41b2650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0b0bd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. update tests

    conorriches committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    937a139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e96957 View commit details
    Browse the repository at this point in the history
  3. changelog

    conorriches committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f85383b View commit details
    Browse the repository at this point in the history
  4. add default

    conorriches committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b340f7b View commit details
    Browse the repository at this point in the history
  5. changelog

    conorriches committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7db8328 View commit details
    Browse the repository at this point in the history
  6. lint

    conorriches committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bf7f2cc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    727da9c View commit details
    Browse the repository at this point in the history
  2. spec

    conorriches committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5c3ca2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850479b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    14b1f3b View commit details
    Browse the repository at this point in the history
  2. cypress config

    conorriches committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    64c82ba View commit details
    Browse the repository at this point in the history
  3. update test

    conorriches committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7d87605 View commit details
    Browse the repository at this point in the history
  4. remove test

    conorriches committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    beb21bd View commit details
    Browse the repository at this point in the history
  5. add env var to test flow

    conorriches committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1046683 View commit details
    Browse the repository at this point in the history
  6. reinstate tests

    conorriches committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a538c9d View commit details
    Browse the repository at this point in the history
  7. Update src/web-component.html

    Co-authored-by: Scott Adams <[email protected]>
    conorriches and sra405 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c5c46d2 View commit details
    Browse the repository at this point in the history