You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at enquiries@brightcookie.com.au. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@g3i.com.au. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
38
39
39
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Lastly, visit the links listed in the *Additional Resources* section, below.
14
14
15
15
## Getting Started
16
16
17
-
*[Create a new issue](https://github.com/Brightcookie/lxHive/issues/new) for your issue. If a ticket
17
+
*[Create a new issue](https://github.com/g3i/lxHive/issues/new) for your issue. If a ticket
18
18
already exists for the issue, participate via the existing ticket.
19
19
* Describe the issue clearly. If it is a bug, include steps to reproduce it.
20
20
* Select an appropriate label for the issue.
@@ -42,7 +42,7 @@ For example:
42
42
## Submitting Changes
43
43
44
44
* Push changes in your branch to your fork.
45
-
*[Create a pull request](https://github.com/Brightcookie/lxHive/compare) and mention the issue it fixes [as described here](https://github.com/blog/1506-closing-issues-via-pull-requests).
45
+
*[Create a pull request](https://github.com/g3i/lxHive/compare) and mention the issue it fixes [as described here](https://github.com/blog/1506-closing-issues-via-pull-requests).
46
46
* You're done! Your changes will be reviewed. Please respond to comments and questions to your pull request until it is closed.
> **Important note:** lxHive changes ownership. Our organisation name changes from *Brightcookie* to *G3 International*. Please update your remotes in your fork.
16
+
17
+
```bash
18
+
# given your linked remote's name is "upstream"
19
+
git remote set-url upstream <TODO>
20
+
```
15
21
16
22
> **Important note:** Current version (0.10.0) is **not compatible** with older lxHive versions. It is not possible to upgrade a legacy lxHive instance.
17
23
> This incompatibility is due to :
@@ -20,7 +26,7 @@
20
26
> * a changed database model
21
27
> * behavioural changes (permissions)
22
28
>
23
-
> See the [changelog](changelog.md) for more details. At the moment there are no plans to release an open source database migration script. Please [get in touch](https://www.brightcookie.com/contact-us/) with us should you need to migrate data.
29
+
> See the [changelog](changelog.md) for more details. At the moment there are no plans to release an open source database migration script. Please [get in touch](https://g3i.com.au/contact-us/) with us should you need to migrate data.
24
30
25
31
## 1. <aname="introduction" />Introduction
26
32
@@ -54,7 +60,7 @@ The application uses [MongoDB](https://www.mongodb.org/) and [PHP](http://php.ne
54
60
| /agents | 1.0.2 | - | - | x | - | (JSON) retrieve a single agent | [xAPI, section 7.6](https://github.com/adlnet/xAPI-Spec/blob/1.0.2/xAPI.md#76-agent-profile-api)
55
61
| /agents/profile | 1.0.2 | x | x | x | x | (JSON) CRUD - profile(s) of an actor | [xAPI, section 7.6](https://github.com/adlnet/xAPI-Spec/blob/1.0.2/xAPI.md#76-agent-profile-api)
56
62
57
-
* see our [wiki](https://github.com/Brightcookie/lxHive/wiki/List-of-xAPI-and-lxHive-Endpoints) for a complete list of lxHive endpoints
63
+
* see our [wiki](https://github.com/g3i/lxHive/wiki/List-of-xAPI-and-lxHive-Endpoints) for a complete list of lxHive endpoints
58
64
59
65
## 4. <aname="installation" />Installation
60
66
@@ -75,7 +81,7 @@ The application uses [MongoDB](https://www.mongodb.org/) and [PHP](http://php.ne
75
81
76
82
### Setup
77
83
78
-
**Note: Check out our Wiki for a more comprehensive [step-by-step guide].(https://github.com/Brightcookie/lxHive/wiki/Step-by-step:-Install-lxHive-and-setup-authentication-for-your-app)*
84
+
**Note: Check out our Wiki for a more comprehensive [step-by-step guide].(https://github.com/g3i/lxHive/wiki/Step-by-step:-Install-lxHive-and-setup-authentication-for-your-app)*
Copy file name to clipboardExpand all lines: changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
>This version is **NOT COMPATIBLE** with older lxHive versions. (server requirements, codebase, database model).
4
4
5
-
Currently there are no plans to release database migration functionality. Please launch a request to `support@brightcookie.com.au` if you need help with migrating records from older lxHive versions.
5
+
Currently there are no plans to release database migration functionality. Please launch a request to `support@g3i.com.au` if you need help with migrating records from older lxHive versions.
6
6
7
7
#### Summary
8
8
Extensive changes in regards to stability, testability, reporting administration and configurability.
0 commit comments