Skip to content

Commit 1936bc4

Browse files
authored
Merge branch 'main' into feature/auto-add-accepted-names-4920
2 parents 30fbbc3 + 29f0601 commit 1936bc4

File tree

118 files changed

+6878
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+6878
-581
lines changed

.github/workflows/dockerimage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- multi-tenant
87
tags:
98
- '*'
109

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- 'multi-tenant'
7+
- 'main'
88
pull_request:
99
branches:
10-
- 'multi-tenant'
10+
- 'main'
1111

1212
jobs:
1313
tests:

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
![Staging Tag](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/lgkgh/889dd6c34a68d9461b1fd8cdb56b8a21/raw/bims_multitenant_build-tag.json)
2-
![Staging Status](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/lgkgh/889dd6c34a68d9461b1fd8cdb56b8a21/raw/bims_multitenant_build-status.json)
1+
![Test Badge](https://github.com/kartoza/django-bims/actions/workflows/test.yml/badge.svg)
2+
![Build Badge](https://github.com/kartoza/django-bims/actions/workflows/dockerimage.yml/badge.svg)
33

44
Documentation : https://kartoza.github.io/bims-website/
55

6+
Developer Guide : https://github.com/kartoza/django-bims/blob/develop/README-dev.md
7+
68
## Welcome
79

810
Welcome to the Biodiversity Information Management System (BIMS) Source Code Repository
@@ -71,12 +73,10 @@ The keys are:
7173
2. To show openmaptile map (terrain and other style), use your key of maptile (https://www.maptiler.com/cloud/) and put it in `core/settings/secret.py` with key MAP_TILER_KEY
7274

7375

74-
7576
## Thank you
7677
_________
7778

7879

79-
8080
Thank you to the individual contributors who have helped to build BIMS:
8181

8282
* Dr. Helen Dallas (Implementation Lead)
@@ -87,12 +87,3 @@ Thank you to the individual contributors who have helped to build BIMS:
8787
* Fanevanjanahary: faneva@kartoza.com
8888
* Anita Hapsari: anita@kartoza.com
8989

90-
.. |Test Badge| image:: https://github.com/kartoza/django-bims/actions/workflows/test.yml/badge.svg
91-
.. |Build Badge| image:: https://github.com/kartoza/django-bims/actions/workflows/dockerimage.yml/badge.svg
92-
.. _developer guide: https://github.com/kartoza/django-bims/blob/develop/README-dev.md
93-
.. _docker: http://docker.com
94-
.. _project setup guide: deployment/ansible/README.md
95-
.. |test_status_master| image:: https://travis-ci.org/kartoza/django-bims.svg?branch=master
96-
.. |test_status_develop| image:: https://travis-ci.org/kartoza/django-bims.svg?branch=develop
97-
.. |nbsp| unicode:: 0xA0
98-
:trim:

0 commit comments

Comments
 (0)