Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Andreia Gaita f39c8f4f4b More test fixes 2020-01-01 09:59:39 -07:00
Andreia Gaita 1d94905805 Fix tests, remove dead code, make one package for api and ui 2019-12-31 09:11:12 -07:00
Andreia Gaita deb7fe0433 Switch to the editor tasks library 2019-12-17 22:36:01 +01:00
Andreia Gaita 7e3d080a39 Add missing meta files
Whenever adding new files to src/com*, meta files also need to be included,
otherwise certain packaging steps might not package everything.
2019-10-01 12:59:33 +02:00
Christopher Addison fe4ea622aa Add: test for git reset 2019-09-23 17:27:31 -07:00
Andreia Gaita 29c1dc02b6 Fix threading initialization and add docs for it. Fixes #11 2019-09-18 14:01:48 +02:00
Christopher Addison 9cc4664373 Fix: missed switching exist calls for clean tests to NPath 2019-08-23 11:39:50 -07:00
Christopher Addison a2d65970ca Update: Apply PR feedback
Use NPath for file paths and make the spool length a constant.
2019-08-23 11:13:51 -07:00
Christopher Addison abca28a177 Add: git clean task and tests
The clean task is used to delete a list or all untracked files in the git repository.
2019-08-22 12:44:35 -07:00
Andreia Gaita c5286cb5fa Fix issues with the git installer not handling a failed update check properly
Also add tests and changelog info about this fix.

Fixes #1
2019-08-15 17:05:14 +02:00
Andreia Gaita 98c7634851 build: clean up tmp dirs, generate html test output in yamato 2019-08-15 13:29:15 +02:00
Andreia Gaita a3fddfe854 More build fixes 2019-08-07 11:44:45 +02:00
Andreia Gaita 11273f3c34 New build system and reorganizing things 2019-08-06 15:48:18 +02:00
Andreia Gaita 799a6ccbe2 Rename package folders to match the Unity package manager conventions 2019-08-02 16:42:44 +02:00
Andreia Gaita 5de5645710 Fix csproj references so the projects can be opened in other solutions 2019-08-02 15:58:46 +02:00
Andreia Gaita c4d72bec70 Disable tests that are failing in CI for now 2019-07-17 19:50:57 +02:00
Andreia Gaita 8540cdc293 Now another random test is failing, so I suspect it's nunit paralellizing something badly... 2019-07-17 19:25:55 +02:00
Andreia Gaita b037d35c52 Disable test that only fails in CI for some reason 2019-07-17 19:20:17 +02:00
Andreia Gaita b926541222 Not sure why this is failing in CI and not locally... 2019-07-17 19:16:26 +02:00
Andreia Gaita 19b868c811 Ooops, don't want to ignore these too much 2019-07-17 18:47:45 +02:00
Andreia Gaita ff71099f09 Fixing the test environmnet so it doesn't keep reinstalling git for every test 2019-07-17 16:41:14 +02:00
Andreia Gaita c934807103 Update all the git tests! 2019-07-16 19:17:03 +02:00
Andreia Gaita 32b8e92e14 Turn GitInstaller into a task, start moving to dugite 2019-07-16 13:13:46 +02:00
Andreia Gaita 592e0c974a Move everything to the Unity.VersionControl.Git namespace 2019-07-02 17:59:11 +02:00
Andreia Gaita bf8679fd79 Cleanup the build a bit more 2019-07-02 10:51:02 +02:00
Andreia Gaita bb7250bbe9 Fix tests and fix exception throwing 2019-07-01 21:03:50 +02:00
Andreia Gaita a9cabd1da7 Moving to new csproj format 2019-07-01 19:18:35 +02:00
Andreia Gaita bb8ac60608
Split into two packages (#2)
* Split into two packages

* Switch namespaces to Unity.Git.*, delete uneeded stuff, add a Publish target

* Move namespaces around
2019-06-21 17:00:43 +02:00
Andreia Gaita aef6d9b873 Let Unity refresh meta files 2019-06-21 13:27:44 +02:00
Andreia Gaita bd8d6dff07 Make sure everything is C# 7 2019-06-21 13:24:49 +02:00
Andreia Gaita 1b6a59b060 Move things around to make it easier to package 2019-06-21 11:40:28 +02:00
Andreia Gaita 84254b1118 Remove 2.0 profile, move everything under one folder that Unity can compile directly
Let VS clean up the solution file

Upgrade to .net 4.7.1, move tests out of src dir

Make things compile

Add sfw
2019-06-20 19:41:53 +02:00