80 Commits

Author SHA256 Message Date
Soc Virnyl Estela
2ebe4bd0b1 Accepting request 1178874 from home:rrahl0:upgrades
- Update to version 1.28.0:
  * Fix man page generation in release workflow (#2132)
  * Release 1.28.0 (#2131)
  * Don't check in manpage (#2130)
  * Document default shell (#2129)
  * Write shebang recipes to $XDG_RUNTIME_DIR (#2128)
  * Remove duplicate section in Chinese readme (#2127)
  * Update Chinese readme (#2124)
  * Fix typo in readme (#2122)
  * Don't check in auto-generated completion scripts (#2120)
  * Add `set dotenv-required` to require an environment file (#2116)
  * Allow listing recipes in submodules with `--list-submodules` (#2113)
  * Use space-separated recipe paths in `--choose` (#2115)
  * Don't display submodule recipes in `--list` (#2112)
  * Show recipes in submodules with `--show RECIPE::PATH` (#2111)
  * Add `--timestamp-format` (#2106)
  * Allow listing submodule recipes with `--list PATH` (#2108)
  * Print recipe command timestamps with `--timestamps` (#2084)
  * Add `module_file()` and `module_directory()` functions (#2105)
  * Fix bash completion for aliases (#2104)
  * Document when dependencies run in readme (#2103)
  * Build aarch64-pc-windows-msvc release binaries (#2100)
  * Clarify that `dotenv-path`-given env file is required (#2099)
  * Print multi-line doc comments before recipe in `--list` (#2090)
  * List unsorted imported recipes by import depth and offset (#2092)
  * Update README.md (#2091)

OBS-URL: https://build.opensuse.org/request/show/1178874
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=30
2024-06-06 06:26:45 +00:00
784e9c33ba Accepting request 1176891 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1176891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=12
2024-05-27 09:55:34 +00:00
Soc Virnyl Estela
e0ec8d2b18 Accepting request 1176858 from home:rrahl0:upgrades
- Update to version 1.27.0:
  * Release 1.27.0 (#2089)
  * Add `[doc]` attribute to set and suppress documentation comments (#2050)
  * Add source_file() and source_directory() functions (#2088)
  * List modules in source order with `--unsorted` (#2085)
  * Add recipe groups (#1842)
  * Forbid whitespace in shell-expanded string prefixes (#2083)
  * Add Debian and Ubuntu install instructions to readme (#2072)
  * Remove snap installation instructions from readme (#2070)
  * Show submodule recipes in --choose (#2069)
  * Fallback to wget in install script if curl isn't available(#1913)
  * Use cache dir for temporary files (#2067)
  * Use std::io::IsTerminal instead of atty crate (#2066)
  * Improve `shell()` documentation (#2060)
  * Add bash completion for snap (#2058)
  * Allow multiple imports of the same file in different modules (#2065)
  * Fix submodule recipe listing indentation (#2063)
  * Refactor list subcommand (#2062)
  * Pass command as first argument to `shell` (#2061)
  * Add shell() function for running external commands (#2047)
  * Allow shell expanded strings in mod and import paths (#2059)
  * Add `--global-justfile` flag (#1846)
  * Run imported recipes in root justfile with correct working directory (#2056)
  * Add shell-expanded strings (#2055)
  * Add `encode_uri_component` function (#2052)
  * Add `choose` function for generating random strings (#2049)
  * Add predefined constants (#2054)
  * Document working directory (#2053)
  * Replace FunctionContext with Evaluator (#2048)
  * Allow setting some command-line options with environment variables (#2044)

OBS-URL: https://build.opensuse.org/request/show/1176858
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=28
2024-05-25 23:57:45 +00:00
b176b92022 Accepting request 1173963 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1173963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=11
2024-05-15 19:26:06 +00:00
Soc Virnyl Estela
d276ce956a Accepting request 1173959 from home:rrahl0:upgrades
- Update to version 1.26.0:
  * Update dependencies
  * Clarify that janus operates on public justfiles only (#2021)
  * Fix Error::TmpdirIo error message (#1987)
  * Add --no-aliases to hide aliases in --list (#1961)
  * Add -E as alias for --dotenv-path (#1910)
  * Rename `delete` example recipe to `delete-all` (#1966)
- enable upstream tests

OBS-URL: https://build.opensuse.org/request/show/1173959
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=26
2024-05-14 11:28:08 +00:00
764f5bad4f Accepting request 1158917 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1158917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=10
2024-03-18 15:46:18 +00:00
Soc Virnyl Estela
b246cf1ded Accepting request 1158887 from home:rrahl0:branches:Base:System
update to 1.25.2

OBS-URL: https://build.opensuse.org/request/show/1158887
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=24
2024-03-18 08:49:09 +00:00
4a8f1cf9a0 Accepting request 1139605 from Base:System
- Update to version 1.23.0:
  * Allow setting custom confirm prompt
  * Add `set quiet` and `[no-quiet]`
  * Add `just_pid` function
  * Include completion scripts in releases
  * Run imports in working directory of importer
  * Tweak readme table formatting
  * Add functions to return XDG base directories
  * Don't abbreviate just in README
  * Add `--no-deps` to skip running recipe dependencies
  * Ignore [private] recipes in just --list
  * Add a dash to tempdir prefix
  * Don't conflate recipes with the same name in different modules
  * Clarify that UUID is version 4
  * Make sigil stripping from recipe lines less incomprehensible
  * Refactor invalid path argument check
  * Recipes can be invoked with path syntax
  * Move table of contents pointer to right
  * Add `--format` and `--initialize` as aliases for `--fmt` and `--init`
  * Use box-drawing characters in error messages
  * Optional modules and imports
  * Use Self
  * Print submodule recipes in --summary
  * Expand tilde in import and module paths
  * Document import override behavior
  * Override imported recipes
  * Document submodule working directory
  * Run recipes with working directory set to submodule directory
  * Allow mod statements with path to source file

OBS-URL: https://build.opensuse.org/request/show/1139605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=9
2024-01-18 20:53:25 +00:00
Soc Virnyl Estela
556e8ff8b5 - Update to version 1.23.0:
* Allow setting custom confirm prompt
  * Add `set quiet` and `[no-quiet]`
  * Add `just_pid` function
  * Include completion scripts in releases
  * Run imports in working directory of importer
  * Tweak readme table formatting
  * Add functions to return XDG base directories
  * Don't abbreviate just in README
  * Add `--no-deps` to skip running recipe dependencies
  * Ignore [private] recipes in just --list
  * Add a dash to tempdir prefix
  * Don't conflate recipes with the same name in different modules
  * Clarify that UUID is version 4
  * Make sigil stripping from recipe lines less incomprehensible
  * Refactor invalid path argument check
  * Recipes can be invoked with path syntax
  * Move table of contents pointer to right
  * Add `--format` and `--initialize` as aliases for `--fmt` and `--init`
  * Use box-drawing characters in error messages
  * Optional modules and imports
  * Use Self
  * Print submodule recipes in --summary
  * Expand tilde in import and module paths
  * Document import override behavior
  * Override imported recipes
  * Document submodule working directory
  * Run recipes with working directory set to submodule directory
  * Allow mod statements with path to source file

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=22
2024-01-18 01:04:49 +00:00
d6d564ed14 Accepting request 1135411 from Base:System
- Update to version 1.19.0:
  * Add modules

OBS-URL: https://build.opensuse.org/request/show/1135411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=8
2023-12-28 22:03:09 +00:00
Soc Virnyl Estela
8cf9b8f765 - Update to version 1.19.0:
* Add modules

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=20
2023-12-28 05:51:33 +00:00
Soc Virnyl Estela
c5bce3a443 - Update to version 1.18.1:
* Display a descriptive error for `!include` directives
  * Tweak readme
  * Stabilize `!include path` as `import 'path'`

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=19
2023-12-25 01:06:45 +00:00
ef8a7a14d2 Accepting request 1134120 from Base:System
- Update to version 1.17.0:
  * Pass justfile path to default chooser
  * Pass `--unstable` and `--color always` to default chooser
  * Update Gentoo package repository
  * Fix readme header level
  * Document line continuations
  * List included recipes in load order
  * Rename Justfile::first → Justfile::default
  * Don't default to included recipes

OBS-URL: https://build.opensuse.org/request/show/1134120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=7
2023-12-20 20:02:14 +00:00
Soc Virnyl Estela
a078a1a49b - Update to version 1.17.0:
* Pass justfile path to default chooser
  * Pass `--unstable` and `--color always` to default chooser
  * Update Gentoo package repository
  * Fix readme header level
  * Document line continuations
  * List included recipes in load order
  * Rename Justfile::first → Justfile::default
  * Don't default to included recipes
  * Fix readme typo
  * Fix Fish completion script
  * Add ARMv6 release target
  * Add `semver_matches` function
  * Clean up error display
  * Misc fixes
  * Fix readme build badge
  * Add `dotenv-filename` and `dotenv-path` settings
  * Fix set tempdir grammar
  * Add version to attributes
  * Allow setting echoed recipe line color
  * Update README.md

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=17
2023-12-20 04:56:18 +00:00
78aaca6ea2 Accepting request 1130449 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1130449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=6
2023-12-02 16:13:30 +00:00
Soc Virnyl Estela
b0eb063911 Accepting request 1130440 from home:xtexChooser:branches
- Update to version 1.16.0:
  * Release 1.16.0 (#1720)
  * Fix readme typo (#1717)
  * Fix Fish completion script (#1710)
  * Add ARMv6 release target (#1715)
  * Add `semver_matches` function (#1713)
  * Clean up error display (#1699)
  * Misc fixes (#1700)
  * Fix readme build badge (#1697)
  * Add `dotenv-filename` and `dotenv-path` settings (#1692)
  * Fix set tempdir grammar (#1695)
  * Add version to attributes (#1694)
  * Allow setting echoed recipe line color (#1670)
  * Update README.md (#1691)

OBS-URL: https://build.opensuse.org/request/show/1130440
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=15
2023-12-02 12:57:12 +00:00
5db6ee294f Accepting request 1120143 from Base:System
- Update to version 1.15.0:
  * Add Nushell completion script
  * Update Indentation Documentation
  * Allow unstable features to be enabled with environment variable
  * Fix triple-quoted string example in readme
  * README fix: the -d in `mktemp -d` is required to created folders.
  * Placate clippy
  * Add num_cpus() function
  * Document Windows Package Manager install instructions
  * Test unpaired escaped carriage return error
  * Allow escaping newlines
  * Stabilize JSON dump format
  * Avoid grep aliases in bash completions
  * Clarify [unix] attribute in readme
  * Add env() function
  * Add descriptions to fish recipe completions
  * Allow selecting multiple recipes with default chooser
  * Add better documentation for --dump and --fmt

OBS-URL: https://build.opensuse.org/request/show/1120143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=5
2023-10-25 16:03:07 +00:00
Soc Virnyl Estela
6b88d348bd - Update to version 1.15.0:
* Add Nushell completion script
  * Update Indentation Documentation
  * Allow unstable features to be enabled with environment variable
  * Fix triple-quoted string example in readme
  * README fix: the -d in `mktemp -d` is required to created folders.
  * Placate clippy
  * Add num_cpus() function
  * Document Windows Package Manager install instructions
  * Test unpaired escaped carriage return error
  * Allow escaping newlines
  * Stabilize JSON dump format
  * Avoid grep aliases in bash completions
  * Clarify [unix] attribute in readme
  * Add env() function
  * Add descriptions to fish recipe completions
  * Allow selecting multiple recipes with default chooser
  * Add better documentation for --dump and --fmt

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=13
2023-10-25 03:08:04 +00:00
a26dddc873 Accepting request 1109932 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1109932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=4
2023-09-10 11:10:16 +00:00
Soc Virnyl Estela
82bf769ba5 Revert vendored updates
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=11
2023-09-02 11:33:07 +00:00
Soc Virnyl Estela
95e934ccc3 Update vendored deps
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=10
2023-09-02 11:22:20 +00:00
Soc Virnyl Estela
62ecb01965 - Revert update of vendored dependencies.
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=9
2023-09-02 10:35:19 +00:00
Soc Virnyl Estela
cd30f32b07 - Update vendored dependencies
- Update source cargo_config

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=8
2023-09-02 10:26:30 +00:00
a91f4ec50b Accepting request 1104901 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=3
2023-08-21 09:44:39 +00:00
Soc Virnyl Estela
dbc0f9bcad Replace obsoleted disabled option with manual
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=6
2023-08-13 14:07:45 +00:00
ee98052a3c Accepting request 1090587 from Base:System
- Update to version 1.14.0:
  * Ignore clippy::let_underscore_untyped
  * Use `just --show` in default chooser
  * Update README to reflect new attribute syntax
  * Allow multiple attributes on one line
  * Analyze and Compiler tweaks
  * Downgrade to TLS 1.2 in install script

OBS-URL: https://build.opensuse.org/request/show/1090587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=2
2023-06-03 22:13:15 +00:00
Soc Virnyl Estela
047d4183e0 OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=4 2023-06-03 00:56:16 +00:00
Soc Virnyl Estela
0947737da5 - Update to version 1.14.0:
* Ignore clippy::let_underscore_untyped (#1609)
  * Use `just --show` in default chooser (#1539)
  * Update README to reflect new attribute syntax (#1538)
  * Allow multiple attributes on one line (#1537)
  * Analyze and Compiler tweaks (#1534)
  * Downgrade to TLS 1.2 in install script (#1536)

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=3
2023-06-03 00:53:55 +00:00
b25a6c00bf Accepting request 1071478 from Base:System
I want to add just to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/1071478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=1
2023-03-14 17:17:40 +00:00
26c2ece76d Accepting request 1069898 from home:uncomfyhalomacro
I want to add just to Base:System

OBS-URL: https://build.opensuse.org/request/show/1069898
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=1
2023-03-13 12:52:34 +00:00