1. 12 May, 2015 1 commit
    • Merge branch 'mapqueue' into 'master' · 22158ece
      Map queue rewrite
      
      Map queue was a global concept. Rewrite and restructure of the code to allow per-map queues. Also changed to use more performant concurrent versions of collections instead of 'synchronized' stuff
      
      See merge request !282
      Juho Salli committed
  2. 08 May, 2015 6 commits
  3. 06 May, 2015 3 commits
  4. 18 Apr, 2015 3 commits
  5. 15 Apr, 2015 7 commits
  6. 14 Apr, 2015 4 commits
  7. 12 Apr, 2015 1 commit
  8. 09 Apr, 2015 4 commits
  9. 08 Apr, 2015 1 commit
  10. 07 Apr, 2015 1 commit
  11. 06 Apr, 2015 5 commits
  12. 05 Apr, 2015 4 commits
    • Merge branch 'uiFix' into 'master' · cfc74206
      Old ticket system bug
      
      When user was not sitting in any place, he did not see any ticket's if feature "Print only own" was enabled.
      
      Now there is "place for yourself" -button on this situation.
      
      See merge request !273
      Tuomas Riihimäki committed
    • Merge branch 'earname' into 'master' · 013a91c1
      java melody to correct place
      
      Java melody has been included in each web projects lib-directory, which is wrong way to monitor application with multiple web-modules.
      The correct way is to include JAR in ear project and add melody as a module to EARs application.xml and then add melody filter to each web-modules web.xml.
      
      Downside in this approach is that because eclipse is stupid and unpacks automatically only projects which are found from the workspace, either melody has to be added to workspace or all modules have to be packed and left for glassfish to unpack. If glassfish unpacks the project eclipse has to deploy the whole application each time any resource is updated instead of updating just changed files.
      
      Property for packed JAR deployment for glassfish can be found from doubleclicking the glassfish instance from 'servers' tab. Under 'Application Server' select 'open server properties page...'. Select 'glassfish' and check 'use jar archives for deployment'
      
      See merge request !272
      Tuukka Kivilahti committed