Commit Graph
100 Commits
Author SHA1 Message Date
Drew Larson 71e916af40 Use proper type. 2017-05-23 19:27:57 -06:00
Drew Larson 330d99579a Set state properly. 2017-05-23 19:27:57 -06:00
Drew Larson 8e619d6ae2 Add keys. 2017-05-23 19:27:57 -06:00
Drew Larson 98dd04b129 Update checkbox values. 2017-05-23 19:27:57 -06:00
Drew Larson 152b268d52 Update title to make it clear bike is stolen. 2017-05-23 19:27:57 -06:00
Drew Larson 6aa7614a8b Refactor form. 2017-05-23 19:27:56 -06:00
Drew Larson 5d2514917f Formatting. 2017-05-23 19:27:56 -06:00
Drew Larson 523bfa203b Add to propTypes. 2017-05-23 19:27:56 -06:00
Drew Larson 1f07e7dbe5 Reformatted form. 2017-05-23 19:27:56 -06:00
Drew Larson 63ff3f5ce7 Add endpoint to check cpic. 2017-05-23 19:27:56 -06:00
Drew Larson 1e0f1cd496 Include available states to transition to. 2017-05-23 19:27:56 -06:00
Drew Larson 5d85579a4f Clean up from rebase. 2017-05-23 19:27:56 -06:00
Drew Larson 329980ccb1 Cleanup. 2017-05-23 19:27:56 -06:00
Drew Larson 1d12c57ff6 More cleanup. 2017-05-23 19:27:56 -06:00
Drew Larson 8c56836950 Little bit of cleanup. 2017-05-23 19:27:56 -06:00
Drew Larson c57fd3a88d Sort imports. 2017-05-23 19:27:56 -06:00
Drew Larson fe62864c0b Add shippable config. 2017-05-23 19:27:56 -06:00
Drew Larson fc01d733eb Downgrade material-ui. 2017-05-23 19:27:56 -06:00
Drew Larson 8b4af40a10 Fix some stuff from rebase. 2017-05-23 19:27:15 -06:00
Drew Larson ea0b2b1052 Partial Bike table and edit modal. 2017-05-23 19:27:14 -06:00
Drew Larson 7bb1f80435 Convert to moment-timezone. 2017-05-23 19:26:33 -06:00
Drew Larson db54ec11ee Ignore npm’s debug log. 2017-05-23 19:26:33 -06:00
Drew Larson f502b9757f Add json-loader for moment-timezone. 2017-05-23 19:26:33 -06:00
Drew Larson d30373b22b Update. 2017-05-23 19:26:33 -06:00
Drew Larson 970a9a3eef Use channel to dispatch an action to check CPIC. 2017-05-23 19:25:36 -06:00
Drew Larson 3ef3723d01 More endpoints. 2017-05-23 19:25:36 -06:00
Drew Larson ceeeeb9fb4 Add purchase endpoint. 2017-05-23 19:25:36 -06:00
Drew Larson 0450a08aaa Time is hard… 2017-05-23 19:25:36 -06:00
Drew Larson 8a13c0356c Claim endpoint. 2017-05-23 19:25:36 -06:00
Drew Larson 7ce619911f Update constraints. 2017-05-23 19:25:36 -06:00
Drew Larson 957f52086b Formatting. 2017-05-23 19:25:36 -06:00
Drew Larson 4e679adc5f Make debug server port available. 2017-05-23 19:25:36 -06:00
Drew Larson 162a387b01 Tests! 2017-05-23 19:25:36 -06:00
Drew Larson f8deacacd3 Make sure fields can’t be updated in serializer. 2017-05-23 19:25:36 -06:00
Drew Larson 4795162dbc Check stolen is False. 2017-05-23 19:25:36 -06:00
Drew Larson f67f7a46a1 Duplicate check for size. 2017-05-23 19:25:36 -06:00
Drew Larson d1a1771031 Add members endpoint. 2017-05-23 19:25:36 -06:00
Drew Larson 243d7b06cb Basic bikes endpoint. 2017-05-23 19:25:36 -06:00
Drew Larson 740ac74388 Support JSON Web Tokens. 2017-05-23 19:25:36 -06:00
Drew Larson 14456ee4f7 Size should be optional. 2017-05-23 19:25:36 -06:00
Drew Larson 04376ff35e Add basic DRF endpoint. 2017-05-23 19:25:36 -06:00
Drew Larson 2665d5e4da Basic bikes page. 2017-05-23 19:25:36 -06:00
Drew Larson a42654a954 Split up bundles. 2017-05-23 19:25:36 -06:00
Drew Larson 77f4117821 Add bike app with base model. 2017-05-23 19:25:36 -06:00
Drew Larson 6701bfb05b Add FSM for tracking bicycle states. 2017-05-23 19:25:36 -06:00
Drew Larson 18a1a5d6a9 Add new line. 2017-05-23 19:25:36 -06:00
Drew Larson 508e57274f Add field. (#55) 2017-05-23 19:24:30 -06:00
Drew Larson 5d840ac0a4 Fix: Search path supports queries with all non-whitespace characters. (#53) 2017-05-23 18:39:44 -06:00
Drew Larson bfec856bcd Upgrade: material-ui to 0.18.1. (#51) 2017-05-23 18:19:20 -06:00
Drew Larson 83c7b5071b Limit branch builds to master. (#50) 2017-05-18 08:21:24 -06:00
Drew Larson 96dd5aa925 Centre login form across all devices. (#49)
* Centre login window on tablet, phones and desktop.
2017-05-17 22:07:43 -06:00
Drew Larson 3ddaed0041 Add fields to track member creation and edit datetimes (#48)
* Add created and updated fields.
2017-05-17 22:06:59 -06:00
Drew Larson 32416d6b8f Allow more date formats (#47)
* Update moment version.

* Add more allowable date formats.

* Field should not be required.
2017-05-17 21:29:46 -06:00
Drew Larson 6764c289ff Merge last couple of months of work (#45)
* Load webpack only in debug.

* Clean up.

* Pin versions because problems

* Add licence. (#40)

* Disable form until valid. (#42)

* Allow input height to be greater than 24px. (#41)

* Add youth payment type. (#43)
2017-05-17 20:17:26 -06:00
Drew Larson 668c9485d0 Add rollbar (#37) 2017-03-02 13:44:04 -06:00
Drew Larson b2e30d34d3 Add build visit (#36)
* Add build sign-in option.

* Test can signin in with build.

* Add build option.
2017-02-19 12:10:04 -06:00
Drew Larson 49f37ed492 Add member notes (#35)
* Linting.

* Clean up.

* Hope this makes installs better.

* Rework edit member form with notes and banned and suspended.

* Add slack notifications.

* Display new member statuses.

* Update docker run command

migrate, collectstatic, and rebuild_index

* Formatting and only push when master.

* Don’t need this for an edit page.

* More meaningful action.

* Add testing requirements.

* Run tests during build.

* Use prod settings for testing.

* Nail down the order of those tests.
2017-02-16 22:53:49 -06:00
Drew Larson 960e107415 Not sure why these aren't in master but here we go! (#34)
* Load webpack only in debug.

* Second stab at buildfile.

* Move button.

* Add new line.

* Linting.

* Spelling mistake.

* Clean up.

* Use babel-polyfill.

* Updated Configuration Files for Fresh Install
2017-02-16 21:17:47 -06:00
Drew Larson c202751d84 Literally!! 2017-01-24 20:26:19 -06:00
Drew Larson c69d1f26c7 One day I am going to get this right. 2017-01-24 19:59:33 -06:00
Drew Larson 560141298a Refactor member list to be searchable (#27)
Trigger!

* Added members API endpoint.

* Stubbed out member table.

Search is broken.

* Better, faster member search!

* Add add member button.
2017-01-24 19:50:23 -06:00
Drew Larson 65e71becf4 Fix-up for CI (#26)
* Update path.

* Add hint to label.

* Add shipable config.

* Move.

* Add docker integration.

* Not needed.

* Specify host.

* Tag image.

* add push

* Try Travis.

* Fix dockerfile.

* Update.

* Use generic language.

* Only push when master.
2017-01-23 19:44:49 -06:00
Drew Larson 2815f2b035 Remove material design-style date pickers (#25)
* Remove date picker.

* Update path.

* Add hint to label.

* Remove unneeded JS.

* Add shipable config.

* Styles no longer needed.

* Move.

* Add docker integration.

* Add better layer caching.

* Not needed.

* Specify host.

* Tag image.

* add push
2017-01-23 13:42:51 -06:00
Drew Larson c8304b8b0e Merge pull request #23 from BridgeCityBicycleCoop/feature/fix-date-pickers
Fix date pickers
2017-01-21 08:55:53 -06:00
Drew Larson 6cb5e09958 time is not callable. 2017-01-21 08:54:25 -06:00
Drew Larson f50f2293ca Missing dependency. 2017-01-21 08:54:02 -06:00
Drew Larson 8f3c316596 Merge pull request #22 from BridgeCityBicycleCoop/feature/add-asterix-to-required-fields
Add asterisk to required fields on membership form.
2017-01-21 08:41:24 -06:00
Drew Larson efb780fc76 Show asterisk on required fields. 2017-01-21 08:38:56 -06:00
Drew Larson b7fd632f53 Fix from upstream. 2017-01-21 08:38:27 -06:00
Drew Larson 05a2f7f316 Specifically add files so they can be cached by Docker. 2017-01-21 08:38:04 -06:00
Drew Larson 287494ee75 Bring back ssl. 2017-01-19 20:15:37 -06:00
Drew Larson 412b4b1dd3 Add folder name 2017-01-17 19:17:31 -06:00
Drew Larson e7a90b51c8 Use CDN. 2017-01-17 19:17:20 -06:00
Drew Larson 9f6b004211 So close! 2017-01-17 15:03:00 -06:00
Drew Larson e2f732767c I swear... 2017-01-17 14:25:34 -06:00
Drew Larson 3c72f014b6 Literally getting so close. 2017-01-17 14:09:14 -06:00
Drew Larson 89dedd6b87 Update dbs 2017-01-16 19:57:58 -06:00
Drew Larson 821986613e Yeesh. 2017-01-16 19:39:11 -06:00
Drew Larson 3e18581aa0 Merge pull request #21 from BridgeCityBicycleCoop/development
Lol I hate my life.
2017-01-16 17:59:08 -06:00
Drew Larson b26101dfc1 Lol I hate my life. 2017-01-16 17:58:08 -06:00
Drew Larson 5dc534b8c1 Merge pull request #20 from BridgeCityBicycleCoop/development
Webpack settings were wrong.
2017-01-16 13:17:11 -06:00
Drew Larson 04bf115307 Webpack settings were wrong. 2017-01-16 13:16:34 -06:00
Drew Larson 8883550e1b Merge pull request #19 from BridgeCityBicycleCoop/development
One day this will be good
2017-01-15 22:21:29 -06:00
Drew Larson 1b5e8104c6 One day this will be good 2017-01-15 22:18:40 -06:00
Drew Larson 6db85eb1a4 Merge pull request #18 from BridgeCityBicycleCoop/development
Finally fix that build
2017-01-15 22:00:56 -06:00
Drew Larson dd9e24b349 Use new bower config. 2017-01-15 21:44:43 -06:00
Drew Larson ed28e8ae40 Update bower stuff. 2017-01-15 21:43:58 -06:00
Drew Larson 0347e75be0 Copy bower. 2017-01-15 21:23:56 -06:00
Drew Larson bb6627b788 Bower stuff. 2017-01-15 21:15:25 -06:00
Drew Larson 9aabc3d267 Install bower stuff. 2017-01-15 21:08:23 -06:00
Drew Larson 295320c923 Merge pull request #17 from BridgeCityBicycleCoop/development
Lol this time should do it.
2017-01-15 21:02:11 -06:00
Drew Larson 84b48baf62 Lol this time should do it. 2017-01-15 21:01:47 -06:00
Drew Larson 620d9c68f4 Merge pull request #16 from BridgeCityBicycleCoop/development
One day this will work!
2017-01-15 20:48:32 -06:00
Drew Larson 3f31874d0c One day this will work! 2017-01-15 20:47:56 -06:00
Drew Larson 6a21d0473d Merge pull request #15 from BridgeCityBicycleCoop/development
Rename docker files for automated build.
2017-01-15 20:15:56 -06:00
Drew Larson d6b164dd70 Rename docker files for automated build. 2017-01-15 20:14:58 -06:00
Drew Larson 12f3a653ed Merge pull request #14 from BridgeCityBicycleCoop/development
One day the docker stuff will work.
2017-01-15 19:39:47 -06:00
Drew Larson 6c13d4be8c One day the docker stuff will work. 2017-01-15 19:39:17 -06:00
Drew Larson 52cab7545c Merge pull request #13 from BridgeCityBicycleCoop/development
Remote STATIC_ROOT
2017-01-15 17:55:50 -06:00
Drew Larson de7a4b6d46 Remote STATIC_ROOT. 2017-01-15 17:54:49 -06:00