diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000000..aabab068f4 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,46 @@ +name: "Code Scanning - Action" + +on: + push: + schedule: + - cron: '0 0 * * 0' + +jobs: + CodeQL-Build: + + strategy: + fail-fast: false + + + # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + # Override language selection by uncommenting this and choosing your languages + # with: + # languages: go, javascript, csharp, python, cpp, java + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below). + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # âšī¸ Command-line programs to run using the OS shell. + # đ https://git.io/JvXDl + + # âī¸ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/connections.png b/src/sql/workbench/contrib/welcome/gettingStarted/media/connections.png new file mode 100644 index 0000000000..6fc5eab1d1 Binary files /dev/null and b/src/sql/workbench/contrib/welcome/gettingStarted/media/connections.png differ diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/diamondIcon.svg b/src/sql/workbench/contrib/welcome/gettingStarted/media/diamondIcon.svg new file mode 100644 index 0000000000..de08930a71 --- /dev/null +++ b/src/sql/workbench/contrib/welcome/gettingStarted/media/diamondIcon.svg @@ -0,0 +1,4 @@ + + diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/extensions.png b/src/sql/workbench/contrib/welcome/gettingStarted/media/extensions.png new file mode 100644 index 0000000000..7ff9ca715a Binary files /dev/null and b/src/sql/workbench/contrib/welcome/gettingStarted/media/extensions.png differ diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/notebooks.png b/src/sql/workbench/contrib/welcome/gettingStarted/media/notebooks.png new file mode 100644 index 0000000000..3efd6d6f19 Binary files /dev/null and b/src/sql/workbench/contrib/welcome/gettingStarted/media/notebooks.png differ diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/serverIcon.svg b/src/sql/workbench/contrib/welcome/gettingStarted/media/serverIcon.svg new file mode 100644 index 0000000000..f1daee0e8c --- /dev/null +++ b/src/sql/workbench/contrib/welcome/gettingStarted/media/serverIcon.svg @@ -0,0 +1,10 @@ + diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/settings.png b/src/sql/workbench/contrib/welcome/gettingStarted/media/settings.png new file mode 100644 index 0000000000..6b9cd9879e Binary files /dev/null and b/src/sql/workbench/contrib/welcome/gettingStarted/media/settings.png differ diff --git a/src/sql/workbench/contrib/welcome/gettingStarted/media/welcome.png b/src/sql/workbench/contrib/welcome/gettingStarted/media/welcome.png new file mode 100644 index 0000000000..b0031c5eda Binary files /dev/null and b/src/sql/workbench/contrib/welcome/gettingStarted/media/welcome.png differ diff --git a/src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page.ts b/src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page.ts index ce95729d0c..c00ac51591 100644 --- a/src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page.ts +++ b/src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page.ts @@ -9,67 +9,67 @@ import { localize } from 'vs/nls'; export default () => `
Preview
- -${escape(localize('welcomePage.previewBody', "Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development."))}
+Preview
+ +${escape(localize('welcomePage.previewBody', "Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development."))}
${escape(localize('welcomePage.previewBody', "Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development."))}
+${escape(localize('welcomePage.previewBody', "Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development."))}
${escape(localize('welcomePage.createConnectionBody', "Connect to a database instance through the connection dialog."))}
@@ -77,9 +77,9 @@ export default () => `${escape(localize('welcomePage.runQueryBody', "Interact with data through a query editor."))}
@@ -87,8 +87,8 @@ export default () => `${escape(localize('welcomePage.createNotebookBody', "Build a new notebook using a native notebook editor."))}
@@ -96,8 +96,8 @@ export default () => `No recent folders
-${escape(localize('welcomePage.gettingStartedBody', "Discover the capabilities offered by Azure Data Studio and learn how to make the most of them."))}
-${escape(localize('welcomePage.documentationBody', "Visit the documentation center for quickstarts, how-to guides, and references for PowerShell, APIs, etc."))}
-
+