boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Files with duplicate names aren't handled properly #41

Closed boakley closed 9 years ago

boakley commented 9 years ago

If you have two keyword files with the same filename (eg: feature1/keywords.robot, feature2/keywords.robot), rfhub only shows the keywords for one of the files.

There are two problems here:

  1. we were doing an "insert or replace" when adding resource files, when we should be doing "insert"
  2. the UI isn't designed to handle duplicate resource or library names.

item 1 is easy to fix; item 2 is a bit more gnarly.