Skip to content

Commit

Permalink
🎨 Refactor core config (#214)
Browse files Browse the repository at this point in the history
* Partial progress

* Add comments to new config code.

* Additional progress

* Revert "Additional progress"

This reverts commit b73699c.

* Finish refactoring project to use passed-state instead of global state

* Test new configs and fix StumpCore docs.

* Fix all them doctests

* Remove unnecessary utils module in server.

* Handle allowed_origins properly.

* Cloning strings is silly.

* Update cargo lock

* Complete removal of env-based configs.

* Fix mispelling

* Reverse change to session save fn - it broke things.

* Modify scripts to support building on windows

* Finishing touches

* Address comments on first revision of pull request.

* Can disable the clap env feature in the cli now.

---------

Co-authored-by: Aaron Leopold <36278431+aaronleopold@users.noreply.github.com>
  • Loading branch information
JMicheli and aaronleopold authored Dec 10, 2023
1 parent 881b5cf commit 58b25d9
Show file tree
Hide file tree
Showing 49 changed files with 1,192 additions and 865 deletions.
166 changes: 119 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ urlencoding = "2.1.3"

### DEV UTILS ###
specta = "1.0.5"
tempfile = "3.8.1"

### AUTH ###
bcrypt = "0.15.0"
Expand Down
Loading

0 comments on commit 58b25d9

Please sign in to comment.