If possible treat these ticket's children with highest priority and when implementing further RS functionality also make sure it ends up in the merge branch.
The completeness of the merge branch regarding RS needs to checked.
Re-assigning this to metrics-team now.
Trac: Owner: iwakeh to metrics-team Status: accepted to assigned
This ticket's description doesn't reflect the decision to finally merge RS into metrics-web, it rather describes the adaption of RS as separate sub-module. The above steps are not necessary for the tight integration, they only make sense, if RS stays separate.
commit 714ae2df3d54608eadab5420035c3210e685c2f0Integrate RelaySearch (Fixes: #25392)This is using commit b6e6c3235806c9d1521dbc2c08cecee626466928 of atlas.git. * Removes submodule for RS. * Move two license files to basedirectory; these should be merged. * Move atlas.css into css folder * Fonts in both were identical * Changes all findable paths to the new setting * js libs were simply copied; these should be sorted out more * Merged rs/img and rs/images folder into imagesThanks to iwakeh for the bulk of the work in this commit.
Okay, this went faster than it looked on first sight. I found two minor things:
Those .class files in bin/ should probably not be in the repository. Can you remove them in a fixup commit that I can squash into 714ae2d?
There are now unused files in src/main/resources/web/images/, like atlas.png and atlas.xcf. Would you want to look out for other unused images and remove those, too, possibly in a separate (non-fixup) commit?
Okay, this went faster than it looked on first sight. I found two minor things:
Those .class files in bin/ should probably not be in the repository. Can you remove them in a fixup commit that I can squash into 714ae2d?
Looks like these were added by Eclipse while I wasn't looking. Fixed.
There are now unused files in src/main/resources/web/images/, like atlas.png and atlas.xcf. Would you want to look out for other unused images and remove those, too, possibly in a separate (non-fixup) commit?
Fixed this too. There are probably other things to tidy up, but would be smaller patches. Once this is merged, it would be easier to make more localised patches to address individual things and queue those up.