summaryrefslogtreecommitdiffstats
path: root/integrations/repo_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-7/+7
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-061-1/+1
* Refactor table width to have more info shown in file list (#6867)Lauris BH2019-05-061-1/+1
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-1/+1
* Revert #3711 overwrite of only show "No Description" to repo admins #2167 (#...Gabriel Silva Simões2019-01-271-0/+20
* Symlink icons (#1416) (#3826)Tris Forster2018-05-011-0/+25
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-161-1/+1
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-1/+1
* Only show SSH clone URL if signed in (#2169) (#2170)Stefan Kalscheuer2017-07-151-0/+37
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-12/+5
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-3/+3
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-151-0/+26
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-2/+1
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-0/+21
hlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "name": "vaadin-core",
  "authors": [
    "Vaadin Ltd"
  ],
  "description": "The Vaadin core components are an evolving set of free and open source, standards-based web components.",
  "license": "Apache-2.0",
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components",
    "element-collection"
  ],
  "main": "vaadin-core.html",
  "ignore": [
    "**/.*",
    "**/node_modules",
    "**/bower_components",
    "**/test",
    "**/tests",
    "**/vaadin-core.js"
  ],
  "dependencies": {
    "iron-a11y-announcer": "iron-a11y-announcer#2.1.0",
    "iron-a11y-keys-behavior": "iron-a11y-keys-behavior#2.1.1",
    "iron-fit-behavior": "iron-fit-behavior#2.2.1",
    "iron-flex-layout": "iron-flex-layout#2.0.3",
    "iron-icon": "iron-icon#2.1.0",
    "iron-iconset-svg": "iron-iconset-svg#2.2.1",
    "iron-list": "iron-list#2.0.19",
    "iron-media-query": "iron-media-query#2.1.0",
    "iron-meta": "iron-meta#2.1.1",
    "iron-overlay-behavior": "iron-overlay-behavior#2.3.4",
    "iron-resizable-behavior": "iron-resizable-behavior#2.1.1",
    "iron-scroll-target-behavior": "iron-scroll-target-behavior#2.1.1",
    "polymer": "polymer#2.7.0",
    "shadycss": "shadycss#1.8.0",
    "vaadin-accordion": "vaadin-accordion#1.0.1",
    "vaadin-app-layout": "vaadin-app-layout#2.0.5",
    "vaadin-button": "vaadin-button#2.2.2",
    "vaadin-checkbox": "vaadin-checkbox#2.2.13",
    "vaadin-combo-box": "vaadin-combo-box#5.0.11",
    "vaadin-context-menu": "vaadin-context-menu#4.3.15",
    "vaadin-control-state-mixin": "vaadin-control-state-mixin#2.1.3",
    "vaadin-custom-field": "vaadin-custom-field#1.0.11",
    "vaadin-date-picker": "vaadin-date-picker#4.0.8",
    "vaadin-date-time-picker": "vaadin/vaadin-date-time-picker#1.0.0-beta1",
    "vaadin-details": "vaadin-details#1.0.1",
    "vaadin-development-mode-detector": "vaadin-development-mode-detector#2.0.4",
    "vaadin-dialog": "vaadin-dialog#2.3.0",
    "vaadin-element-mixin": "vaadin-element-mixin#2.2.0",
    "vaadin-form-layout": "vaadin-form-layout#2.1.7",
    "vaadin-grid": "vaadin-grid#5.5.2",
    "vaadin-icons": "vaadin-icons#4.3.1",
    "vaadin-item": "vaadin-item#2.1.1",
    "vaadin-list-box": "vaadin-list-box#1.2.0",
    "vaadin-list-mixin": "vaadin-list-mixin#2.3.1",
    "vaadin-login": "vaadin-login#1.0.1",
    "vaadin-lumo-styles": "vaadin-lumo-styles#1.5.0",
    "vaadin-material-styles": "vaadin-material-styles#1.2.3",
    "vaadin-menu-bar": "vaadin-menu-bar#1.0.5",
    "vaadin-notification": "vaadin-notification#1.4.0",
    "vaadin-ordered-layout": "vaadin-ordered-layout#1.2.0",
    "vaadin-overlay": "vaadin-overlay#3.3.1",
    "vaadin-progress-bar": "vaadin-progress-bar#1.1.2",
    "vaadin-radio-button": "vaadin-radio-button#1.2.6",
    "vaadin-select": "vaadin-select#2.1.7",
    "vaadin-split-layout": "vaadin-split-layout#4.1.1",
    "vaadin-tabs": "vaadin-tabs#3.0.5",
    "vaadin-text-field": "vaadin-text-field#2.5.5",
    "vaadin-themable-mixin": "vaadin-themable-mixin#1.5.2",
    "vaadin-time-picker": "vaadin-time-picker#2.0.7",
    "vaadin-upload": "vaadin-upload#4.2.2",
    "vaadin-usage-statistics": "vaadin-usage-statistics#2.1.0",
    "webcomponentsjs": "webcomponentsjs#1.2.6"
  }
}