当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

jira_clone

A Jira clone built with Vuejs & Nodejs/Graphql
授权协议 MIT License
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 微生自怡
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

A Jira clone built with Vuejs & Nodejs/Graphql

Live Demo

App screenshot

Getting started ��

  • git clone https://github.com/Datlyfe/jira_clone.git
  • Install postgreSQL if you don't have it already and create a database ( there is also a docker compose file if you prefer using docker, just run docker-compose up inside the backend folder)
  • Create an empty .env file in /backend, copy /backend/.env.example contents into it, and fill in your database username and password.
  • npm run install-deps
  • npm run start:back
  • npm run start:front in another terminal tab
  • App should now be running on http://localhost:8080/

Inspiration and Why? ��‍♀️

I'm a Full Stack Web developer and an open source collaborator that loves building things ��

This project is basically a clone of another open source Jira clone build in React ( clone of a clone i know �� ) and since im a Vuejs lover i had the idea of rebuilding the app with the same functionalities but using Vuejs instead as i though it would be a great opportunity to explore the new composition api coming to Vue very soon. and since we are doing a full rewrite i added Graphql and Typescript to the mix.

I belive that this project will be a great example for Vuejs developers in the future transitioning from the old Vuejs Api to the new composition Api or for Vuejs newcomers in general.

Author: Bouaggad Moez ✍️

Email : mrbouaggadmoez@gmail.com

Website : https://bouaggadmoez.netlify.com/

Contributing

I think the state of the project is good as it is right now feature wise and i will only be fixing bugs if they come up so it you want to contribute in doing so you are very welcome.

Credits

Insprited by oldboyxx/jira_clone

License

MIT

  • https://maven.atlassian.com/contrib/com/xiplink/jira/git/jira-git-plugin/0.6/jira-git-plugin-0.6.jar Installation If you have Universal Plugin Manager Installed or have JIRA 4.3+ follow Installing JIR

  • 批量化修改 Issue 的状态、对应字段以及值等 Jira 提供了强大的功能支持批量化任务操作,包括以下: 支持多种操作,不限于编辑,包括删除、watching、clone等。 支持每种操作下多种任务、字段的操作,比如批量化编辑修改 Labels:将 Label 为 “识别”的,统一修改为 “Recognition”。 使用也非常简单: 定制搜索条件 使用 Tools - Bulk Change

  • 先登录需要部署的服务器 1、创建数据库存放位置 mkdir -p /data/devops-compose/atlassian/confluence/mariadb chmod 777 /data/devops-compose/atlassian/confluence/mariadb 2、docker部署 1.安装docker软件 yum install -y docker 2.启动docker

  • 背景 每天都要写日报,公司已经开发的jira统计缺少工作日志统计这块的内容,为了减少手动拉取工作日志的工作量,写了这个小工具,自动拉取某一天小组内的工作日志,导出md文件 写这个工具之前也做了调研,jira插件中有支持工作日志统计的,如 Work Time Calendar for Jira ,只是需要付费,遂作罢 实现 jira 提供了open api ,通过api 完成流程即可,这里选用了py

  • 设置工作流中的Closed步骤的工作流属性值,增加两个: jira.permission.comment.user:(空) jira.issue.editable:false Closed这个步骤之后,可添加备注的用户为空,可编辑属性为false。 参考文章: https://confluence.atlassian.com/display/JIRA/Allow+editing+of+Closed

 相关资料
  • Webstorm作为个javascript的IDE,提供了最天然的NodeJs支持,在Webstorm中,您可以运行、调试、自动提示NodeJs。 Webstorm 对 NodeJs 的支持 随便建个demo工程,建个 test.js,代码如下: var http = require('http'); server = http.createServer(function (req, res) {

  • Node.js 性能测试模拟器 Why? 性能测试时,可能需要一些系统外的被依赖服务的模拟器,常用性能测试工具如JMeter并没有模拟Server端的能力。如果是另外起个Tomcat,写些简单的模拟器——性能与容量是一个问题,因为被测试服务器集群可能有二十台机器,而跑模拟器的机器可能只有一两台。另一个是如果要快速修改输出内容,Tomcat的打包上传部署流程略显麻烦。 所以看上了Node.js。 另

  • Node.js 是运行在服务端的 JavaScript。 官网:https://haomo-tech.com 作者:毫末科技 邮箱:hxg@haomo-studio.com 官网:https://nodejs.org/en/ API文档:https://nodejs.org/dist/latest-v4.x/docs/api/ 教程:http://www.w3cschool.cn/nodejs/n

  • 截至2016年2月26日,官方的列表中,并没有提供NodeJS的Http API接口的封装。 - -! 好在我们有Github,在上面搜索到一个: https://github.com/node-influx/node-influx 项目介绍写着的是支持0.9x版本的InfluxDB,我在0.10上试了下,基本可用。 因为是纯Http API接口,如果某些接口有问题的话,可以直接给他 pull r

  • Node.js 事件循环 Node.js 是单进程单线程应用程序,但是因为 V8 引擎提供的异步执行回调接口,通过这些接口可以处理大量的并发,所以性能非常高。 Node.js 几乎每一个 API 都是支持回调函数的。 Node.js 基本上所有的事件机制都是用设计模式中观察者模式实现。 Node.js 单线程类似进入一个while(true)的事件循环,直到没有事件观察者退出,每个异步事件都生成一

  • Setup $ yarn install && open http://localhost:4000 && yarn run start Medium: https://medium.com/@wesharehoodies/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649?

  • 我正在学习NodeJS WriteStream。我无法理解函数调用的效果。如果以下示例中的调用不存在,会发生什么情况?我移除了它,但没有任何改变,在这两种情况下,结果都返回给客户机。

  •   KISSY 是淘宝网开发的一款轻巧灵活的JS框架,如今已经是1.1.7版本,并在淘宝网广泛应用,在浏览器端给我们带来更加清新的体验,今天让我们更进一步,我们 发起了nodejs-kissy 项目,你的 KISSY 程序可以无缝移植到服务器端了 ^_^ 示例代码: var S = require('kissy').KISSY;S.ready(function(S){ S.log('hello world!'); });