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

[#153072577] First steps to admin app: Base rails app with OAuth #1

Merged
merged 40 commits into from
Dec 14, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
559d794
rails new
Dec 4, 2017
ee66fb9
Create LICENSE
Dec 4, 2017
b611a66
Remove coffee-rails
camelpunch Dec 4, 2017
6e3d343
Set Ruby version to 2.4.2
camelpunch Dec 4, 2017
13d56e9
CF manifest
camelpunch Dec 4, 2017
0bf1c4a
add ./bin to PATH for direnv users
camelpunch Dec 4, 2017
dfda3e6
Set up / to always redirect to OAUTH_REDIRECT_URL
camelpunch Dec 5, 2017
776877a
clean Gemfile of comments
camelpunch Dec 5, 2017
800b7f6
Remove some gems we don't yet need
camelpunch Dec 5, 2017
714612e
Use omniauth to redirect to UAA
camelpunch Dec 5, 2017
4724cc7
Handle response from UAA, display token.
camelpunch Dec 5, 2017
15c443b
Move before_action to application controller
camelpunch Dec 5, 2017
6f2936a
Tidy up omniauth stuff after spec examples
camelpunch Dec 5, 2017
b7757fc
Switch to capybara
camelpunch Dec 5, 2017
5f15b63
use latest omniauth-uaa-oauth2
camelpunch Dec 5, 2017
709c020
Tidy feature spec
camelpunch Dec 5, 2017
d0c6896
Begin sketching a CF client interface
camelpunch Dec 6, 2017
cfa8756
Fix bundler binstub
camelpunch Dec 6, 2017
7b59785
Skip OmniAuth UAA TLS validation from ENV in dev
camelpunch Dec 6, 2017
222a005
Add Faraday, an HTTP client
camelpunch Dec 6, 2017
231b99e
Use gds-way .editorconfig
Dec 6, 2017
8880207
Construction duck
Dec 7, 2017
4134ee1
Implement basic CF Client for testing token
camelpunch Dec 6, 2017
2e0679b
Ensure token has not expired
henrytk Dec 7, 2017
ef885ec
Rename environment variables for consistancy with other paas-things
Dec 7, 2017
1b2cc9c
skip integration tests unless CONTRACT_TEST_TOKEN
Dec 7, 2017
2858637
README and helper scripts
Dec 7, 2017
0cb2c11
Add instructions for running locally
henrytk Dec 8, 2017
2ec41d5
add travis.yml
Dec 8, 2017
eff6e3f
Add/configure rubocop
Dec 11, 2017
b52b35f
Rename Rails.configuration.api_endpoint
Dec 11, 2017
db43048
Enable recormended RSpec defaults
Dec 11, 2017
a6976df
Rubocop corrections
Dec 11, 2017
216d3a1
Enable Rubocop in Travis
Dec 12, 2017
2c0437d
"design mode" RAILS_ENV=design
Dec 12, 2017
02bda56
Ignore vendor dir
Dec 12, 2017
3e5e30b
Favour documentation over scripts/envrc magic
Dec 12, 2017
247d5d5
Optional CF_* env variables for unit tests
Dec 12, 2017
0fa2101
Inherit rubocop config from govuk-lint
Dec 14, 2017
6d68e91
Rubocop fixes after enabling rspec cops.
Dec 14, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading