Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CubbyTeam/CubbyServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: workspace
Choose a base ref
...
head repository: CubbyTeam/CubbyServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 19, 2021

  1. Merge pull request #9 from CubbyTeam/workspace

    Add workspaces, admin
    sboh1214 authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5a93a06 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. ✨ made configuration

    - removed main.rs (middleware is library)
    - added small documentation for middleware (features of middleware)
    - added configuration for server
    - added configuration for auth server
    - added documents for configuration
    - added example for using `Config` and `AuthServer`
    - added function to make `rustls::ServerConfig` (todo)
    - reformatted Cargo.toml and added `include` part of `package` in
      Cargo.toml
    - will be using tokio + rustls for connection in connection
    
    Since there was no actual code running, no test was written.
    buttercrab committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6159751 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. 📝 added documents to config.rs

    - changed comments to doc comments
    - removed `make_tls_config` function
    - changed `rustls::ServerConfig` to `key_path` and `cert_path`
    - removed `custom_debug_derive` dependency
    - added `serde` dependency
    - changed example in document
    buttercrab committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fb9d4f9 View commit details
    Browse the repository at this point in the history
  2. 🏗 added into attribute

    buttercrab committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9eb477a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Sep 1, 2021

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

Commits on Sep 2, 2021

  1. Merge pull request #11 from CubbyTeam/admin

    Export admin folder to CubbyAdmin
    sboh1214 authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    695c17c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    3d0c860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2146fdb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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