Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diasporg
Poduptime
Commits
7ebc0c2f
Verified
Commit
7ebc0c2f
authored
Aug 07, 2018
by
noplanman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix shortcut links and add changelog entry.
parent
f095b907
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
CHANGELOG.md
CHANGELOG.md
+1
-0
CONTRIBUTING.md
CONTRIBUTING.md
+6
-6
db/migrations/README.md
db/migrations/README.md
+6
-6
No files found.
CHANGELOG.md
View file @
7ebc0c2f
...
...
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
-
Added bootstrapping to simplify initialisation of config and database
-
Config syntax has changed to array style (#155)
-
Added
`pghost`
config to set database port
-
Added
`CONTRIBUTING.md`
### Changed
-
Introduce proper changelog format (#189)
-
Moved DB migration scripts into
`db`
folder
...
...
CONTRIBUTING.md
View file @
7ebc0c2f
...
...
@@ -10,9 +10,9 @@
## Guidelines
*
Note your changes in [
CHANGELOG.md
] following https://keepachangelog.com
*
Create any necessary DB migration script in [
db/migrations
] and note them in the changelog.
*
Update [
README.md
] with needed changes
*
Note your changes in [
`CHANGELOG.md`
] following https://keepachangelog.com
*
Create any necessary DB migration script in [
`db/migrations`
] and note them in the changelog.
*
Update [
`README.md`
] with needed changes
*
Update the [Wiki] with API changes
*
Write your tests and validate them before you do your MR
...
...
@@ -22,9 +22,9 @@
*
CSS follows [CSSLint]
*
JS follows [ESLint]
[
README.md
]:
https://git.feneas.org/diasporg/Poduptime/blob/master/README.md
[
CHANGELOG.md
]:
https://git.feneas.org/diasporg/Poduptime/blob/master/CHANGELOG.md
[
db/migrations
]:
https://git.feneas.org/diasporg/Poduptime/tree/master/db/migrations
[
`README.md`
]:
https://git.feneas.org/diasporg/Poduptime/blob/master/README.md
[
`CHANGELOG.md`
]:
https://git.feneas.org/diasporg/Poduptime/blob/master/CHANGELOG.md
[
`db/migrations`
]:
https://git.feneas.org/diasporg/Poduptime/tree/master/db/migrations
[
Wiki
]:
https://git.feneas.org/diasporg/Poduptime/wikis/home
[
PSR-2
]:
https://www.php-fig.org/psr/psr-2/
[
CSSLint
]:
https://github.com/CSSLint/csslint
...
...
db/migrations/README.md
View file @
7ebc0c2f
...
...
@@ -2,16 +2,16 @@
## New install
When setting up a new install, import
[
`db/tables.sql`
]
[
tables.sql
]
and do not perform any migrations!
When setting up a new install, import [
`db/tables.sql`
] and do not perform any migrations!
## Migrating
If you are upgrading your existing installation, execute the necessary migrations scripts found in
[
`db/migrations`
]
[
migrations
]
.
If you are upgrading your existing installation, execute the necessary migrations scripts found in [
`db/migrations`
].
## API v1
To support the original API v1 you should import
[
`db/pods_apiv1.sql`
]
[
pods_apiv1.sql
]
into your DB as often as you want your API updated.
To support the original API v1 you should import [
`db/pods_apiv1.sql`
] into your DB as often as you want your API updated.
[
tables.sql]
https://git.feneas.org/diasporg/Poduptime/blob/master/db/tables.sql
[
migrations]
https://git.feneas.org/diasporg/Poduptime/tree/master/db/migrations
[
pods_apiv1.sql]
https://git.feneas.org/diasporg/Poduptime/blob/master/db/pods_apiv1.sql
[
`db/tables.sql`
]:
https://git.feneas.org/diasporg/Poduptime/blob/master/db/tables.sql
[
`db/migrations`
]:
https://git.feneas.org/diasporg/Poduptime/tree/master/db/migrations
[
`db/pods_apiv1.sql`
]:
https://git.feneas.org/diasporg/Poduptime/blob/master/db/pods_apiv1.sql
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment