Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
b8d2762
move migrating to backend
lunny Feb 27, 2019
b8d9e8c
add loading image when migrating and fix tests
lunny Feb 28, 2019
258afa4
fix format
lunny Feb 28, 2019
58d35b0
fix lint
lunny Feb 28, 2019
7771acb
add redis task queue support and improve docs
lunny Mar 1, 2019
ac357dc
add redis vendor
lunny Mar 1, 2019
dff614f
fix vet
lunny Mar 1, 2019
75f2aa3
add database migrations and fix app.ini sample
lunny Apr 3, 2019
585fa50
add comments for task section on app.ini.sample
lunny Apr 3, 2019
fffcc0e
Update models/migrations/v84.go
lafriks Apr 4, 2019
8a29d8a
Update models/repo.go
lafriks Apr 4, 2019
40a6d64
move migrating to backend
lunny Feb 27, 2019
2bba6a9
add loading image when migrating and fix tests
lunny Feb 28, 2019
2b1626d
fix fmt
lunny Feb 28, 2019
6b6ece7
add redis task queue support and improve docs
lunny Mar 1, 2019
cf24a79
fix fixtures
lunny Apr 7, 2019
2643529
fix fixtures
lunny Apr 12, 2019
e018d40
fix duplicate function on index.js
lunny May 26, 2019
fe4557b
fix tests
lunny May 26, 2019
8187434
rename repository statuses
lunny May 31, 2019
10caeeb
check if repository is being create when SSH request
lunny Jun 1, 2019
8abee04
fix lint
lunny Jun 18, 2019
a1b539c
fix template
lunny Jun 18, 2019
dd0550e
some improvements
lunny Jul 10, 2019
65c3582
fix template
lunny Jul 10, 2019
26d82d3
unified migrate options
lunny Jul 10, 2019
a1b1744
fix lint
lunny Jul 11, 2019
5384a12
fix loading page
lunny Jul 11, 2019
19d10ee
refactor
lunny Jul 11, 2019
38b6726
When gitea restart, don't restart the running tasks because we may ha…
lunny Jul 11, 2019
237c73a
fix js
lunny Jul 28, 2019
4ef33d6
fix tests
lunny Sep 17, 2019
e4adc77
Update models/repo.go
lunny Sep 17, 2019
6c6bde7
Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
lunny Sep 17, 2019
220de6f
rename ErrTaskIsNotExist to ErrTaskDoesNotExist
lunny Sep 21, 2019
a1a1358
delete release after add one on tests to make it run happy
lunny Sep 25, 2019
45ab0cd
fix tests
lunny Oct 4, 2019
5e1888f
fix tests
lunny Oct 5, 2019
fb4e7f3
improve codes
lunny Oct 12, 2019
80c9e8d
fix lint
lunny Oct 12, 2019
8edb889
fix lint
lunny Oct 12, 2019
badbf9e
fix migrations
lunny Oct 13, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
lunny committed Oct 12, 2019
commit fe4557b68043067cfcd39ed34b7089a51a7bfbb4
7 changes: 6 additions & 1 deletion models/fixtures/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
num_forks: 0
num_issues: 0
is_mirror: false
status: 0

-
id: 38
Expand All @@ -501,6 +502,7 @@
num_forks: 0
num_issues: 0
is_mirror: false
status: 0

-
id: 39
Expand All @@ -512,6 +514,7 @@
num_forks: 0
num_issues: 0
is_mirror: false
status: 0

-
id: 40
Expand All @@ -523,6 +526,7 @@
num_forks: 0
num_issues: 0
is_mirror: false
status: 0

-
id: 41
Expand Down Expand Up @@ -555,4 +559,5 @@
num_stars: 0
num_forks: 0
num_issues: 0
is_mirror: false
is_mirror: false
status: 0