mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix links to next repo
This commit is contained in:
2
.github/actions/Makefile
vendored
2
.github/actions/Makefile
vendored
@@ -5,7 +5,7 @@ tag=$(version)
|
||||
cmd=
|
||||
user=directus
|
||||
registry=ghcr.io
|
||||
repository=directus/next
|
||||
repository=directus/directus
|
||||
|
||||
.PHONY: build
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
context: "../"
|
||||
args:
|
||||
VERSION: "v9.0.0-rc.5"
|
||||
REPOSITORY: "directus/next"
|
||||
REPOSITORY: "directus/directus"
|
||||
ports:
|
||||
- 8055:8055
|
||||
networks:
|
||||
|
||||
@@ -69,7 +69,7 @@ function main() {
|
||||
registry=$(argument registry "")
|
||||
registry=$(echo "${registry}" | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
repository=$(argument repository "directus/next")
|
||||
repository=$(argument repository "directus/directus")
|
||||
repository=$(echo "${repository}" | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
version=$(argument version "")
|
||||
|
||||
@@ -35,7 +35,7 @@ npm update
|
||||
|
||||
## 🔧 Contributing
|
||||
|
||||
Please report any and all quirks / issues you come across as [an issue](https://github.com/directus/next/issues/new).
|
||||
Please report any and all quirks / issues you come across as [an issue](https://github.com/directus/directus/issues/new).
|
||||
|
||||
Pull requests are more than welcome and always appreciated. Seeing this is in active development, please make sure to reach out a member of the core team in an issue or [on Discord](http://discord.gg/directus) before you start working on a feature or bug to ensure you don't work on the same thing as somebody else :)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "directus",
|
||||
"version": "9.0.0-rc.14",
|
||||
"license": "GPL-3.0-only",
|
||||
"homepage": "https://github.com/directus/next#readme",
|
||||
"homepage": "https://github.com/directus/directus#readme",
|
||||
"description": "Directus is a real-time API and App dashboard for managing SQL database content.",
|
||||
"keywords": [
|
||||
"directus",
|
||||
@@ -24,10 +24,10 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/directus/next.git"
|
||||
"url": "git+https://github.com/directus/directus.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/directus/next/issues"
|
||||
"url": "https://github.com/directus/directus/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Monospace Inc",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/directus/next.git"
|
||||
"url": "git+https://github.com/directus/directus.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -80,13 +80,13 @@ Node: ${parsedInfo.value?.node.version}
|
||||
{
|
||||
icon: 'bug_report',
|
||||
name: i18n.t('report_bug'),
|
||||
href: `https://github.com/directus/next/issues/new?body=${encodeURIComponent(debugInfo)}`,
|
||||
href: `https://github.com/directus/directus/issues/new?body=${encodeURIComponent(debugInfo)}`,
|
||||
outline: true,
|
||||
},
|
||||
{
|
||||
icon: 'new_releases',
|
||||
name: i18n.t('request_feature'),
|
||||
href: 'https://github.com/directus/next/discussions/new',
|
||||
href: 'https://github.com/directus/directus/discussions/new',
|
||||
outline: true,
|
||||
},
|
||||
];
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- @TODO see https://github.com/directus/next/issues/639
|
||||
<!-- @TODO see https://github.com/directus/directus/issues/639
|
||||
|
||||
<div class="field half-left" v-if="fieldData.schema">
|
||||
<div class="label type-label">{{ $t('unique') }}</div>
|
||||
|
||||
@@ -68,7 +68,7 @@ ${JSON.stringify(notification.error, Object.getOwnPropertyNames(notification.err
|
||||
</details>
|
||||
`;
|
||||
|
||||
return `https://github.com/directus/next/issues/new?body=${encodeURIComponent(debugInfo)}`;
|
||||
return `https://github.com/directus/directus/issues/new?body=${encodeURIComponent(debugInfo)}`;
|
||||
}
|
||||
|
||||
function done(id: string) {
|
||||
|
||||
@@ -14,7 +14,7 @@ While the Node.js version of Directus defines the official specification and is
|
||||
|
||||
## Feature Requests
|
||||
|
||||
Feature requests are a great way to let our team know what should be prioritized next. You can [submit a feature request](https://github.com/directus/next/discussions/category_choices) or upvote [existing submissions](https://github.com/directus/next/discussions) all via our GitHub Discussions board.
|
||||
Feature requests are a great way to let our team know what should be prioritized next. You can [submit a feature request](https://github.com/directus/directus/discussions/category_choices) or upvote [existing submissions](https://github.com/directus/directus/discussions) all via our GitHub Discussions board.
|
||||
|
||||
:::warning The 80/20 Rule
|
||||
To keep the Directus codebase as clean and simple as possible, we will only consider approving features that we feel at least 80% of our user-base will find valuable. If your feature request falls within the 20% range, it is considered an edge-case and should be implemented as an extension.
|
||||
@@ -26,7 +26,7 @@ Some Directus features/fixes may require additional design, strategy, and/or dis
|
||||
|
||||
## Bug Reporting
|
||||
|
||||
Reporting any bugs you come across is an invaluable part of helping keep Directus stable. After confirming a similar issue doesn't already exist, you can [submit a bug report](https://github.com/directus/next/issues/new) via GitHub Issues. Please ensure the following for all submissions:
|
||||
Reporting any bugs you come across is an invaluable part of helping keep Directus stable. After confirming a similar issue doesn't already exist, you can [submit a bug report](https://github.com/directus/directus/issues/new) via GitHub Issues. Please ensure the following for all submissions:
|
||||
|
||||
* You are experiencing an actual bug, not a configuration issue
|
||||
* You are not asking a question or requesting a new feature
|
||||
@@ -50,7 +50,7 @@ We value the members of the independent security research community who find sec
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
The Directus [Code of Conduct](https://github.com/directus/next/blob/main/code_of_conduct.md) is one of the ways we put our values into practice. We expect all of our staff, contractors and contributors to know and follow this code.
|
||||
The Directus [Code of Conduct](https://github.com/directus/directus/blob/main/code_of_conduct.md) is one of the ways we put our values into practice. We expect all of our staff, contractors and contributors to know and follow this code.
|
||||
|
||||
## Development Workflow
|
||||
|
||||
@@ -58,7 +58,7 @@ Before getting started, ensure you your local environment meets our [minimum req
|
||||
|
||||
### 1. Fork the Directus repository
|
||||
|
||||
Go to the [repository](https://github.com/directus/next) and fork it to your GitHub account.
|
||||
Go to the [repository](https://github.com/directus/directus) and fork it to your GitHub account.
|
||||
|
||||
### 2. Clone from your repository
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
* `types` — A CSV of supported [types](#).
|
||||
|
||||
:::
|
||||
See [the TypeScript definition](https://github.com/directus/next/blob/20355fee5eba514dd75565f60269311187010c66/app/src/displays/types.ts#L24-L34) for more info on what can go into this object.
|
||||
See [the TypeScript definition](https://github.com/directus/directus/blob/20355fee5eba514dd75565f60269311187010c66/app/src/displays/types.ts#L24-L34) for more info on what can go into this object.
|
||||
:::
|
||||
|
||||
### src/display.vue
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
* `types` — A CSV of supported [types](#).
|
||||
|
||||
:::
|
||||
See [the TypeScript definition](https://github.com/directus/next/blob/20355fee5eba514dd75565f60269311187010c66/app/src/interfaces/types.ts#L5-L18) for more info on what can go into this object.
|
||||
See [the TypeScript definition](https://github.com/directus/directus/blob/20355fee5eba514dd75565f60269311187010c66/app/src/interfaces/types.ts#L5-L18) for more info on what can go into this object.
|
||||
:::
|
||||
|
||||
### src/interface.vue
|
||||
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
* `component` — A reference to your Vue component.
|
||||
|
||||
:::
|
||||
See [the TypeScript definition](https://github.com/directus/next/blob/20355fee5eba514dd75565f60269311187010c66/app/src/layouts/types.ts#L4-L9) for more info on what can go into this object.
|
||||
See [the TypeScript definition](https://github.com/directus/directus/blob/20355fee5eba514dd75565f60269311187010c66/app/src/layouts/types.ts#L4-L9) for more info on what can go into this object.
|
||||
:::
|
||||
|
||||
### src/layout.vue
|
||||
|
||||
@@ -36,7 +36,7 @@ export default {
|
||||
* `routes` — Details the routes in your module per the Vue router.
|
||||
|
||||
:::
|
||||
See [the TypeScript definition](https://github.com/directus/next/blob/20355fee5eba514dd75565f60269311187010c66/app/src/modules/types.ts#L6-L17) for more info on what can go into this object.
|
||||
See [the TypeScript definition](https://github.com/directus/directus/blob/20355fee5eba514dd75565f60269311187010c66/app/src/modules/types.ts#L6-L17) for more info on what can go into this object.
|
||||
:::
|
||||
|
||||
### src/module.vue
|
||||
|
||||
@@ -36,9 +36,9 @@ When a Public Background image is not set, the right-side pane of public pages u
|
||||
|
||||
The Directus App has been developed with customization and extensibility in mind. Colors and styles referenced within the codebase all use CSS variables, and therefore it is easy to make comprehensive changes to the App styling.
|
||||
|
||||
* **Themes** — See the [Light Theme](https://github.com/directus/next/blob/main/app/src/styles/themes/_light.scss) or [Dark Theme](https://github.com/directus/next/blob/main/app/src/styles/themes/_dark.scss)
|
||||
* **Typography** — See the [Fonts](https://github.com/directus/next/blob/main/app/src/styles/_type-styles.scss) and [Type Styles](https://github.com/directus/next/blob/main/app/src/styles/mixins/type-styles.scss)
|
||||
* **Variables** — See the [Global Variables](https://github.com/directus/next/blob/main/app/src/styles/_variables.scss)
|
||||
* **Themes** — See the [Light Theme](https://github.com/directus/directus/blob/main/app/src/styles/themes/_light.scss) or [Dark Theme](https://github.com/directus/directus/blob/main/app/src/styles/themes/_dark.scss)
|
||||
* **Typography** — See the [Fonts](https://github.com/directus/directus/blob/main/app/src/styles/_type-styles.scss) and [Type Styles](https://github.com/directus/directus/blob/main/app/src/styles/mixins/type-styles.scss)
|
||||
* **Variables** — See the [Global Variables](https://github.com/directus/directus/blob/main/app/src/styles/_variables.scss)
|
||||
|
||||
You can override any core CSS, including the above variables, directly within the App through project Settings.
|
||||
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/directus/next.git"
|
||||
"url": "git+https://github.com/directus/directus.git"
|
||||
},
|
||||
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
||||
"license": "GPL-3.0-only",
|
||||
"bugs": {
|
||||
"url": "https://github.com/directus/next/issues"
|
||||
"url": "https://github.com/directus/directus/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-cli": "^4.0.4",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/directus/next.git"
|
||||
"url": "git+https://github.com/directus/directus.git"
|
||||
},
|
||||
"keywords": [
|
||||
"sql",
|
||||
@@ -37,9 +37,9 @@
|
||||
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/directus/next/issues"
|
||||
"url": "https://github.com/directus/directus/issues"
|
||||
},
|
||||
"homepage": "https://github.com/directus/next#readme",
|
||||
"homepage": "https://github.com/directus/directus#readme",
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.7.0",
|
||||
"typescript": "^3.9.5"
|
||||
|
||||
@@ -23,7 +23,7 @@ TODO
|
||||
|
||||
## 🔧 Contributing
|
||||
|
||||
Please report any and all quirks / issues you come across as [an issue](https://github.com/directus/next/issues/new).
|
||||
Please report any and all quirks / issues you come across as [an issue](https://github.com/directus/directus/issues/new).
|
||||
|
||||
Pull requests are more than welcome and always appreciated. Seeing this is in active development, please make sure to reach out a member of the core team in an issue or [on Discord](http://discord.gg/directus) before you start working on a feature or bug to ensure you don't work on the same thing as somebody else :)
|
||||
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/directus/next.git"
|
||||
"url": "git+https://github.com/directus/directus.git"
|
||||
},
|
||||
"author": "Nils Twelker",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/directus/next/issues"
|
||||
"url": "https://github.com/directus/directus/issues"
|
||||
},
|
||||
"homepage": "https://github.com/directus/next#readme",
|
||||
"homepage": "https://github.com/directus/directus#readme",
|
||||
"files": [
|
||||
"dist",
|
||||
"LICENSE",
|
||||
|
||||
@@ -22,7 +22,7 @@ Directus is a real-time API and App dashboard for managing SQL database content.
|
||||
|
||||
**DO NOT USE THIS VERSION IN PRODUCTION.**
|
||||
|
||||
This is *pre-release* software, therefore migrations will not be provided, breaking changes may occur at any time, and certain features might be missing or broken. You can follow along with [the issue tracker](https://github.com/directus/next/issues) for an in-depth list of upcoming enhancements, with the following notable features still under development:
|
||||
This is *pre-release* software, therefore migrations will not be provided, breaking changes may occur at any time, and certain features might be missing or broken. You can follow along with [the issue tracker](https://github.com/directus/directus/issues) for an in-depth list of upcoming enhancements, with the following notable features still under development:
|
||||
|
||||
- [ ] MS SQL Support
|
||||
- [ ] OracleDB Support
|
||||
@@ -81,8 +81,8 @@ _Other operating systems may also work, but are not officially supported._
|
||||
In addition to the [Directus Documentation](https://docs.directus.io), you can also request help via the following channels:
|
||||
|
||||
* [Discord](http://discord.gg/directus) (Live Discussions)
|
||||
* [GitHub Issues](https://github.com/directus/next/issues) (Report Bugs)
|
||||
* [GitHub Discussions](https://github.com/directus/next/discussions/category_choices) (Questions, Feature Requests)
|
||||
* [GitHub Issues](https://github.com/directus/directus/issues) (Report Bugs)
|
||||
* [GitHub Discussions](https://github.com/directus/directus/discussions/category_choices) (Questions, Feature Requests)
|
||||
* [Twitter](https://twitter.com/directus) (Latest News)
|
||||
* [YouTube](https://www.youtube.com/c/DirectusVideos/featured) (Video Tutorials)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user