Code Monkey home page Code Monkey logo

alfred's People

Contributors

alngn avatar dependabot-preview[bot] avatar efredz avatar rodrinrj avatar

Watchers

 avatar  avatar  avatar

alfred's Issues

Alfred stops working if you udate it using sudo

~ ❯❯❯ alfred update
Github Username: [email protected]
Github Password:
Github Token: -
Downloading last binary realeased for Linux
mv: no se puede mover './alfred' a '/usr/local/bin/alfred': Permiso denegado
~ ❯❯❯ sudo !!
~ ❯❯❯ sudo alfred update
[sudo] contraseña para edgardo:
Downloading last binary realeased for Linux
~ ❯❯❯ alfred -v
zsh: permiso denegado: alfred

Add help to alfred subcommands

It should show the optnons available for each subcommand:
$ alfred finish
Error: No arguments found
Example: $alfred finish feature RKMB-XXX

Tener 1 instancia de la base de datos del día por equipo

Nos pasa a menudo que a veces para resolver algún error, necesitamos una base de datos del día pero debemos esperar a que sea creada y así. Sería genial poder tener una base de datos del día que se cree junto con la nueva instancia que crean.

Agregar template del issue

Quizás a manera de tener mejor documentación de nuevos features sería ideal crear un template para nuevos issues

Hacer disponible en brew

Qué posibilidad hay de que se pueda hacer:

brew install alfred (o rankmi-alfred en caso de que no esté disponible)

De manera que sea más simple la instalación y fomentar el uso 😄

Improvement on work flow for alfred submit.

Describe the changes you have considered
I tried to submit a task with alfred submit feature XXXX
PR was created correctly, fine! But in next action it responds with 400 code.

I forgot to set task's complexity, maybe this could be the problem I thought. Then I run alfred submit again and now GitHub responds me with 422 code. That is cause PR is already created -.- and then quit to console prompt.

Maybe a validation is missing there, to avoid creating PR before task could be updated to a new state. Or check if PR already exists for feature's branch and asks to use it or drop and create another. What do you think?

Thanks, guys!

Additional context
Screen Shot 2019-06-07 at 11 11 38 AM

Alfred can't untar the database file

After the command
alfred get 2019_05_20 --extract --delete
the output throws :

✔ Descarga finalizada
Decompressing
Traceback (most recent call last):
File "main.py", line 135, in
File "site-packages/click/core.py", line 764, in call
File "site-packages/click/core.py", line 717, in main
File "site-packages/click/core.py", line 1137, in invoke
File "site-packages/click/core.py", line 956, in invoke
File "site-packages/click/core.py", line 555, in invoke
File "main.py", line 32, in get
File "services/awsservice.py", line 35, in get_backup
File "helpers/filehelper.py", line 12, in uncompress
File "subprocess.py", line 472, in run
File "subprocess.py", line 775, in init
File "subprocess.py", line 1522, in _execute_child
FileNotFoundError: [Errno 2] No such file or directory: 'gtar': 'gtar'
[5509] Failed to execute script main

Alfred fails to update itself

sudo alfred update
[sudo] contraseña para edgardo:
Github Username: [email protected]
Github Password:
Traceback (most recent call last):
File "main.py", line 79, in
File "site-packages/click/core.py", line 764, in call
File "site-packages/click/core.py", line 717, in main
File "site-packages/click/core.py", line 1137, in invoke
File "site-packages/click/core.py", line 956, in invoke
File "site-packages/click/core.py", line 555, in invoke
File "main.py", line 51, in update
File "services/githubservice.py", line 178, in update_binary
File "services/githubservice.py", line 167, in get_last_release
TypeError: must be str, not NoneType
[9740] Failed to execute script main

error 401

Describe the bug
error 401 al intentar hacer un submit de un hotfix - arregla la huea

AL crear un branch con alfred start feature RKM-6481, si bien me creo el branch, y me cambio a esa rama, como mensaje final, muestra tambien 401, no mueve la tarjeta a en progreso en youtrack

Error in database username and database name

Describe the bug
Al momento de crear una nueva base de datos:

  • El DB Username muestra el nombre de usuario de GitHub, y no "rankmi-database"
  • el DB Name aparece como " rankmi" (Con un espacio antes de rankmi).

To Reproduce
Command that presents the bug and on which Youtrack issue, if applicable.
$ alfred env n <YYYY_MM_DD>, en el usuario generado.

El error aparece una vez creada la instancia

Screenshots
image

Evaluar viabilidad de respaldos incrementales.

segun aws

También puede crear una copia de seguridad de su instancia de base de datos manualmente mediante la creación de una instantánea de base de datos. Para obtener más información acerca de la creación de una instantánea de base de datos, consulte Creación de una instantánea de base de datos.

primera instantánea de una instancia de base de datos contiene los datos de la instantánea de base de datos completa. Las instantáneas posteriores de la misma instancia de base de datos son incrementales, lo que significa que solo se guardan los datos que han cambiado después de la última instantánea.

Alfred env images order

Describe the bug
When alfred is listing Kato's available images, it returns output with ascending order. In other case, after you type a wrong date on alfred env new ... then it list the first 5 images instead of the real last

To Reproduce
$ alfred env images

Screenshots
Screen Shot 2020-05-19 at 09 24 26

Add hubflow compatibility

Alfred should be able to be used with our current git development proccess (using git flow with hubflow).

alfred start feature rkm-xxxx => alias para git hf feature start rkm-xxxx
alfred finish feature rkm-xxxx => hub pull-request -b development (abre PR a development)
alfred close feature rkm-xxxx => merge del PR && git hf feature finish rkm-xxxx

The same behaviour is expected for hotfix and releases.

The finish feature/hotfix should open a pull request using hub and assign the QA associated with the task.

2FA Support

Yo tengo autenticación de 2 factores en GitHub, al ingresar mi usuario y clave de github (cosa que no debería hacer para el comando de alfred update dado que es un repo público) me aparece el siguiente error:

image

Error on alfred get issue

Describe the bug
alfred get issue is not working for an specific ticket.

To Reproduce
If I do
$ alfred issue RKM-6503

TypeError appears on output

Traceback (most recent call last):
  File "main.py", line 137, in <module>
  File "site-packages/click/core.py", line 764, in __call__
  File "site-packages/click/core.py", line 717, in main
  File "site-packages/click/core.py", line 1137, in invoke
  File "site-packages/click/core.py", line 956, in invoke
  File "site-packages/click/core.py", line 555, in invoke
  File "main.py", line 127, in issue
  File "helpers/printer.py", line 15, in print_issue
TypeError: can only concatenate str (not "NoneType") to str
[21906] Failed to execute script main

Desktop (please complete the following information):

  • OS: macOS Mojave
  • Version 10.14.4

Additional context

  • Alfred version: v1.10.5
  • RKM task has related tasks (required_for relation)

Alfred creates PR with "hotfix" keyword between [] when start feature command is used.

Describe the bug
On using alfred feature start xxx to start a critical youtrack task. Alfred creates GitHub pull request correctly (base branch ✅ ) but on PR's name, it puts hotfix between brackets.

To Reproduce
$ alfred start feature XXXX on any critical task.

Screenshots
Screen Shot 2019-06-25 at 4 23 24 PM

Desktop (please complete the following information):

  • OS: macOS mojave 10.14.4

Issue in documentation.

Describe the bug
The documentation mention a "submit" command. I guess that should be "Finish" instead.

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.