Commit Graph

35 Commits

Author SHA1 Message Date
Martin Slot f792765de3 Removed unused TODO
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-12-12 21:22:00 +01:00
Martin Slot 793fe26a1d Added test console
ci/woodpecker/push/woodpecker Pipeline was successful Details
Added MVP code to send an empty email
Drinking some champagne to celebrate
2022-12-12 21:20:29 +01:00
Martin Slot 48e78cebff Added test for email settings
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-12-10 10:22:17 +01:00
Martin Slot e8207665c3 Added support for github versions with v as first char
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-12-08 21:08:51 +01:00
Martin Slot fbdc947707 Added notification send and test. It now works without v in the tag, from github
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-12-08 20:44:26 +01:00
Martin Slot d6324dfd4d Fixed small errors to functional test. I now have a minimal MVP, that works (at least according to the test ;))
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-12-08 17:44:20 +01:00
Martin Slot c4b9a9470f Added contact to test
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-12-07 17:08:44 +01:00
Martin Slot 4e16983f3b Added initial email notification
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-12-06 18:12:31 +01:00
Martin Slot 86582576a4 Fixed mockserver test ... I actually can test intgration to providers now! I wished i had a community to celebrate this with!!!
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-11-14 16:36:17 +01:00
Martin Slot cdd0070d94 Added initial mockserver that doesnt work
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-11-14 16:18:24 +01:00
Martin Slot ed65e9a392 Redone registration:
ci/woodpecker/push/woodpecker Pipeline was successful Details
1. removed url
2. added owner_name, repo_name
2022-11-03 21:51:04 +01:00
Martin Slot 0348df3c60 Added some tests related to request
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-10-20 09:21:15 +02:00
Martin Slot 3a76059722 Fixed compile time error on some tests
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-10-10 19:39:09 +02:00
Martin Slot ea7716b939 Added a proper test for the overview
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-10-10 19:34:49 +02:00
Martin Slot e9c4201551 Added a simple test to see if output is printed to the console
ci/woodpecker/push/woodpecker Pipeline was successful Details
I am not doing any assertions, but i am going to think of a way of doing it in the future. Right now it helps me develop the feature.
2022-10-08 17:19:58 +02:00
Martin Slot 3c753a77dc Added a simple test to see if output is printed to the console
ci/woodpecker/push/woodpecker Pipeline was successful Details
I am not doing any assertions, but i am going to think of a way of doing it in the future. Right now it helps me develop the feature.
2022-10-08 17:19:06 +02:00
Martin Slot aea743a119 Added a stable version of the current subcommand
ci/woodpecker/push/woodpecker Pipeline was successful Details
* added subcommand route
* added foreign key constraint from Currents ot Origins table
* added some functional tests that covers the insertion of these
2022-10-06 15:19:03 +02:00
Martin Slot 43fdda2cb8 Added current to the stack. Not yet tested enough so it is not stable 2022-10-06 14:19:03 +02:00
Martin Slot 6b76c28491 Added a serial wrapper around tests instead
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-10-05 09:38:36 +02:00
Martin Slot 65151ffac0 Added first upsert test for origin
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-10-05 09:05:00 +02:00
Martin Slot 367b845682 Added test_context, so i can remove database after each data
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-10-03 22:30:07 +02:00
Martin Slot 6ed1f6843a Added a simple test util that can count the rows of Origins table 2022-10-03 20:01:59 +02:00
Martin Slot 8235be9d63 Added test utilities
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-10-03 12:34:50 +02:00
Martin Slot b22d2adfae Removed debug assert
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-10-02 21:36:04 +02:00
Martin Slot 2f9dac4669 Added basic first origin test with db
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-10-02 21:29:15 +02:00
Martin Slot 6ce275c13a Added a small test that initiates the routing and argument parsing 2022-10-02 13:26:22 +02:00
Martin Slot 663e7fa1f8 Added a test for origin routing
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-10-02 10:57:30 +02:00
Martin Slot da52a480d9 Added routing and console argument parsing 2022-09-18 15:50:50 +02:00
Martin Slot 9d41845f0c Added clap and experimenting with that framework
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-09-17 09:24:30 +02:00
Martin Slot af95f5d1f1 Added some basic tests for database settings
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-09-11 21:26:45 +02:00
Martin Slot 0d48988053 Added a test settings toml file
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-09-11 21:18:51 +02:00
Martin Slot 71c88d502c Deleted default test
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-09-11 21:17:32 +02:00
Martin Slot ab6ff7cef1 Added settings
ci/woodpecker/push/woodpecker Pipeline failed Details
* added functional test for settings
* added settings (toml ftw)

I have also moved most logic to the application crate because rust
demands this when doing functional test. I actually have a bad feeling
when it comes to naming: rust names them integration test, and it is
more on the line of functional testing ... It is just wording, i know,
but wording matters :)
2022-09-11 21:14:36 +02:00
Martin Slot 806aec664a added first default test 2022-09-11 10:16:13 +02:00
Martin Slot 68c1af9519 init 2022-09-10 23:34:15 +02:00