[CLOSED] Examples explorer shows SVN commits for other versions - is it possible to filter or just show relevant commits only?

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] Examples explorer shows SVN commits for other versions - is it possible to filter or just show relevant commits only?

    The Examples explorer for v 1 has a useful table showing history of SVN commits.

    Two requests:
    1) Is it possible to limit it to commits only for the 1.x changes and not include the 2.x changes?

    2) Is it possible to show a similar table in the version 2 Examples explorer for 2.x commits only? (You have a nicer home tab, so maybe this could be another item in the Getting Started --> Introduction section?)

    Thanks!
    Anup
    Last edited by Daniil; Jun 13, 2012 at 5:46 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by anup View Post
    1) Is it possible to limit it to commits only for the 1.x changes and not include the 2.x changes?
    Thanks for the report. We will look into this. Agree, it should be separated.

    Quote Originally Posted by anup View Post
    2) Is it possible to show a similar table in the version 2 Examples explorer for 2.x commits only? (You have a nicer home tab, so maybe this could be another item in the Getting Started --> Introduction section?)
    We will add. Thanks for the request!
  3. #3
    Hi Anup,

    The SVN Log viewer has been updated to include the "Version" number and some basic client-side filtering.

    https://examples2.ext.net/#/Getting_...uments/SVN_Log

    Hope this helps.

    NOTE: The sample may not show up in the main Tree navigation, but once the cache clears it should be in the menu options.
    Geoffrey McGill
    Founder
  4. #4
    I'll look into filtering the json data to include only v1.x or v2.x results, so they're not mixed.
    Geoffrey McGill
    Founder
  5. #5
    ok, I updated SVN log viewer API to filter results by major version type.

    The SVN log data is returned from the location:

    http://api.ext.net/log/get/

    The SVN Log data is publicly available, and calls can be made using the following API parameters:

    start=[int] 
        default is 0
    
    count=[int]
        default is 100
    
    version=[string]
        default is ''
    
    sort=[asc|desc]
        default is desc 
    
    sortProperty=[string]
        default is Revision
    The API call to return the top 25 items of version '2.0' releases, sorted by SVN Revision number ASC, would look like:

    http://api.ext.net/log/get/?count=25...n=2.0&sort=asc
    Geoffrey McGill
    Founder
  6. #6
    Quote Originally Posted by geoffrey.mcgill View Post
    The SVN Log viewer has been updated
    Minor issue Gridpanel is not "wall to wall" and when browser is resized the blank space to the right is persistent making grid very narrow

    Thanks /Peter
  7. #7
    Hi Peter,

    Thanks for the report. I agree, it would be best to stretch the grid on the whole space.
  8. #8
    Geoff and Daniil. Thanks for doing this so quickly. Looking great and once Peter's suggestion is in to fit the grid in the available space, will look even better!

    I also like the fact that as it is another item in your tree, for v2 examples, you automatically get the Source Code button!
  9. #9
    Hi Anup,

    Quote Originally Posted by anup View Post
    I also like the fact that as it is another item in your tree, for v2 examples, you automatically get the Source Code button!
    Do you mean that there is no "Source" button for the SVN log on the Home page in v1 Examples Explorer?
  10. #10
    Quote Originally Posted by plykkegaard View Post
    Minor issue Gridpanel is not "wall to wall" and when browser is resized the blank space to the right is persistent making grid very narrow

    Thanks /Peter
    The .Layout was changed to "FitLayout", so the GridPanel now stretches full width+height.

    https://examples2.ext.net/#/Getting_...ments/SVN_Log/

    We also added the same sample to the v1.x Examples Explorer, see

    https://examples1.ext.net/#/Getting_...ments/SVN_Log/

    Thanks for the suggestion!
    Geoffrey McGill
    Founder
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] TabBar Config examples in Examples Explorer not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2012, 9:32 AM
  2. Replies: 7
    Last Post: Mar 22, 2012, 1:00 PM
  3. [CLOSED] Examples Explorer Commits vs actual SVN commit log
    By r_honey in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 29, 2011, 11:54 AM
  4. 1.0 Examples Explorer
    By preussmd in forum 1.x Help
    Replies: 1
    Last Post: Nov 07, 2010, 7:47 PM
  5. Examples Explorer 0.8.2
    By walle in forum 1.x Help
    Replies: 2
    Last Post: Oct 26, 2010, 1:13 PM

Posting Permissions