일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 설치
- DB
- 설정
- 자바
- 3.0
- 노드
- 하모니카
- 아틀라시안
- Linux
- 파이썬
- JS
- node
- 데이터베이스
- postgres
- 자바스크립트
- script
- 윈도우
- DATABASE
- python
- Atlassian
- install
- PostgreSQL
- java
- 우분투
- javascript
- 스크립트
- 리눅스
- hamonikr
- Windows
- ubuntu
- Today
- Total
목록plugin (4)
LukeHan 의 잡다한 기술 블로그
... atlassian-plugin.xml 파일에 위와 같이 web-section 을 추가한다. https://your.domain.net:7990/plugins/servlet/upm?web.panels 위와 같이 url 뒤에 ?web.panels 를 추가한다. url 을 입력하면 위와 같이 화면에 location 정보 및 key 정보를 확인할 수 있다. 해당 정보를 참고하여 필요한 위치에 web-section 을 추가한다. 참고 https://developer.atlassian.com/server/bitbucket/reference/web-fragments/ https://developer.atlassian.com/server/bitbucket/reference/web-resource-contexts..
Jira Plugin 개발 시 기존 플러그인을 백업할 필요가 있는 경우 아래의 경로에서 확인한다. Path : ${atlassian-jira-software_install_path}/atlassian-jira/plugins/installed-plugins/
기존 플러그인을 신규 구축한 Confluence 에 적용한 후 테스트를 진행하였으나 아래와 같은 에러가 발생 하였다. org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException: Object of class [com.atlassian.confluence.pages.Page] with identifier [393407]: optimistic locking failed; nested exception is org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incor..
해당 문서는 Gerrit 3.x 버전에서 진행하였습니다. Document Document for Plugin(jar) : https://gerrit-review.googlesource.com/Documentation/dev-plugins.html Document for js : https://gerrit-review.googlesource.com/Documentation/pg-plugin-dev.html 공식 문서 상 gerrit 은 jar 파일 및 javascript 로 Plugin 개발 및 적용이 가능하다. Make js Plugin /** * @Date 2022.02.08 * @Auther LukeHan { // your codes ... }); 위의 코드는 javascript Plugin 의 Sk..