Commits on Source (20)
-
Volker Schukai authored
- Remove commented out code and unused code related to settings, configuration change event handling, and message and config endpoints - Fix bug where error messages are not printed when there are configuration errors and verbose mode is disabled - Update vendorSha256, ldflags, buildInputs, and description for the docman package in flake.nix - Remove Database struct and add Verbose field to AppConfig struct in source/config/definition.go - Refactor TestMaskCodeBlocks function in source/utils/strings_test.go - Modify SetUp function in source/config/setup.go - Update ConfigPath and remove Release command in CommandsStruct struct in source/command/definition.go - Change variable assignment and add error handling, command line argument parsing, setup of configuration, and execution of commands in source/command/execute.go - Add version parameter and disable DIRENV_ENABLED and DIRENV_TRUSTED in .idea/runConfigurations/go_build_gitlab_schukai_com_oss_utilities_documentation_manager.xml
-
Volker Schukai authored
- Fix the quotes in `flake.nix` for `ldflags` by adding escaped quotes around the values
-
Volker Schukai authored
- Include version information in the `docman` package - Add version and build information to `ldflags` option in the `docman` package - Update `vendorSha256` in the `docman` package
-
Volker Schukai authored
- Updated `flake.nix` file - Updated `versionTool` URL to `https://gitlab.schukai.com/oss/utilities/version/-/archive/0.5.0/version-0.5.0.tar.gz` - Removed commented out `versionTool` hash - Modified `ldflags` value to include new `gitlab.schukai.com/oss/utilities/documentation-manager` URL - Removed `vendorSha256` line - Added `versionTool.defaultPackage.${system}` to `buildInputs` list
-
Volker Schukai authored
- Updated `flake.nix` file with various modifications and additions - Added build phase and updated version variables in `docman` package definition - Updated `ldflags` and `vendorSha256` variables in `docman` package definition - Added a new dependency in `buildInputs` and metadata for `docman` package
-
Volker Schukai authored
- Add `versionToolPackage` variable to simplify code - Update references to `versionTool` to use `versionToolPackage` - Fix typo in the `docman` package description - Update `vendorSha256` value to match new dependencies - Add `ldflags` to `docman` build options - Add `buildInputs` for `versionToolPackage` in `docman` - Add metadata for `docman` package - Reviewed and made changes in multiple files - Improved code readability and maintainability
-
Volker Schukai authored
- Updated build process to include version and build information using `versionTool` - Improved security by updating `vendorSha256` with a new value - Added code to build `versionTool` for the current system - Enhanced functionality by fetching the version and build information using `versionTool`
-
Volker Schukai authored
- Update Nixpkgs/NixOS version - Update `lastModifiedDate` for older versions of flakes - Add `versionAndBuild` calculation for fetching version and build - Remove commented out code for fetching version and build - Update `versionToolPackage` assignment - Remove `version` and `build` assignments after `versionAndBuild` calculation - Update `version` and `build` assignments within `versionAndBuild` calculation - Add output files `"version"` and `"build"` to `versionAndBuild` calculation - Update `versionTool.defaultPackage.${system}` assignment in `buildInputs` - Update `vendorSha256` value - Update `ldflags` value in `docman` build phase - Add `homepage` field to `meta` attribute for `docman` - Update `maintainers` field in `meta` attribute for `docman` - Update `buildInputs` field in `default` devShell
-
Volker Schukai authored
- Remove commented out `versionTool` declaration and its uses in `flake.nix` - Add `version` tracing statement to `flake.nix` - Add `build` tracing statement to `flake.nix`
-
Volker Schukai authored
- Removed unused metadata, comment lines, code, and dependencies in `flake.nix` - Removed unused devShells and defaultPackage in `flake.nix`
-
Volker Schukai authored
- Modified the `flake.nix` file - Updated the version, build, vendorSha256, ldflags, buildInputs, and meta attributes of the `docman` package - Made changes to the `devShells` variable
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
-
Volker Schukai authored
Showing
- .idea/runConfigurations/go_build_gitlab_schukai_com_oss_utilities_documentation_manager.xml 1 addition, 0 deletions...itlab_schukai_com_oss_utilities_documentation_manager.xml
- devenv.nix 3 additions, 0 deletionsdevenv.nix
- flake.lock 1 addition, 31 deletionsflake.lock
- flake.nix 12 additions, 52 deletionsflake.nix
- source/command/definition.go 16 additions, 2 deletionssource/command/definition.go
- source/command/execute.go 1 addition, 1 deletionsource/command/execute.go
- source/config/constraints.go 0 additions, 63 deletionssource/config/constraints.go
- source/config/definition.go 1 addition, 4 deletionssource/config/definition.go
- source/config/setup.go 1 addition, 1 deletionsource/config/setup.go
- source/main.go 0 additions, 4 deletionssource/main.go
- source/utils/strings_test.go 0 additions, 4 deletionssource/utils/strings_test.go