[go: nahoru, domu]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twitter/twitter-server Loading
base: twitter-server-22.12.0
Choose a base ref
...
head repository: twitter/twitter-server Loading
compare: develop
Choose a head ref
  • 12 commits
  • 8 files changed
  • 5 contributors

Commits on Dec 26, 2022

  1. Twitter-oss: update OSS libraries post-release to 23.3.0-SNAPSHOT

    Problem
    
    We want to update to the next SNAPSHOT version of our Twitter OSS libraries 23.3.0-SNAPSHOT
     - util
     - scrooge
     - finagle
     - twitter-server
     - finatra
    
    Solution
    
    Prepare libraries for their next SNAPSHOT version.
    
    Differential Revision: https://phabricator.twitter.biz/D1029024
    mattdickinson5 authored and jenkins committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a155b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. [Twitter-oss] bump release version

    [Twitter-oss] bump release version
    
    Differential Revision: https://phabricator.twitter.biz/D1100185
    mattdickinson5 authored and jenkins committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    33b3fb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. [twitter-server]: Portable shebang

    Problem:
    
    /bin/bash is not available on non-FHS distros, such as NixOS
    
    Solution:
    
    Replace /bin/bash with /usr/bin/env bash
    
    Result:
    
    Closes #77
    
    Differential Revision: https://phabricator.twitter.biz/D1107607
    andreoss authored and jenkins committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0238c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. [Twitter-oss] bump release version

    [Twitter-oss] bump release version
    
    Differential Revision: https://phabricator.twitter.biz/D1107767
    mattdickinson5 authored and jenkins committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ec708f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Cut version 23.11

    Problem/Solution:
    
    Cut version 23.11 of:
     - util
     - scrooge
     - finagle
     - twitter-server
     - finatra
    
    Differential Revision: https://phabricator.twitter.biz/D1107956
    mattdickinson5 authored and jenkins committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c0e636d View commit details
    Browse the repository at this point in the history
  2. update to snapshot 24.2.0-snapshot

    Problem/Solution:
    
    Cut snapshot 24.2.0 of:
     - util
     - scrooge
     - finagle
     - twitter-server
     - finatra
    
    Differential Revision: https://phabricator.twitter.biz/D1108018
    mattdickinson5 authored and jenkins committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9e3d2e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. [twitter.server] offload ShutdownHandler

    # Problem
    ShutdownHandler is executed on a netty IO thread and calls app.close which can easily block this thread.
    
    # Solution
    Offload execution to a thread.
    
    JIRA Issues: STOR-1705
    
    Differential Revision: https://phabricator.twitter.biz/D1109579
    Anton Ivanov authored and jenkins committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    12ff1d8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Twitter-oss: Prepare OSS libraries for release 24.2.0

    Problem
    
    We want to release the next versions of our Twitter OSS libraries 24.2.0
     - util
     - scrooge
     - finagle
     - twitter-server
     - finatra
    
    Solution
    
    Prepare libraries for their next releases.
    
    Differential Revision: https://phabricator.twitter.biz/D1140781
    ctutika authored and jenkins committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8e29ecd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Revert "Twitter-oss: Prepare OSS libraries for release 24.2.0"

    This reverts commit 996858fd593b43d101d3c546d5a9968dc5408855.
    
    There were issues with the release. Will be retrying it
    
    Differential Revision: https://phabricator.twitter.biz/D1141484
    ctutika authored and jenkins committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fbba9ae View commit details
    Browse the repository at this point in the history
  2. Twitter-oss: Prepare OSS libraries for release 24.5.0

    Problem
    
    We want to release the next versions of our Twitter OSS libraries 24.5.0
    
    util
    scrooge
    finagle
    twitter-server
    finatra
    Solution
    
    Prepare libraries for their next releases.
    
    Differential Revision: https://phabricator.twitter.biz/D1141504
    ctutika authored and jenkins committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9d658ac View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Twitter-oss: update OSS libraries post-release to 24.8.0-SNAPSHOT

    Problem
    
    We want to update to the next SNAPSHOT version of our Twitter OSS libraries 24.8.0-SNAPSHOT
     - util
     - scrooge
     - finagle
     - twitter-server
     - finatra
    
    Solution
    
    Prepare libraries for their next SNAPSHOT version.
    
    Differential Revision: https://phabricator.twitter.biz/D1141538
    ctutika authored and jenkins committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e958a8c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. update admin sidebar styling to dark mode

    update admin sidebar styling to dark mode
    
    Differential Revision: https://phabricator.twitter.biz/D1143989
    cambridgemike authored and jenkins committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f39efac View commit details
    Browse the repository at this point in the history
Loading