Axel Uhl
26736d9111
bug5826: check DNS name before trying to create application replica set
2023-03-27 17:41:47 +02:00
Axel Uhl
638f657092
bug5775: fixed icon transparency; fixed memory env variable reading
2023-03-08 00:56:56 +01:00
Axel Uhl
b92f41243f
bug5775: implemented UI and REST API; first test against eu-west-2 looking good
2023-03-07 17:20:14 +01:00
service.tip.git
183a9337a7
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: I5333d2bc9d68375ec6e4f3e96b38f89c437d65f4
2023-02-23 17:26:11 +00:00
Axel Uhl
e791ccb624
bug5822: added equals/hashCode for the various ...WithContext data mining types
2023-02-21 11:28:55 +01:00
Axel Uhl
2a029a7fa4
bug5819: don't remove a report's queries when showing results of a report just loaded
2023-02-17 17:13:14 +01:00
Axel Uhl
2d07643422
bug5809 / bug5815: fixed determining parameter usages for query
2023-02-15 14:21:30 +01:00
Axel Uhl
0fa363b918
Merge branch 'master' into bug5809
2023-02-14 23:42:52 +01:00
Axel Uhl
4edb8ce912
bug4789: still massively broken; working towards new parameter model
2023-02-09 18:46:17 +01:00
Udo Wessels
77de923423
bug5127: correct not wanted commit
2023-02-03 19:33:36 +01:00
Udo Wessels
a11f20595d
bug5127: First charge of Selenium test fragments. Not working.
2023-02-03 19:30:28 +01:00
Udo Wessels
3f36adb950
Merge branch 'bug5127'
2023-02-03 15:12:40 +01:00
Udo Wessels
d06fb40f11
bug5127: fixed not visible mov file on home media tab (if mime type is mov). Added mov to supported video types in MediaTagConstants.
...
- made changes to MimeType qt so that it is not using quicktime media sub type any more, because it is practically used as mp4 sub type by any video component later.
2023-02-03 10:39:52 +01:00
Axel Uhl
7ad5528bac
Merge branch 'master' into datamining-reports
2023-02-02 12:12:36 +01:00
Axel Uhl
714e3b43a8
upgrade install p2f file to use 2023 version of GWT plugin
2023-01-31 16:44:16 +01:00
Axel Uhl
b8214ee0c4
Merge branch 'master' into bug5127
2023-01-30 23:35:33 +01:00
Axel Uhl
d964fde87c
bug5127: refactored such that SubmitCompleteEvent is handled by FileUploadUtil;
...
this avoids potential mis-use for scenarios where this wouldn't be required
2023-01-30 18:49:44 +01:00
Axel Uhl
172f0a18db
bug5127: refactored all file upload forms such that they use a common replacer for <pre> wrapping
2023-01-30 18:25:38 +01:00
Axel Uhl
1c7cf143b3
bug5127: turned GWT.log into j.u.l logs on client side
2023-01-30 14:43:18 +01:00
Axel Uhl
6818674ba0
bug5802: removed Qualtrics.gwt.xml
2023-01-23 15:41:35 +01:00
Axel Uhl
3705925668
bug5802: removed Qualtrics feedback form integration and corresponding Feedback links
2023-01-23 15:36:33 +01:00
Udo Wessels
e29af6baf1
Merge branch 'bug5688' into bug5127
...
# Conflicts:
# java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/media/NewMediaDialog.java
# java/com.sap.sse.common/src/com/sap/sse/common/media/MimeType.java
2023-01-13 17:51:27 +01:00
Axel Uhl
7043ea36fa
bug5781: allow time line scrubbing also on touch devices
2023-01-13 10:47:17 +01:00
Axel Uhl
39c0e38068
bug5782: compare ImageDTO by source ref as secondary property;
...
with this, the isOnlyAdding check for images and videos works properly
for updating an event. Added the role name to search strings for user
table.
2023-01-09 14:25:59 +01:00
Axel Uhl
dd7988c738
bug5627: several sharding-related UI fixes
2023-01-03 15:26:16 +01:00
Axel Uhl
bfbff7b024
bug5627: i18n in sharding panel; fixing duplicate addShard popup
2023-01-03 14:14:32 +01:00
Niklas Opiela
746e214b28
shardingIcon
2022-12-22 13:11:52 +01:00
Niklas Opiela
101e159faa
shardmanagement png
2022-12-22 13:11:41 +01:00
Udo Wessels
4ec706dd89
Merge branch 'master' into bug5127
2022-12-16 09:53:48 +01:00
Axel Uhl
4f03ff4ee4
Merge branch 'master' into bug5789
2022-12-15 21:23:49 +01:00
service.tip.git
abdd851acb
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: Ic4d3dc8ced2e5b3b827eadbad0e890813495817c
2022-12-15 16:19:24 +00:00
Axel Uhl
24132454b0
bug5792: adjust to Java-11 deprecations (Number constructors, reflection, Hamcrest, minor AWT changes)
2022-12-12 07:35:58 -08:00
Axel Uhl
a6363406be
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
2022-12-12 06:18:51 -08:00
Udo Wessels
4b1a8d73cc
bug5127: try to remove auto adding of -nosuperDevMode argument in run configuration.
...
- cleaned up not used imports
2022-12-12 09:50:32 +01:00
Udo Wessels
1e8c5a2518
bug5127: rewrite the media dialog from home to use multiple files. Multiply media type, title, subTitle and copyright inputs for each file.
...
- fixed the problem that only images OR videos/audio files can be upload but not both types at once.
- improved the event media manage views on home and admin console a little bit
- extended the output of the error message if lines are separated to show them as a list of messages instead of one concatenated String.
- added some documentation to specific Apple Silicon problem using aws based JDK functions.
2022-12-09 16:26:00 +01:00
Axel Uhl
0cd23bb8f0
bug5077: finish/close writer when writing response from cache; use -Dgwt.rpc.version=9 for tests
2022-10-28 15:50:30 +02:00
Axel Uhl
adf2463c57
bug5077: capture time for processing just after the method invocation;
...
so far, the invokeAndEncodeResponse method was timed in its totality,
but with the changes on this branch the writing of the response actually
starts just after the processing
2022-10-26 17:30:32 +02:00
Axel Uhl
946c1fac7d
bug5077: fixed Javadoc method refs after removing Writer param again
2022-10-25 13:54:24 +02:00
Axel Uhl
890e122723
bug5077: use RpcRequestBuilder.MODULE_BASE_HEADER constant
2022-10-13 18:39:15 +02:00
Axel Uhl
136ecdb3b7
bug5077: GWT RPC with backward-compatible public contracts
2022-10-13 17:13:20 +02:00
Axel Uhl
db1d0b00a8
bug5077: new gwt-2.11.0 candidate with successful streamed serialization
2022-09-22 15:37:44 +02:00
Axel Uhl
3a10ff489d
formatting only
2022-09-22 15:37:26 +02:00
Axel Uhl
ddb4c96e47
bug5077: using a gwt-2.11.0 dev version with first streamin approach for RPC response;
...
completely untested first approach
2022-09-21 18:26:48 +02:00
Axel Uhl
58b94f27f4
gwt-2.10.0 upgrade; entirely untested so far, only patched target platform, gwt projects and MANIFEST.MF files
2022-08-15 17:49:22 +02:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Udo Wessels
dae08f7fe6
bug5704: fixed different height of premium feature popup buttons and removed an unnecessary dot from the button label. Fixed filter dialog stylings.
2022-06-27 15:06:40 +02:00
Axel Uhl
ae745da528
Merge branch 'master' into bug5704
2022-06-27 10:23:58 +02:00
Axel Uhl
76bcd57c1f
bug5748: create copy of tags list before iterating and removing from it
2022-06-18 11:13:42 +02:00
Udo Wessels
cbd99c791d
bug5704: fixed inconsistency of button styles through whole application
...
- now btn-secondary style was introduced and default button style is therefore now still the old style (grey/orange design). Only if btn-primary or btn-secondary style is added, the new button style will be used.
- found hopefully all places on new - home like - places and added new styles.
- new button style is only set to gwt-DialogBox and therefore not on e.g. raceboard gwt-SplitLayoutPanel
2022-05-30 14:57:40 +02:00
Udo Wessels
8ff1a6239c
bug5704: Dialog styling revised and finished.
2022-05-23 21:41:43 +02:00