[libsecret] (173 commits) Non-fast-forward update to branch wip/dueno/ci-fixes



The branch 'wip/dueno/ci-fixes' 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:

  1786190... gitlab-ci: Ignore pages target if previous stage fails

Commits added to the branch:

  31685e0... gitlab-ci: Allow pages target to fail (*)
  c00283e... Add version macros (*)
  2b4adfb... Fix -Wunknown-pragmas triggered by secret-version.h (*)
  0e6b542... secret-version: Remove garbage after #endif (*)
  d17e93e... tests: undef G_DISABLE_ASSERT (*)
  0be6357... build: Suppress compiler warning if compiled with G_DISABLE (*)
  9a8f49f... Merge branch 'wip/dueno/disable-assert-tests' into 'master' (*)
  938640a... secret-retrievable: New interface to represent read-only it (*)
  092d4ef... secret-item: Implement SecretRetrievableInterface (*)
  5fedca8... secret-password: Add search functions (*)
  bac85c0... secret-password: Add lookup_binary functions (*)
  29c1460... secret-password: Add store_binary functions (*)
  2ae6ec8... tests: Add tests for binary variant of secret_{lookup,store (*)
  a5db34d... secret-value: Add secret_value_unref_to_password (*)
  e3963ef... secret-password: Mark @schema argument nullable for *v func (*)
  6886aeb... secret-tool: Switch to using the simple API (*)
  f7e73ba... Merge branch 'wip/dueno/simple-item' into 'master' (*)
  555407a... build: Bump meson_version to 0.50 (*)
  a4ea97d... build: Simplify pathname handling (*)
  c06c9d2... build: Simplify file substitution (*)
  e9f811e... Merge branch 'wip/dueno/meson' into 'master' (*)
  4d39dd1... secret-tool: Fix memleak (*)
  d71663c... build: Drop TAP wrapper script around GLib tests (*)
  6ef1ec4... build: Use stock tap-driver from automake (*)
  f4328da... Merge branch 'wip/dueno/tap' into 'master' (*)
  be541cf... Release 0.19.0 (*)
  aae0329... service: Fix secret_service_ensure_session_finish error pro (*)
  75db38c... Merge branch 'fix-hang' into 'master' (*)
  f576dfb... Release 0.19.1 (*)
  c4fb5f0... build: Fix FTBFS using meson without valgrind (*)
  67680a6... Merge branch 'ftbfs-meson-wo-valgrind' into 'master' (*)
  2651abd... README.md: Mention the new versioning scheme [ci skip] (*)
  616a967... Merge branch 'wip/dueno/versioning' into 'master' (*)
  e645669... secret-service: Move parent property setting to constructor (*)
  a0d1059... secret-backend: New interface to represent password storage (*)
  71a19a9... secret-service: Implement SecretBackendInterface (*)
  b37d2b8... secret-backend: Add a way to uncache singleton instance (*)
  49e6e0c... secret-password: Port to SecretBackend interface (*)
  0600619... secret-password: Add necessary gir annotations (*)
  a631735... build: Properly expose backend vfuncs to vapi (*)
  4b6d735... Merge branch 'wip/dueno/backend' into 'master' (*)
  1b1a7d1... meson: Simplify libgcrypt detection (*)
  300ddc7... meson: Use pkgconfig module instead of substitution (*)
  79e89b2... Merge branch 'wip/dueno/meson-pkgconfig' into 'master' (*)
  93b7043... libsecret.pc: add Libs.private field for libgcrypt (*)
  29cc141... Merge branch 'master' into 'master' (*)
  9cfad7c... egg-testing: Sync with gnome-keyring (*)
  2d642b5... secret-file-backend: New backend for storing secrets in fil (*)
  8e43172... autotools: Generate secret-tool executable in tool/ (*)
  f2b7f6d... secret-tool: Add tests using file backend (*)
  8f886f0... secret-file-backend: Retrieve master password from flatpak  (*)
  a278adc... secret-backend: Check if portal is available (*)
  a653013... Merge branch 'wip/dueno/local-file' into 'master' (*)
  22d11f8... meson: add include directory to the generated pkg-config fi (*)
  d9e4360... Merge branch 'abderrahim/pkg-config-include' into 'master' (*)
  fb7368f... meson: Use "Requires" instead of "Requires.private" in pkgc (*)
  8a01e3e... Merge branch 'wip/dueno/meson-libgcrypt' into 'master' (*)
  06d803c... meson: Point to the base directory of header files in pkgco (*)
  2241ced... Add Malay translation (*)
  abb4448... item: Port to GTask (*)
  a27f85f... Merge branch 'wip/nielsdg/gtask-secret-item' into 'master' (*)
  7a6d4b9... build: Require gettext 0.19.8 or newer, not the exactly tha (*)
  53748c2... build: Include test-secret-tool.sh in distribution (*)
  f1451c3... tool: Fix TAP output of test-secret-tool.sh (*)
  3939b03... Release 0.20.0 (*)
  cf21ad5... secret-file-collection: Rename internal functions to avoid  (*)
  e6881d4... build: Suppress compiler warning if compiled with G_DISABLE (*)
  d4e1f09... Merge branch 'wip/dueno/build-fixes' into 'master' (*)
  00fae82... meson: Bump version to 0.20.0 (*)
  e4428dd... Release 0.20.1 (*)
  2255540... .gitlab-ci.yml: include meson-logs in artifacts (*)
  01930d5... .gitlab-ci.yml: install diffutils (*)
  9adf321... Merge branch 'wip/dueno/gitlab-ci-fixes' into 'master' (*)
  a54f501... secret-file-collection: force little-endian in GVariant (*)
  22ecc2c... Merge branch 'wip/dueno/gvariant-endianness' into 'master' (*)
  692e724... meson: Don't specify shared_library() (*)
  80ca308... Merge branch 'wip/nielsdg/dont-specify-library-type' into ' (*)
  f256f5a... docs: Make sure to set install: true (*)
  ba46274... Merge branch 'wip/nielsdg/fix-docs' into 'master' (*)
  af389ad... Prefer g_info() over g_message() (*)
  741867c... Merge branch 'wip/nielsdg/no-g-message' into 'master' (*)
  eb4f967... Release 0.20.2 (*)
  523fe32... secret-file-backend: Fix use-after-free in flatpak (*)
  a6c4c92... Merge branch 'wip/mcrha/flatpak-use-after-free-fix' into 'm (*)
  b53e987... docs: Add man subdir only if manpage is enabled (*)
  97d5310... Merge branch 'master' into 'master' (*)
  fb456a3... Release 0.20.3 (*)
  7cd1b02... Add Kurdish Sorani translation (*)
  1804de7... meson: add option introspection (*)
  54d9b7d... Merge branch 'master' into 'master' (*)
  9959be8... meson: Clean up unused variables (*)
  8ebc922... meson: Fix indentation (*)
  e79b277... man: Add a bugtracker section to the manpage (*)
  d5671e3... Merge branch 'wip/nielsdg/man-bugtracker' into 'master' (*)
  bfa66f3... meson: Add tests for GIR-based languages (*)
  ac51524... Merge branch 'wip/nielsdg/gir-tests' into 'master' (*)
  caf9c03... Initialize libgcrypt for SecretFileCollection (*)
  90a8580... Merge branch 'init-libgcrypt-for-file-collection' into 'mas (*)
  2f0df81... secret-file-collection: Make MAC comparison constant time (*)
  8b4016b... Merge branch 'wip/dueno/memcmp' into 'master' (*)
  3fe635e... Release 0.20.4 (*)
  2147b96... Drop autotools-based build (*)
  5874816... Merge branch 'wip/nielsdg/drop-autotools' into 'master' (*)
  fae49c7... ci: Fix the coverage build (*)
  21cca20... Merge branch 'wip/nielsdg/fix-ci-coverage' into 'master' (*)
  9d510d5... secret-paths.c: Add annotations for `paths` variable (*)
  dd1c242... Merge branch 'wip/cdavis/fix-annotations' into 'master' (*)
  3ad122a... meson: build test-vala-unstable with -DSECRET_WITH_UNSTABLE (*)
  9e12d65... Merge branch 'meson-fix-test' into 'master' (*)
  0836820... Add Finnish translation (*)
  a40fa19... Delete ChangeLog (*)
  5e21132... Delete AUTHORS (*)
  7e3c56b... Use G_GNUC_NULL_TERMINATED where appropriate (*)
  e7214fa... Merge branch 'wip/nielsdg/null-terminated-annotations' into (*)
  402c9fb... Get rid of (allow-none) annotations (*)
  41c8a82... Mark optional GCancellables as (nullable) (*)
  82fe5da... Mark NULL with appropriate gtk-doc prefix (*)
  903b68b... Merge branch 'wip/nielsdg/gir-annotations' into 'master' (*)
  1298c78... Handle snaps the same way as flatpaks (*)
  95b154f... Merge branch 'snaps-use-portal' into 'master' (*)
  4266889... collection: Port to GTask (*)
  be67deb... methods: Port to GTask (*)
  79ef682... Merge branch 'wip/nielsdg/gtask-secret-collection' into 'ma (*)
  1178020... Update Galician translation (*)
  da9637e... Enable static analyzer in CI (*)
  a99bae1... Merge branch 'issue#51' into 'master' (*)
  1998121... Add bash-completion for secret-tool (*)
  6dc2e55... Merge branch 'issue#50' into 'master' (*)
  8503902... Trivial Fix: removes a comment (*)
  7d6aacd... Merge branch 'trivial-fix' into 'master' (*)
  8b1936b... Add meson option to override of default bashcompdir (*)
  6b4a60b... Add meson option to set default bash_completion installatio (*)
  d5b2f04... Merge branch 'meson-option' into 'master' (*)
  b7d4f8c... secret-enum-types.c/h.template: Fix reproducibility issue (*)
  127f326... Merge branch 'master' into 'master' (*)
  7e713cf... Fix issues flagged by static analyzers (*)
  06931ac... Fixes a typo (*)
  78223a0... Merge branch 'issue#59' into 'master' (*)
  9472b0a... secret-tool: Fix secret_password_clearv_sync return value c (*)
  dfcfd2e... Merge branch 'wip/dueno/secret-tool-crash' into 'master' (*)
  2c2b0ab... Drop "volatile" for g_once_init_enter locations (*)
  86f5afb... Remove unnecessary "volatile" (*)
  fbad807... Merge branch 'wip/dueno/volatile' into 'master' (*)
  0b2844d... secret-file-backend: Avoid closing the same file descriptor (*)
  72ced3e... Merge branch 'tintou/no-double-close' into 'master' (*)
  015ea11... secret-tool: Add locking capabilities to secret tool (*)
  883119e... Merge branch 'secret-tool-lock' into 'master' (*)
  292b10a... Update Ukrainian translation (*)
  e7f1948... Update Swedish translation (*)
  f680fab... Update Brazilian Portuguese translation (*)
  918d313... Update Portuguese translation (*)
  45d83e6... Update Polish translation (*)
  a29b714... Updated Lithuanian translation (*)
  2f4f323... Update Russian translation (*)
  fd1d467... Update Indonesian translation (*)
  9c866ee... build: Remove po/Makevars (*)
  459b056... Merge branch 'piotrdrag/remove-makevars' into 'master' (*)
  8bb29a5... Update Romanian translation (*)
  df94aca... Update Slovenian translation (*)
  7407a26... meson: Run tests for libegg (*)
  42d41c9... Merge branch 'wip/dueno/egg-tests' into 'master' (*)
  19ba24d... Remove autotools config file (*)
  f4f5093... Merge branch 'autotools' into 'master' (*)
  af55275... Enable TPM emulator in CI (*)
  58be376... Merge branch 'tpm-emulator' into 'master' (*)
  00e948e... Add --allow-root flag to tpm2-abrmd CI script (*)
  9a8d156... Merge branch 'tpm' into 'master' (*)
  436200b... docs: Fix typos (*)
  c3d5297... Merge branch 'doc_fix_typo' into 'master' (*)
  282614d... Update Chinese (Taiwan) translation (*)
  ef76a29... Updated Spanish translation (*)
  77487fc... Update Friulian translation (*)
  8102cfa... ci: Make sure the necessary artifacts to be generated befor

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