1. 20 Aug, 2019 4 commits
    • Auth: change the error HTTP status codes (#18584) · 6ca1a6c8
      * Auth: change the error HTTP status codes
      
      * Use 407 HTTP status code for incorrect credentials error
      
      * Improve proxy auth logs
      
      * Remove no longer needed TODO comment
      
      Fixes #18439
      Oleg Gaidarenko committed
    • Refactor: EmptyListCTA (#18516) · ec492e55
      * Rewrite EmptyListCTA props and start removing css classes
      
      * Add watchDepth onClick
      
      * EmptyListCTA with React in annotaitons/editor
      
      * Begin conversion of DashLinks editor EmptyListCTA
      
      * Use React component in DashLinks, Variables and TeamGroupSync
      
      * Remove scss file and add emotion styles
      
      * Update snapshot
      
      * Remove style import
      
      * Fix feedback
      
      * Update snapshot
      Tobias Skarhed committed
    • Build: Upgrade to go 1.12.9 (#18638) · 299a0e20
      * Build: Upgrade to go 1.12.9
      
      * Build: Use default-mysql-client for debian buster
      
      The go base image has been updated to use Debian Buster instead of
      Stretch, which seems to have done away with mysql-client in favor of
      default-mysql-client.
      
      * Build: Update Dockerfile to use go 1.12.9
      
      Fixes #18592
      Marcus Olsson committed
    • Chore: Revert React 16.9.0 bump (#18634) · faabb839
      Since React and other dependencies bump caused some troubles with building packages that @kaydelaney and me tried to debug without any success, we decided to revert React 16.9.0 bump.
      Dominik Prokop committed
  2. 19 Aug, 2019 5 commits
  3. 18 Aug, 2019 3 commits
  4. 16 Aug, 2019 10 commits
  5. 15 Aug, 2019 6 commits
  6. 14 Aug, 2019 8 commits
  7. 13 Aug, 2019 4 commits
    • Login: Angular to React (#18116) · 91a911b6
      * Migrating login services
      
      * Add user signup
      
      * Remove lodash
      
      * Remove media query and extarct LoginServices
      
      * Add React LoginCtrl
      
      * Handle location with Redux and start form validation
      
      * Fix proposal
      
      * Add basic validation
      
      * Fix validation
      
      * Remove state from controller
      
      * Extract login forms
      
      * Fix things up
      
      * Add change password and LoginPage
      
      * Add React page and route to it
      
      * Make redux connection work
      
      * Add validation for password change
      
      * Change pws request
      
      * Fix feedback
      
      * Fix feedback
      
      * LoginPage to FC
      
      * Move onSkip to a method
      
      * Experimenting with animations
      
      * Make animations work
      
      * Add input focus
      
      * Fix focus problem and clean animation
      
      * Working change password request
      
      * Add routing with window.location instead of Redux
      
      * Fix a bit of feedback
      
      * Move config to LoginCtrl
      
      * Make buttons same size
      
      * Change way of validating
      
      * Update changePassword and remove angular controller
      
      * Remove some console.logs
      
      * Split onChange
      
      * Remove className
      
      * Fix animation, onChange and remove config.loginError code
      
      * Add loginError appEvent
      
      * Make flex and add previosuly removed media query
      Tobias Skarhed committed
    • remotecache: support SSL with redis (#18511) · f689b604
      * update go-redis lib from v2 -> v5
      * add ssl option to the redis connection string
      fixes #18498
      Kyle Brandt committed