Commit Graph

8 Commits

Author SHA1 Message Date
ta264 d5c69d0375
Set sentry environment to be develop/nightly based on config file (#703)
* Set sentry environment to be develop/nightly based on config file

Also add details on sqlite version and database migration.  The
separate ReconfigureSentry class is required because
ReconfigureLogging happens before the database has been resolved, so
you can't access IMainDatabase there

* Set environment to develop/nightly in frontend too
2019-03-28 09:26:39 +00:00
ta264 082d329849
Fix sentry auth token (#701)
* Fix sentry auth token

* Add missing --finalize and a 'deploys' to mark as released
2019-03-26 18:53:36 +00:00
ta264 cd7219f861
Publish js source and maps to sentry (#698)
* Publish js source and maps to sentry

* Add encrypted token

* Create release for lidarr-update too
2019-03-26 15:06:35 +00:00
ta264 555ae89741 Appveyor linux builds (#665)
* Fix copy

* Update appveyor.yml

* additional logging on gulp

* Fix permissions on appveyor-package.sh

* Clean debug and nuget cache on windows too
2019-03-11 20:38:14 -04:00
Qstick 24bdb5a891
Fixed: Update build.sh to fix macOS startup script issues (#565) 2018-12-07 22:04:36 -05:00
Qstick feb6f4b205 Bump Version and Change Installer Name 2018-04-21 17:18:13 -04:00
Qstick 80fd27b7e4
Fixed: MacOS Appveyor builds don't inlcude startup script (#261) 2018-03-30 16:09:02 -04:00
Qstick 99d0421ba7
Fixed: Don't fail build on test failure (#173)
* Fixed: Don't fail build on test failure

This sets Appveyor up to use the original build.sh and test.sh scripts.
Enables tests for Travis
Add frontend linting checks to Appveyor builds
Add Failed Tests message to Appveyor builds
Fix windows installer naming
Fix a few UI issues causing eslint and stylelint to fail

* fixup! forgot one ui fix.

* fixup! Inno doesn't like appveyor appending string to pr version

* fixup! It's too late, my brain is mush
2017-12-31 13:53:16 -05:00