Commit graph

2671 commits

Author SHA1 Message Date
Ray Schamp
827942f910 Update ES6 Symbol polyfill
Apparently the one we are using isn't sufficient for one of our dependencies coming with scratch-gui, so update to a different one that is sufficient.
2018-03-30 10:51:22 -04:00
chrisgarrity
53ca763646 Add Error Boundary and Crash message
Added all the strings to general l10n as error boundary/crash message applies to all pages.
2018-03-30 10:51:22 -04:00
chrisgarrity
37437636ff FIx lint errors 2018-03-30 10:51:22 -04:00
Ray Schamp
79665e5986 Fix warnings on About 2018-03-30 10:49:58 -04:00
Ray Schamp
f375130190 Remove unrecognized props from Input
In the process, make Input into a stateless component, since apparently this state isn't ever changed.
2018-03-30 10:49:58 -04:00
Ray Schamp
34f39b1c0b Update to React 16, and dependent packages
The Splash page renders with this commit.
2018-03-30 10:49:58 -04:00
Ray Schamp
61c2bb148a Use country data from an NPM package
To prepare to upgrade react-telephone-input which removed this module
2018-03-30 10:49:58 -04:00
Ray Schamp
d0e83afcb9 Allow building only a single view 2018-03-30 10:49:58 -04:00
Ray Schamp
18ddbbfd18
Merge pull request #1826 from BryceLTaylor/clarifyReadMe
Clarify README and fix link on README to testing guide
2018-03-29 11:11:27 -04:00
Colby Gutierrez-Kraybill
89f731efa7 Add docker info and documentation 2018-03-27 15:14:07 -04:00
Colby Gutierrez-Kraybill
5b1891efdb node:8 is current 2018-03-27 14:11:24 -04:00
Kenny2github
82c651cece A New Beginning 2018-03-27 18:33:10 +08:00
Colby Gutierrez-Kraybill
70468321c5 Docker files
Completes first pass at dockerization
2018-03-23 15:50:01 -04:00
Colby Gutierrez-Kraybill
878116f949 Add protocol and localhost
With API_HOST and FALLBACK, need full protocol.  API_HOST must be localhost, as it’s the browser performing the local request and does not know the docker network hostnames assigned during docker-compose
2018-03-23 15:49:40 -04:00
Colby Gutierrez-Kraybill
d428025287 Need protocol
With API_HOST and FALLBACK, need full protocol.  API_HOST must be localhost, as it’s the browser performing the local request and does not know the docker network hostnames assigned during docker-compose
2018-03-23 15:49:02 -04:00
Bryce Taylor
c198c66066
Merge pull request #1836 from BryceLTaylor/addCypressTests
Add cypress tests
2018-03-23 09:19:38 -04:00
BryceLTaylor
d876c809ac Fix linting issues in Cypress test-footer-links test 2018-03-22 15:14:05 -04:00
BryceLTaylor
53e8d66a11 Linted Cypress test files with —fix 2018-03-22 15:06:37 -04:00
BryceLTaylor
3f169123d9 Delete cypress example files 2018-03-22 15:05:47 -04:00
BryceLTaylor
88de06f61b Setup Cypress linting 2018-03-22 15:01:51 -04:00
BryceLTaylor
7d8bd57714 Clarify README for the Cypress tests more. 2018-03-21 10:44:09 -04:00
BryceLTaylor
240780b859 Clarify README in the Cypress Tests 2018-03-21 10:42:41 -04:00
BryceLTaylor
057e000b12 Clarify and expand README for Cypress tests 2018-03-21 10:40:45 -04:00
chrisgarrity
b7900aca05
Merge pull request #1833 from chrisgarrity/feature/preview-project
Feature/preview project  - part 1 (elements 'above the fold')
2018-03-21 10:29:01 -04:00
BryceLTaylor
96f9ae40d4 Update git ignore for Cypress tests 2018-03-21 10:00:52 -04:00
BryceLTaylor
95303e7079 Add initial cypress tests 2018-03-21 10:00:23 -04:00
chrisgarrity
1b2050c58a cleanup 2018-03-20 20:19:48 -04:00
chrisgarrity
feda4416f3 Temporarily remove gui dependencies 2018-03-20 14:44:47 -04:00
Ray Schamp
91c6756878
Merge pull request #1690 from as-com/uglify-development
Don't run UglifyJS unless it's a production build
2018-03-19 14:00:08 -04:00
Ray Schamp
aee9f0c608 Fix linting
Something is off with our indentation rules. Possibly a bug in the version of eslint we're using?
2018-03-19 11:58:03 -04:00
chrisgarrity
c5ea057974
Merge pull request #1835 from JoelGritter/patch-2
Fix #1825
2018-03-19 10:00:38 -04:00
Joel Gritter
536e4c7e0b
Remove filled jobs
Removed: Designer, Learning Resource Designer, QA Engineer, Senior Backend Engineer
2018-03-17 18:50:04 -04:00
Joel Gritter
316a36f1ed Fix gh-1824: Add note about real names (#1830)
* Add note about real names as a new string

Fixes gh-1824
2018-03-16 16:18:17 -04:00
chrisgarrity
1c6b0dd64c Cleanup
Fixing lint problems and removing (most) unused code. I left user and session as they will get used soon even though they aren’t currently.
2018-03-15 17:40:16 -04:00
Andrew Sliwinski
7bf690df5e
Merge pull request #1821 from ktrvs/ktrvs-update-privacy-policy
Update privacy policy to be more clear. | Fixes #1803
2018-03-15 13:00:48 -04:00
chrisgarrity
9545e53c98 Close registration when full
Hotfix ready to deploy when conference registration has filled up.
2018-03-15 09:00:49 -04:00
chrisgarrity
f836c6e3a8 Adding in remix metadata
- Moved preview state into redux
- Gets remix credit if the project is a remix
- Shows up to 5 remixes (direct children?)
- handles empty remixes result (it’s not an array)
- Added Column component - based on Grid, but doesn’t use frameless to set width.
- allows trailing ‘/‘ on the URL
- cleaned up conditional content
2018-03-14 15:50:27 -04:00
chrisgarrity
79199d6d32 Placeholders for everything ‘above the fold’ 2018-03-08 15:57:19 -05:00
BryceLTaylor
8a01fd2bcf Add make translations line and explanation to To Run in README 2018-03-07 15:02:46 -05:00
BryceLTaylor
33d5ea8a0f Clarify the Update Packages section of README 2018-03-07 14:51:47 -05:00
BryceLTaylor
d6210cd791 Clarify changes to README in the To Build section 2018-03-07 14:11:40 -05:00
BryceLTaylor
9b7513278f Add explanations to sections of README 2018-03-02 16:23:27 -05:00
BryceLTaylor
4d37121a6d Update testing guide url 2018-03-02 16:18:33 -05:00
chrisgarrity
770e1a2ebf
Merge pull request #1822 from LLK/release/february-2018
February 2018 Release
2018-03-01 16:46:25 -05:00
Ray Schamp
cbbbb0d38f
Merge pull request #1818 from chrisgarrity/feature/gh1792-open-conf-reg
Conference March 1 update
2018-02-28 16:26:37 -05:00
Ray Schamp
4107975444
Merge pull request #1816 from jwzimmer/issue/gh-1814-update-wiki-link
Issue/gh 1814 update wiki link
2018-02-28 16:26:16 -05:00
Ray Schamp
bd224be0e4
Update footer to even newer expected URL 2018-02-28 15:58:48 -05:00
chrisgarrity
2d6327ba01 Update Northeastern accomodation info 2018-02-28 14:08:16 -05:00
chrisgarrity
f86bd01609 Remove obsolete code 2018-02-28 13:58:22 -05:00
Kerr
cf40bea072
Update privacy policy 2018-02-28 12:50:37 +00:00