forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merging dataquest-dev/dtq-dev #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* The submitter information cannot be displayed in some cases, but show a few information about the Item * Added missing trailing comma * Fixed docs
1. Author does not have a two input fields. 2. Test for checking the notice step will be transformed into UI test, because we do not want to keep such specific collection for generic IT.
* added licenses from ufal commit dcbe87e02931dee78b13c4b3995a6cef3aeacd32 * added missing static licenses * remove static from licenses path * no_static_ as const * checkstyle
* Use NAMESPACES from the .env * Created symbolic link for the tomcat folder * Updated docker compose files - can load more properties from the `.env`
Because some tests were canceled during processing.
…er it is always 4000 (DSpace#740)
Uncommented /repository/ namespace in the docker-compose.yml. It is only for one deploy.
Undo exposing server on the /repository/ path
…se in the container it is always `/` and `/server` (DSpace#741)
… /repository/server
…ken (DSpace#733) * Used hardredirect instead of the standard router.redirect because the user could be stucked on the loading page * Added doc why * Added missing whitespace
…n-forms` when it is configured in the cfg property (DSpace#745)
…it was changed in the autocomplete enhnancement (DSpace#749)
* Modified matomo tracking in footer component * Do not use routerless Matomo because we want to track view on every page redirect * The Matomo statistics are tracked properly. * Prettyfied the code * Fix linting error * Fixed unit tests following the matomo statistics update * Fixed linting error * Added a document title in the footer * Added category to the eventTrack because it is required for the Matomo. * Refactored using matomo statistics - added into browser init service, because the Matomo statistics wasn't rendered on production * Changed matomo-settings location --------- Co-authored-by: Matus Kasak <[email protected]>
Try a commit when the import worked.
…irect from home page). (DSpace#752)
* Added volume into docker-compose * Take a matomo configuration from the environment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merges the following changes:
UFAL/Share submission with user not only admin (dataquest-dev#728)
Updated messages following last commit to upstream. (dataquest-dev#731)
Updated dspace prefix to lindat (dataquest-dev#734)
Added notification when the shibboleth authentication is failed (dataquest-dev#732)
Removed two IT: (dataquest-dev#737)
Use NAMESPACES from the .env (dataquest-dev#727)
Update deploy.yml to increase timeout (dataquest-dev#738)
Use only 4000, not the {UI_PORT} from the .env because in the container it is always 4000 (dataquest-dev#740)
Update docker-compose-rest.yml
Update docker-compose-rest.yml
Use only / and /server namespaces, not the values from the .env because in the container it is always
/
and/server
(dataquest-dev#741)Expose tomcat
/server
on/repository/server
Take a customized docker-compose-rest.yml which exposes the server on /repository/server
Updated a path to take right docker-compose files
Undo using only default namespaced
/
and/server
Update all static licenses (dataquest-dev#726)
and from merge on 2024-04-12:
Use custom
docker-compose.yml
from the testing serverUFAL/Shibboleth fixed wrong redirect after login with verification token (dataquest-dev#733)
Use path
./assets
instead of/assets
(dataquest-dev#742)Get UI base URL from BE (dataquest-dev#744)
Check that the custom type bind field in configured in the
submission-forms
when it is configured in the cfg property (dataquest-dev#745)Searching by type is changed to 'type' instead of 'itemtype' because it was changed in the autocomplete enhnancement (dataquest-dev#749)
Use
autoLogin
method (dataquest-dev#747)UFAL/Matomo statistics using angulartics2 (dataquest-dev#748)
Update db-import action
Update import-db action - use main branch
Added a translation for the searching filter
subjectFirstValue
(redirect from home page). (dataquest-dev#752)Ensure the redirect URL starts with a slash (dataquest-dev#753)
Added volume into docker-compose (dataquest-dev#754)
UFAL/Load the matomo configuration from the environment (dataquest-dev#755)
Fetch the matomo properties from the config, not from the environment (dataquest-dev#756)
Load the szn license in oninit method (dataquest-dev#757)
new download instruction for cmd using zip from backend (dataquest-dev#739)