1. 15 Jul, 2019 3 commits
    • Build: Release packages under next tag when changes detected on master (#18062) · de705229
      * Testing lerna on circle
      
      * Remove dependency on test task, fix yarn
      
      * yarn fix
      
      * Run lerna from local bin
      
      * Use packages cache, run lern via npx
      
      * Add packages:build
      
      * Install packages before release
      
      * Remove cache tmp
      
      * add lerna bootstrap
      
      * temporarily add tsignore
      
      * lerna add data package to ui
      
      * Remove @types/lodas resolution
      
      * Try any...
      
      * Typo fix
      
      * Add publishing packages
      
      * update lerna publish script
      
      * Reset git befgore publishing package
      
      * Correct lerna version
      
      * Packages version bump
      
      * Remove postpublish
      
      * Publish to npm
      
      * Set git creds before commit
      
      * Rename job and run it after frontend tests and build passes
      
      * Run next packages release on master but not when tagged with release
      
      * Minor copy
      
      * Update circle's config
      
      * Fix config
      Dominik Prokop committed
    • SQLStore: allow to look for `is_disabled` flag (#18032) · 8e0f091f
      * Add support for `is_disabled` to `CreateUser()`
      
      * Add support for `is_disabled` to `SearchUsers()`
        Had to add it as a `string` type not as `bool`, since if that's property
        is omitted, we would have add it to SQL request, which might be dangerous
      
      * Restructure desctructive tests and add more
      Oleg Gaidarenko committed
  2. 14 Jul, 2019 1 commit
  3. 12 Jul, 2019 6 commits
  4. 11 Jul, 2019 12 commits
  5. 10 Jul, 2019 12 commits
  6. 09 Jul, 2019 6 commits