-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update build.sh #73
Draft
kishore03109
wants to merge
56
commits into
master
Choose a base branch
from
amplify
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Update build.sh #73
Conversation
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
Added `git lfs install` back to amplify build.
Fix: add accounts.google to frame-src
Update customHttp.yml
Feat: add datastudio (amplify)
Feat: add lookerstudio.google.com (amplify)
…amplify Feat/add inline script for GTM amplify
Add wizgov to csp (amplify)
Allow sgid (amplify)
Update wizgov endpoint (amplify)
chore/staging wizgov amplify
* Update customHttp.yml * Update customHttp.yml * Update customHttp.yml
* feat/add script-src for gtm load time * Update customHttp.yml
* fix(algolia): allow for batching to work * chore(url): rm redundant url * chore(url): remove redundant url
* feat: lock-deps * fix: add install on build
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @kishore03109 and the rest of your teammates on Graphite |
* feat: remove referrer policy * TODO: rvert * test policy * add noreferrer fallback for old browsers * revert change * revert to use next-gen * revert build.sh --------- Co-authored-by: Harish V <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update build.sh
Update build.sh
Update build.sh
Update build.sh (#21)
Added
git lfs install
back to amplify build.chore: moved JEKYLL_ENV out of build.sh and into Amplify env vars.
feat: Install git lfs if available without throwing an error.
feat: added customHttp.yml to overrides for Amplify builds.
fix: tweak customHttp.yml to fix Amplify headers.
fix: tweaked build.sh for customHttp.yml debugging.
fix: attempt to fix customHttp.yml
Update customHttp.yml
Update customHttp.yml
Update build.sh
fix: removed netlify.toml and customHttp.yml
chore: find a tool that can parse and write yml files.
chore: try to install yq
chore: try other ways to install yq.
fix: bring back the customHttp.yml override.
fix: write customHttp.yml to the correct location.
feat: add Strict-Transport-Security header.
chore: Added comment to cuttomHttp.yml's Strict-Transport-Security header.
Update customHttp.yml
Merge pull request #30 from opengovsg/fix/google-calendar
Fix: add accounts.google to frame-src
Update customHttp.yml
Merge pull request #33 from opengovsg/feat/add-google-floodlight-amplify
Update customHttp.yml
Update customHttp.yml
Merge pull request #35 from opengovsg/feat/datastudio-amplify
Feat: add datastudio (amplify)
Feat: add lookerstudio.google.com
Merge pull request #37 from opengovsg/feat/add-lookerstudio-amplify
Feat: add lookerstudio.google.com (amplify)
Feat/add inline script for GTM amplify
Update customHttp.yml for GTM
Merge pull request #39 from opengovsg/Feat/add-inline-script-for-GTM-amplify
Feat/add inline script for GTM amplify
Update customHttp.yml
Merge pull request #41 from opengovsg/feat/wizgov-amplify
Add wizgov to csp (amplify)
Update customHttp.yml
Merge pull request #43 from opengovsg/feat/allow-sgid-amplify
Allow sgid (amplify)
Update customHttp.yml
Merge pull request #45 from opengovsg/chore/update-wizgov-amplify
Update wizgov endpoint (amplify)
chore/staging wizgov amplify
Merge pull request #47 from opengovsg/chore/staging-wizgov-amplify
chore/staging wizgov amplify
Feat/wogaa amplify (#49)
Update customHttp.yml
Update customHttp.yml
Update customHttp.yml
Update customHttp.yml (#51)
feat(sass): compress SASS styles (#52)
Update customHttp.yml (#54)
chore/amplify authmiddleware.ap.sabio.cloud (#57)
feat/datagov-api amplify (#59)
Add https://vimeo.com to frame-src (#61)
feat/add script-src for gtm load time (#64)
feat/add script-src for gtm load time
Update customHttp.yml
chore: add *.data.gov.sg to frame-src (#65)
fix(algolia): allow for batching to work (#67)
fix(algolia): allow for batching to work
chore(url): rm redundant url
chore(url): remove redundant url
chore(amplify): lock-deps (#71)
feat: lock-deps
fix: add install on build