-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conorriches
temporarily deployed
to
previews/1124/merge
October 23, 2024 15:04
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 24, 2024 11:05
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 24, 2024 16:14
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 29, 2024 12:15
— with
GitHub Actions
Inactive
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
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]>
conorriches
temporarily deployed
to
previews/1124/merge
October 29, 2024 12:16
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 29, 2024 12:16
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 31, 2024 14:36
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 31, 2024 14:43
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 31, 2024 15:00
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 31, 2024 16:22
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
October 31, 2024 16:22
— with
GitHub Actions
Inactive
conorriches
changed the title
move REACT_APP_API_ENDPOINT and REACT_APP_AUTHENTICATION_URL out of f…
set REACT_APP _API_ENDPOINT and _AUTHENTICATION_URL as props
Oct 31, 2024
sra405
reviewed
Nov 4, 2024
sra405
reviewed
Nov 4, 2024
sra405
reviewed
Nov 4, 2024
sra405
reviewed
Nov 4, 2024
conorriches
temporarily deployed
to
previews/1124/merge
November 4, 2024 22:38
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 10:08
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 10:54
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 11:13
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 11:26
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 11:46
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 11:52
— with
GitHub Actions
Inactive
conorriches
temporarily deployed
to
previews/1124/merge
November 5, 2024 12:50
— with
GitHub Actions
Inactive
sra405
reviewed
Nov 5, 2024
Co-authored-by: Scott Adams <[email protected]>
sra405
approved these changes
Nov 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪 this is awesome!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Closes https://github.com/RaspberryPiFoundation/learner-experience-integration-tests/issues/5
Description
src/utils/apiCallHandler.js
src/utils/userManager.js
public/index.html
added which provides a handy link to the web-component.html rather than just a directory listing