[gnome-builder] (78 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:

  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
  d4a8b62... autotools: Pass --host to configure
  8233043... pipeline: clear env of build subprocesses
  20adbc3... pipeline: Set PATH env var for build subprocesses

Commits added to the branch:

  0fd55e9... idemm: link tools against panel-gtk (*)
  e10579f... subprocess: Correctly clear environment of subprocesses (*)
  85dedad... subprocess: Set a few env vars when clearing parent (*)
  2eb9a9a... build: ignore additional C warnings
  659c575... posix: add ide_get_system_type()
  c59e910... types: add IdeTransfer to ide-types.h
  6222602... subprocess: special case NULL args
  adf06f0... subprocess: use g_debug() for subprocess launching
  0ee4f38... subprocess: synthesize error when process was signaled
  cf8511f... transfer: add IdeTransfer::has_completed() vfunc
  4fbe842... util: add GTimeSpan to String utility
  9c2a56c... flatpak: we require a 0.8.0 of flatpak at runtime
  66ce989... contributing: remove legacy plugin
  b5d8268... build: bump flatpak build requirement to 0.8.0
  8505cd1... flatpak: add GbpFlatpakTransfer
  01e7bd6... po: update POTFILES.in
  4b90f22... build: remove legacy test
  dd08f32... update .gitignore
  8d2c6bc... todo: simplify ignored files to use a helper func
  e102856... flatpak: add utilities to locate important directories
  fcff943... log: add IdeBuildLog
  12ffda6... config-manager: add IdeConfigurationManager::invalidate()
  cc73fdd... config-manager: remove prebuild/postbuild commands from con
  2ea4557... reaper: add IdeDirectoryReaper
  19c0135... build: add files to enums generation
  8a9bc3d... configuration: add IdeConfiguration:ready property
  face634... configuration: add strv internal data helpers
  8436de5... configuration: whitespace cleanup
  77a6958... application: allow registering directory reapers for shutdo
  7b9075e... pipeline: add IdeBuildPipeline
  f318efc... build-manager: port to IdeBuildPipeline
  f6b2103... command-queue: drop IdeBuildCommandQueue
  d9248b1... build: drop contributing from configure
  a7ceafb... omnibar: widen IdeOmniBar
  c5ad59e... po: update POTFILES.in
  20e0b2e... tests: add test for IdeBuildPipeline
  80d5538... meson: port to IdeBuildPipeline
  6cd4154... cargo: port to IdeBuildPipeline
  1553ca8... cmake: add simple cmake build support
  1951648... build-tools: port to IdeBuildPipeline
  1ec1e22... gcc: port to IdeBuildPipeline
  334c584... makecache: require makecache file for creation
  3996923... autotools: port to IdeBuildPipeline
  3c7f72c... flatpak: add pipeline addin
  bf9b44f... flatpak: remove unneeded code form GbpFlatpakRuntime
  0978331... config-provider: Add IdeConfigurationProvider
  727b747... config-manager: Use IdeConfigurationProvider interface
  8125e9f... flatpak: Move flatpak manifests from runtimes to configurat
  5517374... Update .buildconfig to use the right flatpak runtime
  69f5f98... configuration: Make IdeConfiguration derivable
  6766bf4... flatpak: Create GbpFlatpakConfiguration
  449a4cc... flatpak: Make the flatpak manifest search recursive
  22d8f26... buildsystem: Create IdeBuildconfigConfigurationProvider
  83faa36... flatpak: Writeback manifest changes to disk
  e747b35... configuration: Mark config as dirty when IdeEnvironment cha
  77b9ff1... buildui: Move build-tools plugin to libide
  2054bb7... build-workbench-addin: fixup prefixes from merge
  ff1a0ec... configuration: use priv-> to access fields
  b7f8379... config-manager: remove writeback ops from changed handler
  3b348a4... buildconfig: add IdeBuildconfigConfiguration
  31f8ee0... buildconfig: move buildconfig into separate buildconfig plu
  b7559ee... flatpak: fix build sources
  6ec39f5... buildconfig: add pipeline integration
  5e8d21d... doc: add OVERVIEW.md for buildconfig
  827eaea... buildui: add OVERVIEW.md
  fe78198... flatpak: Fix error in Makefile
  8e00b1a... build-system: Sanitize data used to determine build dir
  1319204... flatpak: Sanitize runtime_id for use in dir names
  b0e307c... flatpak: Use gbp_flatpak_get_staging_dir
  3059a8d... flatpak: Fix formatting
  501dbfc... flatpak: Add needed properties to GbpFlatpakConfiguration
  b26b269... flatpak: Fix memory leaks
  d027f4b... flatpak: Add back gbp_flatpak_runtime_prepare_configuration
  80609f5... flatpak: Don't assume the config is a GbpFlatpakConfigurati
  223a048... flatpak: Remove unused variable
  82283e9... flatpak: Use flatpak-build for the runner
  5a90c0c... autotools: Pass --host to configure
  44ebfd3... pipeline: clear env of build subprocesses

(*) 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]