-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Self-service building (backend pieces) (#39)
* Add query to get a user's groups so that the frontend can display a list of folders they can put a new environment in * Document LDAP config * Properly format exceptions from backend Converting an exception to a string just extracts the message – you don't get to see what type the exception was, which is critical. * Install watchfiles in dev This is required for the server to efficiently restart on file changes. * Return useful error when builder connection fails * Make builder URL configurable * Send package versions to builder * Make it possible to export the GraphQL schema with `strawberry export-schema softpack_core.graphql:GraphQL.schema` * Eagerly create softpack.yml when build queued * Upgrade jinja2: Closes #34 * Remove requirements.txt This isn't used for anything??
- Loading branch information
Showing
13 changed files
with
309 additions
and
62 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.