• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Microsoft / vscode-mssql / 406
65%

Build:
DEFAULT BRANCH: dev
Ran 07 Mar 2017 01:55AM UTC
Jobs 1
Files 61
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
406

push

travis-ci

web-flow
Merge from master (#763)

* SqlToolsService 0.3.0 release target

* Copy should not add new line at end (#717)

- Fixes #715. Should not copy & paste with newline at the end since this overwrites cells in Excel

* Telemetry fix: promise.all not receiving promises (#723)

- Promise.all requires either an array of PromiseLike objects or objects of type T. A change when upgrading to Typescript 2.1.5 caused us to pass in the functions, rather than the promises returned by those functions as previously happened. This meant that Promises.all returned immediately as it thought it was returning an array of functions.
- Fix is to explicitly define the promise return types, and go back to calling the methods so that we get promises back to wait on.

* SqlToolsService update to 0.3.0.1

* Target Download Center for 0.3.0 release

* Fixing regression where null cells are copied as blank strings (#736)

- Fixes #734, a regression where null cells are copied as blank strings
- To fix checksum issue on installing chrome for unit testing, now ignoring checksums

* SqlToolsService 0.3.0.2 Update

* Fix CI test runs broken by gulp-remote-src (#743)

- gulp-remote-src v0.4.2 breaks the vscode test runner due to https://github.com/ddliu/gulp-remote-src/issues/11. This fixes the issue for us by explicitly binding to 0.4.1 which still works

* Fix #711 MSSQL Extension will not run (#744)

- Fixes #711 MSSQL Extension will not run
- Update GetWindowsArchitecture to use new, simpler and more reliable method taken from the Omnisharp-VSCode implementation
- Fixed issues where we were not returning promises as expected, and where we were accessing the _connectionManager even though it was not defined yet, since the extension was still initializing. This will help with overall reliability
- Added test to verify handling of null ConnectionManager

* SqlToolsService 0.3.0.4

* SqlToolsService 0.3.0.5

* Fix changelog open broken by VSCode 1.10.0 (#750)

- Opening a local file in the HTML Preview pan is broken in 1.10. It looks like this is a bug in VSCode that isn't in the Insiders build
- Moving to opening the Master changelog.md in the users default browser instead. This is consistent with our GettingStarted action.

* Fix dates in changelog

* SqlToolsService 0.3.0-alpha.14

547 of 1342 branches covered (40.76%)

2329 of 3651 relevant lines covered (63.79%)

4.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 406.1 07 Mar 2017 01:55AM UTC 0
57.6
Travis Job 406.1
Source Files on build 406
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #406
  • 795b3449 on github
  • Prev Build on dev (#404)
  • Next Build on dev (#407)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc