Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code snippet #38

Merged
merged 23 commits into from
Sep 22, 2023
Merged

Code snippet #38

merged 23 commits into from
Sep 22, 2023

Commits on Aug 3, 2023

  1. Initial work on code snippet

    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f9be12e View commit details
    Browse the repository at this point in the history
  2. Link tabs to queries, get searchSettings bound

    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    885b6bf View commit details
    Browse the repository at this point in the history
  3. Get R and python formatting for codesnippet

    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4f5ea12 View commit details
    Browse the repository at this point in the history
  4. Change some formatting, copy icon only if there is a data selection, …

    …limit window size, add initial curl snippet formatting
    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    740629f View commit details
    Browse the repository at this point in the history
  5. Cosmetic changes to the menu and copy button, get the curl download c…

    …ode to work correctly.
    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ff0b5fa View commit details
    Browse the repository at this point in the history
  6. snippet [wip]

    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    71e32e3 View commit details
    Browse the repository at this point in the history
  7. snippet highlightjs formatting

    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c6c3f98 View commit details
    Browse the repository at this point in the history
  8. snippet menu window repositioning added, title and instructions subti…

    …tle added to snippet v-card
    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dca3f48 View commit details
    Browse the repository at this point in the history
  9. Add missing highlight.js

    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    002781f View commit details
    Browse the repository at this point in the history
  10. Move generateSnippetTabs method to computed property snippetTabs inli…

    …ne. Remove location from browser v-menu template, v-bind menu attributes
    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a1ad722 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e5c098 View commit details
    Browse the repository at this point in the history
  12. Use the compressed filter for the cURL and HTTP snippets

    arteymix authored and Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    034a0ff View commit details
    Browse the repository at this point in the history
  13. Hide menu if there is no selection, use totalNumberOfSelectedElements…

    … in gemmapy loop, remove titles, remove sort by -lastUpdated, use URLSearchParams instead of encoding, used compressed filter in curl and http queries
    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c8be664 View commit details
    Browse the repository at this point in the history
  14. Integrate codeSnippet component with new filter array, lower case the…

    … menu button
    Libby Natola committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8fca824 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    cccba3b View commit details
    Browse the repository at this point in the history
  2. Fix problem with python backslash

    Libby Natola committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5ddb682 View commit details
    Browse the repository at this point in the history
  3. Simplify RegEx

    Libby Natola committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ac7d851 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge codeSnippet branch to master, handle conflicts, update code sni…

    …ppet text, update documentation window text
    Libby Natola committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6fb3b2f View commit details
    Browse the repository at this point in the history
  2. Use new gemma.R endbpoint

    Libby Natola committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c58eda0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Few improvements for the codesnippet

    Relocate the delay for emitting repositioning the menu inside the
    CodeSnippet and use debounce instead of setTimeout.
    
    Increase the delay to 150ms as some of the longer animation exceeds
    100ms.
    
    Use Markdown formatter for the instructions and add some links to the
    relevant packages.
    arteymix committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ba4c533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c513f73 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'codeSnippet' of github.com:PavlidisLab/GemBrow into cod…

    …eSnippet
    Libby Natola committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1e0afac View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. More improvements

    Add post-instructions after the code snippet to explain how to increment
    the offset parameter for curl and HTTP/1.1 examples.
    
    Avoid replacing ', )' by avoiding those cases in the append logic.
    
    Display a warning if the compressed URL exceeds 2000 characters.
    
    Fix escaping of '\' in R, Python and shell strings.
    arteymix committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ebf295d View commit details
    Browse the repository at this point in the history