[gnome-builder] (76 commits) Non-fast-forward update to branch wip/chergert/pipeline-merge



The branch 'wip/chergert/pipeline-merge' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  feddbf5... build: ignore additional C warnings
  bec4c9c... posix: add ide_get_system_type()
  610a007... types: add IdeTransfer to ide-types.h
  3908a4e... subprocess: special case NULL args
  838cc45... subprocess: use g_debug() for subprocess launching
  dba102f... subprocess: synthesize error when process was signaled
  e0711ca... transfer: add IdeTransfer::has_completed() vfunc
  24783e4... util: add GTimeSpan to String utility
  afdac5f... flatpak: we require a 0.8.0 of flatpak at runtime
  7ba8cc9... contributing: remove legacy plugin
  dc3f45c... build: bump flatpak build requirement to 0.8.0
  89b4fd5... flatpak: add GbpFlatpakTransfer
  82ed1cd... po: update POTFILES.in
  85afe37... build: remove legacy test
  dcc0e79... update .gitignore
  b29ff25... todo: simplify ignored files to use a helper func
  ae0de6c... flatpak: add utilities to locate important directories
  75cecc5... log: add IdeBuildLog
  d7a4c26... config-manager: add IdeConfigurationManager::invalidate()
  65d05fd... config-manager: remove prebuild/postbuild commands from con
  f6cd61f... reaper: add IdeDirectoryReaper
  f42c836... build: add files to enums generation
  d0dbabd... configuration: add IdeConfiguration:ready property
  9dc1ebe... configuration: add strv internal data helpers
  c1b1df3... configuration: whitespace cleanup
  af6053c... application: allow registering directory reapers for shutdo
  123740c... pipeline: add IdeBuildPipeline
  bfc07f5... build-manager: port to IdeBuildPipeline
  42ec48e... command-queue: drop IdeBuildCommandQueue
  9c28293... build: drop contributing from configure
  91007ac... omnibar: widen IdeOmniBar
  6431abc... po: update POTFILES.in
  3c0cec7... tests: add test for IdeBuildPipeline
  3a73d96... meson: port to IdeBuildPipeline
  6035234... cargo: port to IdeBuildPipeline
  996ccc5... cmake: add simple cmake build support
  3c28f58... build-tools: port to IdeBuildPipeline
  ad54595... gcc: port to IdeBuildPipeline
  8d94b6f... makecache: require makecache file for creation
  27b6c10... autotools: port to IdeBuildPipeline
  08a60c2... flatpak: add pipeline addin
  be1d9e6... flatpak: remove unneeded code form GbpFlatpakRuntime
  e11e16b... config-provider: Add IdeConfigurationProvider
  71ab1af... config-manager: Use IdeConfigurationProvider interface
  6e74f91... flatpak: Move flatpak manifests from runtimes to configurat
  a535e11... Update .buildconfig to use the right flatpak runtime
  631a98c... configuration: Make IdeConfiguration derivable
  966c8d5... flatpak: Create GbpFlatpakConfiguration
  26b4be7... flatpak: Make the flatpak manifest search recursive
  5d967d0... buildsystem: Create IdeBuildconfigConfigurationProvider
  7b61bac... flatpak: Writeback manifest changes to disk
  636a494... configuration: Mark config as dirty when IdeEnvironment cha
  0acd9f6... buildui: Move build-tools plugin to libide
  43ca05d... build-workbench-addin: fixup prefixes from merge
  e435c4a... configuration: use priv-> to access fields
  eca98da... config-manager: remove writeback ops from changed handler
  edcef07... buildconfig: add IdeBuildconfigConfiguration
  c496c0e... buildconfig: move buildconfig into separate buildconfig plu
  789e55c... flatpak: fix build sources
  c40db6f... buildconfig: add pipeline integration
  429b65c... doc: add OVERVIEW.md for buildconfig
  5cfa3a3... buildui: add OVERVIEW.md
  3fb1eed... flatpak: Fix error in Makefile
  355caed... build-system: Sanitize data used to determine build dir
  940282b... flatpak: Sanitize runtime_id for use in dir names
  b48392d... flatpak: Use gbp_flatpak_get_staging_dir
  1e0421f... flatpak: Fix formatting
  ad2fae6... flatpak: Add needed properties to GbpFlatpakConfiguration
  ff9d5bb... flatpak: Fix memory leaks
  84e86aa... flatpak: Add back gbp_flatpak_runtime_prepare_configuration
  17f21a2... flatpak: Don't assume the config is a GbpFlatpakConfigurati
  7551f88... flatpak: Remove unused variable
  8e4c4c1... flatpak: Use flatpak-build for the runner

Commits added to the branch:

  8e851eb... Updated Lithuanian translation (*)
  9c8e696... build: ensure we link against libpanel-gtk during gir gener (*)
  5e3d9ee... idemm: link against additional shared libraries (*)
  88df1d3... build: ignore additional C warnings
  2e3f00a... posix: add ide_get_system_type()
  4c5b046... types: add IdeTransfer to ide-types.h
  132de0e... subprocess: special case NULL args
  cfe061d... subprocess: use g_debug() for subprocess launching
  2b9f623... subprocess: synthesize error when process was signaled
  a373b59... transfer: add IdeTransfer::has_completed() vfunc
  8a4d204... util: add GTimeSpan to String utility
  2244556... flatpak: we require a 0.8.0 of flatpak at runtime
  a62827a... contributing: remove legacy plugin
  35904b7... build: bump flatpak build requirement to 0.8.0
  6fcc708... flatpak: add GbpFlatpakTransfer
  8dbe8aa... po: update POTFILES.in
  c468acb... build: remove legacy test
  c3faea9... update .gitignore
  9d5db82... todo: simplify ignored files to use a helper func
  737d240... flatpak: add utilities to locate important directories
  55a2c1d... log: add IdeBuildLog
  8830765... config-manager: add IdeConfigurationManager::invalidate()
  88eca96... config-manager: remove prebuild/postbuild commands from con
  27e1654... reaper: add IdeDirectoryReaper
  c186c44... build: add files to enums generation
  1704e52... configuration: add IdeConfiguration:ready property
  9142d28... configuration: add strv internal data helpers
  e14aed9... configuration: whitespace cleanup
  6681a9a... application: allow registering directory reapers for shutdo
  1aadbf6... pipeline: add IdeBuildPipeline
  cb0e5b0... build-manager: port to IdeBuildPipeline
  7631280... command-queue: drop IdeBuildCommandQueue
  0121d9e... build: drop contributing from configure
  537a6e9... omnibar: widen IdeOmniBar
  7bb07cf... po: update POTFILES.in
  f99c92c... tests: add test for IdeBuildPipeline
  dd96e45... meson: port to IdeBuildPipeline
  2b90cdd... cargo: port to IdeBuildPipeline
  d5bf049... cmake: add simple cmake build support
  720000d... build-tools: port to IdeBuildPipeline
  951f4c3... gcc: port to IdeBuildPipeline
  2316da7... makecache: require makecache file for creation
  26834fe... autotools: port to IdeBuildPipeline
  367b6d2... flatpak: add pipeline addin
  135ce2a... flatpak: remove unneeded code form GbpFlatpakRuntime
  19e1718... config-provider: Add IdeConfigurationProvider
  e42f78c... config-manager: Use IdeConfigurationProvider interface
  543acd3... flatpak: Move flatpak manifests from runtimes to configurat
  d9cfa35... Update .buildconfig to use the right flatpak runtime
  8e34aaf... configuration: Make IdeConfiguration derivable
  20bc62b... flatpak: Create GbpFlatpakConfiguration
  fa0a7a2... flatpak: Make the flatpak manifest search recursive
  9354d8f... buildsystem: Create IdeBuildconfigConfigurationProvider
  004f916... flatpak: Writeback manifest changes to disk
  69e6b49... configuration: Mark config as dirty when IdeEnvironment cha
  6a97f9b... buildui: Move build-tools plugin to libide
  517c03d... build-workbench-addin: fixup prefixes from merge
  52cea1a... configuration: use priv-> to access fields
  27861d7... config-manager: remove writeback ops from changed handler
  f5bf9da... buildconfig: add IdeBuildconfigConfiguration
  d2c0674... buildconfig: move buildconfig into separate buildconfig plu
  877845b... flatpak: fix build sources
  2a653ff... buildconfig: add pipeline integration
  433aba2... doc: add OVERVIEW.md for buildconfig
  c79311a... buildui: add OVERVIEW.md
  b904209... flatpak: Fix error in Makefile
  6fd7769... build-system: Sanitize data used to determine build dir
  4ae6531... flatpak: Sanitize runtime_id for use in dir names
  9e4fc1f... flatpak: Use gbp_flatpak_get_staging_dir
  9ad2ff6... flatpak: Fix formatting
  d8eb270... flatpak: Add needed properties to GbpFlatpakConfiguration
  1d78e66... flatpak: Fix memory leaks
  ce85a0c... flatpak: Add back gbp_flatpak_runtime_prepare_configuration
  57a40f8... flatpak: Don't assume the config is a GbpFlatpakConfigurati
  7fa9bc8... flatpak: Remove unused variable
  c227cd6... flatpak: Use flatpak-build for the runner

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]