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

RefactorErl Diagnostics #1137

Merged
merged 111 commits into from
Apr 1, 2022
Merged

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    e5de42f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82dfd3b View commit details
    Browse the repository at this point in the history
  3. source() formatted

    robertfiko committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    10f88b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78c8a94 View commit details
    Browse the repository at this point in the history
  5. Behaviour basic approach

    robertfiko committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    70ba798 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    4c0f14c View commit details
    Browse the repository at this point in the history
  2. Resolved Merge

    robertfiko committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c9e7521 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Nameing conventions

    robertfiko committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    539b392 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    222ac75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e86bc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4eaa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    c10e70f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from robertfiko/referl_vscode_0_21

    Upgrade LS source code, to published 0.21 (LS 0.31)
    robertfiko authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    6ff2301 View commit details
    Browse the repository at this point in the history
  3. Minor fix

    robertfiko committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    b4f1302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44ead24 View commit details
    Browse the repository at this point in the history
  5. Styling conventions

    robertfiko committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5c9e80e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Change 'disabled' to 'notconfigured'

    This is needed to avoid confusion between disabled which should means,
    that the node is disabled *on purpose of bad behavior* from notconfigured
    which self-descriptive
    robertfiko committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ddc2975 View commit details
    Browse the repository at this point in the history
  2. Documentation and utility functions, fixes

    Heavy documentation added and new notification utility function
    The syntax of Node recognition is re-taught to make more sense
    robertfiko committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a402ea6 View commit details
    Browse the repository at this point in the history
  3. Documentation added

    robertfiko committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b3ca287 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Line length changes

    robertfiko committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    4401ef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from robertfiko/referl_diagnostic_common_poi2

    Fixing the issues that were described in the PR earlier
    robertfiko authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e7ddf1d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Minor changes

    robertfiko committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    cb0c5fa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    aa5c787 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    d523dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c18bb View commit details
    Browse the repository at this point in the history
  3. Set default to false

    robertfiko committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    73dc49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0119595 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a574820 View commit details
    Browse the repository at this point in the history
  6. Add as a request

    Moving the adding mechanism under the new communciation model
    robertfiko committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    cd437fa View commit details
    Browse the repository at this point in the history
  7. Code clearing

    robertfiko committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    f6517c4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from robertfiko/referl_new_comm

    Referl new comm
    robertfiko authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    d8925e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. make_diagnostic no result clause

    This function clause has an importance, when a diagnostic has no result
    robertfiko committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    06bb47c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    7e8cac5 View commit details
    Browse the repository at this point in the history
  2. Coding conventions

    robertfiko committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    510cd37 View commit details
    Browse the repository at this point in the history
  3. a few dyalizer errors

    robertfiko committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1776629 View commit details
    Browse the repository at this point in the history
  4. Case clause

    robertfiko committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    135e0c1 View commit details
    Browse the repository at this point in the history
  5. Function spec

    robertfiko committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5f22e9b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. POI removal

    robertfiko committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7e0a3d4 View commit details
    Browse the repository at this point in the history
  2. Diagnostic descriptor change

    This is due to preparing to new diagnostics
    robertfiko committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cbee72a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef7480a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from robertfiko/referl_diagnostics_no_retry

    Referl diagnostics no retry
    robertfiko authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b66ef5e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    42d0a4c View commit details
    Browse the repository at this point in the history
  2. Cleaned out

    robertfiko committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ca7e3a6 View commit details
    Browse the repository at this point in the history
  3. Linting

    robertfiko committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9ff8845 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Test drafts

    robertfiko committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e17a4ef View commit details
    Browse the repository at this point in the history
  2. Timeouting test cases

    robertfiko committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    c68589f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Tests

    robertfiko committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2f9faf1 View commit details
    Browse the repository at this point in the history
  2. Passing tests, draft

    robertfiko committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    113f3f2 View commit details
    Browse the repository at this point in the history
  3. Conventions and dialyzer

    robertfiko committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    800ac40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66809e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Test

    robertfiko committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    20fbe63 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. @doc tag fix

    robertfiko committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    23a4bcd View commit details
    Browse the repository at this point in the history
  2. doc fix2

    robertfiko committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    967da50 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Diagnostic config option

    robertfiko committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    e5a29be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b26449 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from robertfiko/referl_diagnostics_no_retry_no_…

    …logic
    
    Referl diagnostics no retry no logic + tests
    robertfiko authored Mar 13, 2022
    Configuration menu
    Copy the full SHA
    222c122 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Less error handling

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    667c4dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9ac4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9775e9 View commit details
    Browse the repository at this point in the history
  4. source() formatted

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    ed6d143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    653347a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6c0fa8 View commit details
    Browse the repository at this point in the history
  7. Resolved conflict

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    bc7a0ca View commit details
    Browse the repository at this point in the history
  8. Nameing conventions

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    0f7e0cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    596cf39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d334bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b37faa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44038d1 View commit details
    Browse the repository at this point in the history
  13. Minor fix

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    555a131 View commit details
    Browse the repository at this point in the history
  14. Commond diagnostic backend

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3ea4bcc View commit details
    Browse the repository at this point in the history
  15. Styling conventions

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    67a06dc View commit details
    Browse the repository at this point in the history
  16. Change 'disabled' to 'notconfigured'

    This is needed to avoid confusion between disabled which should means,
    that the node is disabled *on purpose of bad behavior* from notconfigured
    which self-descriptive
    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cc9ae37 View commit details
    Browse the repository at this point in the history
  17. Documentation and utility functions, fixes

    Heavy documentation added and new notification utility function
    The syntax of Node recognition is re-taught to make more sense
    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    c537116 View commit details
    Browse the repository at this point in the history
  18. Documentation added

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    66dd3e8 View commit details
    Browse the repository at this point in the history
  19. Line length changes

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    60d7eff View commit details
    Browse the repository at this point in the history
  20. Minor changes

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    fadc064 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77dd860 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ffb0bea View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    314dfae View commit details
    Browse the repository at this point in the history
  24. Set default to false

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    f9bc32c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    eec840c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    239c959 View commit details
    Browse the repository at this point in the history
  27. Add as a request

    Moving the adding mechanism under the new communciation model
    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    5d72ecb View commit details
    Browse the repository at this point in the history
  28. Code clearing

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a6cef12 View commit details
    Browse the repository at this point in the history
  29. make_diagnostic no result clause

    This function clause has an importance, when a diagnostic has no result
    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    88aaccf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    84e436a View commit details
    Browse the repository at this point in the history
  31. Coding conventions

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    f5b7518 View commit details
    Browse the repository at this point in the history
  32. a few dyalizer errors

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6527f1e View commit details
    Browse the repository at this point in the history
  33. Case clause

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    9aa18f9 View commit details
    Browse the repository at this point in the history
  34. Function spec

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    ce85588 View commit details
    Browse the repository at this point in the history
  35. POI removal

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    5268394 View commit details
    Browse the repository at this point in the history
  36. Diagnostic descriptor change

    This is due to preparing to new diagnostics
    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    fc7fc1f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    26bc7ad View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9ef5ceb View commit details
    Browse the repository at this point in the history
  39. Cleaned out

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    5cdde72 View commit details
    Browse the repository at this point in the history
  40. Linting

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    694c47a View commit details
    Browse the repository at this point in the history
  41. Test drafts

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    65842d6 View commit details
    Browse the repository at this point in the history
  42. Rebase conflict

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cc8b487 View commit details
    Browse the repository at this point in the history
  43. Tests

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    167e6a9 View commit details
    Browse the repository at this point in the history
  44. Passing tests, draft

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    d9f89e2 View commit details
    Browse the repository at this point in the history
  45. rebase conflict resolve

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    1a0e7b8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    8628705 View commit details
    Browse the repository at this point in the history
  47. Test

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    c4c8a3f View commit details
    Browse the repository at this point in the history
  48. @doc tag fix

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    0fb3ba6 View commit details
    Browse the repository at this point in the history
  49. doc fix2

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a0e65bd View commit details
    Browse the repository at this point in the history
  50. Diagnostic config option

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    1389a30 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    faf0504 View commit details
    Browse the repository at this point in the history
  52. rebase conflict resolve

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    d5e490d View commit details
    Browse the repository at this point in the history
  53. lint

    robertfiko committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    e9b8dfa View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    d8ca672 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #7 from robertfiko/referl_diag_conf2

    Rebasing from 'main', upstream
    robertfiko authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    6c56b4d View commit details
    Browse the repository at this point in the history