Commit Graph

71 Commits

Author SHA1 Message Date
Cassie Tarakajian 6d749615cc Start integrating accessibility changes to storybook feature 2020-05-09 00:52:48 -04:00
Cassie Tarakajian 148ab78466 Resolve merge conflicts with master 2020-05-07 19:12:44 -04:00
Cassie Tarakajian 8bf4008c51 Migrate from React-InlineSVG to SVGR 2020-05-06 14:43:46 -04:00
Mayank Gautam 720a897dca added script to generate and update syntax highlighting files 2020-04-30 12:17:18 +05:30
Andrew Nicolaou 499c17ec86 Merge branch 'master' into feature/storybook 2020-04-19 12:19:37 +02:00
Cassie Tarakajian c433809bb8 Move husky and lint-staged to dev dependencies 2020-04-15 16:31:15 -04:00
alok singh f780a63db8 add husky and lint-staged 2020-04-13 00:22:17 +05:30
Cassie Tarakajian 2082ae1237 Re #1373, upgrade CSSLint to latest 2020-04-09 18:52:06 -04:00
Cassie Tarakajian f1dd9f44ef
Merge pull request #1340 from processing/feature/public-api
Merge Collections to Master
2020-03-30 16:07:53 -04:00
Elit Altum 06bca997ee
fix(file.controller.js): set headers for file extensions from MIME -I1218 (#1330)
* fix(file.controller.js): set headers for file extensions from MIME - I1218
* Use name to work out content type and provide fallback

Co-authored-by: Andrew Nicolaou <me@andrewnicolaou.co.uk>
2020-03-27 13:00:50 +01:00
Cassie Tarakajian 5654ed1922 Merge branch 'master' into feature/public-api 2020-03-03 12:49:32 -05:00
Cassie Tarakajian e776bc0ac0 Upgrade node version to 12.16.1, update Node installatino docs 2020-02-25 17:14:50 -05:00
Cassie Tarakajian 954d632276 Merge master 2020-01-28 18:07:07 -05:00
Cassie Tarakajian 737522dc7c Run npm upgrade to update many outdated packages 2020-01-28 17:47:12 -05:00
Andrew Nicolaou 000f6d0ea3 Adds theme 2020-01-19 22:05:16 +01:00
Andrew Nicolaou b2a509bd0f Add action, knobs and docs add-ons 2020-01-19 17:46:09 +01:00
Andrew Nicolaou 30e280a161 Add storybook 2020-01-19 16:31:13 +01:00
Andrew Nicolaou 4ee7548286 Add styled-components to project 2020-01-19 16:15:45 +01:00
Cassie Tarakajian 0d061a9dea merge in master 2019-11-07 15:03:01 -05:00
dependabot[bot] cee9fa7441
Bump mongoose from 4.13.18 to 5.7.5
Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.18 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/4.13.18...5.7.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 00:55:28 +00:00
Cassie Tarakajian 5900e62904 unify navigation for authentication pages, add authorization to front end, fixes #650 2019-09-19 13:38:27 -04:00
Cassie Tarakajian 7f2529a973 merge master 2019-09-11 19:05:15 -04:00
Cassie Tarakajian 8054a532d7
Update to webpack 4 (#1145)
* remove some of the react errors, start to fix webpack HMR errors

* start upgrade to webpack 4

* more stuff to update webpack

* update webpack configs to work with webpack 4

* remove linting from truncate script
2019-08-28 16:08:40 -04:00
siddhant d7837a62be Add sorting to sketches #789 (#910)
* reselect added

* Added Reselect Sorting

* Refactor App

* added svgs

* Refactor

* Fixed Issues

* re: #789, update sorting styling, create sorting actions and reducers, add sort by sketch name

* re #789, change names of svg icons

* re: #789, use orderBy instead of sortBy, fix styling jumps
2019-07-22 16:16:17 -04:00
Cassie Tarakajian e2676ecda7 for #950, update babel to v7 (#1077)
* for #950, upgrade babel to v7

* fix linting errors

* for #950, remove @babel/core from devDependencies (so it's only in dependencies) and change babel-loader config to use .babelrc

* for #950, changes to .babelrc to make  work

* for #950, include core-js modules in webpack config for IE support with babel/plugin-syntax-dynamic-import

* for #950, update babel and associated packages to LTS
2019-07-22 16:16:17 -04:00
Cassie Tarakajian 4381c76758 update axios to latest version 2019-07-22 16:09:11 -04:00
Cassie Tarakajian 81cc10de97 update axios to latest version 2019-06-18 15:38:21 -04:00
Andrew Nicolaou d6438aa3b2 Merge branch 'master' into feature/public-api 2019-06-12 12:03:22 +02:00
Andrew Nicolaou d2cad7438e
Test create project server code (prep for #1095)
* upgrades jest to latest version

* tests Project model with mockingoose

* extracts createProject controller to own file

* tests createProject controller with sinon-mongoose
2019-06-12 11:27:28 +02:00
Andrew Nicolaou f8d6cb4940 Merge branch 'master' into feature/public-api 2019-06-11 09:59:22 +02:00
siddhant b7df80a96c Add sorting to sketches #789 (#910)
* reselect added

* Added Reselect Sorting

* Refactor App

* added svgs

* Refactor

* Fixed Issues

* re: #789, update sorting styling, create sorting actions and reducers, add sort by sketch name

* re #789, change names of svg icons

* re: #789, use orderBy instead of sortBy, fix styling jumps
2019-06-06 17:17:33 -04:00
Cassie Tarakajian 18f646bde9
for #950, update babel to v7 (#1077)
* for #950, upgrade babel to v7

* fix linting errors

* for #950, remove @babel/core from devDependencies (so it's only in dependencies) and change babel-loader config to use .babelrc

* for #950, changes to .babelrc to make  work

* for #950, include core-js modules in webpack config for IE support with babel/plugin-syntax-dynamic-import

* for #950, update babel and associated packages to LTS
2019-06-05 12:05:31 -04:00
Andrew Nicolaou a860762683 Adds passport-http to package-lock.json 2019-05-29 12:51:50 -04:00
Cassie Tarakajian 5abf4c4e06
fixes #1026 (#1028) 2019-04-11 16:25:37 -04:00
Cassie Tarakajian 00a3e9b2b5 update package-lock.json 2019-03-05 16:28:54 -05:00
siddhant1 ef39b07205 Removed Moment' 2019-03-05 19:36:01 +05:30
Cassie Tarakajian 883a1cc2f6 update package-lock.json 2019-03-04 12:51:45 -05:00
siddhant1 b6e2c4c983 Migrated from momentjs to date-fns 2019-03-02 15:05:40 +05:30
Cassie Tarakajian 74ec1ba5bf
fixes #725 by updating jshint (#848) 2019-02-25 16:52:07 -05:00
Cassie Tarakajian 68c36c6dfb fix broken package-lock.json 2019-02-20 14:49:37 -05:00
Cassie Tarakajian 8d5ac723de update package-lock.json 2019-02-20 14:25:02 -05:00
Sepand Ansari e1ef323e9b Add jest/enzyme and a simple unit test 2019-01-25 17:21:10 -05:00
Cassie Tarakajian 7bd016bac3
fixes #785, update node, and everything else that comes along with that (#810) 2019-01-16 17:56:18 -05:00
Cassie Tarakajian 2daeb683ff update package-lock.json again, because this file continues to confuse me 2019-01-16 12:51:45 -05:00
Peter Blazejewicz 6d2a6cd9f8 Remove warning from build output updating node-sass (#792)
* Remove warning from build output updating node-sass

This updates minor version of `node-sass` removing warning about CSS
imports in SCSS files:
@sass/node-sass#2362

The primer-tooltips import uses CSS, not SCSS causing that deprecation
warning during build before `node-sass@4.11.*`.

Thanks!

* update package-lock.json too
2019-01-08 17:51:26 -05:00
Cassie Tarakajian df3b8b5d45 update package-lock.json, a file that continues to confuse and baffle me 2018-12-21 16:03:29 -05:00
Joey Lee 597a6637cb Generative Design Examples: Updated githack cdn to jsDelivr (#779)
* replaced () with {} to fix implicit return error

* added first version of fetching generative-design examples

* ignore local testing files

* formatting

* updated examples-gg-latest

* updated examples-gg-latest.js

- data files not served via rawgit - hallelujah!
- added jquery

* updated p5 version

* refactoring and code cleanup

* added comment

* comment out link to svgFiles - unused

* moved commented code

* fixed conflicts

* linted examples-gg-latest

* changed branch ref to master

* rm spaces

* updated url links with https for jquery and set branch to dev-updates for testing

* changed branched ref to master

* removed console.log of response.data to prevent logging user data to console

* fixed linting error

* updated p5 version from 0.7.1 to 0.7.2

* updated rawgit to jsdelivr cdn
2018-12-11 15:03:20 -05:00
Cassie Tarakajian 04191fbaab fixes #551 2018-10-03 16:48:44 -04:00
Cassie Tarakajian 0f0be1f956 fix file uploads by updating mongoose 2018-08-30 21:00:29 -04:00
Cassie Tarakajian bd476d3d38 add basic auth to server for beta editor setup 2018-08-21 16:09:41 -04:00