Skip to content
New issue

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

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

Already on GitHub? # to your account

Repository class refactoring #95

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a01df8c
WIP: Repository class refactoring
arthurmco Jan 27, 2025
6fe6003
Add parse() and unparse() methods, fix more things
arthurmco Jan 30, 2025
99f79ce
Add stringstream read specialization, as suggested by @dhilst
arthurmco Jan 30, 2025
3f0f219
Move some common functions to functions.h
arthurmco Jan 31, 2025
37f8b60
Remove this->
arthurmco Jan 31, 2025
ab4ba11
Fix repo class
arthurmco Jan 31, 2025
25df8ed
Fix const ref and declaration name
arthurmco Feb 3, 2025
de966e5
Fix naming
arthurmco Feb 4, 2025
4895e2e
Rename required files
arthurmco Feb 4, 2025
a834f94
fixup! Rename required files
arthurmco Feb 4, 2025
658bd03
WIP repositories class sketches
Feb 7, 2025
6e5f4d7
Make Cluster generic over Runner
Feb 10, 2025
b81ed93
Removing Runner from Cluster
Feb 10, 2025
2d8a493
Detach the presenter/view build from the rest of the code
Feb 11, 2025
ee53bb5
WIP Refactoring RepoManager
Feb 11, 2025
0371f70
Isolating Glib::KeyFile
Feb 12, 2025
7c7a401
Add name spaces and move files to their places
Feb 12, 2025
1c1ac70
Refactoring RepoManager
Feb 12, 2025
924dcb1
Testing RepoManager refactoring
Feb 17, 2025
e0121c6
Run clang-format
Feb 18, 2025
c4623cb
Testing release build
Feb 19, 2025
59d485e
Run clang-format again
Feb 19, 2025
0023eaf
Remove empty file
Feb 19, 2025
9cefe91
Remove commented code
Feb 19, 2025
9d58572
Add RPMRepoManager sketch implementation
Feb 20, 2025
9072ce4
Replace old code with RPMRepositoryManager in repos.cpp
Feb 24, 2025
17de642
Remove unused code
Feb 24, 2025
a696419
Save RPMRepositoryFile only once for multiple enable calls
Feb 25, 2025
9e9a860
Run clang-format
Feb 25, 2025
ae1436e
RPM Build script && Use host glibmm (#96)
dhilst Mar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Rename required files
  • Loading branch information
arthurmco committed Feb 4, 2025
commit a834f9432e4e735266fe76cd3b8f83e6dff8a3b6
2 changes: 1 addition & 1 deletion src/services/repofile.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <cloysterhpc/services/repofile.h>
#include <cloysterhpc/functions.h>
#include <cloysterhpc/services/repofile.h>

void ELRepoFile::read()
{