Commit Graph

4650 Commits

Author SHA1 Message Date
eslopfer 38f9bcb87f docs(invert): clarify what to return 2023-01-23 15:39:50 +00:00
Zouhair AMAZZAL b49b41fc18 DEV-4293 add SHA1 check 2023-01-20 14:40:41 +01:00
Zouhair AMAZZAL 0e1ce974df DEV-4293 fix audit docs format 2023-01-20 14:40:41 +01:00
Zouhair AMAZZAL c4a415e456 DEV-4293 fix subject docs format 2023-01-20 14:40:41 +01:00
miguel 35aa7fea5e docs(scripting-piscine): fix naming of the hello-devops exercise
correct typos
2023-01-20 11:57:59 +00:00
miguel ac848c2249 docs(devops): add info to readmes in the scripting piscine 2023-01-20 09:39:04 +00:00
davhojt 149278fa1d style(deep-in-system): prettify 2023-01-19 00:33:27 +01:00
Zouhair AMAZZAL 83d72ea9e8 docs(deep-in-system) fix the subject header 2023-01-19 00:33:27 +01:00
Zouhair AMAZZAL 5557be9f3d docs(deep-in-system) fix the subject 2023-01-19 00:33:27 +01:00
Zouhair AMAZZAL 8f261d03fd DEV-4191 docs(deep-in-system) fix audit headers 2023-01-19 00:33:27 +01:00
Zouhair AMAZZAL 4df23a5b8d DEV-4191 docs(deep-in-system) add audit 2023-01-19 00:33:27 +01:00
Zouhair AMAZZAL 1225dc0d6a DEV-4191 docs(deep-in-system) change subject name to kebabcase 2023-01-19 00:33:27 +01:00
Zouhair AMAZZAL 875f2aa59e DEV-4191 add(DeepInSystem) add new subject for devops project DeepInSystem 2023-01-19 00:33:27 +01:00
miguel 2235a8b1d0 docs(in-the-dark):remove echo from the test 2023-01-18 18:18:15 +00:00
miguel 8ce0dfcac1 fix(devops): fix folder in the hard-perm exercise
remove unnecessary test in the exercise in-the-dark
add clarification in the readme of in-the-dark
2023-01-18 18:18:15 +00:00
eslopfer b1db3597f9 docs(visualizations): replace incorrect audit questions with the right ones 2023-01-18 18:06:47 +00:00
miguel 7db7b01db8 docs(append-output): moving files to the resources folder 2023-01-18 18:05:59 +00:00
miguel de6caf07f3 fix(append-output): fix test and solution in order to create the file results.txt with some text inside already
add info on the readme
give the two files for the student to test their solution
2023-01-18 18:05:59 +00:00
miguel 748344f23d fix(append-output): fixing test readme and solution 2023-01-18 18:05:59 +00:00
miguel 0456bc5b5d feat(append-output): add subject, test and solution for the exercise 2023-01-18 18:05:59 +00:00
miguel 992e531434 docs(details): fix the readme 2023-01-18 18:02:57 +00:00
miguel e298d48ed9 feat(details): add subject, test and solution for the exercise 2023-01-18 18:02:57 +00:00
Toussaint Louis a997271b03 Update README.md 2023-01-18 17:20:02 +00:00
eslopfer a1a27fe0f5 test(file-cheker): create test folder and delete it from test file 2023-01-18 17:19:46 +00:00
eslopfer 22068682cb test(file-cheker): remove test files 2023-01-18 17:19:46 +00:00
eslopfer 35cbdf6c85 docs(file-checker): be specific about what behaviour need to be tested 2023-01-18 17:19:46 +00:00
eslopfer ef79658c09 test(file-cheker): set permissions when running the tests 2023-01-18 17:19:46 +00:00
eslopfer 43d7bb21a9 docs(file-checker): add ls command to usage example 2023-01-18 17:19:46 +00:00
eslopfer 666cc027fc test(file-checker): recreated files with right permissions again 2023-01-18 17:19:46 +00:00
eslopfer a2e42772e5 test(file-checker): remove files to create them from scratch 2023-01-18 17:19:46 +00:00
eslopfer 168fa94c2b test(file-checker): refactor test for robustness 2023-01-18 17:19:46 +00:00
eslopfer 8904b74cd3 test(file-checker): fix permissions in test files 2023-01-18 17:19:46 +00:00
eslopfer c63702c971 test(file-checker): add files to test 2023-01-18 17:19:46 +00:00
eslopfer 0af1b9f161 test(file-checker): fix wrong file to test and wrong variables 2023-01-18 17:19:46 +00:00
eslopfer ed41ff6929 fix(file-checker): change permission to make the file executable 2023-01-18 17:19:46 +00:00
eslopfer 8ec5b5023c fix(file-checker): change permission to make it executable 2023-01-18 17:19:46 +00:00
eslopfer 1fe8893aaf test(file-checker): add test for exercise 2023-01-18 17:19:46 +00:00
eslopfer 5558a83c62 feat(file-checker): add solution for exercise 2023-01-18 17:19:46 +00:00
eslopfer c8511651ff docs(file-checker): add description of subject 2023-01-18 17:19:46 +00:00
miguel a72333ab76 fix(devops): fixing typos and changing perms in the exercise hard-perm 2023-01-18 15:53:28 +00:00
Michele dc8002d92e
DEV-3951-calculator (#1706)
* feat(calculator): add new exercise to scripting piscine

* test(calculator): fix swapped exit codes for error handling

* docs(calculator): clarify function behavior for errors

* test(calculator): update error message for invalid number

* docs(calculator): add explicit case statement requirement

improve references section style
add case and getent examples

* fix(calculator): remove getent info in the subject

* chore(calculator): make the solution executable

* test(calculator): add check for case usage

* test(calculator): fix case statement usage check on wrong file

* fix(calculator): remove script added by error

revert changes committed by mistake on Dockerfile and entrypoint.sh

* style(calculator): add newline at end of file
2023-01-18 14:50:34 +00:00
miguel 01857cd9cc fix(Dockerfile): adding the tree command to fix a bug with the scripting tests 2023-01-18 13:49:53 +00:00
sagarishere b7ad774a68 new line in the beginning of output removed
new line in the beginning of output removed as it is not consistent with the audit questions
2023-01-18 13:20:32 +00:00
eslopfer f88cee4371 docs(numpy): replace expected solution in audit 2023-01-18 11:35:53 +00:00
Michele Sessa 1d5db2e77c test(joker-num): remove unused variable in tester 2023-01-18 10:44:03 +00:00
Michele Sessa d657d1461a docs(joker-num): add a hint for empty string check
fix example inconsistency for a variable name passed to read
apply prittier
2023-01-18 10:44:03 +00:00
Michele Sessa d39254e5d4 test(joker-num): add bash unofficial strict mode 2023-01-18 10:44:03 +00:00
Michele Sessa 3f21c5d32e feat(joker-num): add new exercise to scripting piscine 2023-01-18 10:44:03 +00:00
eslopfer 9025836ce8 test(joker-num): add provisional tests 2023-01-18 10:44:03 +00:00
eslopfer b6e041ea3f docs(joker-num): add description of subject 2023-01-18 10:44:03 +00:00