Garritt McCune glm94
  • Joined on 2020-12-03
glm94 closed issue glm94/data_organizer#1 2020-12-06 18:12:28 -06:00
Snapshot Diffing Fails to Identify New Files.
glm94 commented on issue glm94/data_organizer#1 2020-12-06 18:12:22 -06:00
Snapshot Diffing Fails to Identify New Files.

This has been fixed in commit 9f9fdac66a7ec257833aaea60dcad1ba1f9ea303.

glm94 pushed to master at glm94/data_organizer 2020-12-06 17:08:42 -06:00
9f9fdac66a Fixed a duplication bug in the Snapshot Merge function.
glm94 opened issue glm94/data_organizer#1 2020-12-05 17:10:37 -06:00
Snapshot Diffing Fails to Identify New Files.
glm94 pushed to master at glm94/data_organizer 2020-12-05 17:00:13 -06:00
d758e42afb Added a function to allow a snapshot object to handle dealing with the diff on its own.
glm94 pushed to master at glm94/data_organizer 2020-12-05 16:23:05 -06:00
8a1be37434 Added the first stage of 'diffing' two snapshots. PrimaryFileTreeView now shows what files have been added, modified and deleted.
glm94 pushed to master at glm94/data_organizer 2020-12-05 15:11:05 -06:00
2d52886e87 Added some helper functions to make removing files and folders in a Snapshot object easier.
826d788d9f Introduced a concept of folder depth in the database code, and updated the Snapshot class to take advantage of it. Only working for a 'OneLevel' Folder Group type.
19264b388f Updated the code in the FileViewer to populate the main TreeVeiw with the Snapshot class object.
cc3c87cb5d Added a new structor to help make getting file and folder information much easier.
0af7111d08 Fixed a possible issue where a trailing slash could be added in the folder group's path.
glm94 pushed to master at glm94/terrain_generator 2020-12-04 00:16:35 -06:00
51c5ac335a Cleaned up the engine and added support for CSV file parsing.
e39eb39d2c Forgot to add __str__ overrides to the matrix and vector objects.
228c5136d8 Minor tweaks to some of the objects to make indexing them easier.
94e2603ab5 Added scroll wheel support (Linux only right now).
a4aa0c628f Added more math functionsto the vectors and matrix classes.
glm94 created repository glm94/terrain_generator 2020-12-04 00:16:20 -06:00
glm94 pushed to master at glm94/sdos 2020-12-04 00:07:47 -06:00
dd1bc6acdc Probably the final commit for this, only so this commit can be pushed to the new Gitea server.
5b66184ea0 Got the string concat funcion working.
658a380f9a Added a way to manually test the Malloc function from the shell's command line.
a587fd6fe2 Confirmed uppermem in multiboot structure is being read correctly. Changed kernel versioning to be more in line with the Semantic Versioning Specification
4ba0f93efc Added basic multiboot compliant bootloader dectetion, as well as learning to read the multiboot structor.
glm94 created repository glm94/sdos 2020-12-04 00:07:18 -06:00
glm94 created repository glm94/data_organizer 2020-12-03 23:06:53 -06:00
glm94 pushed to master at glm94/calc_engine 2020-12-03 23:03:00 -06:00
58a2a975fd Ignore the test.py file I made.
9c30eea95f Repo clean up and changed the tokenizer so it doesn't stringify tokens with a line break.
fc7f1e0dbf Dev_Ops
fc1bec1478 Updated the JSON generator to output JSON that the main program can read.
fac2b2d625 Refactored some code to try and make it more inline with best pratices. Renamed parser as it conflicted with a standard Python library.
glm94 created repository glm94/calc_engine 2020-12-03 23:01:30 -06:00