xuwei-k
|
83f1f16de7
|
remove == true
|
2021-08-09 16:56:55 +09:00 |
|
xuwei-k
|
0fa2ccf107
|
use keys
|
2021-08-09 16:48:03 +09:00 |
|
xuwei-k
|
18e3dd431b
|
use until instead of to
|
2021-08-09 16:48:03 +09:00 |
|
xuwei-k
|
f25dee2249
|
.getOrElse(None) => .flatten
|
2021-08-09 16:48:03 +09:00 |
|
kenji yoshida
|
575ffa9580
|
avoid Array.toString
|
2021-08-09 16:43:09 +09:00 |
|
xuwei-k
|
f17af5aeb0
|
use forall or exists instead of map(f).getOrElse
|
2021-08-09 16:40:37 +09:00 |
|
xuwei-k
|
639f153589
|
use sizeIs
|
2021-08-09 16:38:16 +09:00 |
|
xuwei-k
|
fb07098c13
|
map(f).flatten => flatMap
|
2021-08-09 16:30:40 +09:00 |
|
xuwei-k
|
74fc08b039
|
use foreach instead of map
|
2021-08-09 16:28:15 +09:00 |
|
xuwei-k
|
2776e00004
|
fix typo
|
2021-08-09 16:25:55 +09:00 |
|
xuwei-k
|
5932fce303
|
remove semicolons
|
2021-08-09 16:12:41 +09:00 |
|
xuwei-k
|
39c9fc4261
|
remove redundant toString
|
2021-08-09 16:10:23 +09:00 |
|
kenji yoshida
|
89ea4509a3
|
use SAM conversion
|
2021-08-09 16:08:07 +09:00 |
|
kenji yoshida
|
d19d838ead
|
getOrElse(null) => orNull
|
2021-08-09 16:05:22 +09:00 |
|
kenji yoshida
|
633a2699a8
|
find(f).isDefined => exists(f)
|
2021-08-09 16:03:22 +09:00 |
|
kenji yoshida
|
e79bca4a3c
|
remove unnecessary local variable initial values
|
2021-08-09 16:01:02 +09:00 |
|
kenji yoshida
|
f8ab480d20
|
remove unused import
|
2021-08-09 15:55:52 +09:00 |
|
kenji yoshida
|
a14129e340
|
use diamond operator
|
2021-08-09 15:55:03 +09:00 |
|
kenji yoshida
|
1b660272a1
|
prepare Scala 3
|
2021-07-27 07:23:01 +09:00 |
|
Naoki Takezoe
|
4f82a469d9
|
Release GitBucket 4.36.1
|
2021-07-22 14:30:44 +09:00 |
|
Naoki Takezoe
|
0f6ae8559b
|
Bump gist-plugin to 4.21.0 (#2832)
|
2021-07-22 14:27:34 +09:00 |
|
Lilian BENOIT
|
067669a18c
|
unprotect plugin-assets (#2825)
|
2021-07-18 18:31:00 +09:00 |
|
Naoki Takezoe
|
6a1da37e9a
|
Ignore submodules in repository archive downloading (#2817)
|
2021-07-11 16:55:44 +09:00 |
|
Naoki Takezoe
|
897cc5eea4
|
Support tags in the branch selector (#2811)
|
2021-07-11 16:05:41 +09:00 |
|
Naoki Takezoe
|
5cbea281af
|
Add new option to disable XSS protection in image rendering (#2806)
|
2021-07-10 12:51:25 +09:00 |
|
Naoki Takezoe
|
dfd3e22986
|
Handle slash contained tag name correctly in releases (#2805)
|
2021-06-27 03:32:18 +09:00 |
|
Naoki Takezoe
|
48d7a20fb7
|
Keep default merge strategy selection (#2804)
|
2021-06-27 02:40:17 +09:00 |
|
Naoki Takezoe
|
e0bab59846
|
Fix Repository Contents API issues (#2802)
|
2021-06-21 00:55:03 +09:00 |
|
Naoki Takezoe
|
1004c83bc4
|
Drop the use of SyntaxSugars.defining from codebase (#2800)
|
2021-06-20 09:48:50 +09:00 |
|
xuwei-k
|
6b5b0db20a
|
avoid enum
prepare Scala 3
|
2021-06-07 20:19:57 +09:00 |
|
xuwei-k
|
5973c8cb85
|
prepare Scala 3
|
2021-06-07 20:16:18 +09:00 |
|
Naoki Takezoe
|
781b1169a2
|
Use account name as pusher for commits by WebUI (#2745)
|
2021-04-17 13:08:42 +09:00 |
|
Naoki Takezoe
|
1ceac4ef9f
|
Minor fix for WebHook testing UI (#2744)
|
2021-04-17 12:40:14 +09:00 |
|
Jesse Gorzinski
|
b7aa3e69f4
|
(bugfix) password msg when editing an LDAP profile (#2732)
|
2021-04-15 16:55:46 +09:00 |
|
Naoki Takezoe
|
c8e3af6072
|
Abolish the pull request title length limitation (#2731)
|
2021-04-07 12:49:58 +09:00 |
|
Naoki Takezoe
|
9f7048a19c
|
Eliminate context.loginAccount.get() by adding context.withLoginAccount() (#2729)
|
2021-04-07 12:19:47 +09:00 |
|
Naoki Takezoe
|
444facc95b
|
Drop unused syntax sugars (#2728)
|
2021-04-05 09:54:56 +09:00 |
|
Naoki Takezoe
|
ed40ddaa45
|
Remove unused import statements (#2726)
|
2021-04-04 23:35:22 +09:00 |
|
Naoki Takezoe
|
43c629b3e5
|
Fix repository creation permission check (#2725)
|
2021-04-04 10:22:34 +09:00 |
|
onukura
|
0d2c156579
|
Add function to refer issue/PR of other repositories within issue/PR conversations (#2608)
|
2021-04-03 11:14:36 +09:00 |
|
kaz-on
|
7f226a6ab1
|
Fixed file names passed to syntax highlighter in diff view (#2716)
|
2021-03-25 07:45:35 +09:00 |
|
Shreejan Shrestha
|
f538950d64
|
Solve repository deletion error on Windows (#2711)
- Added function to delete given folder recursively.
- Used the function for deleting the folder, while deleting repository.
fixes #2628
|
2021-03-23 09:06:38 +09:00 |
|
xuwei-k
|
3ea7de974b
|
add explicit types for implicit val
prepare Scala 3
|
2021-03-14 10:53:50 +09:00 |
|
xuwei-k
|
8586e141fc
|
avoid do-while
prepare Scala 3
https://dotty.epfl.ch/docs/reference/dropped-features/do-while.html
|
2021-03-10 12:10:30 +09:00 |
|
onukura
|
e94d972741
|
Add create and push webhooks call for branch creation via GUI. (#2624)
|
2021-02-22 03:38:43 +09:00 |
|
Naoki Takezoe
|
c58a9aca6a
|
Links to files and lines in the diff view (#2685)
|
2021-02-21 23:33:53 +09:00 |
|
solsticesurfer
|
a6612e8522
|
Prevent execution of empty SQL strings during database import (#2664)
Co-authored-by: Naoki Takezoe <takezoe@gmail.com>
|
2021-02-21 17:10:06 +09:00 |
|
Naoki Takezoe
|
122853f1f6
|
Fix issue / pull request view templates (#2684)
|
2021-02-21 08:06:11 +09:00 |
|
Naoki Takezoe
|
debbc21bf3
|
Upgrade java-diff-utils (#2678)
|
2021-02-20 18:27:15 +09:00 |
|
Jason Southwell
|
447ed6ce88
|
As is, the unsuspend API cannot unsuspend since it's not searching suspended accounts. This should allow the api to function without getting a 404. (#2660)
Co-authored-by: Jason Southwell <jsouthwell@sivv.com>
|
2021-02-07 22:55:00 +09:00 |
|