https://github.com/krasa/devsupportapp
Wicket application for automatic merging, building (parametrized remote ssh scripts execution) , replacing tokens in branches, IntelliJ plugins repo...
https://github.com/krasa/devsupportapp
Last synced: 10 months ago
JSON representation
Wicket application for automatic merging, building (parametrized remote ssh scripts execution) , replacing tokens in branches, IntelliJ plugins repo...
- Host: GitHub
- URL: https://github.com/krasa/devsupportapp
- Owner: krasa
- License: apache-2.0
- Created: 2012-03-18T20:03:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T10:42:45.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T08:16:31.261Z (11 months ago)
- Language: Java
- Homepage:
- Size: 1.56 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Web application with following features:
- finding not merged revision in SVN, diff, one click merge or merge of merginfo only
- tokenization across svn projects - replacing text(versions and stuff)
- finding not tagged commits
- custom build tool (connects via ssh and sends commands)
- IntelliJ enterprise plugin repository
This application contains logic and features which are specific to my work environment, it won't probably work right out of box for anyone, although I tried to introduce configurable strategies on some places.
Take it more like inspiration, than something you could use as end-product. It was written in my limited free time to do what was needed to automate things and nothing more, so the code is most likely shit.
Technologies:
- Wicket, websockets
- Spring, Hibernate, SvnKit, HSQLDB
- Spring Boot, Jetty

