Skip to content

Releases: abdfnx/resto

Resto v0.1.6

03 Jan 19:06
Compare
Choose a tag to compare

What's Changed ?

  • add a version checker to check if there's a new release by @abdfnx
  • add resto settings command to Resto CLI by @abdfnx
$ resto settings set show_update true
  • add settings editor to Resto UI and Resto CLI by @abdfnx

Changelog

  • 336dffa docs: add resto settings example to root command, add the new shortcuts
  • 8e2c449 new feature: add resto settings command to Resto CLI, update modules
  • 5ab51af update: convert boolean objects in settings file from string to bool
  • d5985cf restore ./scripts/date.go file
  • 44ec8a5 new feature: add resto settings editor for Resto UI, fix ci CI
  • 6a9687b move build/date.go to scripts/date.go and change all pathes in resto
  • e6acc1f add isUnderAppData function for windows script installer in checker
  • 29e95d9 big update: add version checker to resto in resto cli and resto ui
  • 110e29d update resto logo, update README.md
  • 81b9a10 update resto logo
  • 29148c8 remove #!/usr/bin/env node from gh-rs.js in scripts dir
  • 472c187 add --hidden flag to install command flags, update docs

Full Changelog: v0.1.5...v0.1.6

Resto v0.1.5

25 Dec 15:49
Compare
Choose a tag to compare

New ?

  • add --hidden flag to install command to hide output of installation.
  • upgrade workflows.

Changelog

  • 5e6668d add --hidden flag to resto install command, update options mod
  • 9d017f0 add Set up Go step for goreleaser snapshot job in ci workflow
  • ee3770e add get-latest command examples in root help, add checkout step
  • c855440 add goreleaser snapshot job in resto ci workflow
  • b5d85c1 rename versionDate variable to buildDate in all resto
  • e7b1467 add -ForegroundColor Red flag to windows installer and bfs script
  • 13a328f move the shared url to $releases_api_url in resto windows script installer
  • 2cdae25 add arch detector in resto install script
  • 193507b remove AuthorName & AuthorEmail env vars from Build step in release ci
  • 4478042 remove commit_author prop from brews, add snapshot name template
  • c4426f9 add docs and information about get-latest command

Full Changelog: v0.1.4...v0.1.5

Resto v0.1.4

24 Dec 12:26
Compare
Choose a tag to compare

What's Changed

  • support headers by @abdfnx
    demo
  • add get-latest command to get latest repo release @abdfnx
    resto get-latest OWNER/REPO --registry registry.com --token ACCESS_TOKEN
    for more info go to get-latest wiki

Changelog

  • 95b7a42 update go modules in go.mod
  • 1614839 add resto get-latest command and add it to root cmd, update go modules
  • 04e5f7d update the dev container docker file path in container
  • 58be6e3 finally support headers, update container, add dev container, update all
  • 9c26053 update docker run command flags to --rm -i in via_docker job
  • 3ece8c1 add via_docker job to ci workflow, add titles to forms in Resto UI
  • 24ac6f4 change install command to brew install abdfnx/tap/resto (#17)
  • a070291 add homebrew job to ci workflow to test homebrew tap of resto (#16)
  • c6642e4 add freebsd to archives builds with macos & linux
  • 2e6ca42 use github-actions to push commits to abdfnx/homebrew-tap repo

Full Changelog: v0.1.3...v0.1.4

Resto v0.1.3

22 Dec 04:19
Compare
Choose a tag to compare

What's Changed

Changelog

  • 2c4e3eb add docker instructions, add resto shortcuts in README.md
  • 001bd78 update the code owners (@abdfnx, @david-tomson, @Timothee-Cardoso)
  • 6f527c9 update Install from GitHub CLI as extension step name in ci workflow (#11)
  • 12843ad add -f flag to fix Run Restofile step in ci workflow
  • 98a78cc add go job in ci workflow, update test scripts, make from_gh_cli needs go
  • 737dc38 Bump github.com/briandowns/spinner from 1.17.0 to 1.18.0 (#10) @dependabot
  • 323ef29 restore Push changes step in release workflow for gh-resto repo
  • b68d566 and again πŸ™„: update Commit files step in release workflow
  • 820429b again πŸ™„: update Commit files step in release workflow for gh-resto
  • de2e3b3 update Commit files step in release workflow for abdfnx/gh-resto
  • 016cd32 remove tmp from git ignore list
  • 6e71ac5 fix release workflow yaml syntax
  • 9d88040 update gh-rs.js script, use ad-m/github-push-action action to push changes
  • 844ddbc echo ${{ secrets.ACCESS_TOKEN }} | gh auth login --with-token
  • e31e073 update git config commands in release workflow
  • 4d11e33 add ref: ${{ github.head_ref }} arg to actions/checkout@v2 action
  • 97101fd add git config --global commands to config author in release ci
  • fea1c16 fix Build gh-resto step by add cd ../scripts/gh-resto command
  • 389d97c add setup node.js with version 16 step for gh-resto step
  • 14cdb42 add yarn command to install dependencies for gh-resto
  • bb91518 create script to update gh-resto version and date, update release ci
  • 19e6660 remove output
  • 1fd2223 run goreleaser release manually in Build step: release workflow
  • ec393a3 πŸ˜‘ trying to fix release workflow by give all permissions to workflow
  • 43507ad add id for Set up Date step to use output for goreleaser env vars
  • 590f363 update build_resto job name, use goreleaser action to build
  • 219120f add new permissions to release workflow, update github token
  • 1883c58 add ACTIONS_ALLOW_UNSECURE_COMMANDS env var to ci workflow
  • cd4a25f make from_gh_cli job needs bfs & bfs_windows to run
  • 53cfb33 add echo "::add-path::C:UsersrunneradminAppDataLocalrestobin;" command to fix
  • 210587f create windows build from source script file, update scripts & ci workflow
  • 0110d3c fix release workflow by fixing secrets typo
  • 5ab60ad setup the security policy of resto .github/SECURITY.md
  • de9c157 add Ctrl+Q shortcut for bodyeditor of run command, add flags docs
  • eda5fb6 add flags docs for install and run commands in README
  • 2fcdec1 Merge branch 'dev' of https://github.com/abdfnx/resto into dev
  • 569c792 finish from support Restofile #5, add resto run command, update all
  • 1c203cf add AUTHOR_EMAIL env var secret to goreleaser build step
  • b6c2268 determine every os with arch, and fix all goreleaser issues
  • cc3ce10 remove freebsd os, add .apk nfpms linux format in goreleaser config file
  • cb8486b remove openbsd os, add freebsd build to the formatted archives in goreleaser
  • 3722f10 update goreleaser oss and arches
  • 3e21dd4 support new oss and arches, add checksum template name
  • fb6e09d put Email env var in Quotations marks in goreleaser config file
  • b201956 add homebrew configuration in goreleaser config file
  • 5c3c56e add some information about resto install command in README

Full Changelog: v0.1.2...v0.1.3

Resto v0.1.2

17 Dec 19:39
Compare
Choose a tag to compare

What's Changed

  • Add resto install command.
  • Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #4
  • Bump github.com/briandowns/spinner from 1.16.0 to 1.17.0 by @dependabot in #6

Changelog

  • 8374fc1 comment gh-resto build & upload jobs indefinitely @abdfnx
  • 4ec3bb4 remove moving dist dir, add gh-resto/dist path
  • 996f371 add repository prop, add mv dist .. command to move dist dir
  • 1df6373 create gh-resto release using softprops/action-gh-release
  • 30b3545 fix Resource not accessible by integration action issue
  • c5a89bd remove rs_full_container_run job from docker.yml workflow
  • ce46dbe try to use resto command with sudo in rs_full_container_run
  • b777a64 use curl -sL https://git.io/resto | bash command
  • 42c8e77 Bump github.com/briandowns/spinner from 1.16.0 to 1.17.0 (#6)
  • f0feb42 use RS_CONTAINER env var instead of RS_FULL_CONTAINER
  • ddc53a1 replace --rmi flag with --rm & -i flags in rs_container_run step
  • d358827 replace -it flag with --rmi flag in rs_container_run step
  • 9e69828 fix Te step in Resto CI workflow, finish from docker workflow
  • f1b1ea7 update resto install command README, fix Test 2 step in Resto CI
  • 7b672c7 add Makefile for resto
  • c4cb179 fix some issues in Resto CI workflow
  • 9b880cd finish from Resto CI workflow
  • 8802d9f add date script, update workflows, add examples
  • 554e10b finish from resto install command, and move all options to one package
  • f5d0c14 Merge branch 'dev' of https://github.com/abdfnx/resto into dev
  • b73cd80 fix crashing after change arugments values #3
  • a679312 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#4)
  • f3bb8c7 add vscode settings and recommended extensions
  • 66d4db0 add gitpod configuration for resto

New Contributors

Full Changelog: v0.1.1...v0.1.2

Resto v0.1.1

12 Dec 18:04
Compare
Choose a tag to compare

What's Changed

Changelog

3da650d fix saving respone file task
1e189e3 update resto descriptions in goreleaser and root file
1886500 update resto description
08d22e4 update the code owners (@abdfnx, @david-tomson, @@Timothee-Cardoso)
5c5d823 add @abdfnx as dependabot reviewer (#2)
caf9ee0 fix powershell install command, rename installers to resto (#1)
614f5d1 fix powershell install command, rename installers to resto

New Contributors

Full Changelog: v0.1.0...v0.1.1

Resto v0.1.0

12 Dec 07:00
b896511
Compare
Choose a tag to compare

Welcome to the first release of resto

What's New ?

  • Resto UI
  • get, post, put, patch, delete, and head commands

Changelog

b896511 fix goreleaser time out unit
4419677 create resto build workflow with goreleaser
60fb13e fix all errors and issues in core/editor package
4bc6ad7 build Go workflow
f31c8e6 fix go issue in resto full container image
2037a71 create the full resto docker container in container
167ad0f build docker image for resto and finish from it
c6cc48e configure goreleaser for resto, add version command
52b9b43 update resto README and add resto logo
17c62f4 format README, add help page in resto UI
ad4ae51 add | bash to resto script unix installer
e2fbc8e move cli/main.go to root, and update commands package to cli
49293f3 create resto README
9e86904 fix http client test file in client lib, change package name
f51a560 add the code of conduct of resto
fb1b3b6 update root examples, add all commands to root command, update command USAGE and flags
cac3436 create .gitignore
663b7d3 modify commands flags descriptions
12d24c8 add resto delete and resto patch commands
0e2c2ff finish from resto put command
fc552a9 build resto post command and use runWithBody function
f5824bc create resto head command
105588f add resto get command
70bef8f finish from method runners in cli/commands module
a8271e7 add resto cli options, fix all errors in all libs, add ~/.renio/cli checker
de30b1c Create LICENSE
b493bf8 fix client and validation functions, add PrintError func in tools
552d811 add cli lib which contains the main file
b674477 add the code owners of resto
a0af73a configure dependabot for resto
b2a96c3 create codeql code scanning workflow
9eaa106 build the resto command line library, add new packages
a42bfba start build cmd libray with the app factory
8e0ffd8 finally finish from UI of resto app, and create core/layout lib
f539ef1 add github.com/rivo/tview go module, and build the body editor for requests
46b38f2 finish from request with body function for post, put, patch, and delete methods
d0fb07d create BasicGet in api library
0545a9f add new go modules, create the response formatter
5d8e7f8 build basic auth api lib, and create graphql client
b3db3f2 finish from iostream library for command line
9c16175 build ~/.resto checker tool
38b7b01 rename project name to resto
6a6d594 redesign the modfile, build tools modul
e906ab9 create iostream module, add new go modules
cfbbfe0 add validation test, add client module
6cf1b57 add validation module with checkURL function
7dc1982 initialize abdfnx/rest-it module

Full Changelog: https://github.com/abdfnx/resto/commits/v0.1.0