Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/linuxserver/davos

Web-based FTP automation for Linux servers.
https://github.com/linuxserver/davos

Further integration tests, new Listener classes

058df01200f03c67329a96e9bcae123c4c912426 authored almost 9 years ago
Preliminary addition of ProgressListener API for FTP and SFTP

- Implemented for Download action on both Connections.

df8ef273bd79b45188b443b7fe85a178606dcbae authored almost 9 years ago
Added new styles for download actions in schedule

ac33626eb2bd4928593022a0802400cb33533a6c authored almost 9 years ago
Created initial set of BDD tests

- Using cucumber
- Only checks basic FTP functionality

42743958939bb60c880ea6a7f8253a5508bd654b authored almost 9 years ago
Refactoring and bug fix

- Added method to allow setting of any log level in LoggingManager
- ClientFactory now returns...

1e3a63e78442760f6bb8f5aa81d15e1ee621871a authored almost 9 years ago
Changed colour of stat/stop text

97f2b2bef8c5a781f1e62f3c803dbb7225cf1f7d authored almost 9 years ago
Complete redesign of UI. Still WIP but want to get usage opinions

667d90c6be4a2c93205e58397c7c4fdd23295b23 authored almost 9 years ago
Update log4j2.xml

9e261eb274162091c94153e8140a233f668dbc01 authored about 9 years ago
Fixed issue with versionfile

245f9f0e040ffaf10e155962da1d0e005b163e40 authored about 9 years ago
Fixed issue with versionfile

1bf8d256146f58cda0cf14cc339e00f6f5465aab authored about 9 years ago
Added ability to turn DEBUG on/off

- Currently, just make a call to http://{davosUri}/api/v1/debug/{true|false}

bc698bb9e1b7149b5628746d255e8fdbf791b2b5 authored about 9 years ago
Updates to config for different environments

f55fcded3704a5deb11d67ee93b99f4e243e904d authored about 9 years ago
Implemented FTPConnection

- Recursive downloading for FTP connections
- Start of better environment config

0e3fdfedf0837585639e1bfadbcc3428be85efc6 authored about 9 years ago
Updated UI to be more mobile friendly

fccef4298e5ec271ce0be129fdb430f6b8909770 authored over 9 years ago
Re-added versioning

920b9b5a8195b130eb9a646fc7d157f282bfdf6a authored over 9 years ago
Fix to lastRun

74c31033abf8fc40b470240826954d5a25c9307f authored over 9 years ago
Added automatic versioning via gradle task

63f9172dc4420a9852ca0117fb86bf9a42cba21f authored over 9 years ago
Ensured that lastRun is NEVER null

3ca80ea681a04d75d7f6709d33ec6a6f35e65c19 authored over 9 years ago
Fixed issue with updating schedule zeroing lastRun

92394302a20fbdcc2905c9c3b40489485f9fa2fc authored over 9 years ago
Added more logging to download actions

c547476a49e6d9441c37a3937d7ea14d38f05e95 authored over 9 years ago
Changed config back to UNIX paths

0db5a3e99b6d331ed41a1bc6f9066040a342dad3 authored over 9 years ago
Fixed filtering bug

- Bug caused file to be downloaded n-times, where n is the number of
duplicated filters. Thi...

7ae33f8dd94000e2db02ee407a6082327c3a3173 authored over 9 years ago
Fixed failing test

26d984f71c8fc5943ebe016dfc7cafcf1a4c39c2 authored over 9 years ago
Bug fixes and additions to schedule page. Ready for alpha

7bc79ff18183f915c01720d6709d2fcd3c7c4fac authored over 9 years ago
Added new generic API action

7636800e4f63dd28e2d14270e153a1ce55ff51fa authored over 9 years ago
Merge branch 'master' of github.com:linuxserver/davos

9cda33806e4d46a254f71609a57ee113baed3fd5 authored over 9 years ago
Implemented UI into API. Can now create/update schedules

e7eba69e96db9ecc7efd6f6bdbc7d97ecffba577 authored over 9 years ago
Update README.md

7b1e7f9ce0360e863f09ab6d897a930dab450ad9 authored over 9 years ago
Start on getting config model onto page

c15d8fca38a557c23c5c1abbb845a588a8b0a931 authored over 9 years ago
Updated API

- Changed API to be a bit more uniform
- Added Model->DTO conversion to stop leakage of model ...

db60c81b4a63fe6b1298bd3b3d4f08f43d1221fb authored over 9 years ago
Small refactor of log text in DownloadFilesWorkflowStep

9aa4c3b0d15d6a5b60135049f1b4e572c95fe916 authored over 9 years ago
Implemented full recursion in SFTP downloads

- If given item to download is a folder, davos will now check all
contents and download. If ...

21f78c6bea88df2fc049fc4981c4731b4abbf0ca authored over 9 years ago
Removed file-base db in config

e332d356a7b9815272a4f6fd62f203677126134f authored over 9 years ago
Implemented SFTP download and listing.

- SFTP download supports 1-level directory searching and will create
local directory to down...

4895e044e4b0cb6e6ef6bfff440342ff054135e5 authored over 9 years ago
Implemented initial ScheduleExecutor

034847b2d3dfb2652294358df5de02290cab6f7f authored over 9 years ago
Added updating of lastRun into config

- First cut at this action. Not completely happy with it but it should
work

37b84758cee70f0ef20c8739656c45f11051df68 authored over 9 years ago
Implemented TransferStrategies

bfbc29ddc69185397d33b3d12d4d6fd5e2044152 authored over 9 years ago
Added concept of 'Backout' in workflow steps

- A workflow step can define a 'backout'; i.e. a step to call if
something goes wrong. This ...

38b6ef1353e1f19862995fa668d084e35a3ebdc1 authored over 9 years ago
Implemented DownloadWorkflowStep

- DownloadWorkflowStep still calls next step as connection needs to be
closed
- Added more ...

5debe9aebdb742bdc722501dcb263dd3f8a3c8ef authored over 9 years ago
Changed method signature of TransferStrategy

455b074bd4a4e577efa07d8ae07fa4a046b06bee authored over 9 years ago
Implemented FilterWorkflowStep

b997da42dbc474f4bee22e528b08e0ca0bf31ff3 authored over 9 years ago
Added INFO logging to ConnectWorkflowStep

406da6933001d001cf253eaa85bc7657da8965f8 authored over 9 years ago
Implemented first schedule step / Added FTPCLient

- ConnectStep implemented and tested
- Ported FTPClient over from old JFTP libs
- Added some ...

4cc4b6124ca5d6f95c6d99f295182a0d34ff6958 authored over 9 years ago
Added patterns for schedule steps and actions

- Defined pattern for schedule workflow and steps
- Implemented first 2 post-download actions ...

28bc100670d96a8aedb4c6f0146fcdafa9336d6d authored over 9 years ago
Update application.properties

5176a128276fc3b52efc43436cd40602da91849e authored over 9 years ago
Start on initial structure of Java classes

ba933854dcf53d3b751c435eaaf79e3aca6ee743 authored over 9 years ago
Ensured gradle-wrapper.jar is included in git

f64a359e751844a7161418766970a44e0acb00f6 authored over 9 years ago
Added log configuration

19885873fc3a13b92f4f687187d2c2b19551c949 authored over 9 years ago
Merge branch 'master' of github.com:linuxserver/davos

acf672a8abf8d14d1c9654a8daf5cc406a2c7473 authored over 9 years ago
Created initial Spring Boot application setup. Moved resources to new location

e43b56f49f0a99ae77554f8a7338ae5b6a1d585b authored over 9 years ago
Update README.md

245d1c5dbb77d309c4bee6d244f2bcba851d5091 authored over 9 years ago
Further additions to fields on Schedule edit page design

77b9bb042b2d29ce01bd8b7674ee6b52b9aba6a3 authored over 9 years ago
Initial commit of first rough designs

- Designs for overal theme and schedule pages.

a96cb6d9e2863529dff99ff7e7af502cdaa8c6c2 authored over 9 years ago
Update README.md

800e08d4a15a349b86d3d2ba7b0114a2461ee48f authored over 9 years ago
Initial commit

f69abb67ba823c4d46e6893d1f961e4199e60f4c authored over 9 years ago