Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: add exec terminal #6697

Merged
merged 154 commits into from
Mar 24, 2020
Merged

UI: add exec terminal #6697

merged 154 commits into from
Mar 24, 2020

Commits on Nov 13, 2019

  1. Add proxy that properly handles websockets

    This is adapted from helpful posts in this thread:
    ember-cli/ember-cli#2508
    
    Without this, the origin header wasn’t being rewritten
    so I was unable to open a websocket to the API running
    on a different port.
    backspace committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    7256769 View commit details
    Browse the repository at this point in the history
  2. Add xterm.js

    backspace committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    11b0da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6aed62 View commit details
    Browse the repository at this point in the history
  4. Add prototype task-attached exec terminal

    The communication between the socket and xterm.js terminal
    instance might better be extracted, I’m not sure whether
    the component integration test even makes sense. I originally
    tried an acceptance test, but that seemed worse.
    backspace committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    caccb4b View commit details
    Browse the repository at this point in the history
  5. Fix lint errors

    backspace committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    3f9fcb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    9bef4ad View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge branch 'master' into f-ui/exec

    # Conflicts:
    #	ui/yarn.lock
    backspace committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    dd4ecf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b92691 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    55ef273 View commit details
    Browse the repository at this point in the history
  2. Add preliminary styling

    This seems quite fiddly, hopefully not Too Much™ 😳
    backspace committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    dce93dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a8f88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bc5838 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    16160e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43370ea View commit details
    Browse the repository at this point in the history
  3. Add styling for popup navbar

    It’s not that much of a navbar even… just not sure about
    how much sharing is even worth it here 🤔
    backspace committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    922ebd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eaf145 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Add terminal with task selection message

    This approach… not sure about it:
    • how to test the contents of the terminal without
      storing on window?
    • passing the terminal in seems a bit weird but
      otherwise was considering some event interface,
      but that seems like overkill…?!?
    backspace committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    1710751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c09b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Add auto-fit for terminal

    This isn’t responsive to resize events etc yet but at least
    looks better.
    backspace committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    75c2c57 View commit details
    Browse the repository at this point in the history
  2. Add width for exec sidebar

    backspace committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    6bd195e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0256014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8747919 View commit details
    Browse the repository at this point in the history
  5. Change task group to be opened by routing

    This seems a bit strange but…? Maybe a component would
    make sense to wrap everything in but then would it be
    rerendering as you navigate deeper into the hierarchy…?
    
    Maybe there’s some breakage if you navigate between
    task groups and something closes that you opened yourself
    but since I don’t anticipate actually changing the route
    when you click a task group (vs a task, which will), it
    seems safe to ignore.
    backspace committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    3ff8f49 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Change task items to links

    backspace committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    94e50b2 View commit details
    Browse the repository at this point in the history
  2. Add first step toward editable command output

    I haven’t started to include allocations in all of this yet
    so this is pretty unrealistic.
    backspace committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    e6c469a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Add handling for assigning/specifying allocations

    This is becoming quite sprawling but I believe having good
    acceptance tests will help me clean up when I’ve covered
    the myriad approaches.
    backspace committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    20b7b14 View commit details
    Browse the repository at this point in the history
  2. Add foreground text colouring

    ANSI escapes: wild times
    backspace committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    417f317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cbf6dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b255650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a69823 View commit details
    Browse the repository at this point in the history
  6. Remove obsolete test setup

    backspace committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    fbc4ce1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd3d379 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56a7080 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    f7397f1 View commit details
    Browse the repository at this point in the history
  2. Change terminal font to monospace

    I checked the default and it was this:
    “courier-new, courier, monospace”
    
    So a stack-ish thing does seem to be supported. I’m
    using monospace now because that’s what’s used
    elsewhere in the application, like job definitions.
    backspace committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    14b1883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4dd4df View commit details
    Browse the repository at this point in the history
  4. Add guard against backspacing beyond command

    This is edging toward overkill for acceptance tests. I’ll
    perhaps extract some kind of utility or class to handle
    connecting the editing of the command string to a terminal
    so it can be more fully tested.
    backspace committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    2524fb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1960d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    91a5d38 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Fix handling of emoji

    backspace committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    183c86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d90cab View commit details
    Browse the repository at this point in the history
  3. Change sidebar links to maybe open in new window

    This isn’t exactly correct and is only manually tested at
    the moment 😐
    backspace committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    80c4c29 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    f1cdf22 View commit details
    Browse the repository at this point in the history
  2. Move exec-specific component to subdirectory

    This is in preparation for extracting the item component.
    backspace committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    73668c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568a860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80f598d View commit details
    Browse the repository at this point in the history
  5. Fix lint error

    backspace committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ad1f10b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07330e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    71801d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0ff52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ffe645 View commit details
    Browse the repository at this point in the history
  4. Remove superfluous comments

    These are superseded by the variable names.
    backspace committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    1649705 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    844de68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f117e1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    967b352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66551ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a86b9d View commit details
    Browse the repository at this point in the history
  6. Extract class for terminal command-editing

    This has felt necessary for a while but evaded me until
    now. This should allow me to me more easily implement/test
    a workaround for the lack of reverse-wraparound mode
    as I describe here:
    
    xtermjs/xterm.js#2716
    
    I’ll likely extract another class that connects the exec
    WebSocket to the terminal so everything’s not concentrated
    in the controller and more edge cases can be easily exercised
    in automated tests.
    backspace committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4c2713c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Change const to let

    I keep forgetting this is the local pattern.
    backspace committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    0f6a6fa View commit details
    Browse the repository at this point in the history
  2. Add failing test for backspace wrapping

    This leaves me well-positioned to add more extensive testing
    for the command-editing, including copy/paste and maybe even
    ^U? This pattern can also apply to an extracted socket-
    terminal adapter.
    backspace committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    123eaab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f900d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Add wraparound backspacing for command-editing

    This seems to work…?!
    backspace committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    c87c365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f2e60 View commit details
    Browse the repository at this point in the history
  3. Extract adapter between Xterm.js and exec socket

    Similarly to the command-editing adapter, this will
    facilitate more involved tests than the acceptance
    tests.
    backspace committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    a47f06e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21e3d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Change new window icon to always take up space

    This prevents the layout/text-wrapping of the sidebar
    from changing when a connexion has been opened.
    backspace committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8d65a27 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    840f2ff View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Add TTY-sizing message when socket opens

    This is a step toward properly informing the remote end
    of the size of the terminal. Without it, line-wrapping
    in the exec session is broken, among other things. This
    will need to be expanded to handle when the window is
    resized.
    backspace committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7fdf5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de6f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    7e5bcee View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Change more const to let

    backspace committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    551d37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef3388 View commit details
    Browse the repository at this point in the history
  3. Change var to let

    backspace committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e138e71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83fef11 View commit details
    Browse the repository at this point in the history
  5. Extract MockSocket class

    backspace committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    50a082d View commit details
    Browse the repository at this point in the history
  6. Update vertical height of terminal

    This is better but still lacking; before it wasn’t getting
    taller than the default, but now it’s slightly too tall… meh
    backspace committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    894c5ec View commit details
    Browse the repository at this point in the history
  7. Fix height of tree-and-terminal container

    The problem the FIXME referred to was actually that the
    height was 100% of the window, which failed to exclude
    the height of the navbar.
    backspace committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1429b52 View commit details
    Browse the repository at this point in the history
  8. Add assertion for terminal row count

    I should have included this when checking the message sent…
    though maybe this is unnecessary duplication?
    backspace committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ae3a465 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Remove extraneous copypaste

    This doesn’t do anything in this test.
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    646e52c View commit details
    Browse the repository at this point in the history
  2. Add filter for what incoming frames are processed

    I attempted to produce stderr frames but learned from
    @notnoop that they won’t happen because of the tty
    flag when opening the socket. There still needs to be
    handling for other messages, such as stdout.close vs
    stdout.data.
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    240d0e0 View commit details
    Browse the repository at this point in the history
  3. Update outdated comment

    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    6c74c63 View commit details
    Browse the repository at this point in the history
  4. Move public field into constructor

    I don’t know why I was getting this error but it’s not
    important enough to me to figure out vs just changing:
      329:8  error  Parsing error: Unexpected token =
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    34a2db3 View commit details
    Browse the repository at this point in the history
  5. Remove unused variables

    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    b210afe View commit details
    Browse the repository at this point in the history
  6. Add required attribute

    This is a template lint requirement.
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    8c90b76 View commit details
    Browse the repository at this point in the history
  7. Change assertion on initial terminal size

    I should have included this in 894c5ec but sadly the unreliable
    test situation is a problem I haven’t been able to address yet.
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    2524bda View commit details
    Browse the repository at this point in the history
  8. Change TTY size assertion to reference terminal

    This was passing for me locally but failing on Circle CI,
    not sure why, but the purpose is to make sure the numbers
    match, the actual numbers aren’t important.
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3d32307 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    877fc04 View commit details
    Browse the repository at this point in the history
  10. Change resize integration test to dynamic values

    This is similar to the change needed for the acceptance
    test. My theory now is that it’s because of font differences
    across platforms.
    backspace committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f87ba12 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Remove resize test dimension changes

    There’s no need to actually change the container if the
    specifics of the rows and columns aren’t being asserted
    against.
    backspace committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a7a528d View commit details
    Browse the repository at this point in the history
  2. Add renaming of task state to match task

    This test was failing because the route’s attempt to find
    the task state by name was impossible.
    backspace committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    97b4756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    479d9e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2011286 View commit details
    Browse the repository at this point in the history
  5. Remove pending clientStatus allocations for now

    Later in this file, if the clientStatus is pending, the task
    states don’t get connected to the allocation. This causes
    tests to fail because that connexion is used in the exec
    task route. Maybe when constructing the job another flag
    needs to be threaded through… meh
    backspace committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    17a5db5 View commit details
    Browse the repository at this point in the history
  6. Remove Faker override

    backspace committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    4c57467 View commit details
    Browse the repository at this point in the history
  7. Add flag to ensure no pending allocations

    This guarantees that the task, task state, and allocation
    can be properly connected in the acceptance tests.
    backspace committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    20a9f6d View commit details
    Browse the repository at this point in the history
  8. Remove outdated comment

    backspace committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7afcda2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f24ea68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0566d3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e40a904 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e1f92f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    90fd1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    846eca7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Fix wrapping for task group names

    This doesn’t work for task names yet, not sure what the
    key is, but the parent containers look to be unconstrained
    by the sidebar width.
    backspace committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    90c003e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    1e75d90 View commit details
    Browse the repository at this point in the history
  2. Add note about arrow keys

    backspace committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7295eaa View commit details
    Browse the repository at this point in the history
  3. Fix overflow for sidebar

    backspace committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    c13b55c View commit details
    Browse the repository at this point in the history
  4. Replace custom reverse-wraparound handling

    Excitingly enough, @jerch has made this PR in response to
    my feature request for reverse-wraparound mode, which
    obviates me having to add mediocre implementation of it:
    xtermjs/xterm.js#2724
    backspace committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a0c177c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    7743dfd View commit details
    Browse the repository at this point in the history
  2. Add missing word

    backspace committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b7109f8 View commit details
    Browse the repository at this point in the history
  3. Add preliminary button to open exec session

    This only exists in the job title for now, but shouldn’t be
    difficult to place elsewhere. The CSS situation is a bit
    tragique 😞
    backspace committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    82611c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31de6d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e79c191 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a448fcf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Remove URL options from no-allocation URL

    This was causing an error when trying to open an exec window
    without an allocation. Even passing {} or null as the final
    argument was a problem.
    backspace committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    03d9a3b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    4d429d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb598b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14ec81 View commit details
    Browse the repository at this point in the history
  4. Remove unused variable

    backspace committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    309f6c5 View commit details
    Browse the repository at this point in the history
  5. Change socket URL-construction to be parameterised

    I’m not sure how to get an overridden host to exist or the
    URL prefix, so this will need real-world testing.
    backspace committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    795db54 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    d4f8672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d05dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda4bc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    9a890d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41273f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Extract exec URL generator

    This doesn’t change anything yet but is a precursor to ensuring
    links that open in a new window include the proper query parameters
    if they exist, such as namespace and region.
    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    fbc915b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a7629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5f8fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0010213 View commit details
    Browse the repository at this point in the history
  5. Remove outdated FIXME

    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    259b168 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3805d4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39d8c09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4240004 View commit details
    Browse the repository at this point in the history
  9. Remove outdated FIXME

    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c38397e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53a4c81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fb8c2b View commit details
    Browse the repository at this point in the history
  12. Remove outdated FIXMEs

    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    bc5615c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    073aa25 View commit details
    Browse the repository at this point in the history
  14. Remove outdated comment

    I decided to keep this test…?
    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d60076f View commit details
    Browse the repository at this point in the history
  15. Remove unused variable

    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    41a8046 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e1d5918 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7c486fa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e8b5da View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53f2972 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f98619d View commit details
    Browse the repository at this point in the history
  21. Remove mock server comments

    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    754df0a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    14b59af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c39c801 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    984195b View commit details
    Browse the repository at this point in the history
  25. Remove unneeded data-fetching

    The perils of copypaste!
    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    056f1f6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    36ad190 View commit details
    Browse the repository at this point in the history
  27. Remove unused import

    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a0335af View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4744ddf View commit details
    Browse the repository at this point in the history
  29. Replace console SVG with svgo-processed version

    I used this:
    svgo public/images/icons/console.svg --disable=removeViewBox
    backspace committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    8a989c3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    415c982 View commit details
    Browse the repository at this point in the history