Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vuetify to v2 #506

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Update dependency vuetify to v2 #506

merged 1 commit into from
Jul 24, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 23, 2019

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies major 1.5.16 -> 2.0.0

Release Notes

vuetifyjs/vuetify

v2.0.0

Compare Source

v2.0.0 Arcadia

Welcome to the official version 2.0 release of Vuetify! Before getting into the actual release introduction, I wanted to take a moment of your time to talk about project sponsorship and a unique opportunity that I've been fortunate enough to be a part of.

Version 2.0 represents the culmination of 8 months of development. Through the combined efforts of numerous developers, we have been able to bring the largest update we have ever had — the framework has never felt better.

Github has recently released a new program called Github Sponsors, something I've been fortunate enough to receive a beta invite for. Some of you know that I currently run a Patreon campaign for the same purpose. With my invite, I have started to transition supporters to the new platform due to the amazing benefits that Github is offering. What that is in a nutshell:

  • Funding matching for the 1st year
  • Waived processing fees for the 1st year
  • Offered on a platform that more people know and are comfortable with

With that being said, I wanted to quickly talk about the 3 pillars of support available with sponsorship and highlight how it can benefit developers and businesses that use Vuetify.

Single developer
  • Sponsor support channel
  • Vue/Vuetify consulting services
Company
  • Elite Sponsor support channel (direct support from me)
  • Monthly live support calls
  • Github issue prioritization
Enterprise
  • Subscription based model through Tidelift
  • Github issue prioritization

The generous fund matching program from Github provides a rare opportunity for me to be able to invest more into the Vuetify ecosystem and continue to provide developers with a polished and expansive library for Vue.

Thank you for your support and please consider sponsoring the project.

If you have any questions, please do not hesitate to reach out to me in the community. Thank you for using Vuetify!

—John

📖 Table of Contents

#Release Introduction
#Important Links
#New Components & Features
#Documentation Updates
#Upgrade Guide
#Release Notes
#Known Issues
#I need help! 🆘

💥 Release Introduction

Hello and welcome to the v2.0 release, Arcadia. It has been almost 8 months since development kicked off and I believe we have accomplished something very special. As described in my talk in last year's VueConf TO presentation, we have performed a massive overhaul to every aspect of the framework, making it easier to use and maintain.

  • Updated every component to the new Material Design 2 specification
  • Added an improved grid system
  • Every component has been updated with proper accessibility (a11y) support
  • Every component has been updated with proper bidirectionality (rtl) support
  • Converted from stylus to sass
  • Converted from javascript to typescript
  • Converted from avoriaz to vue-test-utils
  • Moved all styles and unit tests into its corresponding component's folder

This is only a small list of overall framework improvements from quality of life changes, to new features and functionality (outside of the MD2 improvements). The documentation has been massively updated with over 250 new examples, tons of updated information on how to use the framework's internals, details on long-term support, an extended roadmap and a better API display for components. We have also setup a process for exporting the component api for vetur so that it is easier for us to keep it up to date.

I have also teamed up with Vue Mastery to bring high-quality tutorials into the Vuetify ecosystem. This video series has been developed around using version 2, is taught by Ben Hong and is perfect for new and experienced Vuetify developers alike. Make sure to check it out!

Since early alpha, we have been working with the community on small and large projects to ensure we have an easy and managable upgrade process from v1.5. Kael has even created an eslint-plugin to make the process of upgrading to the new grid even easier. If you run into any issues that do not appear to be covered in the Upgrade guide, please reach out to a developer in the release migration channel.

I'd like to give a huge thank you to everyone for your unwaivering support and for enabling me to work on open source as a full-time job. For the first time in the framework's history, I feel like we have a solid base for maintaining and developing new features and I've never been more excited for the future. Finally, while this release was an effort by many Vuetify developers, I would like to send a special thank you to some that went above and beyond in ensuring the v2 release was as polished as possible. In no particular order:

Thank you everyone for using Vuetify!

—John

Documentation
Becoming a Github Sponsor (supports the author, John)
Becoming a backer on OpenCollective (supports the development team)
Become a subscriber on Tidelift (supports the author, John)
Consulting with the author, John
Community discord
Twitter
Medium publication
Shop

🤚 FAQ

  • What will be happening to v1.5?
    • No more features
    • Issues will be resolved on a case by case basis. Any security vulnerabilities will also be fixed.
    • Long-term support until July 2020
  • Will the light and dark theme variants apply to individual components? (e.g. a light theme application with a dark <v-card>)
    • No. Variants only apply from the designation of $vuetify.theme.dark being boolean true or false.
  • My application is saying "Cannot read dark of undefined"
  • Is it still possible to view the v1.5 documentation?
  • Should I upgrade to v1.5 before upgrading to v2.0?
  • Where can I suggest changes to the upgrade guide?

⚡ New Components & Features

##### [🔗 **VAppBar**](https://vuetifyjs.com/components/app-bars) Brand new component that was created to better scope the functionality of `v-toolbar`. All existing scrolling techniques and **app** functionality from `v-toolbar` has been moved. New scrolling techniques such as collapsing bar, scroll shrink and more have been added.

app-bar-shrink
app-bar-img

🔗 VBanner

Brand new component introduced in MD2. You can find more information in the banner specification.

image

🔗 VChipGroup

Brand new component for grouping multiple v-chips together in a column or row based format.

chips-filter
chips-selection

🔗 VColorPicker

Brand new component designed to making color selection a breeze. With 5 available formats, hex, hexa, rgba, hsla and hsva, v-color-picker can accommodate a wide variety of use cases.

color-picker-types
color-picker-swatch

🔗 VFileInput

The long awaited and highly anticipated file upload component. The v-file-input is aimed to replacing the default functionality and behavior of a regular <input type="file">. It features a multitude of customization options for tweaking the way selections are displayed, all of the available styling of v-text-field and more.

<show gif of last example, looks the best>
image
image
image

Developers notes: You may be wondering about 2 things: built in upload support and drag-and-drop. There will be an upcoming second component, v-upload, that is designed to have a more visual interface for manipulating file uploads and will support xml requests. With its introduction, we will be bringing drag-and-drop to both upload components.

🔗 VListItemGroup

Brand new component for grouping multiple v-list-items together.

list-select-item
list-select-single

🔗 VOverlay

A staple feature that was previously integrated as part of dialogs and navigation-drawers has been abstracted into its own component for consumption.

overlay
overlay-hover

🔗 VSimpleTable

Meant to be a replacement for a generic table element.

image
image

🔗 VSlideGroup

A new group component designed to provide the functionality of v-item-group within a custom slide interface.

slide-group

📃 Documentation Updates

  • Over 250 new examples
    • Heavy focus on providing examples for all props
    • Added playgrounds
  • Improved property descriptions with relevant links to corresponding functionality
  • Added snippets for object based properties displaying what properties are available
    • Individual property descriptions coming soon
  • Improved existing information on advanced Vuetify usage with more examples and better explanations
  • Brand new API design for components
  • Numerous a11y improvements throughout the docs
  • Greatly improved performance with lazy loading

🛠 Upgrade Guide

Version 2 contains non backwards compatible breaking changes. This includes previously deprecated functionality from v1.x.x. These breaking changes are noted in the console for the corresponding components.

The existing grid is still operational and has an eslint plugin to help with migration. This plugin can also be used to help upgrade to the new grid.

Upgrade now! ##### Bootstrap Vuetify must now be instantiated and passed to the initial Vue instance. This is similar to how **vue-router** and **vuex** are bootstrapped. ##### Full Install ```js // v1.5

import Vue from 'vue'
import Vuetify from 'vuetify'
import 'vuetify/src/stylus/main.styl'

const opts = { ... }
Vue.use(Vuetify, opts)

new Vue(...).$mount('#app')

```js
// v2.0

import Vue from 'vue'
import Vuetify from 'vuetify'
import 'vuetify/dist/vuetify.min.css'

const opts = { ... }
Vue.use(Vuetify)

new Vue({
  vuetify: new Vuetify(opts)
}).$mount('#app')
A-La-Carte Install (vuetify-loader)
// v1.5

import Vue from 'vue'
import Vuetify from 'vuetify/lib'
import 'vuetify/src/stylus/main.styl'

const opts = { ... }
Vue.use(Vuetify, opts)

new Vue(...).$mount('#app')
// v2.0

import Vue from 'vue'
import Vuetify from 'vuetify/lib'

const opts = { ... }
Vue.use(Vuetify)

new Vue({
  vuetify: new Vuetify(opts)
}).$mount('#app')
Framework

The following components are now lazy by default. This means they will not render their content until they are explicitly activated. This drastically improves performance but may not be wanted depending upon your application's needs (i.e. For SEO purposes). To return to the previous behavior, use the eager prop.

  • v-badge
  • v-menu
  • v-tooltip
  • v-dialog
  • v-bottom-sheet
Theme

Now supports dark/light theme variants. The dark property has been moved into the theme property. Will dynamically change when toggling $vuetify.theme.dark. If only using one variant, you only need to define its colors.

// v1.5

const opts = {
  dark: true,
  theme: {
    primary: '...',
    ...
  }
}
// v2.0

const opts = {
  theme: {
    dark: true,
    themes: {
      light: {
        primary: '...',
        ...
      },
      dark: {
        primary: '...',
        ...
      }
    }
  }
}
Icons

Icon and iconfont declaration is now scoped under the icons property.

// v1.5

const opts = {
  iconfont: 'fa4',
  icons: { ... }
}
// v2.0

const opts = {
  icons: {
    iconfont: 'fa4',
    values: { ... }
  }
}
  • Now defaults to use mdi icons. For information on how to install please navigate here.
  • Is now located under the icons property of the Vuetify options

If you want to use a custom iconfont, you must set it up in the initial Vuetify options now.

// v1.5

import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.use(Vuetify, {
  iconfont: 'fa4'
})
// v2.0

import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.use(Vuetify, {
  icons: {
    iconfont: 'fa4'
  }
})
Goto (scrolling helper)

Import location has changed. Must be explicitly bootstrapped with the Vuetify instance to use in vue-router scroll-behavior. Example of how to do this here. Reference documentation for scroll-behavior usage here.

// v1.5

import goTo from 'vuetify/es5/components/Vuetify/goTo'
// v2.0

import goTo from 'vuetify/lib/services/goto'
Lang

The translator function t is now nested under the lang property.

// v1.5

this.$vuetify.t(...)
// v2.0

this.$vuetify.lang.t(...)
Grid

The grid has been rebuilt modeled after bootstrap. The existing grid still works and needs some slight modifications. Kael has created an eslint plugin to help with this process.

  • eslint-plugin-vuetify to fix most of these for you
  • Spacing helpers have changed to represent the number of 4px intervals from 0-12 (0-48px)
    • eg. px-7 is 7 * 4 = 28px
    • 3 → 4
    • 4 → 6
    • 5 → 12
  • Most "breakpointed" and "non-breakpointed" helpers have been normalised, eg. .text-xs-center is now text-center as it applies to all screen widths unless overridden
  • Children of .d-flex no longer have extra flex rules applied. This can be done manually with .flex-grow-1
  • Helper classes changed:
    • .fluid.container--fluid
    • .scroll-y.overflow-y-auto
    • .hide-overflow.overflow-hidden
    • .show-overflow.overflow-visible
    • .no-wrap.text-no-wrap
    • .ellipsis.text-truncate
    • .left.float-left
    • .right.float-right

Use the following regex to update spacing classes:

find: ([\s"][mp][axytblr])-5
replace: $1-12

find: ([\s"][mp][axytblr])-4
replace: $1-6

find: ([\s"][mp][axytblr])-3
replace: $1-4
Styles

The main framework styles are now imported automatically.

// v1.5
// src/plugins/vuetify.js

import 'vuetify/src/styles/main.sass' // can be removed

Must install the sass package

yarn add sass -D
// OR
npm install sass --dev

Do not install node-sass, it is not the correct library.

Typography

The root font-size (per MD2 specification) is now 16px.

  • The following typography classes have been replaced:
    • subheading → subtitle-1
Event names

All event names has been changed from camelCase to kebab-case:

  • update:searchInputupdate:search-input
  • update:inputValueupdate:input-value
  • update:miniVariantupdate:mini-variant
  • update:pickerDateupdate:picker-date
  • update:selectingYearupdate:selecting-year
  • tableDateupdate:table-date
  • update:returnValueupdate:return-value
Activators
  • Components with activators, v-tooltip, v-menu, v-dialog, v-list-group and v-bottom-sheet must now be bound using the new v-slot syntax.
    • Requires Vue@2.6
  • We understand this is considerably more verbose than the v1.5 counterpart. We are still exploring ways to support the new v-slot in a more concise manner.
    • You can find more information on the official Vue documentation for Destructuring Slot Props.
    • You can find more information on the official Vue documentation for v-slot.
  • The upside to this change is it is easier to support nested activators and provide proper a11y support
Regular activator
<!-- v1.5 -->

<v-dialog>
  <v-btn slot="activator">...</v-btn>
</v-dialog>
<!-- v2.0 -->

<v-dialog>
  <template v-slot:activator="{ on }"
    <v-btn v-on="on">...</v-btn>
  </template>
</v-dialog>
Nested activator
<!-- v2.0 -->

<v-menu>
  <template v-slot:activator="{ on: menu }">
    <v-tooltip bottom>
      <template v-slot:activator="{ on: tooltip }">
        <v-btn
          color="primary"
          dark
          v-on="{ ...tooltip, ...menu }"
        >
          Dropdown w/ Tooltip
        </v-btn>
      </template>
      <span>Im A ToolTip</span>
    </v-tooltip>
  </template>
</v-menu>
Unit tests

Testing with Vuetify is now similar to that of vue-router and vuex.

// setup.js

import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.use(Vuetify)
// Component.spec.js

import { createLocalVue, mount } from '@&#8203;vue/test-utils'
import Vuetify from 'vuetify'
import Component from 'path/to/my/component'

const localVue = createLocalVue()

describe('Component.vue', () => {
  let vuetify

  beforeEach(() => {
    vuetify = new Vuetify(...)
  })

  it('should...', () => {
    const wrapper = mount(Component, {
      localVue,
      vuetify
    })
  })
})
Form Input Validation

All form inputs default to white when using the dark prop unless the application is explicitly set to dark mode.

Removed Component Properties

These are previous deprecations from earlier versions that have now been removed:

  • <v-text-field textarea> will no longer render <v-textarea>
  • <v-select autocomplete> will no longer render <v-autocomplete>
  • <v-select combobox> will no longer render <v-combobox>
  • <v-select overflow> will no longer render <v-overflow-btn>
  • <v-select segmented> will no longer render <v-overflow-btn segmented>
  • <v-select editable> will no longer render <v-overflow-btn editable>
  • <v-text-field textarea> will no longer render a <v-textarea>
Individual Components

These are the changes required for existing components.

v-app
  • Component classes have been prepended with v-. eg .application.v-application
  • The dark and light prop no longer have an effect on application theme variants
<!-- v1.5 src/App.vue -->

<template>
  <v-app dark>
    ...
  </v-app>
</template>
// v2.0 src/plugins/vuetify.js

import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.use(Vuetify)

export default new Vuetify({
  theme: { dark: true }
})
v-alert
  • Alerts are visible by default
<!-- v1.5 -->

<template>
  <v-alert :value="true">
    ...
  </v-alert>
</template>
<!-- v2.0 -->

<template>
  <v-alert>
    ...
  </v-alert>
</template>
v-carousel
  • The cycle prop is no longer implicit, must be defined in order to have screens switch
v-btn
  • The flat prop is now text
  • The round prop is now rounded
  • No longer has explicit margin
v-chip
  • value no longer controls visibility, use active
  • input event emitted when clicking
  • The close event is now click:close
  • @​input listener is now @​active.sync
<!-- v1.5 -->

<v-chip :value="chip" @&#8203;input="chip = $event">...</v-chip>
<v-chip v-model="chip">...</v-chip>
<!-- v2.0 -->

<v-chip :active="chip" @&#8203;update:active="chip = $event">...</v-chip>
<v-chip :active.sync="active">...</v-chip>
v-bottom-nav
  • Renamed from v-bottom-nav to v-bottom-navigation
v-bottom-navigation
  • The color prop is now background-color
  • The color prop now affects the active <v-btn> color
v-bottom-sheet-transition
  • Component has been removed

Developer notes: Was never explicitly listed in API

v-btn
  • The flat prop is now text
  • The round prop is now rounded
  • No longer has explicit margin
v-carousel
  • The cycle prop is no longer implicit, must be defined in order to have screens switch
v-chip
  • The value prop is now active
  • value no longer controls visibility. input event emitted when clicking
  • The selected prop is now input-value or v-model
  • The close event is now click:close
v-data-iterator & v-data-table

Data table (and iterator) have been rewritten from the ground up to be both easier to use and to allow for more flexibilty in more advanced use cases. This has resulted in a number of breaking changes. Some of these are shared between both components while some are unique to each.

Shared
  • disable-initial-sort has been removed. Neither component initially sorts data anymore. Use sort-by (or options) prop to sort.
  • filter prop has been removed. Instead use custom-filter. This was done in an effort to make custom filtering less confusing.
  • pagination prop has been removed. Instead use the separate props such as page, sort-by, etc. If you want to provide a single object you can use the new options prop instead. NOTE: The options prop has a different object structure than pagination. Check API docs for details.
  • total-items prop has been renamed to server-items-length
  • hide-actions prop has been renamed to hide-default-footer. Also it no longer changes the visible items per page
  • Props related to the default footer have been move to the footer-props prop. These are:
    • prev-icon
    • next-icon
    • rows-per-page-itemsitems-per-page-options
    • rows-per-page-textitems-per-page-text
  • The expand prop has been removed.
v-data-iterator
  • The content-tag, content-props, content-class props have been removed. Instead simply use the default scoped slot to implement your intended markup.
v-data-table
  • items slot has been renamed to item
  • headers slot renamed to header
  • item slot (and header) now require you to define a <tr> element. Previously this was optional.
  • hide-header has been renamed to hide-default-header
  • select-all has been renamed to show-select. This will also render a checkbox on each item row as long as you are not defining a slot that overrides the internal row rendering (such as item or body).
  • Props related to the default header have been moved to the header-props prop. These are:
    • sort-icon
v-expansion-panel et al
  • Many components have been renamed and props moved
    • v-expansion-panelv-expansion-panels
    • v-expansion-panel-contentv-expansion-panel
  • New components
    • v-expansion-panel-header
    • v-expansion-panel-content
<!-- v1.5 -->

<v-expansion-panel>
  <v-expansion-panel-content
    v-for="(item,i) in 5"
    :key="i"
  >
    <template v-slot:header>Item</template>
    <v-card>
      ...
    </v-card>
  </v-expansion-panel-content>
</v-expansion-panel>
<!-- v2.0 -->

<v-expansion-panels>
  <v-expansion-panel
    v-for="(item,i) in 5"
    :key="i"
  >
    <v-expansion-panel-header>
      Item
    </v-expansion-panel-header>
    <v-expansion-panel-content>
      <v-card>
        ...
      </v-card>
    </v-expansion-panel-content>
  </v-expansion-panel>
</v-expansion-panels>
v-footer
  • Now has explicit padding to match other similar MD components. Can be removed with the padless prop or a helper class, class="pa-0"
v-jumbotron
  • Component has been removed
v-list et al
  • Many components have been renamed
    • v-list-tilev-list-item
    • v-list-tile-actionv-list-item-action
    • v-list-tile-avatarv-list-item-avatar
    • v-list-tile-contentv-list-item-content
    • v-list-tile-titlev-list-item-title
    • v-list-tile-sub-titlev-list-item-subtitle
    • The avatar prop has been removed
v-list-group
  • Can no longer use v-list-items in the activator slot
    • listeners are passed through to the internal v-list-item for activators
    • use v-list-item-content/v-list-item-title etc instead
v-navigation-drawer
  • Default width has been changed from 300px to 256px. You can adjust it using width prop.
v-select, v-autocomplete, v-combobox, v-overflow-btn
  • Now passes attributes and listeners to item slot for proper a11y support (split from tile to match other implementations).
<!-- v1.5 -->

<v-select>
  <template v-slot:item="{ item, tile }">
    <v-list-tile v-bind="tile">
       ...
    </v-list-tile>
  </template>
</v-select>
<!-- v2.0 -->

<v-select>
  <template v-slot:item="{ item, attrs, on }">
    <v-list-item v-bind="attrs" v-on="on">
       ...
    </v-list-item>
  </template>
</v-select>

The item scoped slot value of { tile } is now{ attrs, on }. is now bound similar to the v-menu activator slot.

v-select
  • No longer has a default autocomplete of on
v-speed-dial
  • Icons no longer have inferred swapping for activator through css
  • The activator slot will provide a model in the future
<!-- v1.5 -->

<v-speed-dial>
  <template v-slot:activator>
    <v-btn
      dark
      fab
    >
      <v-icon>account_circle</v-icon>
      <v-icon>close</v-icon>
   </v-btn>
  </template>
</v-speed-dial>
<!-- v2.0 -->

<v-speed-dial v-model="fab">
  <template v-slot:activator>
    <v-btn
      dark
      fab
    >
      <v-icon v-if="fab">account_circle</v-icon>
      <v-icon v-else>close</v-icon>
    </v-btn>
  </template>
</v-speed-dial>
v-tabs
  • The color prop is now background-color. Color now affects the default text and slider color
  • Various class names have been changed throughout
    • v-tab__div removed, use v-tab
    • v-tab__itemv-tab
    • v-tabs__sliderv-tabs-slider
    • v-tabs__barv-tabs-bar
v-tabs-items
  • No longer implicitly inherits the v-tabs model when nested. Must have :value or v-model explicitly bound.
<!-- v1.5 -->

<v-tabs v-model="tabs">
  ...
  <v-tabs-items>
    ...
  </v-tabs-items>
</vtabs>
<!-- v2.0 -->

<v-tabs v-model="tabs">
  ...
  <v-tabs-items v-model="tabs">
    ...
  </v-tabs-items>
</vtabs>

Developer notes: The tabs-items component does not have to be provided and is only necessary for custom implementations.

v-text-field, v-select, v-textarea, v-autocomplete, v-combobox
  • The box prop is now filled
<!-- v1.5 -->

<style>
  .application {
    ...
  }
</style>
<!-- v2.0 -->

<style>
  .v-application {
    ...
  }
</style>

💯 Release notes

Below is a consolidated list of changes made in v2. Every component that has a MD2 specification has been updated to match (with the exception of the known issues below). Every component that has a MD1 specification (and not 2) has been re-verified and updated to ensure that it matches the previous spec.

##### New Components New components are listed under the [**New Components & Features**](#user-content-new-components-and-features) section. ##### Framework * Rebuilt the entire core for better usability and maintainability * Scoped all Vuetify global styles to `.v-application` * Added theme support for default anchor colors * All components are now lazy by default meaning they will not render their content unless activated. This can be overriden with the **eager** prop * Converted all components and functionality from javascript to typescript * Converted all components and functionality from stylus to sass * Converted all unit tests from avoriaz to vue-test-utils * Added support for **dark** and **light** theme color palettes * **Issues closed:** * [#​6020](https://github.com/vuetifyjs/vuetify/issues/6020) ##### Grid & Helper classes * Rebuilt using the bootstrap-style grid system * Added negative margin helper classes: `.pr-n4` applies `margin-right: -16px` * Added more responsive helper classes: `.pa-md-6`, `.justify-lg-center`, `.order-sm-first`, `.float-lg-right` etc * Made using flex helper classes easier: `.flex-grow-1` and `.flex-shrink-0` instead of `.grow`/`.shrink` * Added new rtl/ltr start/end spacing and alignment helper classes: `.ps-md-6`, '.me-1' (`s` stands for `start`, `e` stands for `end`), `.text-start` etc * Helper classes are now scoped with `.v-application` - it means that they won't interfere with similarly named classes from other frameworks if they are used outside of the Vuetify application * **Issues closed:** * [#​1434](https://github.com/vuetifyjs/vuetify/issues/1434) * [#​4660](https://github.com/vuetifyjs/vuetify/issues/4660) * [#​5168](https://github.com/vuetifyjs/vuetify/issues/5168) * [#​5272](https://github.com/vuetifyjs/vuetify/issues/5272) * [#​6020](https://github.com/vuetifyjs/vuetify/issues/6020) * [#​7733](https://github.com/vuetifyjs/vuetify/issues/7733) ##### Typography * Added new helper classes * `.subtitle-1` * `.subtitle-2` * `.overline` ##### Vetur Support * Releases of Vuetify now include auto-generated files for tags and attributes to allow for accurate Vetur auto-completion. ##### Alerts * Added a11y support * Added new properties * **border** - Apples a border to the designated direction, **top**, **right**, **bottom** and **left** * **colored-border** - Applies the current **color** to the alert's border * **prominent** - Increases the height and icon size * **text** - Applies the defined color to text and a low opacity background of the same ##### Badges * Added support for having more than 1 character * **Issues closed:** * [#​4934](https://github.com/vuetifyjs/vuetify/issues/4934) ##### BottomNavigation * Added new properties * **horizontal** - Positions icons to the right of text as opposed to stacked vertically ##### BottomNavigation * Added new properties * **tile** - Removes the border radius ##### Breadcrumbs * Added a11y support ##### Calendars * Improved event interaction * Fixed next/prev with irregular weekdays * Will now throw an error when no days are available * Renamed all scoped slots to use kebab-case * **Issues closed:** * [#​6264](https://github.com/vuetifyjs/vuetify/issues/6264) * [#​6307](https://github.com/vuetifyjs/vuetify/issues/6307) * [#​6704](https://github.com/vuetifyjs/vuetify/issues/6704) * [#​7155](https://github.com/vuetifyjs/vuetify/issues/7155) ##### Cards * Added new properties * **link** - Explicitly applies link styling (href/to), can now be focused * **loading** - Can now be put into a loading state (similar to buttons) * **outlined** - Removes elevation and adds a thin border around the card * **tile** - Removes the border radius ##### Carousels * Added new properties * **vertical-delimiters** - Changes delimiters from horizontal to vertical * **progress** - Displays current slide progress compared to total ##### Checkboxes * Normalized indeterminate behavior with native checkbox input ##### Chips * Can now be used as a `router-link` * Added new properties * **filter** - Displays a selection icon when selected * **filter-icon** - Changes default icon used with the **filter** property * **link** - Explicitly applies link styling (href/to) * **pill** - Fits `v-avatar` flush along edges * **tag** - Can now define a custom html tag ##### Comboboxes * Resovled an issue where **auto-select-first** was not working properly * **Issues closed:** * [#​6607](https://github.com/vuetifyjs/vuetify/issues/6607) ##### Data Tables * Will now properly apply a background-color on Safari * Removed opacity on sort arrows for better contrast ratio * Made custom filter function more user friendly * **Issues closed:** * [#​6766](https://github.com/vuetifyjs/vuetify/issues/6766) ##### Date Pickers * Added language support for selected items translation * **Issues closed:** * [#​7070](https://github.com/vuetifyjs/vuetify/issues/7070) ##### Dividers * Added a11y support ##### Dialogs * Added a11y support * Will now emit an event when the user clicks outside of the dialog, _click:outside_ * Will now properly size card title, text and actions when using the **scrollable** property * **Issues closed:** * [#​6754](https://github.com/vuetifyjs/vuetify/issues/6754) ##### Expansion Panels * Refactored to properly match MD1 specification * **Issues closed:** * [#​6290](https://github.com/vuetifyjs/vuetify/issues/6290) * [#​6663](https://github.com/vuetifyjs/vuetify/issues/6663) ##### Form Inputs * Improved a11y * Fixed validation state colors for all inputs * **Issues closed:** * [#​6178](https://github.com/vuetifyjs/vuetify/issues/6178) ##### Icons * Changed the default iconfont from Google Material Icons to [Material Design Icons](https://materialdesignicons.com/) * Added svg path support * Turned off browser translation * Added new properties * **tag** - Can now define a custom html tag * **Issues closed:** * [#​6899](https://github.com/vuetifyjs/vuetify/issues/6899) * [#​7689](https://github.com/vuetifyjs/vuetify/issues/7689) ##### Images * Now uses inherited width from provided image * **Issues closed:** * [#​5757](https://github.com/vuetifyjs/vuetify/issues/5757) ##### Inputs * Will now properly apply provided attributes to the input element * **VInput:** attrs should be applied on input not root element ([#​7579](https://github.com/vuetifyjs/vuetify/issues/7579)) ([318553a](https://github.com/vuetifyjs/vuetify/commit/318553a)), closes * **Issues closed:** * [#​5412](https://github.com/vuetifyjs/vuetify/issues/5412) ##### Lists * Added a11y support to all list based components * `v-list` * Added new properties * **flat** - Removes elevation * **nav** - An alternative styling that reduces `v-list-item` width and rounds the corners * **rounded** - Adds a large border radius * **shaped** - Adds a large border radius on the top left/right of the item * `v-list-group` * Will now propagate a click event when the activator is clicked * `v-list-item-title` * Will no longer cut off badges * **Closed issues:** * [#​7117](https://github.com/vuetifyjs/vuetify/issues/7117) ##### Menus * Added a11y support ##### Navigation Drawers * Improved a11y support * Added new properties * **expand-on-hover** - Applies the **mini** state that expands on hover * **src** - Can now apply a background ##### Parallaxes * Will now show the image provided image cannot translate (not big enough) * **Issues closed:** * [#​7010](https://github.com/vuetifyjs/vuetify/issues/7010) ##### Progress Linear * Added new properties * **rounded** - Adds a large border radius * **stream** - Adds a new style to indicate loading * **striped** - Adds a striped style ##### Ratings * Icons will no longer wrap * **Issues closed:** * [#​6481](https://github.com/vuetifyjs/vuetify/issues/6481) ##### Selects * Added a11y support * **VSelect:** resolve bug in safari/ie11 with event order disparity ([5fa6a68](https://github.com/vuetifyjs/vuetify/commit/5fa6a68)), closes * **VSelect:** tab selection ([4963f72](https://github.com/vuetifyjs/vuetify/commit/4963f72)), closes [#​5614](https://github.com/vuetifyjs/vuetify/issues/5614) [#​7544](https://github.com/vuetifyjs/vuetify/issues/7544) * **VSelect:** set input type to hidden to fix potential layout issues ([#​7544](https://github.com/vuetifyjs/vuetify/issues/7544)) ([bd35bee](https://github.com/vuetifyjs/vuetify/commit/bd35bee)), closes * **Issues closed:** * [#​5614](https://github.com/vuetifyjs/vuetify/issues/5614) * [#​5913](https://github.com/vuetifyjs/vuetify/issues/5913) * [#​6608](https://github.com/vuetifyjs/vuetify/issues/6608)

Developer notes: v-autocomplete, v-combobox and v-overflow-btn all benefit from a11y updates

Sheets
  • Added new properties
    • tile - Removes the border radius
Sliders
  • Added new properties
    • vertical - Positions the slider vertically
Sparklines
  • Will now properly show custom labels when using the bars property
  • Issues closed:
Tabs
Text Fields
  • Improve multiple style prop combination styles
  • Added new properties
    • filled - Replaces old box property
    • rounded - Adds a large border radius
    • shaped - Adds a large border radius on the top left/right of the item
  • Removed the autocomplete prop, will now propagate to the inner input
  • Prefix and suffix will no longer wrap under certain circumstances
  • Will now check the existance of the input when refocusing after clearing
  • Updated outlined style to match MD2 spec
  • Issues closed:

Developer notes: v-select, v-textarea, v-file-input, v-autocomplete and v-combobox all benefit from the updated style properties

Textareas
  • Will now properly recalculate component height when model is updated
  • Issues closed:
Timelines
  • Will no longer add carets to children cards
  • Added new properties
    • reverse - Reverses left/right positioning
  • Issues closed:
TimePickers
  • 0 hour/minute will now properly not work when disabled
Toolbars
  • Improved a11y
Treeviews
  • Will no longer emit model events on mounted
  • Added new properties
    • color - Designate a custom color for active nodes
    • dense - Reduces the height of nodes
    • item-disabled - Specifies a unique key for a disabled item
    • rounded - Adds a large border radius
    • selection-type - Controls how the v-treeview selects nodes. There are two modes available: leaf and independent
    • shaped - Adds a large border radius on the top left/right of the item
  • Issues closed:
Windows
  • Will now select the first non-disabled v-window-item when using touch swipe
  • Removed transition jumping when resolving content (not scroll related)
  • Issues closed:
Individual Releases

Below are the changes from beta.9 to release:

##### 🔧 Bug Fixes
  • style: bring back .v-application scope to utility classes (#​7921) (bf15ab7)
  • utilities: allow multi-dimensional values (9ac0d11)
  • VContainer: propagate id (4d575f8), closes #​7919
  • VData: typo in ts interface name (e4e01e9)
  • VDataTable: make custom filter function more user friendly (#​7885) (132ac8e)
  • VIcon: add missing x-small prop functionality (9b77c73), closes #​7873
  • VList: disabled pointer events for disabled item (71771da)
  • VSelect: add selection padding for outlined style (9566d4d)
  • VSnackbar: update to better match md2 spec (9f12df7), closes #​7772
  • VTextField: properly align suffix in filled variant (126f891), closes #​7871
  • hyphenate remaining event names (#​7917) (6fac25d)
🔁 Code Refactoring
  • VDataTable: disable virtual-rows (8284ef5)
🚀 Features
◀ Reverts
⚠ BREAKING CHANGES
  • VDataTable: the virtual-rows prop (from alpha/beta) will no longer work

For the previous alpha/betas, check out the below releases:

Releases
🌐 New Locales
  • Hebrew
  • Korean
  • Latvian
  • Norwegian

😱 Known Issues

Here is a list of known issues that were not able to be resolved before the official release. There is no need to create an issue, these are explicitly tracked and will be resolved in an upcoming patch.
  • The upgraded grid does not have documentation
    • Can view on API Explorer
  • Some components are missing slot descriptions
  • Some components are missing a playground
  • Some types are missing follow this PR
  • v-data-table
    • Missing virtualized rows
  • <v-btn fab>
    • Missing extended variant
  • v-speed-dial
    • Missing proper positioning for attaching to cards, toolbars etc
    • Missing icon change animation

🆘 I need help!

If you are stuck and need help, don't fret! We have a very large and dedicated community that is able to provide help 24/7. Come to the #release-migration channel.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.


This change is Reviewable

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@xzyaoi xzyaoi merged commit 091f554 into master Jul 24, 2019
@renovate renovate bot deleted the renovate/vuetify-2.x branch July 24, 2019 09:44
@xzyaoi xzyaoi restored the renovate/vuetify-2.x branch July 24, 2019 13:31
@renovate renovate bot deleted the renovate/vuetify-2.x branch July 24, 2019 13:32
xzyaoi added a commit that referenced this pull request Feb 20, 2020
parent 288519d
author Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235919 +0100
committer Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235938 +0100

# This is a combination of 558 commits.
parent 288519d
author Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235919 +0100
committer Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235927 +0100

# This is a combination of 528 commits.
# This is the 1st commit message:

fix naming & code style & bugs

# This is the commit message #2:

prepare for publishing

# This is the commit message #3:

fix typo

# This is the commit message #4:

add cli toolkit

# This is the commit message #5:

add runner template

# This is the commit message #6:

Update runner.tpl
# This is the commit message #7:

add lots of features in cli

# This is the commit message #8:

add lots of new features

# This is the commit message #9:

add port support in solver

# This is the commit message #10:

add appveyor goreleaser and travis

# This is the commit message #11:

code format

# This is the commit message #12:

fix readme

# This is the commit message #13:

add github readme

# This is the commit message #14:

add vuepress to gitignore

# This is the commit message #15:

fix user runtime bugs for command line toolkit

# This is the commit message #16:

fix config js

# This is the commit message #17:

add logo and etc

# This is the commit message #18:

add config handler

# This is the commit message #19:

fix handler for configuration file

# This is the commit message #20:

format code

# This is the commit message #21:

fix a typo

# This is the commit message #22:

add docs

# This is the commit message #23:

add main function indicator in go releaser

# This is the commit message #24:

change language mark

# This is the commit message #25:

[ImgBot] optimizes images

/docs/.vuepress/public/logo.png -- 529.62kb -> 516.57kb (2.46%)

# This is the commit message #26:

try to move go releaser

# This is the commit message #27:

remove main in goreleaser

# This is the commit message #28:

fix main indictor

# This is the commit message #29:

fix binary name and main file

# This is the commit message #30:

add arm arch

# This is the commit message #31:

add before hooks in gorelease

# This is the commit message #32:

add post hooks

# This is the commit message #33:

[wip] travis build hooks

# This is the commit message #34:

add ignore file

# This is the commit message #35:

remove main

# This is the commit message #36:

remove post hook

# This is the commit message #37:

add arm v6 & windows & freebsd in goos

# This is the commit message #38:

Fix #3

# This is the commit message #39:

fix dependencies problem

# This is the commit message #40:

format

# This is the commit message #41:

add dashboard template

# This is the commit message #42:

fix #6

# This is the commit message #43:

py version upgrade

# This is the commit message #44:

[ImgBot] optimizes images

/dashboard/src/assets/logo.png -- 5.54kb -> 5.09kb (8.18%)

# This is the commit message #45:

Add renovate.json
# This is the commit message #46:

add readme

# This is the commit message #47:

add ascii intro

# This is the commit message #48:

fix a bug in v0.0.2 release

# This is the commit message #49:

Pin dependencies
# This is the commit message #50:

fix #5

# This is the commit message #51:

Update dependency cross-spawn to v6
# This is the commit message #52:

Update dependency css-loader to v1
# This is the commit message #53:

Update dependency babel-loader to v8
# This is the commit message #54:

Update dependency shelljs to v0.8.2
# This is the commit message #55:

Update dependency url-loader to v0.6.2
# This is the commit message #56:

Update dependency autoprefixer to v9
# This is the commit message #57:

Update dependency babel-eslint to v10
# This is the commit message #58:

Update dependency babel-plugin-dynamic-import-node to v2
# This is the commit message #59:

Update dependency eslint-config-standard to v12
# This is the commit message #60:

Update dependency eslint to v5
# This is the commit message #61:

Update dependency eslint-loader to v2
# This is the commit message #62:

Update dependency eslint-plugin-standard to v4
# This is the commit message #63:

Update dependency eslint-friendly-formatter to v4
# This is the commit message #64:

Update dependency eslint-plugin-promise to v4
# This is the commit message #65:

Update dependency eslint-plugin-html to v4
# This is the commit message #66:

Update dependency eslint-plugin-node to v7
# This is the commit message #67:

Update dependency file-loader to v2
# This is the commit message #68:

Update dependency html-webpack-plugin to v3
# This is the commit message #69:

Update dependency optimize-css-assets-webpack-plugin to v5
# This is the commit message #70:

Update dependency jest-serializer-vue to v2
# This is the commit message #71:

Update dependency webpack-dev-server to v3
# This is the commit message #72:

Update dependency vuetify to v1.2.6
# This is the commit message #73:

Update dependency webpack-bundle-analyzer to v3
# This is the commit message #74:

Update jest monorepo to v23
# This is the commit message #75:

Update dependency url-loader to v1
# This is the commit message #76:

Update dependency postcss-url to v8
# This is the commit message #77:

Update dependency postcss-import to v12
# This is the commit message #78:

Update dependency ora to v3
# This is the commit message #79:

Update dependency webpack to v4
# This is the commit message #80:

Update dependency vue-jest to v2
# This is the commit message #81:

Update dependency postcss-loader to v3
# This is the commit message #82:

Update dependency uglifyjs-webpack-plugin to v2
# This is the commit message #83:

Update dependency vue-style-loader to v4
# This is the commit message #84:

Update dependency vue-loader to v15
# This is the commit message #85:

Update dependency babel-plugin-dynamic-import-node to v2.2.0
# This is the commit message #86:

Update dependency vuetify to v1.2.7
# This is the commit message #87:

Create CODE_OF_CONDUCT.md
# This is the commit message #88:

Update dependency copy-webpack-plugin to v4.5.3
# This is the commit message #89:

Update dependency url-loader to v1.1.2
# This is the commit message #90:

Update dependency vuetify to v1.2.8
# This is the commit message #91:

Update dependency semver to v5.6.0
# This is the commit message #92:

Update dependency vuetify to v1.2.9
# This is the commit message #93:

Update dependency eslint to v5.7.0
# This is the commit message #94:

[wip] solving #5

# This is the commit message #95:

fix #5

# This is the commit message #96:

add raven support

# This is the commit message #97:

fix import problem

# This is the commit message #98:

add raven init function

# This is the commit message #99:

add init raven function

# This is the commit message #100:

removed unused imports

# This is the commit message #101:

Update dependency autoprefixer to v9.2.0
# This is the commit message #102:

Update dependency vue-jest to v3
# This is the commit message #103:

change features in docs

# This is the commit message #104:

[WIP] refactor docs

# This is the commit message #105:

[WIP] fix a typo

# This is the commit message #106:

write file structure

# This is the commit message #107:

add credit page

# This is the commit message #108:

add publish to github

# This is the commit message #109:

add write package

# This is the commit message #110:

Add vuepress to npm dependencies

# This is the commit message #111:

fix some chinese structure

# This is the commit message #112:

[docs] add an example in getting-started

# This is the commit message #113:

Update dependency chromedriver to v2.43.0
# This is the commit message #114:

Update dependency webpack to v4.21.0
# This is the commit message #115:

Update dependency vuetify to v1.3.0
# This is the commit message #116:

Update dependency portfinder to v1.0.18
# This is the commit message #117:

Pin dependency vuepress to 0.14.4
# This is the commit message #118:

Update dependency autoprefixer to v9.2.1
# This is the commit message #119:

Update dependency webpack-bundle-analyzer to v3.0.3
# This is the commit message #120:

Add license scan report and status

Signed-off-by: fossabot <badges@fossa.io>
# This is the commit message #121:

fix readme

# This is the commit message #122:

Update issue templates
# This is the commit message #123:

Update dependency autoprefixer to v9.3.0
# This is the commit message #124:

Update dependency vuetify to v1.3.2
# This is the commit message #125:

Update dependency webpack-dev-server to v3.1.10
# This is the commit message #126:

Update dependency portfinder to v1.0.19
# This is the commit message #127:

Update dependency postcss-import to v12.0.1
# This is the commit message #128:

Update dependency webpack to v4.22.0
# This is the commit message #129:

Update dependency node-notifier to v5.3.0
# This is the commit message #130:

Update dependency copy-webpack-plugin to v4.5.4
# This is the commit message #131:

Update README.md
# This is the commit message #132:

Update dependency eslint-plugin-node to v8
# This is the commit message #133:

Update dependency chromedriver to v2.43.1
# This is the commit message #134:

Update dependency eslint to v5.8.0
# This is the commit message #135:

Update dependency vuetify to v1.3.3
# This is the commit message #136:

Update dependency autoprefixer to v9.3.1
# This is the commit message #137:

Update dependency webpack to v4.23.1
# This is the commit message #138:

add logo assets

# This is the commit message #139:

add some go doc and online documents

# This is the commit message #140:

[ImgBot] Optimize images

*Total -- 51.46kb -> 40.54kb (21.21%)

/assets/logo.png -- 12.26kb -> 9.38kb (23.53%)
/assets/logo-with-slogan-landscape.png -- 18.50kb -> 14.70kb (20.57%)
/assets/logo-with-slogan.png -- 20.70kb -> 16.47kb (20.41%)

# This is the commit message #141:

Update dependency vuetify to v1.3.4
# This is the commit message #142:

Update dependency copy-webpack-plugin to v4.6.0
# This is the commit message #143:

Update dependency css-loader to v1.0.1
# This is the commit message #144:

open-source typescript based discovery service

# This is the commit message #145:

Update dependency webpack to v4.25.0
# This is the commit message #146:

Update dependency vuetify to v1.3.5
# This is the commit message #147:

Update dependency selenium-server to v3.141.0
# This is the commit message #148:

Pin dependencies
# This is the commit message #149:

Update dependency nodemon to v1.18.6
# This is the commit message #150:

Update dependency webpack to v4.25.1
# This is the commit message #151:

Update dependency @types/node to v10.12.5
# This is the commit message #152:

add import package functions

# This is the commit message #153:

[wip] trying to fix bugs in read request body

# This is the commit message #154:

[wip] fixing the bug of reading requests

# This is the commit message #155:

add package put/get methods

# This is the commit message #156:

merge

# This is the commit message #157:

add Dockerfile & tslint fix

# This is the commit message #158:

Update dependency eslint to v5.9.0
# This is the commit message #159:

add markdown readme

# This is the commit message #160:

fix several problems

# This is the commit message #161:

add buildfile to be compatible with the docker cloud

# This is the commit message #162:

reset build filepath

# This is the commit message #163:

add argument

# This is the commit message #164:

all args in one line

# This is the commit message #165:

remove build hooks and use start scripts

# This is the commit message #166:

set level for logsene

# This is the commit message #167:

add registry service

# This is the commit message #168:

Pin dependencies
# This is the commit message #169:

Update dependency vuetify to v1.3.7
# This is the commit message #170:

Update dependency selenium-server to v3.141.5
# This is the commit message #171:

Update dependency @types/dotenv to v6
# This is the commit message #172:

remove koa-bodyparser

# This is the commit message #173:

add docs

# This is the commit message #174:

gofmt

# This is the commit message #175:

Update dependency shelljs to v0.8.3
# This is the commit message #176:

Update dependency @types/node to v10.12.6
# This is the commit message #177:

Update dependency eslint-plugin-html to v5
# This is the commit message #178:

add "other utilities" in services

# This is the commit message #179:

fix some description

# This is the commit message #180:

minor change in README

# This is the commit message #181:

code fix

# This is the commit message #182:

re init dashboard

# This is the commit message #183:

finish front page

# This is the commit message #184:

add login page

# This is the commit message #185:

add few pages

# This is the commit message #186:

fix build ignore file

# This is the commit message #187:

add i18n support

# This is the commit message #188:

add config settings

# This is the commit message #189:

add news components

# This is the commit message #190:

add news function

# This is the commit message #191:

add status card

# This is the commit message #192:

[wip] log file handler

# This is the commit message #193:

add tests

# This is the commit message #194:

code format changes

# This is the commit message #195:

[wip] user authentication

# This is the commit message #196:

add get registries endpoint

# This is the commit message #197:

add few things

# This is the commit message #198:

update dockerfile

# This is the commit message #199:

fix build problems

# This is the commit message #200:

copy dist file

# This is the commit message #201:

update start command

# This is the commit message #202:

remove copy dist command

# This is the commit message #203:

finish registry function

# This is the commit message #204:

code format update

# This is the commit message #205:

minor fix

# This is the commit message #206:

Pin dependency amazon-cognito-identity-js-typescript to 1.22.0
# This is the commit message #207:

Pin dependencies
# This is the commit message #208:

Update dependency @types/jest to v23.3.10
# This is the commit message #209:

Update dependency @types/node to v10.12.11
# This is the commit message #210:

Update dependency typescript to v3.2.1
# This is the commit message #211:

Pin dependencies
# This is the commit message #212:

add axios integrity

# This is the commit message #213:

add terminal

# This is the commit message #214:

fix log stream

# This is the commit message #215:

finish dashboard displaying system log

# This is the commit message #216:

stylish the log terminal

# This is the commit message #217:

dashboard utilization

# This is the commit message #218:

some utilization for dashboard

# This is the commit message #219:

add toml dependency

# This is the commit message #220:

minor fix

# This is the commit message #221:

add cvpm-request

# This is the commit message #222:

[WIP] optimize for dashboard

# This is the commit message #223:

Pin dependencies
# This is the commit message #224:

[WIP] optimze for dashboard

# This is the commit message #225:

[WIP] Dashboard

# This is the commit message #226:

add a 'coming soon' in import from hub

# This is the commit message #227:

add publish prod command in Makefile

# This is the commit message #228:

add some docs

# This is the commit message #229:

add didi cloud logi into spnsors

# This is the commit message #230:

fix didi logo problem

# This is the commit message #231:

fix a typo

# This is the commit message #232:

add system info query system

# This is the commit message #233:

optimize for dashboard

# This is the commit message #234:

almost finish the dashboard!

# This is the commit message #235:

add authentication

# This is the commit message #236:

code format

# This is the commit message #237:

delete coverage folder in discovery

# This is the commit message #238:

code format

# This is the commit message #239:

code format

# This is the commit message #240:

go_vet format

# This is the commit message #241:

Set up CI with Azure Pipelines
# This is the commit message #242:

Update azure-pipelines.yml
# This is the commit message #243:

Update azure-pipelines.yml
# This is the commit message #244:

Update README.md
# This is the commit message #245:

add api-spec.json

# This is the commit message #246:

add create ticket function

# This is the commit message #247:

add feat:init

# This is the commit message #248:

fix clone repo problem

# This is the commit message #249:

Pin dependencies
# This is the commit message #250:

Update dependency @types/node to v10.12.17
# This is the commit message #251:

Update dependency tslint to v5.12.0
# This is the commit message #252:

Update dependency js-base64 to v2.5.0
# This is the commit message #253:

add feat/init

# This is the commit message #254:

finish feat/init

# This is the commit message #255:

Update dependency vuetify to v1.3.15
# This is the commit message #256:

Update dependency vue-i18n to v8.5.0
# This is the commit message #257:

add Dockerfile & dep to manage vendors

# This is the commit message #258:

remove unused dep

# This is the commit message #259:

minor fix

# This is the commit message #260:

[wip] reverse proxy

# This is the commit message #261:

Update travis
# This is the commit message #262:

Directories, not file names
# This is the commit message #263:

[ImgBot] Optimize images

/docs/.vuepress/public/sponsors/didi_logo.png -- 11.30kb -> 9.74kb (13.78%)

# This is the commit message #264:

add copyright info

# This is the commit message #265:

Update dependency vuetify to v1.4.0
# This is the commit message #266:

Update dependency webpack-merge to v4.2.1
# This is the commit message #267:

Update dependency @types/jest to v23.3.11
# This is the commit message #268:

Update dependency @types/node to v10.12.18
# This is the commit message #269:

Update dependency toml to v2.3.5
# This is the commit message #270:

Update dependency rimraf to v2.6.3
# This is the commit message #271:

Update dependency file-loader to v3
# This is the commit message #272:

Update dependency @types/passport to v1
# This is the commit message #273:

Update dependency vue-i18n to v8.7.0
# This is the commit message #274:

enable reverse proxy

# This is the commit message #275:

delete wrong submit

# This is the commit message #276:

remove cors settings in python code

# This is the commit message #277:

update go version to 1.11.2

# This is the commit message #278:

fix port selection

# This is the commit message #279:

fix travis problem

# This is the commit message #280:

Update dependency chalk to v2.4.2
# This is the commit message #281:

Update dependency @types/jest to v23.3.12
# This is the commit message #282:

docs: privacy

# This is the commit message #283:

add didi logo

# This is the commit message #284:

update privacy

# This is the commit message #285:

Update dependency vuetify to v1.4.1
# This is the commit message #286:

Update dependency tslint to v5.12.1
# This is the commit message #287:

Update CODE_OF_CONDUCT.md
# This is the commit message #288:

Update dependency vuetify to v1.4.2
# This is the commit message #289:

Update vue monorepo to v2.5.22
# This is the commit message #290:

Update dependency supertest to v3.4.1
# This is the commit message #291:

update deps

# This is the commit message #292:

Update dependency vuetify to v1.4.3
# This is the commit message #293:

Update dependency vuex to v3.1.0
# This is the commit message #294:

Update dependency eslint-plugin-import to v2.15.0
# This is the commit message #295:

Update dependency supertest to v3.4.2
# This is the commit message #296:

Update dependency ts-node to v8
# This is the commit message #297:

Update dependency js-base64 to v2.5.1
# This is the commit message #298:

Update dependency @types/jest to v23.3.13
# This is the commit message #299:

Update dependency typescript to v3.2.4
# This is the commit message #300:

[wip] pipeline

# This is the commit message #301:

add get pretrained method

# This is the commit message #302:

[wip] pipeline

# This is the commit message #303:

Setup.py: added license metadata
# This is the commit message #304:

[ImgBot] Optimize images

/cvpm/tests/assets/lenna.jpg -- 25.13kb -> 24.96kb (0.68%)

# This is the commit message #305:

Update project URLs
# This is the commit message #306:

Update dependency vue-socket.io to v3.0.5
# This is the commit message #307:

Update dependency eslint-plugin-import to v2.16.0
# This is the commit message #308:

Update dependency @types/node to v10.12.19
# This is the commit message #309:

Update dependency ts-node to v8.0.2
# This is the commit message #310:

Update jest monorepo to v24
# This is the commit message #311:

add basic dataset tabel

# This is the commit message #312:

Update dependency @types/node to v10.12.20
# This is the commit message #313:

Update dependency toml to v3
# This is the commit message #314:

Update dependency toml to v2.3.6
# This is the commit message #315:

Update dependency vuetify to v1.4.4
# This is the commit message #316:

Update dependency vue-i18n to v8.8.0
# This is the commit message #317:

"sync datasets feature"

# This is the commit message #318:

fix desc rendering

# This is the commit message #319:

add stop infer engine method in cli

# This is the commit message #320:

Update dependency @types/node to v10.12.21
# This is the commit message #321:

Update dependency typescript to v3.3.1
# This is the commit message #322:

Update dependency node-notifier to v5.4.0
# This is the commit message #323:

Update dependency @types/jest to v24
# This is the commit message #324:

add full-text search

# This is the commit message #325:

Update dependency vuetify to v1.4.6
# This is the commit message #326:

remove console.log

# This is the commit message #327:

add stop solver function as in 0.0.3

# This is the commit message #328:

update npm dependency

# This is the commit message #329:

fix build pipeline

# This is the commit message #330:

fix build pipeline

# This is the commit message #331:

[fix] build pipeline

# This is the commit message #332:

[fix] build pipeline

# This is the commit message #333:

[fix] build pipeline

# This is the commit message #334:

[fix] build pipeline

# This is the commit message #335:

[fix] build pipeline

# This is the commit message #336:

[fix] build pipeline

# This is the commit message #337:

[fix] build pipeline

# This is the commit message #338:

[fix] build pipeline

# This is the commit message #339:

[fix] build pipeline

# This is the commit message #340:

[fix] build pipeline

# This is the commit message #341:

Update main.workflow
# This is the commit message #342:

Update dependency @types/node to v10.12.23
# This is the commit message #343:

Update dependency typescript to v3.3.3
# This is the commit message #344:

Update vue monorepo to v2.6.3
# This is the commit message #345:

Update dependency vuetify to v1.5.0
# This is the commit message #346:

Update jest monorepo to v24.1.0
# This is the commit message #347:

Pin dependency flexsearch to 0.3.61
# This is the commit message #348:

Update dependency chromedriver to v2.46.0
# This is the commit message #349:

Update dependency flexsearch to v0.4.0
# This is the commit message #350:

Update dependency vue-i18n to v8.8.2
# This is the commit message #351:

[wip] payment system

# This is the commit message #352:

Update dependency tslint to v5.13.0
# This is the commit message #353:

Update dependency typescript to v3.3.3333
# This is the commit message #354:

Update dependency nodemon to v1.18.10
# This is the commit message #355:

Update dependency @types/node to v10.12.27
# This is the commit message #356:

Update dependency copy-webpack-plugin to v5
# This is the commit message #357:

Update dependency @types/jest to v24.0.6
# This is the commit message #358:

Update dependency vuepress to v0.14.9
# This is the commit message #359:

Update dependency vuetify to v1.5.2
# This is the commit message #360:

Update dependency ts-jest to v24
# This is the commit message #361:

Update vue monorepo to v2.6.7
# This is the commit message #362:

Update dependency flexsearch to v0.6.2
# This is the commit message #363:

Update readme
# This is the commit message #364:

[ci skip]
# This is the commit message #365:

Update azure-pipelines.yml
# This is the commit message #366:

[travis skip] update ubuntu
# This is the commit message #367:

hmm
# This is the commit message #368:

[travis skip]
# This is the commit message #369:

Update dependency @types/jest to v24.0.9
# This is the commit message #370:

resolve security alerts

# This is the commit message #371:

fix security alert

# This is the commit message #372:

Pin dependencies
# This is the commit message #373:

Update dependency vuetify to v1.5.3
# This is the commit message #374:

[wip] #249 payment and billing

# This is the commit message #375:

Update dependency webpack to v4.29.6
# This is the commit message #376:

disabled socketio to avoid build issues, waiting for upgrading

# This is the commit message #377:

Update dependency tslint to v5.13.1
# This is the commit message #378:

Update dependency vuetify to v1.5.4
# This is the commit message #379:

Update dependency vue-loader to v15.7.0
# This is the commit message #380:

inspector

# This is the commit message #381:

[wip] inspector now needs frontend interface

# This is the commit message #382:

Update dependency eslint to v5.15.0
# This is the commit message #383:

Update dependency @types/node to v10.12.29
# This is the commit message #384:

Update vue monorepo to v2.6.8
# This is the commit message #385:

Update dependency vuepress to v0.14.10
# This is the commit message #386:

[wip] virtual environment

# This is the commit message #387:

update docs

# This is the commit message #388:

[wip] pipeline

# This is the commit message #389:

delete tiedot dependency

# This is the commit message #390:

Update dependency vuetify to v1.5.5
# This is the commit message #391:

Update dependency eslint to v5.15.1
# This is the commit message #392:

Update dependency vue-jest to v3.0.4
# This is the commit message #393:

Update dependency flexsearch to v0.6.21
# This is the commit message #394:

Update jest monorepo to v24.3.0
# This is the commit message #395:

Update dependency vue-socket.io to v3.0.7
# This is the commit message #396:

Update dependency @types/node to v10.12.30
# This is the commit message #397:

Update dependency ts-node to v8.0.3
# This is the commit message #398:

Update jest monorepo to v24.3.1
# This is the commit message #399:

Update dependency vue-i18n to v8.9.0
# This is the commit message #400:

Update dependency @types/jest to v24.0.11
# This is the commit message #401:

Update dependency supertest to v4
# This is the commit message #402:

Update dependency @koa/cors to v3
# This is the commit message #403:

finish inspector

# This is the commit message #404:

envs test

# This is the commit message #405:

move tpl into the central repository

# This is the commit message #406:

Pin dependency dayjs to 1.8.10
# This is the commit message #407:

Update dependency copy-webpack-plugin to v5.0.1
# This is the commit message #408:

Update jest monorepo to v24.4.0
# This is the commit message #409:

Update dependency vuetify to v1.5.6
# This is the commit message #410:

Update dependency tslint to v5.14.0
# This is the commit message #411:

Update jest monorepo to v24.5.0
# This is the commit message #412:

Update dependency dotenv to v7
# This is the commit message #413:

Update dependency @types/node to v10.14.1
# This is the commit message #414:

fix reverse proxy problem

# This is the commit message #415:

fix #282

# This is the commit message #416:

add host in status page

# This is the commit message #417:

gosimple

# This is the commit message #418:

add grpc dep

# This is the commit message #419:

requirements changes, remove pipenv dep

# This is the commit message #420:

Update dependency copy-webpack-plugin to v5.0.2
# This is the commit message #421:

Update dependency @sentry/node to v4.6.5
# This is the commit message #422:

Update vue monorepo to v2.6.10
# This is the commit message #423:

Update dependency vuetify to v1.5.7
# This is the commit message #424:

Update dependency webpack-cli to v3.3.0
# This is the commit message #425:

Update dependency supertest to v4.0.2
# This is the commit message #426:

Update dependency typescript to v3.3.4000
# This is the commit message #427:

Update dependency flexsearch to v0.6.22
# This is the commit message #428:

Update dependency eslint to v5.15.3
# This is the commit message #429:

Update dependency dayjs to v1.8.11
# This is the commit message #430:

Update babel monorepo
# This is the commit message #431:

Update dependency @types/node to v10.14.3
# This is the commit message #432:

Update babel monorepo
# This is the commit message #433:

format discovery && add procfile

# This is the commit message #434:

move procfile

# This is the commit message #435:

Pin dependencies

# This is the commit message #436:

move procfile back to discovery

# This is the commit message #437:

fix procfile

# This is the commit message #438:

add npm install in procfile

# This is the commit message #439:

minor fix in Procfile

# This is the commit message #440:

fix procfile

# This is the commit message #441:

[wip] test procfile

# This is the commit message #442:

move dev deps to all since deployments need build process

# This is the commit message #443:

change discovery endpoint

# This is the commit message #444:

add charges

# This is the commit message #445:

update readme

# This is the commit message #446:

Update dependency vue-i18n to v8.10.0

# This is the commit message #447:

Update dependency @sentry/node to v4.6.6

# This is the commit message #448:

[ImgBot] Optimize images

*Total -- 10.40kb -> 6.51kb (37.41%)

/assets/logo_2.png -- 5.13kb -> 3.06kb (40.37%)
/assets/logo_2_bg.png -- 5.27kb -> 3.45kb (34.54%)

# This is the commit message #449:

Update dependency semver to v5.7.0

# This is the commit message #450:

Update dependency @types/node to v10.14.4

# This is the commit message #451:

Update dependency semver to v6

# This is the commit message #452:

Create LICENSE-996-Forbidden
# This is the commit message #453:

Update dependency ts-jest to v24.0.1

# This is the commit message #454:

Update dependency typescript to v3.4.1

# This is the commit message #455:

Update dependency vuetify to v1.5.8

# This is the commit message #456:

Update dependency @types/dotenv to v6.1.1

# This is the commit message #457:

Update dependency eslint to v5.16.0

# This is the commit message #458:

Update LICENSE-996-Forbidden
# This is the commit message #459:

add cn

# This is the commit message #460:

fix a bug in translating package pages

# This is the commit message #461:

fix buttons

# This is the commit message #462:

Update jest monorepo to v24.7.0

# This is the commit message #463:

Update dependency dayjs to v1.8.12

# This is the commit message #464:

Update dependency @sentry/node to v5

# This is the commit message #465:

Update babel monorepo to v7.4.3

# This is the commit message #466:

Update dependency vuetify to v1.5.9

# This is the commit message #467:

Update dependency tslint to v5.15.0

# This is the commit message #468:

Update dependency eslint-plugin-promise to v4.1.1

# This is the commit message #469:

add env vars

# This is the commit message #470:

page-language

# This is the commit message #471:

de-BRD

# This is the commit message #472:

fix small style problem

# This is the commit message #473:

[wip] add github login

# This is the commit message #474:

Update jest monorepo to v24.7.1

# This is the commit message #475:

Update dependency @sentry/node to v5.0.5

# This is the commit message #476:

host-translation

# This is the commit message #477:

packages_detail_language

# This is the commit message #478:

language-fixed

# This is the commit message #479:

package_log div fixed

# This is the commit message #480:

language

# This is the commit message #481:

[WIP] Add cirrus ci
# This is the commit message #482:

python
# This is the commit message #483:

Update .cirrus.yml
# This is the commit message #484:

Update .cirrus.yml
# This is the commit message #485:

Delete .travis.yml
# This is the commit message #486:

Delete appveyor.yml
# This is the commit message #487:

Delete azure-pipelines.yml
# This is the commit message #488:

add several things

# This is the commit message #489:

add token related

# This is the commit message #490:

Update dependency typescript to v3.4.2

# This is the commit message #491:

Update dependency ts-jest to v24.0.2

# This is the commit message #492:

add go mod

# This is the commit message #493:

readd travis ci

# This is the commit message #494:

try fix travis

# This is the commit message #495:

[wip] fix travis

# This is the commit message #496:

add snapcraft

# This is the commit message #497:

fix a typo

# This is the commit message #498:

Pin dependency vue-authenticate to 1.3.4

# This is the commit message #499:

Update github.com/StackExchange/wmi commit hash to e0a55b9

# This is the commit message #500:

[wip] snapcraft

# This is the commit message #501:

fully refactored core code

# This is the commit message #502:

refactor code

# This is the commit message #503:

Update golang.org/x/tools commit hash to 0fdf0c7

# This is the commit message #504:

Update module syndtr/goleveldb to v1

# This is the commit message #505:

Update module kardianos/service to v1

# This is the commit message #506:

Update golang.org/x/sys commit hash to 4b34438

# This is the commit message #507:

Update golang.org/x/crypto commit hash to 38d8ce5

# This is the commit message #508:

Update golang.org/x/net commit hash to eb5bcb5

# This is the commit message #509:

Update github.com/flosch/pongo2 commit hash to 79872a7

# This is the commit message #510:

Update github.com/certifi/gocertifi commit hash to abcd570

# This is the commit message #511:

Update github.com/levigross/grequests commit hash to 37c80f7

# This is the commit message #512:

Update module appleboy/gofight to v2

# This is the commit message #513:

Fix cirrus
# This is the commit message #514:

Oops
# This is the commit message #515:

Update .cirrus.yml
# This is the commit message #516:

Use artifacts
# This is the commit message #517:

Update .cirrus.yml
# This is the commit message #518:

Update golang.org/x/tools commit hash to e5b8258

# This is the commit message #519:

Update dependency nodemon to v1.18.11

# This is the commit message #520:

Update github.com/certifi/gocertifi commit hash to 59a85de

# This is the commit message #521:

Update golang.org/x/tools commit hash to 96f2e7e

# This is the commit message #522:

Update dependency vuetify to v1.5.11

# This is the commit message #523:

Update dependency eslint-plugin-import to v2.17.0

# This is the commit message #524:

Update golang.org/x/sys commit hash to 9773273

# This is the commit message #525:

Update dependency prettier to v1.17.0

# This is the commit message #526:

Update dependency webpack to v4.30.0

# This is the commit message #527:

Update dependency @sentry/node to v5.0.8

# This is the commit message #528:

Update dependency vue-router to v3.0.4

# This is the commit message #529:

remove dataset in gomod

# This is the commit message #530:

code format

# This is the commit message #531:

Delete LICENSE-996-Forbidden
# This is the commit message #532:

Update github.com/StackExchange/wmi commit hash to cbe6696

# This is the commit message #533:

Bump js-yaml from 3.13.0 to 3.13.1 in /discovery

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.13.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #534:

Bump handlebars from 4.1.1 to 4.1.2 in /dashboard

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #535:

Bump handlebars from 4.1.1 to 4.1.2 in /discovery

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #536:

Bump fstream from 1.0.11 to 1.0.12 in /dashboard

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](npm/fstream@v1.0.11...v1.0.12)
# This is the commit message #537:

Update dependency @sentry/node to v5.4.0

# This is the commit message #538:

Update dependency vuetify to v1.5.14

# This is the commit message #539:

Update dependency dayjs to v1.8.14

# This is the commit message #540:

Update dependency webpack-cli to v3.3.4

# This is the commit message #541:

Update module pierrec/lz4 to v2.2.3

# This is the commit message #542:

Update dependency dotenv to v8

# This is the commit message #543:

Update dependency nodemon to v1.19.1

# This is the commit message #544:

Update github.com/palantir/pkg commit hash to b9b4547

# This is the commit message #545:

Update golang.org/x/crypto commit hash to 5c40567

# This is the commit message #546:

Update dependency typescript to v3.5.2

# This is the commit message #547:

Update dependency copy-webpack-plugin to v5.0.3

# This is the commit message #548:

Update module aws/aws-sdk-go-v2 to v0.9.0

# This is the commit message #549:

Update dependency vue-i18n to v8.11.2

# This is the commit message #550:

Update dependency @types/node to v10.14.9

# This is the commit message #551:

Update babel monorepo to v7.4.5

# This is the commit message #552:

Update dependency node-sass to v4.12.0

# This is the commit message #553:

Update module cheggaaa/pb to v2

# This is the commit message #554:

Update dependency @types/jest to v24.0.14

# This is the commit message #555:

Update dependency eslint-plugin-node to v9

# This is the commit message #556:

Update github.com/flosch/pongo2 commit hash to 8914e1c

# This is the commit message #557:

Update github.com/certifi/gocertifi commit hash to d2eda71

# This is the commit message #558:

Update dependency axios to v0.19.0

# This is the commit message #560:

Delete package-lock.json
# This is the commit message #561:

add test framework

# This is the commit message #562:

add tests

# This is the commit message #563:

add a test casee

# This is the commit message #564:

fix travis bug

# This is the commit message #565:

fix readme

# This is the commit message #566:

add test reporter

# This is the commit message #567:

fix test cases

# This is the commit message #568:

fix test case

# This is the commit message #569:

add coveralls

# This is the commit message #570:

refactor test files path

# This is the commit message #571:

fix cc-test-reporter location

# This is the commit message #572:

fixing path

# This is the commit message #573:

add sed command in handling travis

# This is the commit message #574:

fix path for travis

# This is the commit message #575:

add test cases

# This is the commit message #576:

add test coverage badge

# This is the commit message #577:

[wip] verify if repo is well set up

# This is the commit message #578:

upgrade deps

# This is the commit message #579:

Update dependency stripe to v7

# This is the commit message #580:

Update golang.org/x/tools commit hash to 04b924a

# This is the commit message #581:

Pin dependencies

# This is the commit message #582:

Update module appleboy/gin-status-api to v1.0.2

# This is the commit message #583:

Update dependency babel-eslint to v10.0.2

# This is the commit message #584:

Update dependency url-loader to v2

# This is the commit message #585:

Update golang.org/x/crypto commit hash to ea8f1a3

# This is the commit message #586:

Update dependency @types/jest to v24.0.15

# This is the commit message #587:

Update dependency file-loader to v4

# This is the commit message #588:

Update dependency css-loader to v3

# This is the commit message #589:

Update dependency webpack to v4.34.0

# This is the commit message #590:

Update dependency chromedriver to v75

# This is the commit message #591:

Update dependency vuex to v3.1.1

# This is the commit message #592:

Update dependency tslint to v5.17.0

# This is the commit message #593:

Update dependency semver to v6.1.1

# This is the commit message #594:

Update dependency mini-css-extract-plugin to v0.7.0

# This is the commit message #595:

Update dependency prettier to v1.18.2

# This is the commit message #596:

Update dependency eslint-plugin-import to v2.17.3

# This is the commit message #597:

Update dependency eslint-plugin-html to v5.0.5

# This is the commit message #598:

Update dependency babel-loader to v8.0.6

# This is the commit message #599:

Update dependency @vuetify/vuex-cognito-module to v0.5.3

# This is the commit message #600:

Update jest monorepo to v24.8.0

# This is the commit message #601:

Update dependency ts-node to v8.3.0

# This is the commit message #602:

add data creator
xzyaoi added a commit that referenced this pull request Feb 20, 2020
parent 288519d900c982eeaa9eb1b231e59bf00095fbcd
author Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235919 +0100
committer Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235938 +0100

# This is a combination of 558 commits.
parent 288519d900c982eeaa9eb1b231e59bf00095fbcd
author Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235919 +0100
committer Xiaozhe Yao <xiaozhe.yaoi@gmail.com> 1582235927 +0100

# This is a combination of 528 commits.
# This is the 1st commit message:

fix naming & code style & bugs

# This is the commit message #2:

prepare for publishing

# This is the commit message #3:

fix typo

# This is the commit message #4:

add cli toolkit

# This is the commit message #5:

add runner template

# This is the commit message #6:

Update runner.tpl
# This is the commit message #7:

add lots of features in cli

# This is the commit message #8:

add lots of new features

# This is the commit message #9:

add port support in solver

# This is the commit message #10:

add appveyor goreleaser and travis

# This is the commit message #11:

code format

# This is the commit message #12:

fix readme

# This is the commit message #13:

add github readme

# This is the commit message #14:

add vuepress to gitignore

# This is the commit message #15:

fix user runtime bugs for command line toolkit

# This is the commit message #16:

fix config js

# This is the commit message #17:

add logo and etc

# This is the commit message #18:

add config handler

# This is the commit message #19:

fix handler for configuration file

# This is the commit message #20:

format code

# This is the commit message #21:

fix a typo

# This is the commit message #22:

add docs

# This is the commit message #23:

add main function indicator in go releaser

# This is the commit message #24:

change language mark

# This is the commit message #25:

[ImgBot] optimizes images

/docs/.vuepress/public/logo.png -- 529.62kb -> 516.57kb (2.46%)

# This is the commit message #26:

try to move go releaser

# This is the commit message #27:

remove main in goreleaser

# This is the commit message #28:

fix main indictor

# This is the commit message #29:

fix binary name and main file

# This is the commit message #30:

add arm arch

# This is the commit message #31:

add before hooks in gorelease

# This is the commit message #32:

add post hooks

# This is the commit message #33:

[wip] travis build hooks

# This is the commit message #34:

add ignore file

# This is the commit message #35:

remove main

# This is the commit message #36:

remove post hook

# This is the commit message #37:

add arm v6 & windows & freebsd in goos

# This is the commit message #38:

Fix #3

# This is the commit message #39:

fix dependencies problem

# This is the commit message #40:

format

# This is the commit message #41:

add dashboard template

# This is the commit message #42:

fix #6

# This is the commit message #43:

py version upgrade

# This is the commit message #44:

[ImgBot] optimizes images

/dashboard/src/assets/logo.png -- 5.54kb -> 5.09kb (8.18%)

# This is the commit message #45:

Add renovate.json
# This is the commit message #46:

add readme

# This is the commit message #47:

add ascii intro

# This is the commit message #48:

fix a bug in v0.0.2 release

# This is the commit message #49:

Pin dependencies
# This is the commit message #50:

fix #5

# This is the commit message #51:

Update dependency cross-spawn to v6
# This is the commit message #52:

Update dependency css-loader to v1
# This is the commit message #53:

Update dependency babel-loader to v8
# This is the commit message #54:

Update dependency shelljs to v0.8.2
# This is the commit message #55:

Update dependency url-loader to v0.6.2
# This is the commit message #56:

Update dependency autoprefixer to v9
# This is the commit message #57:

Update dependency babel-eslint to v10
# This is the commit message #58:

Update dependency babel-plugin-dynamic-import-node to v2
# This is the commit message #59:

Update dependency eslint-config-standard to v12
# This is the commit message #60:

Update dependency eslint to v5
# This is the commit message #61:

Update dependency eslint-loader to v2
# This is the commit message #62:

Update dependency eslint-plugin-standard to v4
# This is the commit message #63:

Update dependency eslint-friendly-formatter to v4
# This is the commit message #64:

Update dependency eslint-plugin-promise to v4
# This is the commit message #65:

Update dependency eslint-plugin-html to v4
# This is the commit message #66:

Update dependency eslint-plugin-node to v7
# This is the commit message #67:

Update dependency file-loader to v2
# This is the commit message #68:

Update dependency html-webpack-plugin to v3
# This is the commit message #69:

Update dependency optimize-css-assets-webpack-plugin to v5
# This is the commit message #70:

Update dependency jest-serializer-vue to v2
# This is the commit message #71:

Update dependency webpack-dev-server to v3
# This is the commit message #72:

Update dependency vuetify to v1.2.6
# This is the commit message #73:

Update dependency webpack-bundle-analyzer to v3
# This is the commit message #74:

Update jest monorepo to v23
# This is the commit message #75:

Update dependency url-loader to v1
# This is the commit message #76:

Update dependency postcss-url to v8
# This is the commit message #77:

Update dependency postcss-import to v12
# This is the commit message #78:

Update dependency ora to v3
# This is the commit message #79:

Update dependency webpack to v4
# This is the commit message #80:

Update dependency vue-jest to v2
# This is the commit message #81:

Update dependency postcss-loader to v3
# This is the commit message #82:

Update dependency uglifyjs-webpack-plugin to v2
# This is the commit message #83:

Update dependency vue-style-loader to v4
# This is the commit message #84:

Update dependency vue-loader to v15
# This is the commit message #85:

Update dependency babel-plugin-dynamic-import-node to v2.2.0
# This is the commit message #86:

Update dependency vuetify to v1.2.7
# This is the commit message #87:

Create CODE_OF_CONDUCT.md
# This is the commit message #88:

Update dependency copy-webpack-plugin to v4.5.3
# This is the commit message #89:

Update dependency url-loader to v1.1.2
# This is the commit message #90:

Update dependency vuetify to v1.2.8
# This is the commit message #91:

Update dependency semver to v5.6.0
# This is the commit message #92:

Update dependency vuetify to v1.2.9
# This is the commit message #93:

Update dependency eslint to v5.7.0
# This is the commit message #94:

[wip] solving #5

# This is the commit message #95:

fix #5

# This is the commit message #96:

add raven support

# This is the commit message #97:

fix import problem

# This is the commit message #98:

add raven init function

# This is the commit message #99:

add init raven function

# This is the commit message #100:

removed unused imports

# This is the commit message #101:

Update dependency autoprefixer to v9.2.0
# This is the commit message #102:

Update dependency vue-jest to v3
# This is the commit message #103:

change features in docs

# This is the commit message #104:

[WIP] refactor docs

# This is the commit message #105:

[WIP] fix a typo

# This is the commit message #106:

write file structure

# This is the commit message #107:

add credit page

# This is the commit message #108:

add publish to github

# This is the commit message #109:

add write package

# This is the commit message #110:

Add vuepress to npm dependencies

# This is the commit message #111:

fix some chinese structure

# This is the commit message #112:

[docs] add an example in getting-started

# This is the commit message #113:

Update dependency chromedriver to v2.43.0
# This is the commit message #114:

Update dependency webpack to v4.21.0
# This is the commit message #115:

Update dependency vuetify to v1.3.0
# This is the commit message #116:

Update dependency portfinder to v1.0.18
# This is the commit message #117:

Pin dependency vuepress to 0.14.4
# This is the commit message #118:

Update dependency autoprefixer to v9.2.1
# This is the commit message #119:

Update dependency webpack-bundle-analyzer to v3.0.3
# This is the commit message #120:

Add license scan report and status

Signed-off-by: fossabot <badges@fossa.io>
# This is the commit message #121:

fix readme

# This is the commit message #122:

Update issue templates
# This is the commit message #123:

Update dependency autoprefixer to v9.3.0
# This is the commit message #124:

Update dependency vuetify to v1.3.2
# This is the commit message #125:

Update dependency webpack-dev-server to v3.1.10
# This is the commit message #126:

Update dependency portfinder to v1.0.19
# This is the commit message #127:

Update dependency postcss-import to v12.0.1
# This is the commit message #128:

Update dependency webpack to v4.22.0
# This is the commit message #129:

Update dependency node-notifier to v5.3.0
# This is the commit message #130:

Update dependency copy-webpack-plugin to v4.5.4
# This is the commit message #131:

Update README.md
# This is the commit message #132:

Update dependency eslint-plugin-node to v8
# This is the commit message #133:

Update dependency chromedriver to v2.43.1
# This is the commit message #134:

Update dependency eslint to v5.8.0
# This is the commit message #135:

Update dependency vuetify to v1.3.3
# This is the commit message #136:

Update dependency autoprefixer to v9.3.1
# This is the commit message #137:

Update dependency webpack to v4.23.1
# This is the commit message #138:

add logo assets

# This is the commit message #139:

add some go doc and online documents

# This is the commit message #140:

[ImgBot] Optimize images

*Total -- 51.46kb -> 40.54kb (21.21%)

/assets/logo.png -- 12.26kb -> 9.38kb (23.53%)
/assets/logo-with-slogan-landscape.png -- 18.50kb -> 14.70kb (20.57%)
/assets/logo-with-slogan.png -- 20.70kb -> 16.47kb (20.41%)

# This is the commit message #141:

Update dependency vuetify to v1.3.4
# This is the commit message #142:

Update dependency copy-webpack-plugin to v4.6.0
# This is the commit message #143:

Update dependency css-loader to v1.0.1
# This is the commit message #144:

open-source typescript based discovery service

# This is the commit message #145:

Update dependency webpack to v4.25.0
# This is the commit message #146:

Update dependency vuetify to v1.3.5
# This is the commit message #147:

Update dependency selenium-server to v3.141.0
# This is the commit message #148:

Pin dependencies
# This is the commit message #149:

Update dependency nodemon to v1.18.6
# This is the commit message #150:

Update dependency webpack to v4.25.1
# This is the commit message #151:

Update dependency @types/node to v10.12.5
# This is the commit message #152:

add import package functions

# This is the commit message #153:

[wip] trying to fix bugs in read request body

# This is the commit message #154:

[wip] fixing the bug of reading requests

# This is the commit message #155:

add package put/get methods

# This is the commit message #156:

merge

# This is the commit message #157:

add Dockerfile & tslint fix

# This is the commit message #158:

Update dependency eslint to v5.9.0
# This is the commit message #159:

add markdown readme

# This is the commit message #160:

fix several problems

# This is the commit message #161:

add buildfile to be compatible with the docker cloud

# This is the commit message #162:

reset build filepath

# This is the commit message #163:

add argument

# This is the commit message #164:

all args in one line

# This is the commit message #165:

remove build hooks and use start scripts

# This is the commit message #166:

set level for logsene

# This is the commit message #167:

add registry service

# This is the commit message #168:

Pin dependencies
# This is the commit message #169:

Update dependency vuetify to v1.3.7
# This is the commit message #170:

Update dependency selenium-server to v3.141.5
# This is the commit message #171:

Update dependency @types/dotenv to v6
# This is the commit message #172:

remove koa-bodyparser

# This is the commit message #173:

add docs

# This is the commit message #174:

gofmt

# This is the commit message #175:

Update dependency shelljs to v0.8.3
# This is the commit message #176:

Update dependency @types/node to v10.12.6
# This is the commit message #177:

Update dependency eslint-plugin-html to v5
# This is the commit message #178:

add "other utilities" in services

# This is the commit message #179:

fix some description

# This is the commit message #180:

minor change in README

# This is the commit message #181:

code fix

# This is the commit message #182:

re init dashboard

# This is the commit message #183:

finish front page

# This is the commit message #184:

add login page

# This is the commit message #185:

add few pages

# This is the commit message #186:

fix build ignore file

# This is the commit message #187:

add i18n support

# This is the commit message #188:

add config settings

# This is the commit message #189:

add news components

# This is the commit message #190:

add news function

# This is the commit message #191:

add status card

# This is the commit message #192:

[wip] log file handler

# This is the commit message #193:

add tests

# This is the commit message #194:

code format changes

# This is the commit message #195:

[wip] user authentication

# This is the commit message #196:

add get registries endpoint

# This is the commit message #197:

add few things

# This is the commit message #198:

update dockerfile

# This is the commit message #199:

fix build problems

# This is the commit message #200:

copy dist file

# This is the commit message #201:

update start command

# This is the commit message #202:

remove copy dist command

# This is the commit message #203:

finish registry function

# This is the commit message #204:

code format update

# This is the commit message #205:

minor fix

# This is the commit message #206:

Pin dependency amazon-cognito-identity-js-typescript to 1.22.0
# This is the commit message #207:

Pin dependencies
# This is the commit message #208:

Update dependency @types/jest to v23.3.10
# This is the commit message #209:

Update dependency @types/node to v10.12.11
# This is the commit message #210:

Update dependency typescript to v3.2.1
# This is the commit message #211:

Pin dependencies
# This is the commit message #212:

add axios integrity

# This is the commit message #213:

add terminal

# This is the commit message #214:

fix log stream

# This is the commit message #215:

finish dashboard displaying system log

# This is the commit message #216:

stylish the log terminal

# This is the commit message #217:

dashboard utilization

# This is the commit message #218:

some utilization for dashboard

# This is the commit message #219:

add toml dependency

# This is the commit message #220:

minor fix

# This is the commit message #221:

add cvpm-request

# This is the commit message #222:

[WIP] optimize for dashboard

# This is the commit message #223:

Pin dependencies
# This is the commit message #224:

[WIP] optimze for dashboard

# This is the commit message #225:

[WIP] Dashboard

# This is the commit message #226:

add a 'coming soon' in import from hub

# This is the commit message #227:

add publish prod command in Makefile

# This is the commit message #228:

add some docs

# This is the commit message #229:

add didi cloud logi into spnsors

# This is the commit message #230:

fix didi logo problem

# This is the commit message #231:

fix a typo

# This is the commit message #232:

add system info query system

# This is the commit message #233:

optimize for dashboard

# This is the commit message #234:

almost finish the dashboard!

# This is the commit message #235:

add authentication

# This is the commit message #236:

code format

# This is the commit message #237:

delete coverage folder in discovery

# This is the commit message #238:

code format

# This is the commit message #239:

code format

# This is the commit message #240:

go_vet format

# This is the commit message #241:

Set up CI with Azure Pipelines
# This is the commit message #242:

Update azure-pipelines.yml
# This is the commit message #243:

Update azure-pipelines.yml
# This is the commit message #244:

Update README.md
# This is the commit message #245:

add api-spec.json

# This is the commit message #246:

add create ticket function

# This is the commit message #247:

add feat:init

# This is the commit message #248:

fix clone repo problem

# This is the commit message #249:

Pin dependencies
# This is the commit message #250:

Update dependency @types/node to v10.12.17
# This is the commit message #251:

Update dependency tslint to v5.12.0
# This is the commit message #252:

Update dependency js-base64 to v2.5.0
# This is the commit message #253:

add feat/init

# This is the commit message #254:

finish feat/init

# This is the commit message #255:

Update dependency vuetify to v1.3.15
# This is the commit message #256:

Update dependency vue-i18n to v8.5.0
# This is the commit message #257:

add Dockerfile & dep to manage vendors

# This is the commit message #258:

remove unused dep

# This is the commit message #259:

minor fix

# This is the commit message #260:

[wip] reverse proxy

# This is the commit message #261:

Update travis
# This is the commit message #262:

Directories, not file names
# This is the commit message #263:

[ImgBot] Optimize images

/docs/.vuepress/public/sponsors/didi_logo.png -- 11.30kb -> 9.74kb (13.78%)

# This is the commit message #264:

add copyright info

# This is the commit message #265:

Update dependency vuetify to v1.4.0
# This is the commit message #266:

Update dependency webpack-merge to v4.2.1
# This is the commit message #267:

Update dependency @types/jest to v23.3.11
# This is the commit message #268:

Update dependency @types/node to v10.12.18
# This is the commit message #269:

Update dependency toml to v2.3.5
# This is the commit message #270:

Update dependency rimraf to v2.6.3
# This is the commit message #271:

Update dependency file-loader to v3
# This is the commit message #272:

Update dependency @types/passport to v1
# This is the commit message #273:

Update dependency vue-i18n to v8.7.0
# This is the commit message #274:

enable reverse proxy

# This is the commit message #275:

delete wrong submit

# This is the commit message #276:

remove cors settings in python code

# This is the commit message #277:

update go version to 1.11.2

# This is the commit message #278:

fix port selection

# This is the commit message #279:

fix travis problem

# This is the commit message #280:

Update dependency chalk to v2.4.2
# This is the commit message #281:

Update dependency @types/jest to v23.3.12
# This is the commit message #282:

docs: privacy

# This is the commit message #283:

add didi logo

# This is the commit message #284:

update privacy

# This is the commit message #285:

Update dependency vuetify to v1.4.1
# This is the commit message #286:

Update dependency tslint to v5.12.1
# This is the commit message #287:

Update CODE_OF_CONDUCT.md
# This is the commit message #288:

Update dependency vuetify to v1.4.2
# This is the commit message #289:

Update vue monorepo to v2.5.22
# This is the commit message #290:

Update dependency supertest to v3.4.1
# This is the commit message #291:

update deps

# This is the commit message #292:

Update dependency vuetify to v1.4.3
# This is the commit message #293:

Update dependency vuex to v3.1.0
# This is the commit message #294:

Update dependency eslint-plugin-import to v2.15.0
# This is the commit message #295:

Update dependency supertest to v3.4.2
# This is the commit message #296:

Update dependency ts-node to v8
# This is the commit message #297:

Update dependency js-base64 to v2.5.1
# This is the commit message #298:

Update dependency @types/jest to v23.3.13
# This is the commit message #299:

Update dependency typescript to v3.2.4
# This is the commit message #300:

[wip] pipeline

# This is the commit message #301:

add get pretrained method

# This is the commit message #302:

[wip] pipeline

# This is the commit message #303:

Setup.py: added license metadata
# This is the commit message #304:

[ImgBot] Optimize images

/cvpm/tests/assets/lenna.jpg -- 25.13kb -> 24.96kb (0.68%)

# This is the commit message #305:

Update project URLs
# This is the commit message #306:

Update dependency vue-socket.io to v3.0.5
# This is the commit message #307:

Update dependency eslint-plugin-import to v2.16.0
# This is the commit message #308:

Update dependency @types/node to v10.12.19
# This is the commit message #309:

Update dependency ts-node to v8.0.2
# This is the commit message #310:

Update jest monorepo to v24
# This is the commit message #311:

add basic dataset tabel

# This is the commit message #312:

Update dependency @types/node to v10.12.20
# This is the commit message #313:

Update dependency toml to v3
# This is the commit message #314:

Update dependency toml to v2.3.6
# This is the commit message #315:

Update dependency vuetify to v1.4.4
# This is the commit message #316:

Update dependency vue-i18n to v8.8.0
# This is the commit message #317:

"sync datasets feature"

# This is the commit message #318:

fix desc rendering

# This is the commit message #319:

add stop infer engine method in cli

# This is the commit message #320:

Update dependency @types/node to v10.12.21
# This is the commit message #321:

Update dependency typescript to v3.3.1
# This is the commit message #322:

Update dependency node-notifier to v5.4.0
# This is the commit message #323:

Update dependency @types/jest to v24
# This is the commit message #324:

add full-text search

# This is the commit message #325:

Update dependency vuetify to v1.4.6
# This is the commit message #326:

remove console.log

# This is the commit message #327:

add stop solver function as in 0.0.3

# This is the commit message #328:

update npm dependency

# This is the commit message #329:

fix build pipeline

# This is the commit message #330:

fix build pipeline

# This is the commit message #331:

[fix] build pipeline

# This is the commit message #332:

[fix] build pipeline

# This is the commit message #333:

[fix] build pipeline

# This is the commit message #334:

[fix] build pipeline

# This is the commit message #335:

[fix] build pipeline

# This is the commit message #336:

[fix] build pipeline

# This is the commit message #337:

[fix] build pipeline

# This is the commit message #338:

[fix] build pipeline

# This is the commit message #339:

[fix] build pipeline

# This is the commit message #340:

[fix] build pipeline

# This is the commit message #341:

Update main.workflow
# This is the commit message #342:

Update dependency @types/node to v10.12.23
# This is the commit message #343:

Update dependency typescript to v3.3.3
# This is the commit message #344:

Update vue monorepo to v2.6.3
# This is the commit message #345:

Update dependency vuetify to v1.5.0
# This is the commit message #346:

Update jest monorepo to v24.1.0
# This is the commit message #347:

Pin dependency flexsearch to 0.3.61
# This is the commit message #348:

Update dependency chromedriver to v2.46.0
# This is the commit message #349:

Update dependency flexsearch to v0.4.0
# This is the commit message #350:

Update dependency vue-i18n to v8.8.2
# This is the commit message #351:

[wip] payment system

# This is the commit message #352:

Update dependency tslint to v5.13.0
# This is the commit message #353:

Update dependency typescript to v3.3.3333
# This is the commit message #354:

Update dependency nodemon to v1.18.10
# This is the commit message #355:

Update dependency @types/node to v10.12.27
# This is the commit message #356:

Update dependency copy-webpack-plugin to v5
# This is the commit message #357:

Update dependency @types/jest to v24.0.6
# This is the commit message #358:

Update dependency vuepress to v0.14.9
# This is the commit message #359:

Update dependency vuetify to v1.5.2
# This is the commit message #360:

Update dependency ts-jest to v24
# This is the commit message #361:

Update vue monorepo to v2.6.7
# This is the commit message #362:

Update dependency flexsearch to v0.6.2
# This is the commit message #363:

Update readme
# This is the commit message #364:

[ci skip]
# This is the commit message #365:

Update azure-pipelines.yml
# This is the commit message #366:

[travis skip] update ubuntu
# This is the commit message #367:

hmm
# This is the commit message #368:

[travis skip]
# This is the commit message #369:

Update dependency @types/jest to v24.0.9
# This is the commit message #370:

resolve security alerts

# This is the commit message #371:

fix security alert

# This is the commit message #372:

Pin dependencies
# This is the commit message #373:

Update dependency vuetify to v1.5.3
# This is the commit message #374:

[wip] #249 payment and billing

# This is the commit message #375:

Update dependency webpack to v4.29.6
# This is the commit message #376:

disabled socketio to avoid build issues, waiting for upgrading

# This is the commit message #377:

Update dependency tslint to v5.13.1
# This is the commit message #378:

Update dependency vuetify to v1.5.4
# This is the commit message #379:

Update dependency vue-loader to v15.7.0
# This is the commit message #380:

inspector

# This is the commit message #381:

[wip] inspector now needs frontend interface

# This is the commit message #382:

Update dependency eslint to v5.15.0
# This is the commit message #383:

Update dependency @types/node to v10.12.29
# This is the commit message #384:

Update vue monorepo to v2.6.8
# This is the commit message #385:

Update dependency vuepress to v0.14.10
# This is the commit message #386:

[wip] virtual environment

# This is the commit message #387:

update docs

# This is the commit message #388:

[wip] pipeline

# This is the commit message #389:

delete tiedot dependency

# This is the commit message #390:

Update dependency vuetify to v1.5.5
# This is the commit message #391:

Update dependency eslint to v5.15.1
# This is the commit message #392:

Update dependency vue-jest to v3.0.4
# This is the commit message #393:

Update dependency flexsearch to v0.6.21
# This is the commit message #394:

Update jest monorepo to v24.3.0
# This is the commit message #395:

Update dependency vue-socket.io to v3.0.7
# This is the commit message #396:

Update dependency @types/node to v10.12.30
# This is the commit message #397:

Update dependency ts-node to v8.0.3
# This is the commit message #398:

Update jest monorepo to v24.3.1
# This is the commit message #399:

Update dependency vue-i18n to v8.9.0
# This is the commit message #400:

Update dependency @types/jest to v24.0.11
# This is the commit message #401:

Update dependency supertest to v4
# This is the commit message #402:

Update dependency @koa/cors to v3
# This is the commit message #403:

finish inspector

# This is the commit message #404:

envs test

# This is the commit message #405:

move tpl into the central repository

# This is the commit message #406:

Pin dependency dayjs to 1.8.10
# This is the commit message #407:

Update dependency copy-webpack-plugin to v5.0.1
# This is the commit message #408:

Update jest monorepo to v24.4.0
# This is the commit message #409:

Update dependency vuetify to v1.5.6
# This is the commit message #410:

Update dependency tslint to v5.14.0
# This is the commit message #411:

Update jest monorepo to v24.5.0
# This is the commit message #412:

Update dependency dotenv to v7
# This is the commit message #413:

Update dependency @types/node to v10.14.1
# This is the commit message #414:

fix reverse proxy problem

# This is the commit message #415:

fix #282

# This is the commit message #416:

add host in status page

# This is the commit message #417:

gosimple

# This is the commit message #418:

add grpc dep

# This is the commit message #419:

requirements changes, remove pipenv dep

# This is the commit message #420:

Update dependency copy-webpack-plugin to v5.0.2
# This is the commit message #421:

Update dependency @sentry/node to v4.6.5
# This is the commit message #422:

Update vue monorepo to v2.6.10
# This is the commit message #423:

Update dependency vuetify to v1.5.7
# This is the commit message #424:

Update dependency webpack-cli to v3.3.0
# This is the commit message #425:

Update dependency supertest to v4.0.2
# This is the commit message #426:

Update dependency typescript to v3.3.4000
# This is the commit message #427:

Update dependency flexsearch to v0.6.22
# This is the commit message #428:

Update dependency eslint to v5.15.3
# This is the commit message #429:

Update dependency dayjs to v1.8.11
# This is the commit message #430:

Update babel monorepo
# This is the commit message #431:

Update dependency @types/node to v10.14.3
# This is the commit message #432:

Update babel monorepo
# This is the commit message #433:

format discovery && add procfile

# This is the commit message #434:

move procfile

# This is the commit message #435:

Pin dependencies

# This is the commit message #436:

move procfile back to discovery

# This is the commit message #437:

fix procfile

# This is the commit message #438:

add npm install in procfile

# This is the commit message #439:

minor fix in Procfile

# This is the commit message #440:

fix procfile

# This is the commit message #441:

[wip] test procfile

# This is the commit message #442:

move dev deps to all since deployments need build process

# This is the commit message #443:

change discovery endpoint

# This is the commit message #444:

add charges

# This is the commit message #445:

update readme

# This is the commit message #446:

Update dependency vue-i18n to v8.10.0

# This is the commit message #447:

Update dependency @sentry/node to v4.6.6

# This is the commit message #448:

[ImgBot] Optimize images

*Total -- 10.40kb -> 6.51kb (37.41%)

/assets/logo_2.png -- 5.13kb -> 3.06kb (40.37%)
/assets/logo_2_bg.png -- 5.27kb -> 3.45kb (34.54%)

# This is the commit message #449:

Update dependency semver to v5.7.0

# This is the commit message #450:

Update dependency @types/node to v10.14.4

# This is the commit message #451:

Update dependency semver to v6

# This is the commit message #452:

Create LICENSE-996-Forbidden
# This is the commit message #453:

Update dependency ts-jest to v24.0.1

# This is the commit message #454:

Update dependency typescript to v3.4.1

# This is the commit message #455:

Update dependency vuetify to v1.5.8

# This is the commit message #456:

Update dependency @types/dotenv to v6.1.1

# This is the commit message #457:

Update dependency eslint to v5.16.0

# This is the commit message #458:

Update LICENSE-996-Forbidden
# This is the commit message #459:

add cn

# This is the commit message #460:

fix a bug in translating package pages

# This is the commit message #461:

fix buttons

# This is the commit message #462:

Update jest monorepo to v24.7.0

# This is the commit message #463:

Update dependency dayjs to v1.8.12

# This is the commit message #464:

Update dependency @sentry/node to v5

# This is the commit message #465:

Update babel monorepo to v7.4.3

# This is the commit message #466:

Update dependency vuetify to v1.5.9

# This is the commit message #467:

Update dependency tslint to v5.15.0

# This is the commit message #468:

Update dependency eslint-plugin-promise to v4.1.1

# This is the commit message #469:

add env vars

# This is the commit message #470:

page-language

# This is the commit message #471:

de-BRD

# This is the commit message #472:

fix small style problem

# This is the commit message #473:

[wip] add github login

# This is the commit message #474:

Update jest monorepo to v24.7.1

# This is the commit message #475:

Update dependency @sentry/node to v5.0.5

# This is the commit message #476:

host-translation

# This is the commit message #477:

packages_detail_language

# This is the commit message #478:

language-fixed

# This is the commit message #479:

package_log div fixed

# This is the commit message #480:

language

# This is the commit message #481:

[WIP] Add cirrus ci
# This is the commit message #482:

python
# This is the commit message #483:

Update .cirrus.yml
# This is the commit message #484:

Update .cirrus.yml
# This is the commit message #485:

Delete .travis.yml
# This is the commit message #486:

Delete appveyor.yml
# This is the commit message #487:

Delete azure-pipelines.yml
# This is the commit message #488:

add several things

# This is the commit message #489:

add token related

# This is the commit message #490:

Update dependency typescript to v3.4.2

# This is the commit message #491:

Update dependency ts-jest to v24.0.2

# This is the commit message #492:

add go mod

# This is the commit message #493:

readd travis ci

# This is the commit message #494:

try fix travis

# This is the commit message #495:

[wip] fix travis

# This is the commit message #496:

add snapcraft

# This is the commit message #497:

fix a typo

# This is the commit message #498:

Pin dependency vue-authenticate to 1.3.4

# This is the commit message #499:

Update github.com/StackExchange/wmi commit hash to e0a55b9

# This is the commit message #500:

[wip] snapcraft

# This is the commit message #501:

fully refactored core code

# This is the commit message #502:

refactor code

# This is the commit message #503:

Update golang.org/x/tools commit hash to 0fdf0c7

# This is the commit message #504:

Update module syndtr/goleveldb to v1

# This is the commit message #505:

Update module kardianos/service to v1

# This is the commit message #506:

Update golang.org/x/sys commit hash to 4b34438

# This is the commit message #507:

Update golang.org/x/crypto commit hash to 38d8ce5

# This is the commit message #508:

Update golang.org/x/net commit hash to eb5bcb5

# This is the commit message #509:

Update github.com/flosch/pongo2 commit hash to 79872a7

# This is the commit message #510:

Update github.com/certifi/gocertifi commit hash to abcd570

# This is the commit message #511:

Update github.com/levigross/grequests commit hash to 37c80f7

# This is the commit message #512:

Update module appleboy/gofight to v2

# This is the commit message #513:

Fix cirrus
# This is the commit message #514:

Oops
# This is the commit message #515:

Update .cirrus.yml
# This is the commit message #516:

Use artifacts
# This is the commit message #517:

Update .cirrus.yml
# This is the commit message #518:

Update golang.org/x/tools commit hash to e5b8258

# This is the commit message #519:

Update dependency nodemon to v1.18.11

# This is the commit message #520:

Update github.com/certifi/gocertifi commit hash to 59a85de

# This is the commit message #521:

Update golang.org/x/tools commit hash to 96f2e7e

# This is the commit message #522:

Update dependency vuetify to v1.5.11

# This is the commit message #523:

Update dependency eslint-plugin-import to v2.17.0

# This is the commit message #524:

Update golang.org/x/sys commit hash to 9773273

# This is the commit message #525:

Update dependency prettier to v1.17.0

# This is the commit message #526:

Update dependency webpack to v4.30.0

# This is the commit message #527:

Update dependency @sentry/node to v5.0.8

# This is the commit message #528:

Update dependency vue-router to v3.0.4

# This is the commit message #529:

remove dataset in gomod

# This is the commit message #530:

code format

# This is the commit message #531:

Delete LICENSE-996-Forbidden
# This is the commit message #532:

Update github.com/StackExchange/wmi commit hash to cbe6696

# This is the commit message #533:

Bump js-yaml from 3.13.0 to 3.13.1 in /discovery

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #534:

Bump handlebars from 4.1.1 to 4.1.2 in /dashboard

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #535:

Bump handlebars from 4.1.1 to 4.1.2 in /discovery

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #536:

Bump fstream from 1.0.11 to 1.0.12 in /dashboard

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
# This is the commit message #537:

Update dependency @sentry/node to v5.4.0

# This is the commit message #538:

Update dependency vuetify to v1.5.14

# This is the commit message #539:

Update dependency dayjs to v1.8.14

# This is the commit message #540:

Update dependency webpack-cli to v3.3.4

# This is the commit message #541:

Update module pierrec/lz4 to v2.2.3

# This is the commit message #542:

Update dependency dotenv to v8

# This is the commit message #543:

Update dependency nodemon to v1.19.1

# This is the commit message #544:

Update github.com/palantir/pkg commit hash to b9b4547

# This is the commit message #545:

Update golang.org/x/crypto commit hash to 5c40567

# This is the commit message #546:

Update dependency typescript to v3.5.2

# This is the commit message #547:

Update dependency copy-webpack-plugin to v5.0.3

# This is the commit message #548:

Update module aws/aws-sdk-go-v2 to v0.9.0

# This is the commit message #549:

Update dependency vue-i18n to v8.11.2

# This is the commit message #550:

Update dependency @types/node to v10.14.9

# This is the commit message #551:

Update babel monorepo to v7.4.5

# This is the commit message #552:

Update dependency node-sass to v4.12.0

# This is the commit message #553:

Update module cheggaaa/pb to v2

# This is the commit message #554:

Update dependency @types/jest to v24.0.14

# This is the commit message #555:

Update dependency eslint-plugin-node to v9

# This is the commit message #556:

Update github.com/flosch/pongo2 commit hash to 8914e1c

# This is the commit message #557:

Update github.com/certifi/gocertifi commit hash to d2eda71

# This is the commit message #558:

Update dependency axios to v0.19.0

# This is the commit message #560:

Delete package-lock.json
# This is the commit message #561:

add test framework

# This is the commit message #562:

add tests

# This is the commit message #563:

add a test casee

# This is the commit message #564:

fix travis bug

# This is the commit message #565:

fix readme

# This is the commit message #566:

add test reporter

# This is the commit message #567:

fix test cases

# This is the commit message #568:

fix test case

# This is the commit message #569:

add coveralls

# This is the commit message #570:

refactor test files path

# This is the commit message #571:

fix cc-test-reporter location

# This is the commit message #572:

fixing path

# This is the commit message #573:

add sed command in handling travis

# This is the commit message #574:

fix path for travis

# This is the commit message #575:

add test cases

# This is the commit message #576:

add test coverage badge

# This is the commit message #577:

[wip] verify if repo is well set up

# This is the commit message #578:

upgrade deps

# This is the commit message #579:

Update dependency stripe to v7

# This is the commit message #580:

Update golang.org/x/tools commit hash to 04b924a

# This is the commit message #581:

Pin dependencies

# This is the commit message #582:

Update module appleboy/gin-status-api to v1.0.2

# This is the commit message #583:

Update dependency babel-eslint to v10.0.2

# This is the commit message #584:

Update dependency url-loader to v2

# This is the commit message #585:

Update golang.org/x/crypto commit hash to ea8f1a3

# This is the commit message #586:

Update dependency @types/jest to v24.0.15

# This is the commit message #587:

Update dependency file-loader to v4

# This is the commit message #588:

Update dependency css-loader to v3

# This is the commit message #589:

Update dependency webpack to v4.34.0

# This is the commit message #590:

Update dependency chromedriver to v75

# This is the commit message #591:

Update dependency vuex to v3.1.1

# This is the commit message #592:

Update dependency tslint to v5.17.0

# This is the commit message #593:

Update dependency semver to v6.1.1

# This is the commit message #594:

Update dependency mini-css-extract-plugin to v0.7.0

# This is the commit message #595:

Update dependency prettier to v1.18.2

# This is the commit message #596:

Update dependency eslint-plugin-import to v2.17.3

# This is the commit message #597:

Update dependency eslint-plugin-html to v5.0.5

# This is the commit message #598:

Update dependency babel-loader to v8.0.6

# This is the commit message #599:

Update dependency @vuetify/vuex-cognito-module to v0.5.3

# This is the commit message #600:

Update jest monorepo to v24.8.0

# This is the commit message #601:

Update dependency ts-node to v8.3.0

# This is the commit message #602:

add data creator

# This is the commit message #603:

remove docs file since cvflow.autoai.org has take place

# This is the commit message #605:

add my datasets feature

# This is the commit message #606:

finish

# This is the commit message #607:

finish /contrib/files/list api, but size always return 0.

# This is the commit message #608:

fix size=0 problem

# This is the commit message #609:

Update dependency @types/node to v10.14.10

# This is the commit message #610:

Update dependency tslint to v5.18.0

# This is the commit message #611:

Update dependency @sentry/node to v5.4.3

# This is the commit message #612:

Update dependency webpack to v4.35.0

# This is the commit message #613:

Update dependency vuetify to v1.5.16

# This is the commit message #614:

Update dependency eslint to v6

# This is the commit message #615:

Update golang.org/x/crypto commit hash to cc06ce4

# This is the commit message #616:

Update dependency @vuetify/vuex-cognito-module to v0.5.4

# This is the commit message #617:

Update module src-d/go-git to v4.12.0

# This is the commit message #618:

Update dependency webpack-cli to v3.3.5

# This is the commit message #619:

fix eslint upgrade issue

# This is the commit message #620:

[wip] support for dataset display

# This is the commit message #621:

code comment style fix

# This is the commit message #622:

Pin dependencies

# This is the commit message #623:

replace github queries to _get and _post

# This is the commit message #624:

Update dependency semver to v6.1.2

# This is the commit message #625:

refactor file storage with support for database

# This is the commit message #626:

finish dataset uploading

# This is the commit message #627:

Update dependency eslint-plugin-import to v2.18.0

# This is the commit message #628:

Update dependency eslint-plugin-vue to v5.2.3

# This is the commit message #629:

refactor socket server

# This is the commit message #630:

add annotations metrics analysis

# This is the commit message #631:

Pin dependency sanitize-html to 1.20.1

# This is the commit message #632:

Update dependency eslint-plugin-promise to v4.2.1

# This is the commit message #633:

Update dependency url-loader to v2.0.1

# This is the commit message #634:

Pin dependencies

# This is the commit message #635:

Create SECURITY.md
# This is the commit message #636:

Update SECURITY.md
# This is the commit message #637:

Delete SECURITY.md
# This is the commit message #638:

[wip] train process

# This is the commit message #639:

add test cases for dashboard

# This is the commit message #640:

add test cases

# This is the commit message #641:

update test case to avoid duplicate folder name

# This is the commit message #642:

remove test folder after test has completed

# This is the commit message #643:

Pin dependency babel-plugin-dynamic-import-node to 2.3.0

# This is the commit message #644:

Update dependency optimize-css-assets-webpack-plugin to v3.2.1

# This is the commit message #645:

update thread in training management

# This is the commit message #646:

Update module shirou/gopsutil to v2.19.6

# This is the commit message #647:

[wip] add train manage

# This is the commit message #648:

[wip] update database for training

# This is the commit message #649:

code format

# This is the commit message #650:

Update dependency chromedriver to v75.0.1

# This is the commit message #651:

Update dependency webpack to v4.35.2

# This is the commit message #652:

Update dependency semver to v6.1.3

# This is the commit message #653:

Update golang.org/x/crypto commit hash to 4def268

# This is the commit message #654:

[wip] add train record

# This is the commit message #655:

Update dependency semver to v6.2.0

# This is the commit message #656:

add chart view for training logs

# This is the commit message #657:

Update dependency @types/node to v10.14.12

# This is the commit message #658:

Update dependency eslint-loader to v2.2.1

# This is the commit message #659:

Update dependency vue-router to v3.0.7

# This is the commit message #660:

Update dependency @types/supertest to v2.0.8

# This is the commit message #661:

Update babel monorepo to v7.5.0

# This is the commit message #662:

update logger

# This is the commit message #663:

Update dependency @sentry/node to v5.5.0

# This is the commit message #664:

minor style fix

# This is the commit message #665:

reset webui path

# This is the commit message #666:

finish install webui

# This is the commit message #667:

Update dependency vue-i18n to v8.12.0

# This is the commit message #668:

Update babel monorepo to v7.5.4

# This is the commit message #669:

Update dependency dayjs to v1.8.15

# This is the commit message #670:

Update dependency webpack to v4.35.3

# This is the commit message #671:

Update github.com/flosch/pongo2 commit hash to bbf5a6c

# This is the commit message #672:

Update dependency typescript to v3.5.3

# This is the commit message #673:

Bump lodash from 4.17.11 to 4.17.14 in /discovery

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #674:

Update dependency chromedriver to v75.1.0

# This is the commit message #675:

Update dependency eslint-config-standard to v13

# This is the commit message #676:

Bump lodash.mergewith from 4.6.1 to 4.6.2 in /dashboard

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #677:

Update dependency webpack-cli to v3.3.6

# This is the commit message #678:

Update module mattn/go-sqlite3 to v1.11.0

# This is the commit message #679:

Update dependency url-loader to v2.1.0

# This is the commit message #680:

Update dependency file-loader to v4.1.0

# This is the commit message #681:

Update dependency flexsearch to v0.6.23

# This is the commit message #682:

Update dependency eslint-plugin-import to v2.18.2

# This is the commit message #683:

regen go.mod & go.sum

# This is the commit message #684:

Update dependency @types/node to v10.14.13

# This is the commit message #685:

Update babel monorepo to v7.5.5

# This is the commit message #686:

Update dependency css-loader to v3.1.0

# This is the commit message #687:

Update dependency mini-css-extract-plugin to v0.8.0

# This is the commit message #688:

Update dependency vue-loader to v15.7.1

# This is the commit message #689:

Update dependency webpack to v4.36.1

# This is the commit message #690:

Update dependency webpack to v4.37.0

# This is the commit message #691:

lint fix

# This is the commit message #692:

Update dependency flexsearch to v0.6.30

# This is the commit message #693:

Update dependency semver to v6.3.0

# This is the commit message #694:

Update dependency vue-style-loader to v4

# This is the commit message #695:

Update dependency vuetify to v2

# This is the commit message #696:

Revert "Update dependency vuetify to v2"

# This is the commit message #697:

Update dependency copy-webpack-plugin to v5.0.4

# This is the commit message #698:

Update dependency plotly.js-dist to v1.49.0

# This is the commit message #699:

Update dependency webpack to v4.38.0

# This is the commit message #700:

[Security] Bump lodash from 4.17.11 to 4.17.15 in /dashboard

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #701:

Bump @types/stripe from 6.25.9 to 6.32.2 in /discovery

Bumps [@types/stripe](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/stripe) from 6.25.9 to 6.32.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stripe)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #702:

Bump mongoose from 5.4.20 to 5.7.1 in /discovery

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #703:

[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /discovery

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #704:

[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /dashboard

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #705:

[Security] Bump eslint-utils from 1.3.1 to 1.4.2 in /dashboard

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. **This update includes a security fix.**
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #706:

Bump gopkg.in/src-d/go-git.v4 from 4.12.0 to 4.13.1 in /core

Bumps [gopkg.in/src-d/go-git.v4](https://github.com/src-d/go-git) from 4.12.0 to 4.13.1.
- [Release notes](https://github.com/src-d/go-git/releases)
- [Commits](https://github.com/src-d/go-git/compare/v4.12.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #707:

Update module urfave/cli to v1.22.1

# This is the commit message #708:

Update github.com/certifi/gocertifi commit hash to a5e0173

# This is the commit message #709:

Bump @types/node from 10.14.13 to 12.7.5 in /discovery

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.14.13 to 12.7.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #710:

Bump parse from 2.2.1 to 2.7.1 in /discovery

Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 2.2.1 to 2.7.1.
- [Release notes](https://github.com/parse-community/Parse-SDK-JS/releases)
- [Changelog](https://github.com/parse-community/Parse-SDK-JS/blob/master/CHANGELOG.md)
- [Commits](https://github.com/parse-community/Parse-SDK-JS/compare/2.2.1...2.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #711:

Update dependency rimraf to v3

# This is the commit message #712:

Bump cross-spawn from 5.1.0 to 7.0.0 in /dashboard

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 5.1.0 to 7.0.0.
- [Release notes](https://github.com/moxystudio/node-cross-spawn/releases)
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #713:

Update dependency vue-i18n to v8.14.1

# This is the commit message #714:

Bump toml from 2.3.6 to 3.0.0 in /dashboard

Bumps [toml](https://github.com/BinaryMuse/toml-node) from 2.3.6 to 3.0.0.
- [Release notes](https://github.com/BinaryMuse/toml-node/releases)
- [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BinaryMuse/toml-node/compare/v2.3.6...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #715:

Bump postcss-loader from 2.1.6 to 3.0.0 in /dashboard

Bumps [postcss-loader](https://github.com/postcss/postcss-loader) from 2.1.6 to 3.0.0.
- [Release notes](https://github.com/postcss/postcss-loader/releases)
- [Changelog](https://github.com/postcss/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-loader/compare/v2.1.6...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants