1963 Commits

Author SHA1 Message Date
Robin Shen
57a16ce6d2 fix issue #23: Able to specify multiple builds for custom issue type of
"Build"
2020-01-31 22:40:42 +08:00
Robin Shen
53f6418260 Do not show undefined fields in issue list 2020-01-31 15:59:04 +08:00
Robin Shen
9afc3d46f6 fix issue #22: Unable to download private artifacts with wget/curl even
if user name and password is provided
2020-01-31 15:44:05 +08:00
Robin Shen
92ccce8b24 Able to return builds without params when query for "param is empty" 2020-01-31 10:11:31 +08:00
Andrea Del Bene
55db3a31e5 Added logic for public key parsing 2020-01-30 22:54:25 +01:00
Robin Shen
c699279df6 fix issue #20: Support multiple users for custom field of user type 2020-01-31 00:05:31 +08:00
Robin Shen
3803cda4fd fix issue #19: Participated users should be come at top of the mention
list
2020-01-30 19:58:15 +08:00
Robin Shen
820f9b2af8 fix issue #18: Wield behavior when edit readme.md from root directory 2020-01-30 15:10:18 +08:00
Robin Shen
07f7aba552 fix issue #17: Revision compare page performance is not good 2020-01-29 18:39:45 +08:00
Robin Shen
e246da5ee6 fix issue #16: Comment preview is not cleared 2020-01-29 17:01:45 +08:00
Robin Shen
757926f890 Remove websocket client error notification
Safari on mobile devices often drops websocket connection to save
battery
2020-01-29 15:35:11 +08:00
Robin Shen
2def0fc9e8 Improve mobile support 2020-01-29 14:57:33 +08:00
Robin Shen
0cb8c3bde3 fix issue #15: Side info panel of issue won't close on IOS upon pressing
close button
2020-01-29 12:29:37 +08:00
robin shen
730cfc9b7e fix issue #8: A few UI nits and better support for mobile devices 2020-01-29 11:57:48 +08:00
Andrea Del Bene
b9dd525057 Added keyutils from Mina project 2020-01-28 18:23:13 +01:00
Andrea Del Bene
4c075a5740 Fix ssh deletion 2020-01-28 15:23:26 +01:00
Andrea Del Bene
9a6c6834ae using search criteria 2020-01-28 14:04:27 +01:00
Andrea Del Bene
b1bbd396cc Added ui components for keys 2020-01-27 21:58:44 +01:00
Andrea Del Bene
85573c122a Migration to Wicket Url object 2020-01-27 18:46:09 +01:00
Andrea Del Bene
238a52716d Integrated git server 2020-01-27 17:03:19 +01:00
robin shen
5f1836a2a2 Server log page improvement 2020-01-27 18:11:40 +08:00
robin shen
129a6f00ee Ignore resource accessing warnings 2020-01-27 14:02:58 +08:00
robin shen
70052bc21c Suppress error message of response committed 2020-01-27 11:47:59 +08:00
robin shen
91bee361c5 Add more servlet error diagnostic code 2020-01-27 09:54:30 +08:00
Andrea Del Bene
c37aa49e15 SshKey content set to 5000 2020-01-26 22:35:34 +01:00
Andrea Del Bene
314a3761ef key persistance tested 2020-01-26 22:27:30 +01:00
Andrea Del Bene
e1b9d9fc13 Added key persistance 2020-01-26 21:37:16 +01:00
Andrea Del Bene
8b6efd9f1a Implemented a working modal for ssh keys 2020-01-26 16:52:17 +01:00
robin shen
94ba6d8a4d Exclude websocket response from response commit diagnostics logic 2020-01-26 16:53:47 +08:00
robin shen
0693dcd5c0 Add debug information to analyze the "Response is committed" issue 2020-01-26 16:25:19 +08:00
robin shen
740f4ba5be Do not store touched page if response is committed and session is not
created yet
2020-01-26 12:08:52 +08:00
Andrea Del Bene
fe784feade Added a stub for mysshkeys page 2020-01-25 15:35:56 +01:00
robin shen
d642b2383f Avoid using mixed case resource url as some agents will convert url to
lower case
2020-01-25 21:37:44 +08:00
Andrea Del Bene
1175f05bd2 Added SshKey 2020-01-24 12:33:22 +01:00
Robin Shen
3e482347dc fix issue #14: Unable to open administration menu if input a malformed
query
2020-01-24 10:46:21 +08:00
Robin Shen
abf32369ae Code cleanup of various query error reporting 2020-01-23 21:27:45 +08:00
Robin Shen
f441081e40 fix issue #13: NullPointerException in system log when shutdown server 2020-01-23 20:31:46 +08:00
Robin Shen
f2d3696f93 fix issue #12: Build cancellation sometimes results in an exception 2020-01-23 16:44:18 +08:00
Robin Shen
d6e1cecaaf fix issue #9: Support for aarch64/arm64 2020-01-23 00:14:54 +08:00
Robin Shen
aa23563665 Fix the issue that retry delay is not being used 2020-01-16 23:00:14 +08:00
Robin Shen
e89fc8f6e9 Fix the issue that script identity is not set when running a job 2020-01-16 15:37:39 +08:00
Robin Shen
0c9d581499 Set input placeholder to make setting page more friendly 2020-01-16 14:27:27 +08:00
Robin Shen
8eb0889369 Do not show input assist automatically for non-required fields 2020-01-16 11:52:26 +08:00
Robin Shen
ac244fee03 Update build status in commit status dropdown 2020-01-16 10:58:17 +08:00
Robin Shen
8e18fbb581 Fix the issue that newly created branch/tag does not reflect commit
status
2020-01-16 10:27:53 +08:00
Robin Shen
d9f1fdc1b1 Fix variable interpolating interceptor bug 2020-01-14 23:23:02 +08:00
Robin Shen
030e71800d Better handles build error message to find out root of cause 2020-01-14 10:18:53 +08:00
Robin Shen
6905151fe0 Able to return singular value in param supply 2020-01-13 22:56:13 +08:00
Robin Shen
312ca0af3c Install intepolator interceptor to job to evaluate variables at the time
using them
2020-01-13 16:08:28 +08:00
Robin Shen
c069b8e054 Add tag creation as a post-build action 2020-01-12 23:01:33 +08:00