1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
qwerty287
6433dfea23
Use package's structs and fix missing clone ()
Closes 

Replaces structs that were added inline in hook structs with structs of
the corresponding SDKs. This makes it more readable and error-proof.
2022-09-07 18:16:40 +01:00
Anbraten
6af94d79e3
Remove unused flags / options ()
Some flags where unused and / or unnecessary as they are covered by alternatives implemented in PRs of milestone 0.15.0 and just complicated the setup.

closes 
2022-01-31 15:38:00 +01:00
6543
071bd7418a
Fix tests and pipeline ()
* fix pipeline

* use EqualStringSlice to compare slices in tests

* full test coverage

* tests: wait for mysql/postgres to sync ...
2022-01-31 14:39:53 +01:00
6543
8489b5bd37
Gitea: push webhook notice changed files of all related commits ()
* getChangedFilesFromPushHook: use all commits

* add test
2022-01-08 22:16:07 +01:00
6543
1588495b1a
Build ref link point to commit not compare if only one commit was pushed ()
close 
2022-01-08 22:06:00 +01:00
6543
2f91bdd4a0
gofumpt -w -l -extra . () 2022-01-05 21:50:23 +01:00
Lukas
25bf91bd37
Add linter whitespace () 2021-11-24 01:31:11 +01:00
6543
51617e7f86
Rename struct field and add new types into server/model's ()
Resolve some todos in server/model:
 * Move persistent queue into its own package
 * Create Types: StatusValue, SCMKind, RepoVisibly
 * Rename struct Repo fields: SCMKind, IsSCMPrivate
2021-11-22 12:55:13 +01:00
6543
aca5fddcf3
Use Goblin Assert as intended ()
this allow for better debugging if an error occur
2021-11-04 14:42:25 +01:00
Anbraten
63a93087a1
Gitea use default branch ()
instead of hard-coded default branch use what gitea tell us
2021-10-27 00:37:01 +02:00
John Olheiser
4276a04f0c
Move entirely to zerolog ()
Completely switch to zerolog

(Remove usage of logrus and std logger)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2021-10-12 09:25:13 +02:00
Anbraten
bb37836600
Replace drone strings with woodpecker ()
Co-authored-by: 6543 <6543@obermui.de>
2021-10-02 10:59:34 +02:00
6543
a94807efeb
Refactor: move model/ to server/model/ () 2021-09-27 19:51:55 +02:00
Jacob Floyd
780c902a6b
Refactor: move remote/ to server/remote/ () 2021-09-23 18:25:51 +02:00