Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust rewrite #1005

Merged
merged 152 commits into from
Mar 20, 2024
Merged

Rust rewrite #1005

merged 152 commits into from
Mar 20, 2024

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    30829df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d967cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d606c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4e98ae View commit details
    Browse the repository at this point in the history
  5. Rewrite CLI in Python

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b9c1704 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c81069c View commit details
    Browse the repository at this point in the history
  7. cli

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cf9d122 View commit details
    Browse the repository at this point in the history
  8. devenv print-dev-env --json

    figsoda authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cfc0cb8 View commit details
    Browse the repository at this point in the history
  9. Nix 2.17 + patches

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d517bf0 View commit details
    Browse the repository at this point in the history
  10. shellcheck

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1d37fdb View commit details
    Browse the repository at this point in the history
  11. Debug

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0fa6402 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1cc2387 View commit details
    Browse the repository at this point in the history
  13. fix a few examples

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    868f1b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce115ef View commit details
    Browse the repository at this point in the history
  15. bump nix

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bc7f048 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    78d4f82 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a70c617 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    434e915 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6c1194b View commit details
    Browse the repository at this point in the history
  20. bump nix

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a4e43db View commit details
    Browse the repository at this point in the history
  21. fix $ devenv shell ls -la

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5881792 View commit details
    Browse the repository at this point in the history
  22. fix gc symlink

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5b6f6f2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    506e189 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5ff197a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    64f252f View commit details
    Browse the repository at this point in the history
  26. add black pre-commit

    bobvanderlinden authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    369233d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    28fcf4a View commit details
    Browse the repository at this point in the history
  28. [FEAT] Conditionally link devenv profile

    When loading a shell, devenv checks .devenv/profile is
    
    1. not a link
    2. readlink reports someplace other than ${profile}
    
    Then will remove whatever is .devenv/profile and relink to the current
    active profile. When running a single command at a time, this is
    usually not a problem, but if you attempt to run two commands at the
    same time, then the race condition of one process removing a link while
    another is creating the link will emit warnings to stderr.
    penguincoder authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5fa9210 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a44199c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    123c00d View commit details
    Browse the repository at this point in the history
  31. normalize paths when root is /

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6408e95 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b25e8a0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fba13cf View commit details
    Browse the repository at this point in the history
  34. container startup commands did not work due to quoting of args; we no…

    …w also evaluate any shell variables in the startup command before executing it
    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    15d3a6f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5af48b4 View commit details
    Browse the repository at this point in the history
  36. to allow 'devenv processes stop' to stop processes we need to exec th…

    …e procfilescript
    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    835ad1d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    eef3e48 View commit details
    Browse the repository at this point in the history
  38. until we get the env-venv nixpkgs stuff in a place we can use, we nee…

    …d to set LD_LIBRARY_PATH by hand
    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a6155c7 View commit details
    Browse the repository at this point in the history
  39. some packages are now unfree

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8ca5e67 View commit details
    Browse the repository at this point in the history
  40. some packages are now unfree

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    85acc1c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    90bb9f2 View commit details
    Browse the repository at this point in the history
  42. add comment about env-venv

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a0901d2 View commit details
    Browse the repository at this point in the history
  43. comment

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1f05fd6 View commit details
    Browse the repository at this point in the history
  44. make python-native-libs test pass

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9c24a04 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4344327 View commit details
    Browse the repository at this point in the history
  46. add --exclude feature

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7d14211 View commit details
    Browse the repository at this point in the history
  47. make tests pass

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e721186 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c926f5a View commit details
    Browse the repository at this point in the history
  49. make vault test pass in reality

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    62b52bc View commit details
    Browse the repository at this point in the history
  50. update poetry lock

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    77185f3 View commit details
    Browse the repository at this point in the history
  51. pre-commit run -a

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    caf1a2e View commit details
    Browse the repository at this point in the history
  52. mark phoenix as broken

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    da4589b View commit details
    Browse the repository at this point in the history
  53. print the command being run so we can run it by hand if it fails

    (cherry picked from commit f294626)
    Signed-off-by: Domen Kožar <domen@dev.si>
    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fb1c7e2 View commit details
    Browse the repository at this point in the history
  54. allow builtins (like set and if) within container exec commands

    (cherry picked from commit d2bd250)
    Signed-off-by: Domen Kožar <domen@dev.si>
    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ac2e743 View commit details
    Browse the repository at this point in the history
  55. Support allowBroken

    (cherry picked from commit e3d3ae0)
    Signed-off-by: Domen Kožar <domen@dev.si>
    jozuas authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2fad7a8 View commit details
    Browse the repository at this point in the history
  56. update nix to 2.21 (dev)

    (cherry picked from commit 42b5484)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    64f270d View commit details
    Browse the repository at this point in the history
  57. search: fix missing default

    (cherry picked from commit 48e8b02)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    748ff8b View commit details
    Browse the repository at this point in the history
  58. use self-hosted arm/linux

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9bd8d1a View commit details
    Browse the repository at this point in the history
  59. fix cloudflare

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3697204 View commit details
    Browse the repository at this point in the history
  60. bump nix

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ff0400d View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f60f26e View commit details
    Browse the repository at this point in the history
  62. bump

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    461c9ef View commit details
    Browse the repository at this point in the history
  63. bump

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7de2eac View commit details
    Browse the repository at this point in the history
  64. revert .devenv/flake.nix

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    05ec151 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f7aa880 View commit details
    Browse the repository at this point in the history
  66. Rewrite CLI in Python

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    30c8045 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    f75c105 View commit details
    Browse the repository at this point in the history
  68. cli

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    be14084 View commit details
    Browse the repository at this point in the history
  69. Debug

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ced9ccf View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    1f9f741 View commit details
    Browse the repository at this point in the history
  71. sync with upstream

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    226da37 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    617acc6 View commit details
    Browse the repository at this point in the history
  73. remove shadowed function

    mcdonc authored and domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0a2ddff View commit details
    Browse the repository at this point in the history
  74. format

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    94dc937 View commit details
    Browse the repository at this point in the history
  75. debug

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5ea46ef View commit details
    Browse the repository at this point in the history
  76. fix ci?

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    078554c View commit details
    Browse the repository at this point in the history
  77. bump nix

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e058737 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    de506ee View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    46acff0 View commit details
    Browse the repository at this point in the history
  80. fix ci?

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9b30c73 View commit details
    Browse the repository at this point in the history
  81. Rewrite in Rust

    domenkozar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    baeadb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix ci

    domenkozar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1f0bb14 View commit details
    Browse the repository at this point in the history
  2. Introduce devenv-nixpkgs

    Battle-tested nixpkgs using devenv's extensive testing infrastructure.
    domenkozar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7f39eef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0565784 View commit details
    Browse the repository at this point in the history
  4. fix cli test

    domenkozar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bbbe0a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    02c48f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix dotenv test

    domenkozar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6f91d5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e91d7a4 View commit details
    Browse the repository at this point in the history
  3. bump nix

    domenkozar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d2f7f88 View commit details
    Browse the repository at this point in the history
  4. fix flakes eval

    domenkozar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b9e31f3 View commit details
    Browse the repository at this point in the history
  5. skip tests for now

    domenkozar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2006015 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix direnv test

    domenkozar committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    051c6c4 View commit details
    Browse the repository at this point in the history
  2. fix example generation

    domenkozar committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    688973c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    928228d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    2cd189b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c986e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796c609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49a97ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e043c0 View commit details
    Browse the repository at this point in the history
  6. bump nix

    domenkozar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d8a8c12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    794116e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dffe8c9 View commit details
    Browse the repository at this point in the history
  9. try fix more examples

    domenkozar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3baecf3 View commit details
    Browse the repository at this point in the history
  10. examples: rubyonrails: use port 3000 instead of 5100

    Rails listens on port 3000 by default.
    bobvanderlinden committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    fb7d977 View commit details
    Browse the repository at this point in the history
  11. examples: rubyonrails: force overwriting any files

    The test outputted errors regarding upon running `rails new` that
    `.gitignore` already exists. For the test it doesn't really matter to
    overwrite these files, so I added `--force`.
    bobvanderlinden committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    055bc43 View commit details
    Browse the repository at this point in the history
  12. postgres: support non-alphanumeric usernames

    Currently postgres fails to create a database because my username
    contains a `.`. Wrapping the database name in `"` will resolve the
    problem.
    
    I've rewritten the line to use HEREDOC so that we do not have to mess
    with escaping (from Nix) within escaping (from Bash) within escaping
    (from psql). Now it only escapes using Nix and psql.
    bobvanderlinden committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6ab8ee4 View commit details
    Browse the repository at this point in the history
  13. devenv: avoid rebuild when unrelated sources change

    Currently whenever the examples are changed, devenv will need to be
    rebuild. This isn't needed, because the package isn't relying on the
    examples explicity.
    
    Using `builtins.path` was just too much of a hassle (paths are absolute,
    directory path needs to be match along with sub-files/directories).
    Regex seemed easier.
    
    Regex in Nix uses extended Posix, which is again a bit funky, but maybe
    less so than doing matching by hand.
    bobvanderlinden committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    74364ee View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1009 from bobvanderlinden/rust-rewrite-rubyonrail…

    …s-fixes
    
    Fixes to pass rubyonrails test
    domenkozar authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9a90212 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. fix a few more tests

    domenkozar committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c574ac1 View commit details
    Browse the repository at this point in the history
  2. feat: add DEVENV_RUNTIME

    midchildan authored and domenkozar committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7ebf8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547d33a View commit details
    Browse the repository at this point in the history
  4. doc: explain DEVENV_RUNTIME

    midchildan authored and domenkozar committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e1c2d72 View commit details
    Browse the repository at this point in the history
  5. more test fixes

    domenkozar committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d9d8928 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix impure test

    domenkozar committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    92fa4a7 View commit details
    Browse the repository at this point in the history
  2. make /tmp configurable

    domenkozar committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1b78811 View commit details
    Browse the repository at this point in the history
  3. ruby: try with clean

    domenkozar committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cb94234 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0cfaf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2340486 View commit details
    Browse the repository at this point in the history
  6. add 1.0 blog post

    domenkozar committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9e459eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5681ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe19d7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27f8923 View commit details
    Browse the repository at this point in the history
  10. always keep going

    domenkozar committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cc76f0b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    2e9debc View commit details
    Browse the repository at this point in the history
  2. docs: render strikethrough

    domenkozar committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a5bb0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dea8689 View commit details
    Browse the repository at this point in the history
  4. Make edit pass on 1.0 release post

    Nicholas Sidwell committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ccbd306 View commit details
    Browse the repository at this point in the history
  5. docs(phoenix): add example for elixir phoenix

    patterned using example/rubyonrails
    Arvin Sevilla committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b80b159 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1012 from cyberaesthete/patch-2

    docs(phoenix): add example for elixir phoenix
    domenkozar authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    419e68a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1011 from euphemism/edit-pass-on-1.0-release-post

    Make edit pass on 1.0 release post
    domenkozar authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    015f239 View commit details
    Browse the repository at this point in the history
  8. Make more release-post tweaks

    Nicholas Sidwell committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fef4366 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1013 from euphemism/edit-pass-on-1.0-release-post

    Make more release-post tweaks
    domenkozar authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ec5ceba View commit details
    Browse the repository at this point in the history
  10. blog: edits

    domenkozar committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    68d3840 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecaa6b2 View commit details
    Browse the repository at this point in the history
  12. fix a bug in devenv init

    domenkozar committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    24775a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba710af View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1014 from cyberaesthete/docs/phoenix

    docs(phoenix): remove interactive prompt from devenv shell init script
    domenkozar authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    abbeeb0 View commit details
    Browse the repository at this point in the history
  15. Make further tweaks to 1.0-release-post copy

    Nicholas Sidwell committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    08d8a34 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge pull request #1015 from euphemism/edit-pass-on-1.0-release-post

    Make further tweaks to 1.0-release-post copy
    domenkozar authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2e08fc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910e2b8 View commit details
    Browse the repository at this point in the history
  3. fix #694

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d0c7023 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23e9cf0 View commit details
    Browse the repository at this point in the history
  5. blog clarify things

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    129434a View commit details
    Browse the repository at this point in the history
  6. run flake tests

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3adfb7f View commit details
    Browse the repository at this point in the history
  7. integrate cachix

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f840b83 View commit details
    Browse the repository at this point in the history
  8. fix flake template

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    883b0e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7f36c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60cb6f7 View commit details
    Browse the repository at this point in the history
  11. garden

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1bf66bf View commit details
    Browse the repository at this point in the history
  12. fix tests

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3ccd354 View commit details
    Browse the repository at this point in the history
  13. log to stderr

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b4be768 View commit details
    Browse the repository at this point in the history
  14. Fix flake-parts template

    domenkozar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2edb077 View commit details
    Browse the repository at this point in the history