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

Issue#150: Modify test suite to access all objects as a Test User #151

Open
wants to merge 125 commits into
base: societyserver-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
f530126
Indeted the output of list command
Siddhant085 Apr 4, 2016
c64d70d
Moved the check for Invalid command outside the loop
Siddhant085 Apr 4, 2016
ac065cd
Fixed create command for Containers
Siddhant085 May 8, 2016
9cce114
made the improvement as discussed by not checking for the last / usin…
Siddhant085 May 10, 2016
0fb14f1
Added the new feature to provide destination with the create command…
Siddhant085 May 10, 2016
4044110
Extended the destination feature of the create command to all type of…
Siddhant085 May 13, 2016
b4b1ce4
Added the feature to open multiple files using the edit command in st…
Siddhant085 May 29, 2016
cd80c28
Missed braces. Fixed it
Siddhant085 May 30, 2016
b1dbb07
Made edit.pike compatible with the new applaunch.pike. Note this is j…
Siddhant085 May 30, 2016
54c3e65
Fixed applauncher to work with edit.pike
Siddhant085 May 30, 2016
8ae84e7
Incorporate chnages made in the Applauncher.pike, edit.pike and steam…
ajinkya007 May 30, 2016
2a8c2ae
Remove applauncher.pike~
ajinkya007 May 30, 2016
88a9543
Steam-shell.pike can execute a command which is passed as an argument
ajinkya007 May 30, 2016
31de264
Added steam-shell.vim plugin
ajinkya007 May 30, 2016
6c0c6e6
Add the utility to run an sTeam-shell command inside Vi editor.
ajinkya007 May 30, 2016
32a3c90
Update steam-shell.vim
ajinkya007 May 31, 2016
5c62236
Change the register used in the steam-shell.vim
ajinkya007 May 31, 2016
5f3d96d
Support for multiline commands has been added
ajinkya007 May 31, 2016
0eebccc
Update the buffer variable and the addition of script in applauncher.…
ajinkya007 Jun 6, 2016
203aad8
Changes to add the TLS layer. There are bugs that need to be fixed in…
Siddhant085 Jun 7, 2016
66a2f6d
Fixes the bugs in the previous commit and gives a working ssl connect…
Siddhant085 Jun 7, 2016
4a43232
small improvements.
Siddhant085 Jun 8, 2016
cf3dbc0
Fixed the logs when opened via edit.pike
Siddhant085 Jun 9, 2016
24f47d9
Merge pull request #4 from ajinkya007/Issue#37
Siddhant085 Jun 11, 2016
934dccc
Add support for special character's to be entered to the steam-shell …
ajinkya007 Jun 13, 2016
0352af1
Merge pull request #5 from ajinkya007/Issue#37
Siddhant085 Jun 13, 2016
bdb5161
We are able to open files from inside vim using :Open <file path>. Lo…
Siddhant085 Jun 15, 2016
1e83f56
Fixed the logs.
Siddhant085 Jun 16, 2016
f2ae6d5
Added comments
Siddhant085 Jun 16, 2016
7c838af
Fixed create command for Containers
Siddhant085 May 8, 2016
84f0e2b
made the improvement as discussed by not checking for the last / usin…
Siddhant085 May 10, 2016
8672aa2
Added the new feature to provide destination with the create command…
Siddhant085 May 10, 2016
30bd57a
Extended the destination feature of the create command to all type of…
Siddhant085 May 13, 2016
ccccfc9
Fixed create command for Containers
Siddhant085 May 8, 2016
8e9714f
made the improvement as discussed by not checking for the last / usin…
Siddhant085 May 10, 2016
cdf5d18
Added the new feature to provide destination with the create command…
Siddhant085 May 10, 2016
61dbefc
Extended the destination feature of the create command to all type of…
Siddhant085 May 13, 2016
2bce94b
Added the feature to open multiple files using the edit command in st…
Siddhant085 May 29, 2016
b7fea35
Missed braces. Fixed it
Siddhant085 May 30, 2016
9217c0a
Made edit.pike compatible with the new applaunch.pike. Note this is j…
Siddhant085 May 30, 2016
d057c1b
Fixed applauncher to work with edit.pike
Siddhant085 May 30, 2016
1aa4884
use a named vim register instead of +
Siddhant085 Jun 19, 2016
a36ee19
Changed Object to object.
Siddhant085 Jun 21, 2016
7ed2115
functionality to create and join groups
Siddhant085 Jun 21, 2016
232c945
code to leave groups.
Siddhant085 Jun 23, 2016
f520a7d
changed the interface for join and leave
Siddhant085 Jun 23, 2016
06ecc06
Changed get_list to allow it to be extended for any kind of object.
Siddhant085 Jun 23, 2016
e455442
Fixed a typing mistake
Siddhant085 Jun 26, 2016
c85c181
moved initialization of global variables to init from main in debug.pike
Siddhant085 Jun 27, 2016
b9c4f4c
added the login command to relogin
Siddhant085 Jun 27, 2016
65d4721
removed the common code from steam-shell.pike
Siddhant085 Jun 28, 2016
e28e2f3
removed the common code for debug.pike
Siddhant085 Jun 28, 2016
5f3bc07
Added the check for -f option in client.pike
Siddhant085 Jun 28, 2016
66b1a59
removed the common code from edit.pike
Siddhant085 Jun 28, 2016
01f3725
made variable pw global in client.pike
Siddhant085 Jun 28, 2016
6c22513
logging out the previous user before login and standardized the init …
Siddhant085 Jun 29, 2016
44910ac
Showing status message for leave group command.
Siddhant085 Jun 30, 2016
70b2e86
separated out rooms and gates
Siddhant085 Jun 30, 2016
2aafc32
Added the case others and removed some redundant code
Siddhant085 Jul 1, 2016
f851c28
Changed gothrough to enter and extended it for rooms.
Siddhant085 Jul 1, 2016
76d12c9
changed the output of look
Siddhant085 Jul 4, 2016
8ca0f01
fixed the return values of functions in steam-shell
Siddhant085 Jul 6, 2016
809eff5
first attempt to establish a framework for testing
Siddhant085 Jul 7, 2016
9016195
structural changes and added readme
Siddhant085 Jul 7, 2016
efddba4
made the pike tests more modular
Siddhant085 Jul 7, 2016
a318f5d
structural changes to testing framework using pike scripts
Siddhant085 Jul 7, 2016
e4e02c0
removed swap files
Siddhant085 Jul 7, 2016
eebdb5d
adding second test case
Siddhant085 Jul 9, 2016
2dd71d1
Add test cases for create
Siddhant085 Jul 10, 2016
271fb16
Display the number of failed and passed cases
Siddhant085 Jul 12, 2016
e68ecf3
Removed the delete for indivisual objects
Siddhant085 Jul 12, 2016
d0c607d
Added test case for moving user and room into a container.
Siddhant085 Jul 13, 2016
8ddfb75
Added test cases for moving user and room inside container.
Siddhant085 Jul 13, 2016
deb8d59
Generalized the test case to pass any object to a test
Siddhant085 Jul 14, 2016
8981b85
Added checks to avoid calling functions on non objects
Siddhant085 Jul 17, 2016
14a952a
Added the test cases for create
Siddhant085 Jul 18, 2016
d4de0f2
Added function calls for create in the framework
Siddhant085 Jul 18, 2016
bb1d4b5
Generalized the test case for create and combined the create and move…
Siddhant085 Jul 18, 2016
96e9aea
Added support for testing creation of user and groups
Siddhant085 Jul 19, 2016
d3ff720
Added cases for creating valid user and group
Siddhant085 Jul 19, 2016
0973900
Added the test case for calls to get_environment
Siddhant085 Jul 21, 2016
b90708e
Merge pull request #10 from Siddhant085/Issue#63
Siddhant085 Jul 21, 2016
ec94508
Added general case argument to all test cases
Siddhant085 Jul 22, 2016
17f26e5
Added test case for user permission
Siddhant085 Jul 23, 2016
67ca1e1
Merged Issue#38. Fixed conflicts
Siddhant085 Aug 3, 2016
a17f50f
Merge pull request #11 from Siddhant085/Issue#38
Siddhant085 Aug 3, 2016
de581c2
Merge pull request #12 from Siddhant085/Issue#47
Siddhant085 Aug 3, 2016
779fa43
Merge pull request #14 from Siddhant085/Issue#39
Siddhant085 Aug 5, 2016
0fb02ab
Added the missing constant stash_help_doc
Siddhant085 Aug 5, 2016
a695f98
Removed the use of compile_file
Siddhant085 Aug 5, 2016
ea40673
Merge with gsoc 2016
Siddhant085 Aug 5, 2016
2ee782a
Merge branch 'Issue#68' into gsoc2016
Siddhant085 Aug 5, 2016
a36ce21
Merge pull request #16 from Siddhant085/Issue#87
Siddhant085 Aug 7, 2016
2abfa9e
Fixed conflicts. merging with gsoc2016
Siddhant085 Aug 7, 2016
d6873a2
Merge branch 'Issue#91' into gsoc2016
Siddhant085 Aug 7, 2016
2120bef
Merge pull request #19 from Siddhant085/Issue#93
Siddhant085 Aug 7, 2016
b566f59
Merge pull request #20 from Siddhant085/Issue#96
Siddhant085 Aug 7, 2016
fe1859c
Merge pull request #21 from Siddhant085/Issue#100
Siddhant085 Aug 7, 2016
5628495
fixed conflicts. merging Issue#102 and gsoc2016
Siddhant085 Aug 7, 2016
6d99686
Merge branch 'Issue#102' into gsoc2016
Siddhant085 Aug 7, 2016
ca21058
Merge pull request #23 from Siddhant085/Issue#104
Siddhant085 Aug 7, 2016
22ce30d
Fixed conflicts. Merging Issue#107 and gsoc2016
Siddhant085 Aug 7, 2016
f20065b
Merge branch 'Issue#107' into gsoc2016
Siddhant085 Aug 7, 2016
0ec0586
Merging Issue#111 and gsoc2016. Fixed conflicts
Siddhant085 Aug 7, 2016
678566c
Merge branch 'Issue#111' into gsoc2016
Siddhant085 Aug 7, 2016
296a1d8
Merge pull request #26 from Siddhant085/Issue#113
Siddhant085 Aug 7, 2016
4b4cde3
Merging Issue#116 and gsoc2016. Resolved conflicts
Siddhant085 Aug 7, 2016
c03857a
Merge branch 'Issue#116' into gsoc2016
Siddhant085 Aug 7, 2016
3e23b4a
Merging Issue#118 and gsoc2016. Resolving conflicts
Siddhant085 Aug 7, 2016
b311ea0
Merge branch 'Issue#118' into gsoc2016
Siddhant085 Aug 7, 2016
c6bf7a7
Merging Issue#122 and gsoc 2016. Resolved conflicts
Siddhant085 Aug 7, 2016
9899070
Merge branch 'Issue#122' into gsoc2016
Siddhant085 Aug 7, 2016
eacfe94
Merging Issue#124 and gsoc2016. Fixed conflicts
Siddhant085 Aug 7, 2016
0b50da6
Merge branch 'Issue#124' into gsoc2016
Siddhant085 Aug 7, 2016
b2c62c6
Merging Issue#53 and gsoc2016. Fixed conflicts
Siddhant085 Aug 7, 2016
338b1d1
Merge branch 'Issue#53' into gsoc2016
Siddhant085 Aug 7, 2016
0a6131c
Added documentation and minor code improvements
Siddhant085 Aug 11, 2016
43402ca
Fixed test.pike and userPermission.pike to use all the objects as Tes…
Siddhant085 Aug 15, 2016
ebc6319
Fixed move.pike to use all objects as TestUser
Siddhant085 Aug 15, 2016
8098563
Fixed getEnv.pike to access all objects as TestUser
Siddhant085 Aug 15, 2016
8e11c73
Fixed create.pike and removed unnecessary delete statements
Siddhant085 Aug 15, 2016
a7311ad
Added the createUser function to use to connection object logged in a…
Siddhant085 Aug 16, 2016
bc6674d
Changed the test cases to use createUser function to create new users
Siddhant085 Aug 16, 2016
470468a
Minor bug fixes
Siddhant085 Aug 16, 2016
71ac199
Resolved conflicts. Merging Issue#150 with gsoc2016
Siddhant085 Aug 16, 2016
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin/steam
*.so
*.o
help
Loading