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

New documentor #622

Merged
merged 52 commits into from
Sep 29, 2023
Merged

New documentor #622

merged 52 commits into from
Sep 29, 2023

Commits on Aug 27, 2023

  1. Refactored Documentor API

    anquetil committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    fa7df40 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Documentor now using a model

    anquetil committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cd9accd View commit details
    Browse the repository at this point in the history
  2. started to code the backends

    anquetil committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9416084 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. corrected some bugs

    anquetil committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fc420dd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Created new package and migrated UMLModel to it

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    92f2c1b View commit details
    Browse the repository at this point in the history
  2. forgot one method

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f19a615 View commit details
    Browse the repository at this point in the history
  3. migrating backends

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2859341 View commit details
    Browse the repository at this point in the history
  4. Recreating Documentor logic

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    7620609 View commit details
    Browse the repository at this point in the history
  5. first tests for new UML documentor

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    73d5d64 View commit details
    Browse the repository at this point in the history
  6. Simplifying UMLClass model

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    ecf4b37 View commit details
    Browse the repository at this point in the history
  7. testing class color

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2d85556 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62ee5c6 View commit details
    Browse the repository at this point in the history
  9. Forgot two classes

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c227d83 View commit details
    Browse the repository at this point in the history
  10. renamed visit... methods to generate...

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6a64739 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e1c3b0 View commit details
    Browse the repository at this point in the history
  12. testing with-out-Stub

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a702465 View commit details
    Browse the repository at this point in the history
  13. correcting withStub + renaming methods

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    52844d4 View commit details
    Browse the repository at this point in the history
  14. renamed package tag

    anquetil committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a46108a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f99db93 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. moving FamixUMLTestGenerator to Tests package

    anquetil committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d22d3d0 View commit details
    Browse the repository at this point in the history
  2. Testing creation of relations

    anquetil committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    cd88664 View commit details
    Browse the repository at this point in the history
  3. generatingRelations with or without Stub

    anquetil committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    52c1427 View commit details
    Browse the repository at this point in the history
  4. testing Inheritance and Use generation

    anquetil committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    10c84e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. make tests pass

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69a169b View commit details
    Browse the repository at this point in the history
  2. Added entities from FamixDocumentor test meta-model

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3fd5729 View commit details
    Browse the repository at this point in the history
  3. plantUML backend exports uses

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7ab064b View commit details
    Browse the repository at this point in the history
  4. tested role names in relation

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7e524a3 View commit details
    Browse the repository at this point in the history
  5. testing exporting relations

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d26c712 View commit details
    Browse the repository at this point in the history
  6. corrected roles in Associations + cleaning

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8d2d122 View commit details
    Browse the repository at this point in the history
  7. association roles can be nil

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9aef08a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08e94c8 View commit details
    Browse the repository at this point in the history
  9. special color for stubs

    anquetil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    56e9881 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c495b37 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Redesigned the entire generation + cleaned + tested

    anquetil committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7b1c74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95a35f View commit details
    Browse the repository at this point in the history
  3. class comment

    anquetil committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    624cdb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Corrected roles and cardinality

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3c01dc9 View commit details
    Browse the repository at this point in the history
  2. simplified plantUML header

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2e6d823 View commit details
    Browse the repository at this point in the history
  3. Export to file in backends

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6ec8dcd View commit details
    Browse the repository at this point in the history
  4. Explicit class exclusion by user

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7eb4790 View commit details
    Browse the repository at this point in the history
  5. Removing old FamixMMUMLDocumentor

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    33f4491 View commit details
    Browse the repository at this point in the history
  6. renamed beWithStub(s)

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    477c545 View commit details
    Browse the repository at this point in the history
  7. excluded classes + beWithStubs

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8c07741 View commit details
    Browse the repository at this point in the history
  8. excluded classes + beWithStubs

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    47f7d37 View commit details
    Browse the repository at this point in the history
  9. correcting output of roles in PlantUML

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6747ee8 View commit details
    Browse the repository at this point in the history
  10. Merge 08901dc

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c227795 View commit details
    Browse the repository at this point in the history
  11. updated baseline

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24244bf View commit details
    Browse the repository at this point in the history
  12. corrections to baseline

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    10677e2 View commit details
    Browse the repository at this point in the history
  13. corrected one test

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    21a3dd4 View commit details
    Browse the repository at this point in the history
  14. Added a very basic Roassal backend

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    258f8a7 View commit details
    Browse the repository at this point in the history
  15. Merge 21a3dd4

    anquetil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8bd16f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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