Skip to content

Commit

Permalink
feat: add BrowserID support to Tokenserver
Browse files Browse the repository at this point in the history
Closes #1215
  • Loading branch information
Ethan Donowitz committed Feb 28, 2022
1 parent 0e9b0f6 commit 9d90db3
Show file tree
Hide file tree
Showing 34 changed files with 2,477 additions and 1,007 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands:
- run:
name: Core Python Checks
command: |
flake8 src/tokenserver/verify.py
flake8 src/tokenserver
flake8 tools/integration_tests
flake8 tools/tokenserver
rust-clippy:
Expand All @@ -56,7 +56,7 @@ commands:
steps:
- run:
name: cargo build
command: cargo build --features tokenserver_test_mode
command: cargo build
setup-gcp-grpc:
steps:
- run:
Expand Down Expand Up @@ -226,6 +226,7 @@ jobs:
- run:
name: Build Docker image
command: docker build -t app:build .
no_output_timeout: 30m
# save the built docker container into CircleCI's cache. This is
# required since Workflows do not have the same remote docker instance.
- run:
Expand Down
Loading

0 comments on commit 9d90db3

Please sign in to comment.