[ARVADOS-WORKBENCH2] updated: 2.1.0-435-g7edd5a7c

Git user git at public.arvados.org
Fri Jul 9 20:31:48 UTC 2021


Summary of changes:
 cypress/integration/collection.spec.js             |    2 +-
 cypress/integration/favorites.spec.js              |   45 +-
 cypress/integration/sharing.spec.js                |   22 +
 cypress/integration/side-panel.spec.js             |   22 +
 cypress/support/commands.js                        |   26 +
 package.json                                       |   29 +-
 src/common/formatters.ts                           |    5 +-
 .../virtual-machines-service.ts                    |    6 +-
 src/store/auth/auth-middleware.ts                  |    2 +-
 src/store/context-menu/context-menu-actions.ts     |    2 +
 .../data-explorer/renderers.test.tsx               |   85 ++
 src/views-components/data-explorer/renderers.tsx   |    5 +
 src/views/favorite-panel/favorite-panel.tsx        |   35 +-
 src/views/project-panel/project-panel.tsx          |    3 +-
 .../public-favorites-panel.tsx                     |   20 +-
 .../shared-with-me-panel/shared-with-me-panel.tsx  |    3 +-
 version-at-commit.sh                               |   10 +-
 yarn.lock                                          | 1026 +++++++++++++-------
 18 files changed, 977 insertions(+), 371 deletions(-)
 create mode 100644 src/views-components/data-explorer/renderers.test.tsx

  discards  00f7e812b9aa8a52889e5352b341d2129a503642 (commit)
       via  7edd5a7c86af0814f8a2282aa266a9d1a604a45f (commit)
       via  49708fe59337193ec9d00034ccd765a90536f69e (commit)
       via  40ad26356794ff381c4cecb35141417dad0807ea (commit)
       via  78e3c7b8d6a4fe84989182745267d1af468dfa7f (commit)
       via  9cde730be1dcabd9fc9bcbe59fcfb60acf59f9fd (commit)
       via  7bbd67535b2ee9e8abd3342d5a9de5a22ef786a3 (commit)
       via  836dde381f828481fd0dc20ab1356bd4c877a236 (commit)
       via  939693eea743bcb4fc74ae6de5d5d796f125ec17 (commit)
       via  30aa6420304ba98bdffc37ccb808ce1f3c7a1152 (commit)
       via  b7d3f5814a65da7d683eda5ccfe23504ae9f25e6 (commit)
       via  3c0c35598e012cb8226d77770950e434ff97acb2 (commit)
       via  81336b912de35683ca898a94f5572936c2be254f (commit)
       via  d22aa0729ca637665cd859fc4f4ab35bc138fdf9 (commit)
       via  b91dfaae73bec7dbc9812bad317461d22888143b (commit)
       via  3bc4173076dfbfdad153298ea10604dbdb0b281d (commit)
       via  8886c8a217d8d7c9e62d446011a4650f38ba21dd (commit)
       via  902a30e3928fd63fd98f6a749f945c198efb1d01 (commit)
       via  c040233f39e8e6acc166966b42a355dda45b6736 (commit)
       via  d644b4f5fd2c6df388036ba0db5beb7e76ccd423 (commit)
       via  865effcf348e23a426a89ed5e0d3c4b00ff9fb90 (commit)
       via  17e84b99a1d112fc9b1f20929c538d9d10d14f94 (commit)
       via  9bf242032a1d96ffd989c0ecdbde1c3a301a1c99 (commit)
       via  03b8df652c2801ac2cd330543a510f018dc4f38d (commit)
       via  ac42a0ffef1f49d026eb9a7633c5e8a6925ba380 (commit)
       via  6102b48b39556ab1b89f3a6da1f09398130dd66d (commit)
       via  0ce6134669d7db9a4484939674fefda2e1c8987e (commit)
       via  fca42d9d31bd4dddfbf8ca6b3e293abaddf35252 (commit)
       via  5bc851334d0c0a1a75f74cd91b25f42811b163a0 (commit)
       via  4c6c86a0dd834fd18b309052b476b5bcac8edd6f (commit)
       via  2ad5ab038f4f3e70952f097e164416d21edc05ea (commit)
       via  ec9057d4237fb070cb9c707e7131cc8f1cf009ea (commit)
       via  cb616f18341680f39f29920063d75ebd6a68b407 (commit)
       via  fd321adc05be4fd258283593f6f5791155f067ee (commit)
       via  48d107da7aadb04d743117fc9695582df303a2ac (commit)
       via  5b2cd67083705b616e5d468e8ad2c10d84db2af7 (commit)
       via  826435d2e41cae04847672a38619b1d7ebae1ba7 (commit)
       via  1b8c1e11a8713f4cc4b4d8188c9133eaca9f33c9 (commit)
       via  ad79cd83fc26c3314a6c79137db02b12d1f2714a (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (00f7e812b9aa8a52889e5352b341d2129a503642)
            \
             N -- N -- N (7edd5a7c86af0814f8a2282aa266a9d1a604a45f)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list