Coder Social home page Coder Social logo

qs's Introduction

Introduction

This is a site for unTill© Pro company

Landing Page Jekyll theme

Jekyll theme based on landing-page bootstrap theme

How to use

  • Place a image in /img/services/
  • Create posts to display your services. Use the follow as an example:
---
layout: default
img: ipad.png
category: Services
title: The service title
---
The description of this service

Demo

View this jekyll theme in action here

Screenshot

screenshot

===

For more Jekyll details, read documentation. This Jekyll theme used Freelancer Jekyll theme as reference.

License

The contents of this repository are licensed under the Apache 2.0.

Version

1.0.1

qs's People

Contributors

daniilsolovyov avatar host6 avatar ivvist avatar maxim-ge avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

ivvist

qs's Issues

exist status 4 on `qs dev`

https://github.com/voedger/voedger/issues/56 is in the clipboard, the latest qs and gh are installed, I'm in the main branch of my fork, have uncommitted changes, qs dev is executed:

Denis@admin-note MINGW64 /c/Workspace/voedger (main)
$ qs dev -v
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "config", "--local", "remote.origin.url"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\sed.exe", []string{"sed", "s/\\.git$//"}
--- PipedExec: "C:\\Program Files\\GitHub CLI\\gh.exe", []string{"gh", "api", "repos/host6/voedger", "--jq", ".parent.full_name"}

exit status 4

exit status 1 on `qs pr` in a branch

nothing in the clipboard, I'm in host6/53-deactivate-workspace branch (probably created manually)

 qs pr -v
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "status", "-s"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "branch", "-r"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\grep.exe", []string{"grep", "/master"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "log", "--pretty=format:'%cd'", "--date=iso", "HEAD", "^main"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\tail.exe", []string{"tail", "-1"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "rev-list", "HEAD", "--after=''2023-04-23 18:49:55 +0200''"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\tail.exe", []string{"tail", "-1"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "notes", "show", "4d4682d5354134ef67b4bdba600e23a96295f2ec"}

exit status 1

I'm expecting pull request creation or explanation what I did wrong

Incorrect `qs dev` behaviour on issue from a different repo in the clipboard

in the local upstreammain branch, tracked branch is https://github.com/untillpro/airs-bp3/tree/main, have https://github.com/voedger/voedger/issues/53 in the clipboard:

$ qs dev
Dev branch 'https-github-comvoedgervoedgerissues53' will be created. Continue(y/n)? 
$ qs dev https://github.com/voedger/voedger/issues/53
Dev branch 'https-github-comvoedgervoedgerissues53' will be created. Continue(y/n)? 

I'm expecting 53-deactivate-workspace branch name is suggested +the branch is mentioned at https://github.com/voedger/voedger/issues/53

`qs dev` fails to create a dev branch

https://github.com/untillpro/qs/issues/22 is in the clipboard, standing in upstreammain branch, tracked is remotes/upstream/main of https://github.com/untillpro/airs-bp3, have following remotes:

C:\workspace\go\airs-bp3>qs dev -v
--- PipedExec: "C:\\Program Files\\Git\\bin\\git.exe", []string{"git", "config", "--local", "remote.origin.url"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\sed.exe", []string{"sed", "s/\\.git$//"}
--- PipedExec: "C:\\Program Files\\GitHub CLI\\gh.exe", []string{"gh", "api", "repos/host6/airs-bp3", "--jq", ".parent.full_name"}
Dev branch 'https-github-comuntillproqsissues22' will be created. Continue(y/n)? y
--- PipedExec: "C:\\Program Files\\Git\\bin\\git.exe", []string{"git", "config", "--local", "remote.upstream.url"}
--- PipedExec: "C:\\Program Files\\Git\\bin\\git.exe", []string{"git", "branch", "-r"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\grep.exe", []string{"grep", "/master"}
--- PipedExec: "C:\\Program Files\\Git\\bin\\git.exe", []string{"git", "status", "-s"}
--- PipedExec: "C:\\Program Files\\Git\\bin\\git.exe", []string{"git", "checkout", "master"}
Already on 'master'
Your branch is up to date with 'maxim-ge/master'.
--- PipedExec: "C:\\Program Files\\Git\\bin\\git.exe", []string{"git", "pull", "-p", "upstream", "master"}
fatal: couldn't find remote ref master

exit status 1

note: git pull in master branch, tracked is remotes/maxim-ge/master, works w\o errors

qs pr does not work on a different PC

qs dev on one PC, qs pr on another PC -> nothing is made on qs pr:

$ qs pr
gh version 2.27.0 (2023-04-07)
https://github.com/cli/cli/releases/tag/v2.27.0
github.com
  ✓ Logged in to github.com as host6 (keyring)
  ✓ Git operations for github.com configured to use https protocol.
  ✓ Token: gho_************************************
  ✓ Token scopes: gist, read:org, repo, workflow
✓ Synced the "main" branch from host6/voedger to local repository

no errors, pull request is not made

qs dev -d suggests to delete a branch that exists in upstream but not exists in origin

I have fix-errors-ignoring branch whose tracked branch is remotes/upstream/fix-errors-ignoring. I'm in the main branch now whose tracked branch is remotes/origin/main. qs dev -d suggests me to delete fix-errors-igoring branch which is wrong.

$ qs dev -d

*** There are no remote branches to delete.
Checking if unused local branches exist...
------------------------------------------
57-air-acl-for-payments
fix-errors-ignoring
------------------------------------------
*** Branches shown above are unused local branches. Delete them all? 'y': agree> 

57-air-acl-for-payments is correct

Additional improvements

  1. "qs dev" must work only with user fork. So should give error if user tries to make brunch in main/master.
  2. "qs dev —no-fork(-n)" - allows to make branch in main/master
  3. "qs upgrade" – print command "go install github.com/untillpro/qs@latest"
  4. "qs dev", "qs pr" first must check if new version of qs exist and ask to upgrade.

exit status 1 on `qs pr` in the `main` branch

nothing in the clipboard, upstreammain branch of github.com/voedger/voedger:

$ qs pr -v
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "status", "-s"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "branch", "-r"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\grep.exe", []string{"grep", "/master"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "log", "--pretty=format:'%cd'", "--date=iso", "HEAD", "^main"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\tail.exe", []string{"tail", "-1"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "rev-list", "HEAD", "--after=''2023-05-03 14:03:16 +0200''"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\tail.exe", []string{"tail", "-1"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "notes", "show", "91db59c6c93ce8958a857a644db253c16924e939"}

exit status 1

qs pr in the main branch is senceless so I'm expecting just no errors

incorrect pull request name "Resolves voedger/voedger#XXX" by default on `qs pr`

https://github.com/voedger/voedger/issues/57 in in the clipboard, qs dev - created branch, made a commit, then qs pr. Created a pull request https://github.com/voedger/voedger/pull/58, just pressed button squash and merge -> commit with message Fixes voedger/voedger#57 (#58) is created, which is wrong. I'm expecting something like air / ACL for Payments. Fixes #57 is suggested as the pull request name. Or add Fixes #57 message in details of the pull request

GraphQL: Validation failed: Branch name has already been taken

create a dev branch for https://github.com/voedger/voedger/issues/71 using qs dev, manually delete the just created local and remote branch, qs dev again:

$ qs dev -v
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "config", "--local", "remote.origin.url"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\sed.exe", []string{"sed", "s/\\.git$//"}
--- PipedExec: "C:\\Program Files\\GitHub CLI\\gh.exe", []string{"gh", "api", "repos/host6/voedger", "--jq", ".parent.full_name"}
Dev branch for issue #71 will be created. Agree?(y/n)
y
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "config", "--local", "remote.origin.url"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\sed.exe", []string{"sed", "s/\\.git$//"}
--- PipedExec: "C:\\Program Files\\Git\\mingw64\\bin\\git.exe", []string{"git", "config", "--local", "remote.origin.url"}
--- PipedExec: "C:\\Program Files\\Git\\usr\\bin\\sed.exe", []string{"sed", "s/\\.git$//"}
--- PipedExec: "C:\\Program Files\\GitHub CLI\\gh.exe", []string{"gh", "api", "repos/host6/voedger", "--jq", ".parent.full_name"}
--- PipedExec: "C:\\Program Files\\GitHub CLI\\gh.exe", []string{"gh", "repo", "set-default", "host6/voedger"}
✓ Set host6/voedger as the default repository for the current directory
--- PipedExec: "C:\\Program Files\\GitHub CLI\\gh.exe", []string{"gh", "issue", "develop", "71", "--issue-repo=voedger/voedger", "--repo", "host6/voedger"}
GraphQL: Validation failed: Branch name has already been taken (createLinkedBranch)

I'm expecting relinking the branch in this case

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.