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
[refactor] Fork of eXist-db from their git develop-6.x.x branch, commit: ef0e86f47c92d70e8c573b29e8830c98377d58e6 (Sat Oct 26 11:33:52 2024 +0200). The Git history was then rewritten to remove many historic files that we no longer need. This resulted in our commit: [1e960755def3c39c55cb9622ace3366435f81132](1e96075)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ Thank you for your contribution to eXist-db!
3
3
To help the community judge your pull request (PR), please include the following:
4
4
5
5
- A (short) description of the content of changes.
6
-
- A context reference to a [Github Issue](https://github.com/eXist-db/exist/issues), a message in the [eXist-open mailinglist](http://exist-open.markmail.org), or a [specification](https://www.w3.org/TR/xquery-31/).
6
+
- A context reference to a [Github Issue](https://github.com/evolvedbinary/elemental/issues), a message in the [eXist-open mailinglist](http://exist-open.markmail.org), or a [specification](https://www.w3.org/TR/xquery-31/).
7
7
- Tests. The [XQSuite - Annotation-based Test Framework for XQuery](http://exist-db.org/exist/apps/doc/xqsuite.xml) makes it very easy for you to create tests. These tests can be executed from the [eXide editor](http://exist-db.org/exist/apps/eXide/index.html) via XQuery > Run as Test.
8
8
9
-
Your PR will be tested using [GitHub Actions](https://github.com/eXist-db/exist/actions) against a number of operating systems and environments. The build status is visible in the PR.
9
+
Your PR will be tested using [GitHub Actions](https://github.com/evolvedbinary/elemental/actions) against a number of operating systems and environments. The build status is visible in the PR.
10
10
11
11
To detect errors in your PR before submitting it, please run eXist's full test suite on your own system via `mvn -V clean verify`.
eXist-db itself is written in Java 8. The build system is [Apache Maven](http://maven.apache.org/). If you're not familiar with Git, we recommend [this excellent online interactive tutorial](http://try.github.io).
Further build options can be found at: [eXist-db Build Documentation](http://www.exist-db.org/exist/apps/doc/exist-building.xml"How to build eXist").
26
25
27
26
**NOTE:**
28
-
In the above example, we switched the current (checked-out) branch from `develop` to `master`. We use the [GitFlow for eXist-db](#contributing-to-exist) process:
29
-
-`develop` is the current (and stable) work-in-progress (the next release)
30
-
-`master` is the latest release
27
+
In the above example, we switched the current (checked-out) branch from `main` to `gold`.
28
+
-`main` is the current (and stable) work-in-progress (the next release)
[](https://contributor-covenant.org/version/1/4/)
23
20
21
+
---
22
+
**NOTE**: This is a fork of eXist-db from their git `develop` branch, commit: `adaa276b9cfcaaeb4ee03ee3822ab882e6779f77` (Fri Oct 25 21:27:35 2024 +0200). The Git history was then rewritten to remove many historic files that we no longer need. This resulted in our commit: [`e065a83bf4dc94abfeebcc353cbfbd496976f440`](https://github.com/evolvedbinary/elemental/commit/e065a83bf4dc94abfeebcc353cbfbd496976f440).
23
+
24
+
---
25
+
24
26
eXist-db is a high-performance open source native XML database—a NoSQL document database and application platform built entirely around XML technologies. The main homepage for eXist-db can be found at [exist-db.org](https://exist-db.org"eXist Homepage"). This is the GitHub repository of eXist source code, and this page links to resources for downloading, building, and contributing to eXist-db, below.
25
27
26
28
The eXist-db community has adopted the [Contributor Covenant](https://www.contributor-covenant.org/)[Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct).
@@ -39,12 +41,12 @@ The notes of past Community Calls are located [here](https://drive.google.com/dr
New developers may find the notes in [BUILD.md](https://github.com/eXist-db/exist/blob/develop/BUILD.md) and [CONTRIBUTING.md](https://github.com/eXist-db/exist/blob/develop/CONTRIBUTING.md) helpful to start using and sharing your work with the eXist community.
49
+
New developers may find the notes in [BUILD.md](https://github.com/evolvedbinary/elemental/blob/main/BUILD.md) and [CONTRIBUTING.md](https://github.com/evolvedbinary/elemental/blob/main/CONTRIBUTING.md) helpful to start using and sharing your work with the eXist community.
[](https://microbadger.com/images/existdb/existdb"Get your own image badge on microbadger.com")
8
-
[](https://microbadger.com/images/existdb/existdb"Get your own version badge on microbadger.com")
9
-
[](https://microbadger.com/images/existdb/existdb"Get your own commit badge on microbadger.com")
7
+
[](https://microbadger.com/images/evolvedbinary/elemental"Get your own image badge on microbadger.com")
8
+
[](https://microbadger.com/images/evolvedbinary/elemental"Get your own version badge on microbadger.com")
9
+
[](https://microbadger.com/images/evolvedbinary/elemental"Get your own commit badge on microbadger.com")
10
10
11
11
This module holds the source files for building a minimal docker image of the [exist-db](https://www.exist-db.org) xml
12
12
database, images are automatically updated as part of the build-test life-cycle.
@@ -23,8 +23,8 @@ The images are based on Google Cloud Platform's ["Distroless" Docker Images](htt
23
23
## How to use
24
24
Pre-build images are available on [DockerHub](https://hub.docker.com/r/existdb/existdb/).
25
25
There are two continuously updated channels:
26
-
*`release` for the stable releases based on the [`master` branch](https://github.com/eXist-db/exist/tree/master)
27
-
*`latest` for the latest commit to the [`develop` branch](https://github.com/eXist-db/exist/tree/develop).
26
+
*`release` for the stable releases based on the [`gold` branch](https://github.com/evolvedbinary/elemental/tree/gold)
27
+
*`latest` for the latest commit to the [`main` branch](https://github.com/evolvedbinary/elemental/tree/main).
0 commit comments