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

Implements Hamilton UI -- OS from previously closed source #840

Merged
merged 5 commits into from
Apr 24, 2024
Merged

Conversation

elijahbenizzy
Copy link
Collaborator

This has the following components:

  1. Frontend -- React + typescript app that works together with the server
  2. Backend -- Django app connected to a postgres DB + blob store. Configurable. Defaults to no authentication in local mode, but can be connected with PropelAuth.
  3. Deployment -- tools for docker-compose deployment
  4. Documentation -- minimally documented for now but has enough to get started

Note that this does not yet enable tests/github actions, that will be done in the next few steps. That said, they exist for now.

This has the following components:
1. Frontend -- React + typescript app that works together with the
   server
2. Backend -- Django app connected to a postgres DB + blob store.
   Configurable. Defaults to no authentication in local mode, but can be
   connected with PropelAuth.
3. Deployment -- tools for docker-compose deployment
4. Documentation -- minimally documented for now but has enough to get
   started

Note that this does not yet enable tests/github actions, that will be
done in the next few steps. That said, they exist for now.
@elijahbenizzy elijahbenizzy force-pushed the hamilton-ui branch 16 times, most recently from 1ea6694 to 4a19f90 Compare April 23, 2024 21:53
We're using github actions so we can conditionally skip it.
@elijahbenizzy elijahbenizzy force-pushed the hamilton-ui branch 8 times, most recently from f8c8ada to 7f7b76c Compare April 23, 2024 22:56
This just tests a build/lint process. We're using github actions for all
new ones so we can do conditional/iterate faster.
@elijahbenizzy elijahbenizzy marked this pull request as ready for review April 23, 2024 23:03
Github actions can filter on changes based on directory path.
@skrawcz skrawcz merged commit bf714c1 into main Apr 24, 2024
24 of 26 checks passed
@skrawcz skrawcz deleted the hamilton-ui branch April 24, 2024 06:05
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.

None yet

2 participants