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

Updated news - 09292020 #486

Merged
merged 2 commits into from
Sep 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
896 changes: 896 additions & 0 deletions .snyk

Large diffs are not rendered by default.

Binary file added assets/img/news/accessibility.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/news/ai.jpg
Binary file not shown.
Binary file removed assets/img/news/bday.jpeg
Binary file not shown.
Binary file added assets/img/news/rayvn.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/news/sara.jpeg
Binary file not shown.
28 changes: 14 additions & 14 deletions config/site/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,19 @@
"alt": "Federal Source Code Summit"
},
{
"title": "Federal Source Code Study Series Part 4: Cultural Beliefs",
"description": "We’re back with our fourth installment of the Federal Source Code Series...",
"url": "https://medium.com/codedotgov/federal-source-code-study-series-part-4-cultural-beliefs-15ef04ea812b",
"date": "07/14/2020",
"image": "/assets/img/news/fscslogo.png",
"alt": "Source Code Study Cultural Beliefs"
},
{
"title": "Better Know an Engineer: Sara Cope",
"description": "The Code.gov team is pleased to bring you a new series highlighting our amazing engineer friends...",
"url": "https://medium.com/codedotgov/code-gov-better-know-an-engineer-sara-cope-a840640bb96d",
"date": "06/12/2020",
"image": "/assets/img/news/sara.jpeg",
"title": "Front-End Updates Provide Greater Accessibility for America’s Code",
"description": "Last month we celebrated the 30th anniversary of the Americans with Disabilities Act...",
"url": "https://medium.com/codedotgov/all-access-code-gov-website-front-end-updates-provide-greater-accessibility-for-americas-code-e00fc5e76163",
"date": "08/27/2020",
"image": "/assets/img/news/accessibility.jpeg",
"alt": "Frontend Updates Improve Accessibility"
},
{
"title": "Better Know an Engineer: Rayvn Manuel",
"description": "We’re back with another installment of Better Know an Engineer...",
"url": "https://medium.com/codedotgov/code-gov-better-know-an-engineer-rayvn-manuel-46188c95218b",
"date": "08/13/2020",
"image": "/assets/img/news/rayvn.jpeg",
"alt": "Know an Engineer"
}
],
Expand Down Expand Up @@ -443,4 +443,4 @@
"images": {
"background": "./assets/img/logos/code-gov-light.svg"
}
}
}
6 changes: 4 additions & 2 deletions config/webpack/webpack.shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ module.exports = {
port: 8080
},
output: {
path: path.resolve(rootDir, 'dist'),
filename: 'js/[name].js'
chunkFilename: '[name].bundle.js',
filename: '[name].bundle.js',
path: OUTPUT_PATH,
publicPath: PUBLIC_PATH
},
module: {
rules: [
Expand Down
4 changes: 3 additions & 1 deletion cypress/integration/browse-projects-direct-nav.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ describe('browse projects page tests (direct nav)', () => {
})

it('properly filters projects by language', () => {
cy.get('input[value="HTML"]')
cy.get('#language .moreLessToggle')
.click({ force: true })
.get('input[value="HTML"]')
.check({ force: true })
// using wait not ideal: https://docs.cypress.io/guides/references/best-practices.html#Unnecessary-Waiting
// this will have to be refactored but was the only way I could get the test to pass
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Object {
"url": "https://digital.gov/event/2020/10/08/federal-source-code-summit-building-coding/",
},
Object {
"alt": "Source Code Study Cultural Beliefs",
"date": "07/14/2020",
"description": "We’re back with our fourth installment of the Federal Source Code Series...",
"image": "/assets/img/news/fscslogo.png",
"title": "Federal Source Code Study Series Part 4: Cultural Beliefs",
"url": "https://medium.com/codedotgov/federal-source-code-study-series-part-4-cultural-beliefs-15ef04ea812b",
"alt": "Frontend Updates Improve Accessibility",
"date": "08/27/2020",
"description": "Last month we celebrated the 30th anniversary of the Americans with Disabilities Act...",
"image": "/assets/img/news/accessibility.jpeg",
"title": "Front-End Updates Provide Greater Accessibility for America’s Code",
"url": "https://medium.com/codedotgov/all-access-code-gov-website-front-end-updates-provide-greater-accessibility-for-americas-code-e00fc5e76163",
},
Object {
"alt": "Know an Engineer",
"date": "06/12/2020",
"description": "The Code.gov team is pleased to bring you a new series highlighting our amazing engineer friends...",
"image": "/assets/img/news/sara.jpeg",
"title": "Better Know an Engineer: Sara Cope",
"url": "https://medium.com/codedotgov/code-gov-better-know-an-engineer-sara-cope-a840640bb96d",
"date": "08/13/2020",
"description": "We’re back with another installment of Better Know an Engineer...",
"image": "/assets/img/news/rayvn.jpeg",
"title": "Better Know an Engineer: Rayvn Manuel",
"url": "https://medium.com/codedotgov/code-gov-better-know-an-engineer-rayvn-manuel-46188c95218b",
},
],
}
`
`;