List of commits:
Subject Hash Author Date (UTC)
add license 995fe65147bc8a4b4de219adc8017fcfb78cac09 Ivaylo Iliev 2017-08-28 16:19:54
install phpunit e7a7933c696cf51fef8339875c0bedadc09f23d8 Ivaylo Iliev 2017-08-27 23:07:28
error checks 8b899df6bfc00397ddd8b874f8d603f5e5fc813d Ivaylo Iliev 2017-08-27 23:07:18
add some docblocks a8a8b7ca6436d8be7eae177e163f5f3846a3850e Ivaylo Iliev 2017-08-27 22:34:55
update readme 0526d98854866a43c3f72c2a28f2e7a3693d11c7 Ivaylo Iliev 2017-08-27 22:27:47
import variable days b9719a68e4a21fbf418b7e82353e48d77e5f0247 Ivaylo Iliev 2017-08-27 22:27:38
update readme e3951190baa0e679f87cf878f1ebfee910be6da2 Ivaylo Iliev 2017-08-27 22:04:18
best month 049d1757e5bab195dbd4374c0f3cba19a263e0e2 Ivaylo Iliev 2017-08-27 22:01:20
best year 9c830895cacc9ae9206901d3eabdc6b21488d718 Ivaylo Iliev 2017-08-27 21:57:46
fix docblock 20f563de5a256acde8c4a2335bf5779c670c61a0 Ivaylo Iliev 2017-08-27 21:22:50
strong typing c5314f47704760d3720f0c92bd3da9e3c7299eea Ivaylo Iliev 2017-08-27 21:15:11
change boolean to bool and add /neo/fastest?hazardous=(true|false) aa0b6fc0d2ab78404e4677863aafae1dd27bead0 Ivaylo Iliev 2017-08-27 21:07:44
fix cases 7fd7024355b538de353f032f69f8e4a1ee5f0b6b Ivaylo Iliev 2017-08-27 20:56:14
/neo/hazardous 61f9c4506a8ddf037f6cd670afdaa4f38f44829c Ivaylo Iliev 2017-08-27 20:54:40
cleanup 98f98692a290d3cd6e76b36e48be6610754640db Ivaylo Iliev 2017-08-27 20:54:24
update nasa.start with parameters 4cec4383b574a0ac874e463cacfc006fb001f14c Ivaylo Iliev 2017-08-27 20:32:01
import from api 41affca95695f99674971d59dc3e098ef54a934b Ivaylo Iliev 2017-08-27 19:34:49
initialize on first run a7eb6521e87bf6f7fc8ac746db7241300473b549 Ivaylo Iliev 2017-08-27 17:26:30
update build scripts 0ca23c79e7f0c2e0a2beae8ea676d1bc6c6c237f Ivaylo Iliev 2017-08-27 16:23:17
neo bundle, neo entity, empty command 5df95da9f7d462e891685b5556abeae1abdd28b4 Ivaylo Iliev 2017-08-27 16:11:31
Commit 995fe65147bc8a4b4de219adc8017fcfb78cac09 - add license
Author: Ivaylo Iliev
Author date (UTC): 2017-08-28 16:19
Committer name: Ivaylo Iliev
Committer date (UTC): 2017-08-28 16:19
Parent(s): e7a7933c696cf51fef8339875c0bedadc09f23d8
Signing key:
Tree: 01b2b158024b981659c2d5e00d654d64dc909b46
File Lines added Lines deleted
LICENSE 24 0
File LICENSE added (mode: 100644) (index 0000000..cf1ab25)
1 This is free and unencumbered software released into the public domain.
2
3 Anyone is free to copy, modify, publish, use, compile, sell, or
4 distribute this software, either in source code form or as a compiled
5 binary, for any purpose, commercial or non-commercial, and by any
6 means.
7
8 In jurisdictions that recognize copyright laws, the author or authors
9 of this software dedicate any and all copyright interest in the
10 software to the public domain. We make this dedication for the benefit
11 of the public at large and to the detriment of our heirs and
12 successors. We intend this dedication to be an overt act of
13 relinquishment in perpetuity of all present and future rights to this
14 software under copyright law.
15
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 OTHER DEALINGS IN THE SOFTWARE.
23
24 For more information, please refer to <http://unlicense.org>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ranapat/nasa

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ranapat/nasa

Clone this repository using git:
git clone git://git.rocketgit.com/user/ranapat/nasa

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main