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

added useAlert hook to display danger and success alerts #180

Closed
wants to merge 55 commits into from
Closed

added useAlert hook to display danger and success alerts #180

wants to merge 55 commits into from

Commits on Mar 21, 2022

  1. fix(vcs): fixed the analysis of scanData

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e8f1ab2 View commit details
    Browse the repository at this point in the history
  2. fix(react-helmet): use react-helmet-async to fix console error

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9a71a8c View commit details
    Browse the repository at this point in the history
  3. fix(test): update test to use react-helmet-async

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    de0d2eb View commit details
    Browse the repository at this point in the history
  4. fix(errors): Added the error checks in deleteUploads

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    94116ff View commit details
    Browse the repository at this point in the history
  5. feat(alert): alert message on homepage for logout error

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    44c7200 View commit details
    Browse the repository at this point in the history
  6. fix(ux): fixed the ux of upload pages

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b59e32c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dffc945 View commit details
    Browse the repository at this point in the history
  8. feat(reuse): add reuse report and copyright option

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5af05f1 View commit details
    Browse the repository at this point in the history
  9. feat(reuse): add all reuse options and update corresponding api

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ba1d360 View commit details
    Browse the repository at this point in the history
  10. fix(reuse): add recursive to false and add custom no data message in …

    …dropdown
    
    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fb8cffb View commit details
    Browse the repository at this point in the history
  11. fix(reuse): update handle change function

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dbb0a31 View commit details
    Browse the repository at this point in the history
  12. fix(uplods-move-copy): added the fallback condition

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3de2c99 View commit details
    Browse the repository at this point in the history
  13. feat(API): migrate API from v1 to v2

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    73a600d View commit details
    Browse the repository at this point in the history
  14. feat(browse): added the browsing of uploads with folders

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1eea8d8 View commit details
    Browse the repository at this point in the history
  15. fix(browse): fixed the ui and recursive call

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ed5465d View commit details
    Browse the repository at this point in the history
  16. feat(url): added the upload from url page

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1913946 View commit details
    Browse the repository at this point in the history
  17. fix(upload): fixed the vcs and server accesslevel

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e6b2517 View commit details
    Browse the repository at this point in the history
  18. fix(upload): fixed the ids of all the common-fields

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    23fe314 View commit details
    Browse the repository at this point in the history
  19. feat(search): added the pagination in search page

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cbc75bb View commit details
    Browse the repository at this point in the history
  20. feat(group): use default group returned from API

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0f12b16 View commit details
    Browse the repository at this point in the history
  21. feat(browseUplods): added the pages and routes for it

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    2669e63 View commit details
    Browse the repository at this point in the history
  22. feat(header): added header for browse uploads

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    2bee671 View commit details
    Browse the repository at this point in the history
  23. fix(style): fixed the styling of header

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a78bd68 View commit details
    Browse the repository at this point in the history
  24. fix(nameInitials): add null check in name initials function

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0504b25 View commit details
    Browse the repository at this point in the history
  25. fix(highlight-group): highlight the current selected group

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    665fc20 View commit details
    Browse the repository at this point in the history
  26. fix(login-form): add border to form in dark theme

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f13652e View commit details
    Browse the repository at this point in the history
  27. fix(test): update snapshot to include border in dark theme

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1c8ba7c View commit details
    Browse the repository at this point in the history
  28. fix(ui): fixed the snackbar now ui not shifting

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    67e4b55 View commit details
    Browse the repository at this point in the history
  29. fix(jobs): fixed the jobs api of scheduleAnalysis

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dcf686e View commit details
    Browse the repository at this point in the history
  30. fix(header): made the header sticky

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6b716e1 View commit details
    Browse the repository at this point in the history
  31. fix(test): fixed the snapshot for header

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3197a2a View commit details
    Browse the repository at this point in the history
  32. fix(footer): fixed the footer alignment

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8590f53 View commit details
    Browse the repository at this point in the history
  33. fix(test): fixed the snapshot for footer

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    896f1ac View commit details
    Browse the repository at this point in the history
  34. fix(browse): fixed the browse headings

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5f34ab6 View commit details
    Browse the repository at this point in the history
  35. feat(fossology-version): use fossology version from info API

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c510ae7 View commit details
    Browse the repository at this point in the history
  36. fix(snapshot): update footer snapshot

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7c6f530 View commit details
    Browse the repository at this point in the history
  37. fix(footer): ensure single request to info API

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7b64cd9 View commit details
    Browse the repository at this point in the history
  38. feat(sessionStorage): cache fossology version in session storage

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    201afbe View commit details
    Browse the repository at this point in the history
  39. feat(copyright): add copyright table

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    565444c View commit details
    Browse the repository at this point in the history
  40. fix(darkTheme): fix table styling in dark theme

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f0b4c26 View commit details
    Browse the repository at this point in the history
  41. fix(dark-theme): change table border to grey in dark theme

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    58d257a View commit details
    Browse the repository at this point in the history
  42. feat(report): add export report option on browse page

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c613088 View commit details
    Browse the repository at this point in the history
  43. fix(groupname): remove groupname header from download report api

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f84ca7f View commit details
    Browse the repository at this point in the history
  44. fix(groupname): add groupname header in download report

    Signed-off-by: Aman Dwivedi <[email protected]>
    Aman-Codes authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e83611f View commit details
    Browse the repository at this point in the history
  45. Create errorMessages.js in constants

    Import errMsg from constants in sendRequest.js
    
    Import errMsg from constants in UploadReuse
    
    Import errMsg from constants to ErrorPage
    
    Rename constants file errorMessages to messages
    
    The constants file is supposed to include all message types, so I have
    renamed the constants file to reflect this. I have also changed the name
    of the errMsg object to messages.
    
    Import messages into Group\Create
    
    Import messages into Delete
    
    Import messages into Browse
    
    Import messages into ScheduleAgents
    
    Import messages into Create
    
    Import messages into Delete
    
    Import messages into Edit
    
    Import messages into Move
    
    Import messages into Unlink
    
    Import messages into License/Create
    
    Import messages into Upload/Delete
    
    Import messages into Uploads/Move
    
    Import messages into Upload/File
    
    Import messages into Upload/Url
    
    Import messages into Upload/Vcs
    
    Add Stevie Gill's email to messages.js
    
    Text changes in messages to improve consistency
    
    Removed full points and capital letters from some of the strings to
    improve the consistency of the messages.
    caffeinated-pixels authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    298f7ce View commit details
    Browse the repository at this point in the history
  46. test(api): add tests

    Edgar Sherman authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    58f89f4 View commit details
    Browse the repository at this point in the history
  47. added lazy loading components

    Edgar Sherman authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8b89878 View commit details
    Browse the repository at this point in the history
  48. fix(ui): fixed the textareas in all the pages

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fa2b8d8 View commit details
    Browse the repository at this point in the history
  49. fix(style): fixed the styling of textarea

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    00fb0d1 View commit details
    Browse the repository at this point in the history
  50. fix(font): fixed the license textarea font

    Signed-off-by: Shruti3004 <[email protected]>
    Shruti3004 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    791cfa4 View commit details
    Browse the repository at this point in the history
  51. feat: Dark theme toggle button

    mayank2021 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e69b19d View commit details
    Browse the repository at this point in the history
  52. feat: run prettier script

    mayank2021 authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ee30e2d View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    8308a9a View commit details
    Browse the repository at this point in the history
  54. docs(README.md): Added copy boxes on commands

    Added copy code block on yarn commands and made that section look better
    
    Signed-off-by: Devesh <[email protected]>
    d-e-v-esh authored and pushkarsaneja committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bafffe0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    4938e08 View commit details
    Browse the repository at this point in the history