This project is mirrored from https://gitee.com/cowcomic/pixie.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 14 Jul, 2020 6 commits
-
-
James Bartlett authored
Summary: TSIA Test Plan: Ran skaffold Reviewers: philkuz, zasgar, #engineering Reviewed By: philkuz, zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5580 GitOrigin-RevId: 104ced2bf27c4926d04c39491c4bae089e4c74c7
-
Omid Azizi authored
Summary: Forking off a few more pieces off a bigger branch. Test Plan: Existing tests Reviewers: yzhao, #engineering Reviewed By: yzhao, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5572 GitOrigin-RevId: 73577eb4777f35805c341845bd7d6360596d603b
-
Michelle Nguyen authored
Summary: tsia Test Plan: screenshot {F87519} Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5583 GitOrigin-RevId: 2852f08b52cb103cd901752243d844c7803fb340
-
Yaxiong Zhao authored
Test Plan: Jenkins Reviewers: oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5543 GitOrigin-RevId: 66792d095912c80ec9a7e45821874cfec1d0cdfc
-
Michelle Nguyen authored
Summary: to handle overflowing text correctly, I wrapped the cells in a div, which needs to handle the col alignment correctly. Test Plan: screenshot {F87501} Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5582 GitOrigin-RevId: 0d580eed37a2e54395e2fa7ac9f1b0ed36ba4ab1
-
Michelle Nguyen authored
Summary: centered the error, added black overlay Test Plan: screenshot: {F87505} Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5578 GitOrigin-RevId: e3c7d92e97bdc65b2e6d1fa186d9036cafb168f4
-
- 13 Jul, 2020 1 commit
-
-
Yaxiong Zhao authored
Test Plan: Jenkins Reviewers: oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5559 GitOrigin-RevId: fc8516011236433e102ab681b488d88b3ba85296
-
- 14 Jul, 2020 16 commits
-
-
Michelle Nguyen authored
Summary: tsia Test Plan: screenshot: {F87441} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5576 GitOrigin-RevId: 1c111c700987536c96889ae551485dc953d81a19
-
Michelle Nguyen authored
Summary: tsia Test Plan: screenshot: {F87333} Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5568 GitOrigin-RevId: 1b1ad4ca4a14acc39dd4e935d9561866af111bf8
-
Michelle Nguyen authored
Summary: tsia Test Plan: screenshot {F87329} Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5567 GitOrigin-RevId: 070b35f905e7e1c042634570715e5a924bb1a649
-
Michelle Nguyen authored
Summary: before the underlying data drawer used to contain all of the data tables in a single "Underlying Data" tab. we now want each tab in the data drawer to belong to each table. Test Plan: screenshots: {F87147} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5542 GitOrigin-RevId: f16ef82f63b45470cadb595d8cebe86ec04f560e
-
Zain Asgar authored
Summary: Adds a line break before no credit card needed. Test Plan: N/A Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5577 GitOrigin-RevId: 4e73df17cc2d7924404a82c7cd1b14d1ab4a3004
-
Zain Asgar authored
Summary: The page was looking dull because there was an opacity so removed that. The logo is also an SVG now so scales better. Test Plan: Webpack Reviewers: michelle, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-457 Differential Revision: https://phab.corp.pixielabs.ai/D5575 GitOrigin-RevId: 80d8564f86378137484e4b1102e0a530cb616904
-
Zain Asgar authored
Summary: The auth pages were moved and this broke intercom. Changed the path to the auth pages. Test Plan: Tested on dev env. Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5573 GitOrigin-RevId: 9f8f5f111fa12bf68d30205bf8ac1773ae96fbd5
-
Zain Asgar authored
Summary: This fixes an issue caused due to linking with a newer libc than provided. Sid has a new enough libc for us to use with the Ubunut 20.04 builds. Test Plan: `bazel run //src/vizier/services/agent/kelvin:kelvin_image` Reviewers: jamesbartlett, oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5571 GitOrigin-RevId: c3dd3fa2fd034fb2890d7846fdda091fcfb8436e
-
Zain Asgar authored
Summary: Polishing up UI based on feedback. Test Plan: Screenshots attached to diff.: {F87405} Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5570 GitOrigin-RevId: db5e88934c0c75139b11bb4d509c8d2baf2c6c75
-
Omid Azizi authored
Summary: Outputs now define the column field names. This particular diff transfers the information through to the intermediate IR. Future work will have to take this through the code gen step. But releasing this to unblock @philkuz Test Plan: Adapted the tests. Reviewers: yzhao, philkuz, #engineering, zasgar Reviewed By: #engineering, zasgar Subscribers: philkuz Differential Revision: https://phab.corp.pixielabs.ai/D5569 GitOrigin-RevId: 36168f87af224f0f5f35e820014833812cbac835
-
Omid Azizi authored
Summary: Forking off pieces of a bigger branch. This particular one changes PrintRecordBatch's interface, so it uses the public proto. This will make it easier to work with dynamically generated tables and their schemas. Test Plan: Modified existing tests. Reviewers: yzhao, #engineering Reviewed By: yzhao, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5555 GitOrigin-RevId: 889a575578924f479e6faf5d33caad52368b346e
-
Natalie Serrino authored
Add script to breadcrumbs dropdown, fix title, make command input and script dropdown navigate to entity pages. Summary: tsia, previosuly script was uneditable, now it is editable. Also, previously the command input didn't take you to the entity view if you went to px/nodes or another entity page, now it does. Finally, updates to titles so they include pretty cluster name. Test Plan: ran it switching between various cases, unit tests. Reviewers: michelle, zasgar, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5562 GitOrigin-RevId: 08a7e0a91f590ac11090abb4c7096f946978bf24
-
Michelle Nguyen authored
Summary: tsia Test Plan: screenshot: {F87303} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5565 GitOrigin-RevId: b90b8405800be9506fcd7fff1b7b4ea95e7cf271
-
Michelle Nguyen authored
Summary: there are several changes in this diff: - add settings back to sidebar - make profile picutre part of top bar (and shrink it) - add ns in the namespace logo Test Plan: screenshot: {F87297} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5564 GitOrigin-RevId: e7b04673e5be26a91084f84e0ec11d8adae1e76c
-
Michelle Nguyen authored
Summary: tsia Test Plan: screenshot: {F87309} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5566 GitOrigin-RevId: f703a95beb7c1870539d3d1f656fdcbefc102c91
-
Michelle Nguyen authored
Summary: we no longer want the arrow-breadcrumbs. instead we want a separator between them. for now we will just use a slash. Test Plan: screenshot: {F87293} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5563 GitOrigin-RevId: 8b87fba8daedb02676a9161a61e5b9c8d9a8f80a
-
- 09 Jul, 2020 1 commit
-
-
Phillip Kuznetsov authored
Summary: Adding modules in objects Test Plan: Added tests for modules to make sure you could use and call them. Reviewers: nserrino, jamesbartlett, #engineering Reviewed By: jamesbartlett, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5518 GitOrigin-RevId: d0be4f6589899eed0cfee9999981f76049831f2d
-
- 13 Jul, 2020 8 commits
-
-
Michelle Nguyen authored
Summary: the column alignments in our data tables looked off because of two things: - when the rows have a scrollbar, the width of the rows shrinks while the header width stays the same because of no scrollbar. turns out react-virtualized automatically adds padding to the header when there is a scrollbar, but we were overriding it with !important - the resizing icon is included in the width of each cell, so right-aligned or overflowing items will be right underneath the resizing icon, which looks weird. we should add padding to the cells so that nothing goes underneath the resizing icon. there was also a bug with overflowing text, so this fixes that as well. Test Plan: screenshot: {F87250} Reviewers: zasgar, nserrino, #engineering Reviewed By: nserrino, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5560 GitOrigin-RevId: de318eb147b916b63e2d32154a67c8cda54ae0d6
-
Michelle Nguyen authored
Summary: we want move script execution/compilation errors out of the data drawer. for now, we are just using the default MUI styling. we can tweak it as necessary. the mock shows a button in the alert where we can close the alert, but given that there is no other way to see the error for now, i have left that out. Test Plan: screenshot: {F87109} Reviewers: zasgar, nserrino, #engineering Reviewed By: nserrino, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5541 GitOrigin-RevId: a162c531851dbc9f4ec7276d7c532f52c836f7b8
-
Omid Azizi authored
Summary: This is required for Linux kernel 5.4+ support Test Plan: Jenkins (for 4.14) + manual (for 5.4) Reviewers: yzhao, #engineering Reviewed By: yzhao, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5558 GitOrigin-RevId: 254287d76e3e88a5919edbee39e6942e316de126
-
Michelle Nguyen authored
Summary: fix the colors of data tables/widget borders to match what they originally were. also update titles to be white, to match the color on figma. the sizing on figma indicates 20px, which is what typography.subtitle1 in figma should be, so the font size remains the same Test Plan: screenshots: {F87217} {F87218} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5557 GitOrigin-RevId: a1b60780ab27625afd41880b98c26f07b336ae4f
-
Michelle Nguyen authored
Summary: - updated clusters icon size so that both namespaces and clusters are 24x24 - put profile icon in a ListItem, with name + email, so that styling matches other nav items in the sidebar. the listItem also adds padding. this is viewable with localStorage.setItem('px-profile-sidebar, true) - move profile icon back in top bar. this is viewable with localStorage.setItem('px-profile-sidebar', false) Test Plan: screenshots {F87207} {F87208} {F87209} Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5556 GitOrigin-RevId: 49d420a8ba31781957ec3fa113544e938787c230
-
Phillip Kuznetsov authored
Summary: Monaco was slow to load and we don't need it immediately, so we prefetch for now. Test Plan: Tested locally with throttling and the page loads w/o loading monaco. Need some feedback on whether I'm actually not loading monaco as part of the chunk though. Reviewers: michelle, jamesbartlett, zasgar, nserrino, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-450 Differential Revision: https://phab.corp.pixielabs.ai/D5554 GitOrigin-RevId: be252de9b8a5726c6cd23ba5426408910e020d36
-
Zain Asgar authored
Summary: This is the implementation of the new login flow as designed in figma. It also deprecates all of the old login code and significantly simplifies the login. Test Plan: Tested on login with CLI/UI, etc. Still needs more testing around signup. Reviewers: michelle, philkuz, nserrino, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-444 Differential Revision: https://phab.corp.pixielabs.ai/D5552 GitOrigin-RevId: 104444d0a4b32c4c711c0e91f9eb8ed36ecf8f65
-
Zain Asgar authored
Summary: Adjusted the styling a bit based on feedback. The gradient is not configurable so we can easily tweak it if necessary. Test Plan: Checked on webpack. Reviewers: michelle, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-451 Differential Revision: https://phab.corp.pixielabs.ai/D5553 GitOrigin-RevId: 222face047ed33c8489f38873391b0d520c059ab
-
- 10 Jul, 2020 1 commit
-
-
Michelle Nguyen authored
Summary: we want to use breadcrumbs to edit our script args. for now, we don't separate the entity/non-entity args, but this is something we can easily do later. we can also consider adding validations on different args. Test Plan: screenshot: {F87003} Reviewers: zasgar, nserrino, #engineering Reviewed By: nserrino, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5540 GitOrigin-RevId: 16a586469420cf5005d7a5fb52c69e5f18c1510e
-
- 13 Jul, 2020 4 commits
-
-
Michelle Nguyen authored
Summary: we can specify options so that some breadcrumbs can be typed/selected from a list/etc Test Plan: screenshot (also see storybook): {F86981} {F86982}. Reviewers: zasgar, nserrino, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5537 GitOrigin-RevId: ebee0907c306b4e33b4dbb492e700cfd5a47699a
-
Zain Asgar authored
Summary: This allows a toggle URL to be specified. Test Plan: Tested manually Reviewers: michelle, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-444 Differential Revision: https://phab.corp.pixielabs.ai/D5551 GitOrigin-RevId: b29b59490d1fd68eff30fe8a267c42fd8cb43d4f
-
Zain Asgar authored
Summary: This allows a code snippet to be inserted and also adjusts the styling. If this get more complex we can consider splitting this up into a base component with custom renderers. Test Plan: Story added. Reviewers: #ui, michelle, #engineering Reviewed By: #ui, michelle, #engineering JIRA Issues: PC-444 Differential Revision: https://phab.corp.pixielabs.ai/D5550 GitOrigin-RevId: 9a89b08a3c5fb6a58a688a4259de50544b50bcab
-
Zain Asgar authored
Summary: Message box updated to show errors/error details. The stories have been organized to group all auth related components together. Some style fixing to the message box as well to properly align the text. Test Plan: Updated stories and verified. Reviewers: michelle, nserrino, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-444 Differential Revision: https://phab.corp.pixielabs.ai/D5549 GitOrigin-RevId: 9324bd60c95d4ea5a8d94dedbdbdfe613f7eb0de
-
- 02 Jul, 2020 1 commit
-
-
Michelle Nguyen authored
Summary: tsia, we are spamming sentry Test Plan: n/a Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5466 GitOrigin-RevId: fb308c2a8ddf225c0e045ce4b72ff81bf48b8317
-
- 13 Jul, 2020 1 commit
-
-
Zain Asgar authored
Summary: This are the core components used on the new auth flow pages along with the related stories. Test Plan: We should add in tests after we fix the Jest testing framework. Reviewers: michelle, nserrino, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-444 Differential Revision: https://phab.corp.pixielabs.ai/D5548 GitOrigin-RevId: 955711a66732cfdcebff394a2aba2681bf8c218e
-
- 12 Jul, 2020 1 commit
-
-
Zain Asgar authored
Summary: We don't need to get the email from the API since we can just request it using the Auth0 token. In the current flow we actually request it using the Auth0 API and compare it to the provided value. This seems unnecessary and just overcomplicates the API. Test Plan: Existing tests updated. Reviewers: michelle, nserrino, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D5547 GitOrigin-RevId: 62d23447111135c6a4caf2b72c66286eb1714ec0
-