diff --git a/LICENSE b/LICENSE index 75f801f..377526a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 IT-REX +Copyright (c) 2023 MEITREX Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bcf56bd..7ee450d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,6 @@ The endpoint for the GraphQL API is `/graphql`. The GraphQL Playground is availa ## Get started A guide how to start development can be -found in the [wiki](https://gits-enpro.readthedocs.io/en/latest/dev-manuals/backend/get-started.html). +found in the [wiki](https://meitrex.readthedocs.io/en/latest/dev-manuals/backend/get-started.html). diff --git a/build.gradle b/build.gradle index 8670b65..28f428f 100644 --- a/build.gradle +++ b/build.gradle @@ -22,8 +22,8 @@ if (jacocoEnabled.toBoolean()) { sonarqube { properties { - property("sonar.projectKey", "IT-REX-Platform_flashcard_service") - property("sonar.organization", "it-rex-platform") + property("sonar.projectKey", "MEITREX_flashcard_service") + property("sonar.organization", "meitrex") property("sonar.host.url", "https://sonarcloud.io") } diff --git a/pull_request_template.md b/pull_request_template.md index 71bb8e3..c53789f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -15,18 +15,18 @@ In case of manual test, please document the test well including a set of user in ## Checklist before requesting a review - [ ] My code is easy to understand -- [ ] My code follows the [coding guidelines](https://github.com/IT-REX-Platform/wiki/blob/main/dev-manuals/backend/coding-guidelines.md) of this project +- [ ] My code follows the [coding guidelines](https://github.com/MEITREX/wiki/blob/main/dev-manuals/backend/coding-guidelines.md) of this project - [ ] My code fulfills all acceptance criteria - [ ] The test coverage (line and branch) is reasonably high, especially on Service classes and other classes with complex logic - [ ] I have made corresponding changes to the documentation or - the [wiki/adr](https://github.com/IT-REX-Platform/wiki/tree/main/adr) + the [wiki/adr](https://github.com/MEITREX/wiki/tree/main/adr) - [ ] I made no breaking changes in the database schema or if so, I will perform a database migration ## Checklist for reviewer - The code is easy to understand - The code follows - the [coding guidelines](https://github.com/IT-REX-Platform/wiki/blob/main/dev-manuals/backend/coding-guidelines.md) of + the [coding guidelines](https://github.com/MEITREX/wiki/blob/main/dev-manuals/backend/coding-guidelines.md) of this project - The code is tested or if not, the reason is documented or discussed - The added and existing tests reasonably cover the code change diff --git a/settings.gradle b/settings.gradle index 356b8c6..904e46a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,10 +1,10 @@ rootProject.name = 'flashcard_service' sourceControl { - gitRepository(uri('https://github.com/IT-REX-Platform/gits-common')) { + gitRepository(uri('https://github.com/MEITREX/common')) { producesModule('de.unistuttgart.iste.gits:gits-common') } - gitRepository(uri('https://github.com/IT-REX-Platform/gits-common-test')) { + gitRepository(uri('https://github.com/MEITREX/common_test')) { producesModule('de.unistuttgart.iste.gits:gits-common-test') } } \ No newline at end of file