-
Notifications
You must be signed in to change notification settings - Fork 16
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
Simplify start page #310
Merged
Merged
Simplify start page #310
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c5dbc9c
feat: obtain parameter from config, session, request
jimlambie 372e283
chore: package lock
jimlambie 3e1414c
refactor: remove underscorejs from ds module
jimlambie db275e5
Merge branch 'develop' of https://github.com/dadi/web into feature/da…
jimlambie 5f6adc0
feat: inject parameters into chained ds endpoints
jimlambie 795215d
refactor: remove underscore from view/public.js
jimlambie 0d1df82
refactor: remove underscore usage
jimlambie b9416e3
refactor: favour const over let
jimlambie fa0195a
style: fix JSON indents
jimlambie b6e8f36
refactor: remove underscore usage
jimlambie f99e12f
refactor: remove underscorejs usage
jimlambie 824c909
refactor: remove underscorejs usage
jimlambie f719c43
refactor: remove underscore usage
eduardoboucas dd70e56
refactor: remove underscorejs usage
jimlambie a05eb8d
refactor: remove underscorejs usage
jimlambie e5484e0
fix: return first component in array
jimlambie 9aa39e1
fix: disable coverage check
jimlambie bfd1672
refactor: remove underscore usage
eduardoboucas 7c95d03
Merge branch 'feature/datasource-parameter-extension' of github.com:d…
eduardoboucas f1863ad
Merge branch 'feature/datasource-parameter-extension' of https://gith…
jimlambie a730262
style: standardjs
jimlambie ee2e03a
chore: update package, remove underscore dependency 🎉
jimlambie c2095c0
feat: allow modification of ds endpoint from a special event
jimlambie 307943e
feat: remove underscore from test files #198
e357f73
feat: new default page
c06de2d
Merge branch 'develop' of https://github.com/dadi/web into feature/es…
1682604
fix: tests
2c3676e
fix: tests
180a10d
fix: tests
b49168a
fix: tests
f3a58eb
fix: tests
1570abe
fix: coverage badge
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks a bit odd, Eduardo had an issue with this earlier too. Modify scripts/coverage.js to not do the badgeUrl.replace step...