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

Add projects to dsu #67

Merged
merged 72 commits into from
Feb 17, 2024
Merged

Add projects to dsu #67

merged 72 commits into from
Feb 17, 2024

Commits on Jan 28, 2024

  1. Add a Project model

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    25775d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12f0e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de5f2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fde5ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    330fcc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b88358 View commit details
    Browse the repository at this point in the history
  7. Implement dsu project create

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1450b52 View commit details
    Browse the repository at this point in the history
  8. Fix broken spec

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    51780bb View commit details
    Browse the repository at this point in the history
  9. Fix rubocop violations

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d12a278 View commit details
    Browse the repository at this point in the history
  10. Continue dsu project command

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ec232e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8dd663a View commit details
    Browse the repository at this point in the history
  12. dsu project list subcommand

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1346761 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af4d530 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b17670b View commit details
    Browse the repository at this point in the history
  15. dsu use subcommand

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    01d4e71 View commit details
    Browse the repository at this point in the history
  16. dsu project delete subcommand

    gangelo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a32437b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6ae2eaa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    629200b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    55e9296 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    66e431b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    93bd82f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dc9bd50 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    468555d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6c4e4bb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    fe3b326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7565535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f2416 View commit details
    Browse the repository at this point in the history
  4. Alter export file name to include "all" with to and from dates

    In the case where all entry groups are exported. If all entry groups
    are exported, the to and from dates will represent the earliest and
    most recent entry group dates.
    
    In the case where specific dates are exported, file name will include
    "entry groups" with to and from dates being the to and from dates
    chosen by the used on the command line, not necessarily the
    earliest and most recent entry group dates.
    gangelo committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    343bf8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f30180 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. WIP specs for import view

    gangelo committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e1e1b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a294e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. dsu import spec work

    gangelo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aca1a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f623c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e7b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2889dac View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    99914da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32de026 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    399a110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c57d85 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    dcb07eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8db3a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e892e2 View commit details
    Browse the repository at this point in the history
  4. Display 'project xyz is already the current project' when trying to u…

    …se the current project
    gangelo committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    62ca43a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Rename project

    gangelo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4099156 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    70b3e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff11d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41557e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfbe8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    204c174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2efebac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1950357 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d00c78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3101a37 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 10, 2024

  1. Remove unecessary requires.

    gangelo committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    75efeb5 View commit details
    Browse the repository at this point in the history
  2. Migrations for this version

    gangelo committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3889703 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    87d82e8 View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    gangelo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d3d7a35 View commit details
    Browse the repository at this point in the history
  3. Update ruby gems

    gangelo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    033905b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26ab7c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1cdaec View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    gangelo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6138f41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22e709d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dacff31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c2998c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Migration specs

    gangelo committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2e4191e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Migration and migration specs

    gangelo committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0a39793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991a0c8 View commit details
    Browse the repository at this point in the history
  3. BaseService specs

    gangelo committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8f1a45c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31088c9 View commit details
    Browse the repository at this point in the history