-
Notifications
You must be signed in to change notification settings - Fork 166
RC 230 #7388
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
Merged
Merged
RC 230 #7388
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fb7bd24
Remove unreachable blank config lockout default logic (#7357)
aduth db38500
LG-8056 Encrypt document submissions and write them to S3 (#7351)
jmhooper 3acc3c1
LG-8139: Increase max OTP confirmation attempts (#7358)
aduth 2d40717
LG-8046: stop webauthn platform for new registrations/accounts (#7338)
mdiarra3 c60cc04
Drop ial2_quota tables (#7339)
zachmargolis d88159b
Shannon/lg 7522 update contact strings (#7362)
svalexander 40bc78f
Drop proofing_costs table (LG-8028) (#7346)
zachmargolis 66f4612
Try to fix flakey email spec (#7359)
aduth bb10489
Fix flakey IPP sample data rake spec (#7363)
aduth 42165e1
Add configurable phone carrier registration blocklist (#7366)
99943ab
Remove unused PartnerApiReport(#7372)
zachmargolis 64d8786
Prepare build-sass package for publish (#7370)
aduth 101eafd
Remove files from knapsack report that no longer exist (#7373)
zachmargolis fb453aa
LG-8068: Increase # of times voice message repeats when sending MFA c…
jmdembe 817e6dc
Updating pg_query since the 2.1 version wouldn't compile on my mbp. (…
solipet 7d2fa8d
LG-7927: Changes route method for USPS location data (#7367)
allthesignals 961b48a
Fix flakey email spec (#7382)
aduth d6016e4
LG-7987 simplify analytics spec for readability (#7375)
jscodefix 9850630
Validate email domains are ASCII to better align with AWS Simple Emai…
245d4ed
Remove unused method (#7387)
zachmargolis 47d0e2c
LG-8156: Updating to Acuant SDK 11.7.1 (#7378)
eric-gade 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ## 1.0.0 | ||
|
|
||
| - Initial release |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # License | ||
|
|
||
| As a work of the [United States government](https://www.usa.gov/), this project is in the public domain within the United States of America. | ||
|
|
||
| Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication. | ||
|
|
||
| ## CC0 1.0 Universal Summary | ||
|
|
||
| This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode). | ||
|
|
||
| ### No Copyright | ||
|
|
||
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. | ||
|
|
||
| You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission. | ||
|
|
||
| ### Other Information | ||
|
|
||
| In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights. | ||
|
|
||
| Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer. |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| # `@18f/identity-build-sass` | ||
|
|
||
| Stylesheet compilation utility with reasonable defaults and fast performance. | ||
|
|
||
| Why use it? | ||
|
|
||
| - ⚡️ **It's fast**, since it uses native Dart Sass binary through [`sass-embedded`](http://npmjs.com/package/sass-embedded), and the Rust-based [Lightning CSS](https://www.npmjs.com/package/lightningcss) for autoprefixing and minification. | ||
| - 💻 **It includes a CLI**, so it's easy to integrate with command-based build pipelines like NPM scripts or Makefile. | ||
| - 🚀 **It has relevant defaults**, as as to require as little additional configuration as possible. | ||
|
|
||
| Default behavior includes: | ||
|
|
||
| - Optimizations enabled based on the `NODE_ENV` environment variable. | ||
| - Autoprefixer configuration based on the current project's [Browserslist](https://browsersl.ist/) configuration. | ||
| - Automatically adds `node_modules` as a loaded path for Sass compilation. | ||
| - Output filenames derived from the input filenames (`main.css.scss` becomes `main.css`). | ||
|
|
||
| ## Usage | ||
|
|
||
| ### CLI | ||
|
|
||
| Invoke the included `build-sass` executable with the source files and any relevant command flags. | ||
|
|
||
| ``` | ||
| npx build-sass path/to/sass/*.css.scss --out-dir=build | ||
| ``` | ||
|
|
||
| Flags: | ||
|
|
||
| - `--out-dir`: The output directory | ||
| - `--watch`: Run in watch mode, recompiling files on change | ||
|
|
||
| ### API | ||
|
|
||
| #### `buildFile` | ||
|
|
||
| Compiles a given Sass file. | ||
|
|
||
| ```ts | ||
| function buildFile( | ||
| file: string, | ||
| options: { | ||
| outDir: string, | ||
| optimize: boolean, | ||
| ...sassOptions: SassOptions<'sync'>, | ||
| }, | ||
| ): Promise<SassCompileResult>; | ||
| ``` | ||
|
|
||
| ## License | ||
|
|
||
| This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/). | ||
|
|
||
| All contributions to this project will be released under the CC0 dedication. By submitting a pull request or issue, you are agreeing to comply with this waiver of copyright interest. |
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,30 @@ | ||
| { | ||
| "name": "@18f/identity-build-sass", | ||
| "private": true, | ||
| "version": "1.0.0", | ||
| "private": false, | ||
| "description": "Stylesheet compilation utility with reasonable defaults and fast performance.", | ||
| "type": "module", | ||
| "bin": { | ||
| "build-sass": "./cli.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/18f/identity-idp.git", | ||
| "directory": "app/javascript/packages/build-sass" | ||
| }, | ||
| "files": [ | ||
| "index.js", | ||
| "cli.js" | ||
| ], | ||
| "license": "CC0-1.0", | ||
| "bugs": { | ||
| "url": "https://github.com/18f/identity-idp/issues" | ||
| }, | ||
| "homepage": "https://github.com/18f/identity-idp", | ||
| "dependencies": { | ||
| "browserslist": "^4.21.4", | ||
| "chokidar": "^3.5.3", | ||
| "lightningcss": "^1.16.0", | ||
| "sass-embedded": "^1.55.0" | ||
| "lightningcss": "^1.16.1", | ||
| "sass-embedded": "^1.56.1" | ||
| } | ||
| } |
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.
Confused how this diff is here since it was also in #7376 🤔
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.
I. dont know. i noticed that as well.