summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMihai22125 <mihai.mtb10@gmail.com>2022-08-09 19:52:19 +0300
committerJesse Duffield <jessedduffield@gmail.com>2022-09-17 14:58:44 -0700
commit7e9dffe1b93d304d8500cc0a379a8a2f4e35a7a2 (patch)
tree0d9aa025c979edf1289ad653829f2ef7f367134a /test
parentc81333fefe2f1e27ab2fcb6a0dc37d82ca47c711 (diff)
Add Key field to CustomCommandPrompt struct
Add Form field to CustomCommandObjects struct Write user prompts responses to Form field Ensure that map keys exists Add form prompts integration test Remove redundant index
Diffstat (limited to 'test')
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/COMMIT_EDITMSG1
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/FETCH_HEAD0
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/HEAD1
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/config8
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/description1
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/indexbin0 -> 65 bytes
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/info/exclude6
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/HEAD1
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/refs/heads/master1
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904bin0 -> 15 bytes
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/6c/d61dc75eb17cf3e01d4d5f8f2b38a73ed9be90bin0 -> 116 bytes
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/refs/heads/master1
-rw-r--r--test/integration_new/custom_commands/form_prompts/expected/repo/myfile1
13 files changed, 21 insertions, 0 deletions
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/COMMIT_EDITMSG b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/COMMIT_EDITMSG
new file mode 100644
index 000000000..907b30816
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/COMMIT_EDITMSG
@@ -0,0 +1 @@
+blah
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/FETCH_HEAD b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/FETCH_HEAD
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/FETCH_HEAD
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/HEAD b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/HEAD
new file mode 100644
index 000000000..cb089cd89
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/HEAD
@@ -0,0 +1 @@
+ref: refs/heads/master
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/config b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/config
new file mode 100644
index 000000000..596ebaeb3
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/config
@@ -0,0 +1,8 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+[user]
+ email = CI@example.com
+ name = CI
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/description b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/description
new file mode 100644
index 000000000..498b267a8
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/description
@@ -0,0 +1 @@
+Unnamed repository; edit this file 'description' to name the repository.
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/index b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/index
new file mode 100644
index 000000000..65d675154
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/index
Binary files differ
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/info/exclude b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/info/exclude
new file mode 100644
index 000000000..a5196d1be
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/HEAD b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/HEAD
new file mode 100644
index 000000000..153f2ddc4
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/HEAD
@@ -0,0 +1 @@
+0000000000000000000000000000000000000000 6cd61dc75eb17cf3e01d4d5f8f2b38a73ed9be90 CI <CI@example.com> 1660591942 +0000 commit (initial): blah
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/refs/heads/master b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/refs/heads/master
new file mode 100644
index 000000000..153f2ddc4
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/logs/refs/heads/master
@@ -0,0 +1 @@
+0000000000000000000000000000000000000000 6cd61dc75eb17cf3e01d4d5f8f2b38a73ed9be90 CI <CI@example.com> 1660591942 +0000 commit (initial): blah
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904 b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
new file mode 100644
index 000000000..adf64119a
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary files differ
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/6c/d61dc75eb17cf3e01d4d5f8f2b38a73ed9be90 b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/6c/d61dc75eb17cf3e01d4d5f8f2b38a73ed9be90
new file mode 100644
index 000000000..8d0c394f8
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/objects/6c/d61dc75eb17cf3e01d4d5f8f2b38a73ed9be90
Binary files differ
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/refs/heads/master b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/refs/heads/master
new file mode 100644
index 000000000..4c2ab0871
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/.git_keep/refs/heads/master
@@ -0,0 +1 @@
+6cd61dc75eb17cf3e01d4d5f8f2b38a73ed9be90
diff --git a/test/integration_new/custom_commands/form_prompts/expected/repo/myfile b/test/integration_new/custom_commands/form_prompts/expected/repo/myfile
new file mode 100644
index 000000000..ba578e48b
--- /dev/null
+++ b/test/integration_new/custom_commands/form_prompts/expected/repo/myfile
@@ -0,0 +1 @@
+BAR