Commit Graph

26591 Commits

Author SHA1 Message Date
Transifreq 7afcfa5b99 update es translation
Change-Id: I73f510b66efe594a33c311e1adebd22e712b52c1
2017-07-29 05:16:54 -06:00
Transifreq 7483c7b8cd update en-GB translation
Change-Id: If9ab9034df2bb21fff2a1738408179100ce5a164
2017-07-29 05:14:26 -06:00
Transifreq bc0685ab43 update en-AU translation
Change-Id: Ieb3c0a8330c8d92aa429c4e258ecbd6d4290fda2
2017-07-29 05:13:27 -06:00
Transifreq 5818ff482b update da translation
Change-Id: I6bf75ae6132d248952f9adc7458914f6e6bfdad6
2017-07-29 05:12:20 -06:00
Transifreq 7e8af5ba73 update ar translation
Change-Id: I8b6ab901b84e1c019a03631ae90cf99be6b5c645
2017-07-29 05:11:20 -06:00
Ryan Shaw af074d2c77 Convert some sass vars that darken/lighten to css
closes: CNVS-38396, CNVS-38397, CNVS-38405, CNVS-38404, CNVS-38394

refs: CNVS-38400, CNVS-38403

Test plan:

* the places that use these css variables should still look like they
  Did before.
* especially check in ie11

- the only place that appears to still be using the original
  accordion styles is within the right sidebar for pages,
  assignments editing, etc...
- example view: https://screencast.com/t/DrwOKmQkmCtu

Change-Id: I3e6329912e7c2bdd69bce8628ac466d4b7247725
Reviewed-on: https://gerrit.instructure.com/120775
Tested-by: Jenkins
QA-Review: Tucker McKnight <tmcknight@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
2017-07-28 22:33:18 +00:00
Ryan Shaw c6fe8f7526 Use css variables for primary & secondary buttons
closes: CNVS-38412

test plan:
* check this out
* run bundle exec rake brand_configs:generate_and_upload_all
* compile assets
* make sure buttons look how they did before
* especially check in ie11

Change-Id: If1d87ef9fa5c184cc21b1b51212d26ee1c7c1da5
Reviewed-on: https://gerrit.instructure.com/120726
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
2017-07-28 22:25:50 +00:00
Ryan Shaw 13765cc6ad convert most theme sass variables to css variables
closes: CNVS-38411

these are all the uses of variables that don’t do
anything funky like `lighten` or `darken` or `rgba`

Test plan:
* Make sure everything looks exactly as it did before
* especially in ie11

Change-Id: I8ad0274c360d76dbbe42c2018ce9d7dd99ff5262
Reviewed-on: https://gerrit.instructure.com/120575
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
2017-07-28 22:24:58 +00:00
Ryan Shaw bb36d8ecd3 Create IE 11 fallback for theme css variables
closes: CNVS-38410

This fallback will make it so in browsers that
don’t support css variables it will use a fallback
and display the theme editor stuff just like the
browsers that do. The only browser we support
that doesn’t support css variables is IE11

this polyfill has to do an Ajax get request to get the
content of the css files so there will be a slight flash
of unsetyled content but I try to help subsequent page
loads by using a sessionStorage based cache.

Test plan:
* in a normal browser, css should work fine as usual. No changes.
* in IE11, all the css that uses theme editor colors should still
  show up as it did before.

Change-Id: I76eda5444aa7808c1bc78e99ecb14cbcb23acbd5
Reviewed-on: https://gerrit.instructure.com/120654
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
QA-Review: Tucker McKnight <tmcknight@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
2017-07-28 22:23:41 +00:00
Ryan Shaw 0f2832dcb0 Write css file with brand variables
closes:  CNVS-38408

NOTE: this does not actually change any behavior, it just
gets things set up so we can actually start using css variables
in follow-on commits.

test plan:
* with this checked out,
* run bundle exec rake brand_configs:generate_and_upload_all & compile assets
* open a page in canvas
* there should be a stylesheet near the top of the <head> with css variables
  of all the theme editor variables.

Change-Id: I2caa210917d9245ae103d1444d6353ecfdeb59fe
Reviewed-on: https://gerrit.instructure.com/120574
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
QA-Review: Tucker McKnight <tmcknight@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
2017-07-28 22:23:25 +00:00
Rob Orton db4c5724d8 write all errors and warnings to file
fixes CNVS-38309

when the batch is saved it will write the messages to file, but
if it has more work to do, it will skip future messages for the
error file.

test plan
 - run an import that has errors and warnings
 - it should report all of them to the file

Change-Id: I2891651febdf2b16270ea62d623e143c30e59cbc
Reviewed-on: https://gerrit.instructure.com/120651
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
2017-07-28 22:09:16 +00:00
Ryan Shaw bb14a49a36 Don’t show webpack progress on prod build
… so Jenkins logs are less noisy

Test plan:
* verify that the “full console” view
  For the selenium build of this patchset doesn’t
  Have a bunch of noisy progress output from webpack 

Change-Id: Id69b04435be52bcc3213298e5ae55ac146d8e2ed
Reviewed-on: https://gerrit.instructure.com/120863
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
2017-07-28 19:59:01 +00:00
Cody Cutrer c00f437f54 bump rubocop
Change-Id: Ia8b0c7ec057ae44fb68aa4c2880587762285345a
Reviewed-on: https://gerrit.instructure.com/120803
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-28 19:32:48 +00:00
Omar Khan 0536054715 Skip tests that require plugin unless plugin installed
fixes CNVS-36355

Test plan:

- docker-compose build --pull
- docker-compose run --rm web bundle exec rspec \
  spec/{apis,controllers,helpers,initializers,integration,lib,message,\
  middleware,migrations,models,observers,presenters,serializers,views}\
  /**/*_spec.rb

Change-Id: I4220a314dbc2e343dae26e6e522806f4f2666f85
Reviewed-on: https://gerrit.instructure.com/120671
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
2017-07-28 19:30:52 +00:00
Cody Cutrer f7b1decd2f bump some test gems
Change-Id: If6a3f1d7f95c5b58b40a0630d52a010342dbe7f3
Reviewed-on: https://gerrit.instructure.com/120804
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-28 16:28:41 +00:00
Cody Cutrer 99a3e5abf8 bump jwt
Change-Id: Ib31e2c463f59a60795c573edfa75230549ea5c3b
Reviewed-on: https://gerrit.instructure.com/120807
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-28 16:28:24 +00:00
Cody Cutrer 7876daa99b update .gitignore for rails 5.1 flag file
Change-Id: I921ff20d7bbafd4df3e5fc99b39a49a9bdaf1775
Reviewed-on: https://gerrit.instructure.com/120826
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-28 16:27:55 +00:00
Neil Gupta 507b2c3d3d Fix periodic jobs to not use deprecated delete_all syntax
Test plan:
Periodic jobs run

Change-Id: Iecd5fc2660f7daa7da355cb3cd04cbadc8883178
Reviewed-on: https://gerrit.instructure.com/120806
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: Neil Gupta <ngupta@instructure.com>
QA-Review: Neil Gupta <ngupta@instructure.com>
2017-07-28 16:22:06 +00:00
David Mirabile 6f9d37cbeb spec: fix fragile calendar specs
Change-Id: Ib532147285e08045f318b5efbcda8c50bb1f8439
Reviewed-on: https://gerrit.instructure.com/120731
Tested-by: Jenkins
Reviewed-by: Robert Lamb <rlamb@instructure.com>
Product-Review: Robert Lamb <rlamb@instructure.com>
QA-Review: Robert Lamb <rlamb@instructure.com>
2017-07-28 02:50:31 +00:00
Cody Cutrer 2e6ffb7218 use native rails methods for gist indexes
Change-Id: Ia082ab3e55ff91d9488ec165735c69f490ee3560
Reviewed-on: https://gerrit.instructure.com/106114
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 22:22:30 +00:00
Ryan Shaw 96c115963e Update yarn.lock with newest versions of deps
closes:  CNVS-38384

This is just to keep our tooling up to date

Test plan:

* automated tests should pass
* build tooling should work (meaning webpack builds
  In prod & dev)

Change-Id: I11fbda35827487e59712c762a71540a51258d1db
Reviewed-on: https://gerrit.instructure.com/120434
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
2017-07-27 22:07:59 +00:00
Ryan Shaw 68cf633200 remove .ic-Expand-Link-Primary. it’s not used
Closes: CNVS-38399

Nothing uses this so it should be fine to remove

Test plan:
* course wizard “X” box should look like it did before

Change-Id: Ifb29782ac242bd0927d841c6a9eccf461fed18e5
Reviewed-on: https://gerrit.instructure.com/120773
Reviewed-by: Pam Hiett <phiett@instructure.com>
Tested-by: Jenkins
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
2017-07-27 22:03:46 +00:00
Cody Cutrer a8112aa0f9 update .gitignore for rails 5.1
Change-Id: I690f48fa4975ce7c1f8cbe92ae7fbcea221400a2
Reviewed-on: https://gerrit.instructure.com/120758
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 22:03:05 +00:00
Cody Cutrer fb919188f9 bump cassandra and thrift gems
Change-Id: Ic80889d818d41dade8bcec2c8d9a8441cc330042
Reviewed-on: https://gerrit.instructure.com/120762
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 22:02:50 +00:00
Cody Cutrer c6615370be bump soap4r-middleware
Change-Id: I3b1195c0071eb1feff7d9efa8669d0653979a42c
Reviewed-on: https://gerrit.instructure.com/120765
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 22:02:31 +00:00
Cody Cutrer e151b9c6f7 bump lots of minor gem versions
Change-Id: Ife54e460d9cf61890b3e3a8850686f62f2597a96
Reviewed-on: https://gerrit.instructure.com/120718
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 22:02:15 +00:00
Cody Cutrer 67d97c3b46 bump rspec and friends
Change-Id: I3c4cd3740b308a1bfcb5d1120705faf1682cd3ca
Reviewed-on: https://gerrit.instructure.com/120717
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 19:10:15 +00:00
Robert Lamb 7ceb809020 spec: fix replace_content() for safari
it also simplifies the code for Chrome and Firefox
-ps3 replace line that got removed in merge

Change-Id: Ied37b46d0a90bb8587d211b2e798c535b5b4319e
Reviewed-on: https://gerrit.instructure.com/120611
Tested-by: Jenkins
Reviewed-by: Santosh Natarajan <snatarajan@instructure.com>
Product-Review: Santosh Natarajan <snatarajan@instructure.com>
QA-Review: Santosh Natarajan <snatarajan@instructure.com>
2017-07-27 19:03:41 +00:00
James Williams 62ac14d830 rails 5.1: api specs
Change-Id: Ida11d721bad3c3a9c63b2c8885ab407b3230bad1
Reviewed-on: https://gerrit.instructure.com/120678
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
QA-Review: James Williams  <jamesw@instructure.com>
2017-07-27 18:55:23 +00:00
David Mirabile b601c440af spec: began removing skip_if_chromes
update: removed more skip_if_chromes
update: remove commented out lines of code

Change-Id: I80438ce61c13ca253d9827beb4b919a87e71854d
Reviewed-on: https://gerrit.instructure.com/120681
Tested-by: Jenkins
Reviewed-by: Robert Lamb <rlamb@instructure.com>
Product-Review: Robert Lamb <rlamb@instructure.com>
QA-Review: Robert Lamb <rlamb@instructure.com>
2017-07-27 18:42:03 +00:00
Cody Cutrer 142d24bebe spec: remove mocha
also clean up a final few mocha => rspec-mock translations that
were missed

Change-Id: I805c82c84d73099cc396bf9d3a976ebfc972c84c
Reviewed-on: https://gerrit.instructure.com/120680
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 18:22:39 +00:00
Cody Cutrer f3d7348e5f spec: don't manually unstub rcs
there's no need; all stubs are automatically removed after each spec

Change-Id: I7fe5fbf8aa5c86694b3c00ea7bc59b2334f5ad21
Reviewed-on: https://gerrit.instructure.com/120711
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 18:22:29 +00:00
Cody Cutrer 220250550b spec: mocha => rspec-mocks for qti_export plugin
Change-Id: I027b586ce637df4c86c7bdaf204b136b7275df66
Reviewed-on: https://gerrit.instructure.com/120700
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 18:13:14 +00:00
Dan Minkevitch 116cd1671e Disable `grading` and `moderation` collections for now
Fixes FALCOR-474

Test Plan:
* Christi's user should see the planner and not
  forever load.

Change-Id: I6502790d81f801a384295dea7988a3e609dc0796
Reviewed-on: https://gerrit.instructure.com/120119
Reviewed-by: Mysti Sadler <mysti@instructure.com>
Tested-by: Jenkins
QA-Review: Dan Sasaki <dsasaki@instructure.com>
Product-Review: Dan Minkevitch <dan@instructure.com>
2017-07-27 17:54:22 +00:00
Cody Cutrer 50bd41aa3d spec: mocha => rspec-mocks for integration specs
Change-Id: I974b679729568020564fde606de2479e8d959f86
Reviewed-on: https://gerrit.instructure.com/120703
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
2017-07-27 17:42:18 +00:00
Simon Williams e1a6bd1b4f use css instead of image for enrollment invitation callout
closes CNVS-38358

test plan:
- send a coures invitation
- the "Get Started" link should still look good
- if your user has a different locale set, it should be translated

Change-Id: I8c68ccbbd12f1ddea007b16b1c79f716bca8d319
Reviewed-on: https://gerrit.instructure.com/120368
Tested-by: Jenkins
QA-Review: David Tan <dtan@instructure.com>
Reviewed-by: James Williams  <jamesw@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
2017-07-27 16:58:56 +00:00
Cody Cutrer a643a1b5fc spec: mocha => rspec-mocks for selenium
Change-Id: I0723739de8bbc9c8f6dbb662045a2d128bd91b14
Reviewed-on: https://gerrit.instructure.com/120677
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 16:38:36 +00:00
Cody Cutrer 332adf2d9e spec: mocha => rspec-mocks for models
Change-Id: I2521e974728e1a0bd6e28717f691b96d81a1f477
Reviewed-on: https://gerrit.instructure.com/120676
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-27 16:38:19 +00:00
wdransfield 4b59eed531 fix undefined method error in gradebook
Fixes PLAT-2749

Test Plan:
Verify that the issue fixes
https://bcourses.berkeley.edu/error_reports/166024713

Change-Id: I0d8bd2ae6f3f39a27bfc2da959f73e7a09ba9e06
Reviewed-on: https://gerrit.instructure.com/120377
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Product-Review: Weston Dransfield <wdransfield@instructure.com>
2017-07-27 16:25:43 +00:00
Simon Williams 815e1c99a3 allow bundler 1.15.3
Change-Id: I4688b88742733d19ddb64fd78598f9194b327c9f
Reviewed-on: https://gerrit.instructure.com/120640
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
2017-07-27 16:06:17 +00:00
Simon Williams 656417d005 remove last remnants of `def context(user)`
Change-Id: I94cf12d549c259a0a98d7358ff258a272428e6b7
Reviewed-on: https://gerrit.instructure.com/120471
Tested-by: Jenkins
Reviewed-by: James Williams  <jamesw@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
2017-07-27 15:39:26 +00:00
Simon Williams 3d8c592d3c rename Messages::AssetContext to Messages::NameHelper
Change-Id: I780864e4dcd5dee943a4e94d29b2ed6f8feffaff
Reviewed-on: https://gerrit.instructure.com/120465
Tested-by: Jenkins
Reviewed-by: James Williams  <jamesw@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
2017-07-27 15:39:11 +00:00
Simon Williams c5ba9dd6bd drop messages.asset_context_code, unused
closes CNVS-38367

test plan: send a message, it should work

Change-Id: Ic1b99120ee0c93155a4a4475f4d1dfb3d373be37
Reviewed-on: https://gerrit.instructure.com/120424
Reviewed-by: Cody Cutrer <cody@instructure.com>
Reviewed-by: Matt Smith <msmith@instructure.com>
Tested-by: Jenkins
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
2017-07-27 15:05:53 +00:00
James Williams a354602ea8 rails 5.1: bunch of other specs
Change-Id: Ic6e4f64874021639f5e8950e2fe42f714ae31250
Reviewed-on: https://gerrit.instructure.com/120225
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
QA-Review: James Williams  <jamesw@instructure.com>
2017-07-27 12:35:30 +00:00
Simon Williams 7f65059613 speed up SummaryMessageConsolidator a bit
Change-Id: Ic1f07de07910a4fac5c091df3b9f24793f0f9526
Reviewed-on: https://gerrit.instructure.com/120440
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
2017-07-26 22:54:29 +00:00
Venk Natarajan 809a226ccc Don't pull down unpublished assignments in opportunities
Fixes FALCOR-530

Test Plan:
* Make an unpublished assignment due in the past.
* Go to planner, make sure it doesn't show up in opportunities
  dropdown.

Change-Id: I0a804dd82169c8d0bca08591ad1819dae557a791
Reviewed-on: https://gerrit.instructure.com/120586
Tested-by: Jenkins
Reviewed-by: Jon Willesen <jonw+gerrit@instructure.com>
Reviewed-by: Neil Gupta <ngupta@instructure.com>
QA-Review: Dan Sasaki <dsasaki@instructure.com>
Product-Review: Venk Natarajan <vnatarajan@instructure.com>
2017-07-26 21:21:44 +00:00
Cody Cutrer f47e524f0f spec: mocha => rspec-mocks for controllers
Change-Id: I814a91c7209d7ddb00357d12d3546711a5122fe3
Reviewed-on: https://gerrit.instructure.com/120603
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-26 20:40:52 +00:00
Cody Cutrer 3f6eb9ec9f spec: mocha => rspec-mocks for serializers
Change-Id: Iea402e15dbc6199faa16df331f4d760e0724eafb
Reviewed-on: https://gerrit.instructure.com/120562
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-26 19:29:27 +00:00
Cody Cutrer 38ec0fa7fc fix cassandra introspection for 3.0
Change-Id: I693b35608b3eb8b440a446efa3f8c6915e15b663
Reviewed-on: https://gerrit.instructure.com/120552
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-26 19:29:17 +00:00
Cody Cutrer 114a923c83 spec: mocha => rspec-stubs for views
whoa, a commit that I didn't have to manually fix anything after
running thorugh the automated fixer!

Change-Id: I6ff371a3d8fa775afdf224027dfb5162580506d5
Reviewed-on: https://gerrit.instructure.com/120565
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2017-07-26 19:26:49 +00:00