Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dagger for openSUSE:Factory checked in at 2022-06-10 15:57:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dagger (Old) and /work/SRC/openSUSE:Factory/.dagger.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dagger" Fri Jun 10 15:57:30 2022 rev:13 rq:981564 version:0.2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/dagger/dagger.changes 2022-06-07 11:45:15.931241472 +0200 +++ /work/SRC/openSUSE:Factory/.dagger.new.1548/dagger.changes 2022-06-10 15:57:51.348843966 +0200 @@ -1,0 +2,7 @@ +Thu Jun 09 17:05:40 UTC 2022 - ka...@b1-systems.de + +- Update to version 0.2.17: + * website: update to a major version of Cypress + * docs: Cloud docs fixes and version note + +------------------------------------------------------------------- Old: ---- dagger-0.2.16.tar.gz New: ---- dagger-0.2.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dagger.spec ++++++ --- /var/tmp/diff_new_pack.dYYyNT/_old 2022-06-10 15:57:52.336845164 +0200 +++ /var/tmp/diff_new_pack.dYYyNT/_new 2022-06-10 15:57:52.340845169 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: dagger -Version: 0.2.16 +Version: 0.2.17 Release: 0 Summary: A portable devkit for CI/CD pipelines License: GPL-3.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.dYYyNT/_old 2022-06-10 15:57:52.372845208 +0200 +++ /var/tmp/diff_new_pack.dYYyNT/_new 2022-06-10 15:57:52.376845213 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/dagger/dagger</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.2.16</param> + <param name="revision">v0.2.17</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">dagger-0.2.16.tar.gz</param> + <param name="archive">dagger-0.2.17.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.dYYyNT/_old 2022-06-10 15:57:52.396845237 +0200 +++ /var/tmp/diff_new_pack.dYYyNT/_new 2022-06-10 15:57:52.400845242 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/dagger/dagger</param> - <param name="changesrevision">cc15836cc1d7ee943766c985f4f0160afb7e8d7f</param></service></servicedata> + <param name="changesrevision">0bdc0bf916e684c905252c54b7ae2cd59386e9f4</param></service></servicedata> (No newline at EOF) ++++++ dagger-0.2.16.tar.gz -> dagger-0.2.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/.github/workflows/test-website.yml new/dagger-0.2.17/.github/workflows/test-website.yml --- old/dagger-0.2.16/.github/workflows/test-website.yml 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/.github/workflows/test-website.yml 2022-06-07 14:42:00.000000000 +0200 @@ -20,15 +20,11 @@ - name: Checkout uses: actions/checkout@v2 - name: Cypress run - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v4 env: - REACT_APP_CLIENT_ID: 123 - REACT_APP_CLIENT_SECRET: 123 - REACT_APP_DAGGER_SITE_URI: https://dagger.io - REACT_APP_API_PROXY_ENABLE: false REACT_APP_AMPLITUDE_ID: 123 with: - config: chromeWebSecurity=false + config-file: cypress.config.js install-command: yarn install --silent start: | yarn start diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/docs/dagger-cloud/1241-dagger-cloud.md new/dagger-0.2.17/docs/dagger-cloud/1241-dagger-cloud.md --- old/dagger-0.2.16/docs/dagger-cloud/1241-dagger-cloud.md 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/docs/dagger-cloud/1241-dagger-cloud.md 2022-06-07 14:42:00.000000000 +0200 @@ -7,14 +7,22 @@ Dagger Cloud is under development, but we have just released the first telemetry feature! +:::tip +Ensure you're using Dagger Engine/CLI version `0.2.16` or higher for Dagger Cloud. +::: + To take advantage of this feature, you will need to create an account by following the steps below: 1. Initiate a login process using the CLI with `dagger login`. 2. A new window will open in the browser requesting to sign-up using GitHub. -3. After authenticating, authorize the Dagger github application to finish the process. +3. After authenticating, authorize the Dagger GitHub application to finish the process. 4. The browser window will close automatically and your CLI will be authenticated. 5. Verify your upcoming `dagger do` commands include the `--log-level debug` flag. +:::tip +For your run to show up in Dagger cloud it should take this form: `dagger do <action> [flags] --log-level debug` +::: + Once you create an account, after running your project again, you will see the following for each of your runs in a single dashboard:  @@ -22,10 +30,10 @@ When you click on a specific run, you can see the following: - Overview - An overview of the `dagger do` execution results. The presented information will highlight the status of the execution (succeed, failed), contextual information about the environment, and a detailed view of each action with their corresponding log outputs. -- Shareable Run URL - A unique URL only accessible by the owner of the execution as well as some Dagger specialized engineers. +- Shareable Run URL - A unique URL only accessible by the owner of the execution as well as some specialized Dagger engineers. - CUE Plans - The raw execution plan. This provides understanding about how Dagger resolved the action dependencies as well as the CUE evaluation results. - Actions - All the events involved in the action execution with their corresponding duration and outputs. -- CLI Argument view - Arguments specified in the CLI whe n running`dagger do <action>`. +- CLI Argument view - Arguments specified in the CLI when running `dagger do <action> [flags]`. With this information, we???ve made it easier for you to inspect your runs with a more verbose failure output. @@ -37,6 +45,6 @@ ### How can I share my run information with someone else? -You can find the shareable Dagger run URL by clicking on the copy icon where it says ???share my run???. The contents of this link are only accessible from our Dagger team and yourself. See example below: +You can find the shareable Dagger run URL by clicking on the copy icon where it says ???share my run???. The contents of this link are only accessible to our Dagger team and yourself. See example below:  diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/cypress/e2e/docs.cy.js new/dagger-0.2.17/website/cypress/e2e/docs.cy.js --- old/dagger-0.2.16/website/cypress/e2e/docs.cy.js 1970-01-01 01:00:00.000000000 +0100 +++ new/dagger-0.2.17/website/cypress/e2e/docs.cy.js 2022-06-07 14:42:00.000000000 +0200 @@ -0,0 +1 @@ +describe("Visit Docs website", function () {}); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/cypress/integration/docs.spec.js new/dagger-0.2.17/website/cypress/integration/docs.spec.js --- old/dagger-0.2.16/website/cypress/integration/docs.spec.js 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/website/cypress/integration/docs.spec.js 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -describe("Visit Docs website", function () {}); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/cypress/support/e2e.js new/dagger-0.2.17/website/cypress/support/e2e.js --- old/dagger-0.2.16/website/cypress/support/e2e.js 1970-01-01 01:00:00.000000000 +0100 +++ new/dagger-0.2.17/website/cypress/support/e2e.js 2022-06-07 14:42:00.000000000 +0200 @@ -0,0 +1,20 @@ +// *********************************************************** +// This example support/index.js is processed and +// loaded automatically before your test files. +// +// This is a great place to put global configuration and +// behavior that modifies Cypress. +// +// You can change the location of this file or turn off +// automatically serving support files with the +// 'supportFile' configuration option. +// +// You can read more here: +// https://on.cypress.io/configuration +// *********************************************************** + +// Import commands.js using ES2015 syntax: +import './commands' + +// Alternatively you can use CommonJS syntax: +// require('./commands') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/cypress/support/index.js new/dagger-0.2.17/website/cypress/support/index.js --- old/dagger-0.2.16/website/cypress/support/index.js 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/website/cypress/support/index.js 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -// *********************************************************** -// This example support/index.js is processed and -// loaded automatically before your test files. -// -// This is a great place to put global configuration and -// behavior that modifies Cypress. -// -// You can change the location of this file or turn off -// automatically serving support files with the -// 'supportFile' configuration option. -// -// You can read more here: -// https://on.cypress.io/configuration -// *********************************************************** - -// Import commands.js using ES2015 syntax: -import './commands' - -// Alternatively you can use CommonJS syntax: -// require('./commands') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/cypress.config.js new/dagger-0.2.17/website/cypress.config.js --- old/dagger-0.2.16/website/cypress.config.js 1970-01-01 01:00:00.000000000 +0100 +++ new/dagger-0.2.17/website/cypress.config.js 2022-06-07 14:42:00.000000000 +0200 @@ -0,0 +1,13 @@ +const { defineConfig } = require('cypress') + +module.exports = defineConfig({ + chromeWebSecurity: false, + video: false, + e2e: { + // We've imported your old cypress plugins here. + // You may want to clean this up later by importing these. + setupNodeEvents(on, config) { + return require('./cypress/plugins/index.js')(on, config) + }, + }, +}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/cypress.json new/dagger-0.2.17/website/cypress.json --- old/dagger-0.2.16/website/cypress.json 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/website/cypress.json 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -{ - "chromeWebSecurity": false, - "video": false -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/package.json new/dagger-0.2.17/website/package.json --- old/dagger-0.2.16/website/package.json 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/website/package.json 2022-06-07 14:42:00.000000000 +0200 @@ -48,7 +48,7 @@ }, "devDependencies": { "concurrently": "^7.2.0", - "cypress": "9.7.0", + "cypress": "10.0.0", "cypress-localstorage-commands": "^2.0.0", "start-server-and-test": "^1.13.1" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dagger-0.2.16/website/yarn.lock new/dagger-0.2.17/website/yarn.lock --- old/dagger-0.2.16/website/yarn.lock 2022-06-05 08:43:06.000000000 +0200 +++ new/dagger-0.2.17/website/yarn.lock 2022-06-07 14:42:00.000000000 +0200 @@ -3981,10 +3981,10 @@ resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-2.0.0.tgz#d9ee2652573bd58542e7dc3e8fe942fbdcf42866" integrity sha512-zN3kQXzVZL4QLXg2zivc8lOOXnRqzjKQg890pv7fKlofB2fTJx7HvMAnbK2dTQAodmOOtndXP1AnbjJahJtKSQ== -cypress@9.7.0: - version "9.7.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744" - integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q== +cypress@10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.0.0.tgz#5211052b665af8b2d5323ee2475db088447cd61d" + integrity sha512-OdND7TaYZcDD+UYBlL6VCEMZcsclliG9TY/T6zLzeGtwOf5dwi+41nU9XAZzSbByoqturb8HS4G/+XD8PthN5w== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4" ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/dagger/vendor.tar.gz /work/SRC/openSUSE:Factory/.dagger.new.1548/vendor.tar.gz differ: char 5, line 1