Skip to content
Snippets Groups Projects
  1. May 19, 2023
  2. May 18, 2023
  3. May 17, 2023
  4. May 16, 2023
  5. May 15, 2023
  6. May 14, 2023
  7. May 12, 2023
    • Dmitry Silin's avatar
      Update environments empty state · c44963ec
      Dmitry Silin authored and Anna Vovchenko's avatar Anna Vovchenko committed
      Changelog: changed
      c44963ec
    • Andrei Zubov's avatar
      Add Ai assistant toggle button · d022a9fe
      Andrei Zubov authored and Anna Vovchenko's avatar Anna Vovchenko committed
      * Add a feature toggle to the page
      * Add a button to the editor tabs
      * Wire the button to a dummy ai_assistant_drawer component
      d022a9fe
    • Dmitry Silin's avatar
      Update new entity pages crumbs · 149130e8
      Dmitry Silin authored and drew stachon's avatar drew stachon committed
      Changelog: changed
      149130e8
    • Amy Qualls's avatar
      Revises PostgreSQL-version warning message · 310ce4c1
      Amy Qualls authored
      The messages to users running a too-early version of PostgreSQL had
      some problems. It was wordier than it needed to be, and had a comma
      splice to boot. Let's fix both.
      Verified
      310ce4c1
    • Zack Cuddy's avatar
      Geo Sites - Remove Full Details button · feea702f
      Zack Cuddy authored
      As Geo has matured the
      Full Details button has
      begun to make less UX
      sense.  Currently the button
      links you to a random tab in
      Geo Replication and is confusing
      users.
      
      Thus the button is being removed.
      
      Changelog: removed
      EE: true
      Verified
      feea702f
    • Andrew Fontaine's avatar
      Show alert about any configured deploy freezes · 40ccf5c4
      Andrew Fontaine authored and Miguel Rincon's avatar Miguel Rincon committed
      So users may know that their deployments might be skipped or fail during
      a configured deploy freeze.
      
      Changelog: added
      40ccf5c4
    • Himanshu Kapoor's avatar
      Remove formatting bubble menu · 7a783d23
      Himanshu Kapoor authored and Savas Vedova's avatar Savas Vedova committed
      In content editor, remove the formatting bubble menu action bar
      
      Changelog:  changed
      7a783d23
    • Thomas Randolph's avatar
      Add a global utility for message I/O in the Code Review area · f21a36e4
      Thomas Randolph authored and Phil Hughes's avatar Phil Hughes committed
      The purpose of this is to separate generic things like
       "socket messages" and "observable streams" out from
       being connected to "a component."
      
      Sometimes, it might make sense to connect a socket
      directly to a component's data or to a data store.
      In those cases, the `apollo` key of a Vue makes the
      most sense. However, sockets and observables are useful
      outside of just setting a property or updating data.
      In this case, we're attaching to a *signal*. Signals
      can be used in powerful applications like modifying
      a state machine, or in simple applications like how
      this is used, where we just call a method.
      
      Because we've chosen Apollo as our tool for
      communicating across Websockets, there's quite a bit of
      overhead associated with this signaling system, but
      by abstracting signal IO to a central place not in any
      particular component, we can re-use the code anywhere
      in the application.
      f21a36e4
Loading