Skip to content
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

remove metalnx database #214

Closed
trel opened this issue Mar 8, 2021 · 1 comment
Closed

remove metalnx database #214

trel opened this issue Mar 8, 2021 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file deploy/arch documentation enhancement java Pull requests that update Java code UI
Milestone

Comments

@trel
Copy link
Contributor

trel commented Mar 8, 2021

No description provided.

@trel trel added this to the 3.0.0 milestone Mar 8, 2021
JustinKyleJames added a commit to JustinKyleJames/jargon-irods-ext that referenced this issue Nov 21, 2024
JustinKyleJames added a commit to JustinKyleJames/jargon-irods-ext that referenced this issue Dec 5, 2024
- Reimplemented UserDaoImpl.java to use Jargon calls to iRODS.
- Remove code that involves with favorites, bookmarks, templates, and profiles.
- Remove code for unused user fields.
- Remove references to hibernate and javax.persistence and all database update code.
- Moved UserDaoImpl.java and IRODSServices.java to avoid cyclic dependency.
- Add new required dependency for emc-metalnx-core to depend on jargon-zipservice and jargon-ticket.
- Change build->tasks to build->target as seems to be required due to maven update.
- Remove UserDao dependency on GenericDao.  Remove GenericDao and GenericDaoImpl as these have DB specific functionality.
alanking pushed a commit to DICE-UNC/jargon-irods-ext that referenced this issue Dec 5, 2024
- Reimplemented UserDaoImpl.java to use Jargon calls to iRODS.
- Remove code that involves with favorites, bookmarks, templates, and profiles.
- Remove code for unused user fields.
- Remove references to hibernate and javax.persistence and all database update code.
- Moved UserDaoImpl.java and IRODSServices.java to avoid cyclic dependency.
- Add new required dependency for emc-metalnx-core to depend on jargon-zipservice and jargon-ticket.
- Change build->tasks to build->target as seems to be required due to maven update.
- Remove UserDao dependency on GenericDao.  Remove GenericDao and GenericDaoImpl as these have DB specific functionality.
@trel trel added enhancement deploy/arch dependencies Pull requests that update a dependency file documentation java Pull requests that update Java code UI labels Dec 5, 2024
JustinKyleJames added a commit to JustinKyleJames/metalnx-web that referenced this issue Dec 5, 2024
…on the Metalnx database.

- Removed code for favorites, templates, user profiles, and bookmarks.
- Removed references to the deleted forms and user fields
- Changed UserService.findByQueryString to UserService.findByUsername as
the user name is the only field that can be queried since the other
fields were all stored in the local Metalnx database.
- Removed the database sync jobs.

This fixes issue 327 as user info is now obtained directly from iRODS.

[214][327] remove references to sync jobs
JustinKyleJames added a commit to JustinKyleJames/metalnx-web that referenced this issue Dec 5, 2024
…on the Metalnx database.

- Removed code for favorites, templates, user profiles, and bookmarks.
- Removed references to the deleted forms and user fields
- Changed UserService.findByQueryString to UserService.findByUsername as
the user name is the only field that can be queried since the other
fields were all stored in the local Metalnx database.
- Removed the database sync jobs.

This fixes issue irods-contrib#327 as user info is now obtained directly from iRODS.
alanking pushed a commit that referenced this issue Dec 5, 2024
- Removed code for favorites, templates, user profiles, and bookmarks.
- Removed references to the deleted forms and user fields
- Changed UserService.findByQueryString to UserService.findByUsername as
the user name is the only field that can be queried since the other
fields were all stored in the local Metalnx database.
- Removed the database sync jobs.

This fixes issue #327 as user info is now obtained directly from iRODS.
@JustinKyleJames
Copy link
Contributor

The changes for this issue have been merged. Closing this issue.

alanking pushed a commit to DICE-UNC/jargon-irods-ext that referenced this issue Dec 13, 2024
JustinKyleJames added a commit to JustinKyleJames/metalnx-web that referenced this issue Dec 13, 2024
- Removed metalnx-tools
- Remove more dead code
- Updated docker files
- Remove hibernate references
- Updated readme and docs
- Remove references to jobs properties
- Remove version from docker-compose.yml as it is no longer supported
alanking pushed a commit that referenced this issue Dec 13, 2024
- Removed metalnx-tools
- Remove more dead code
- Updated docker files
- Remove hibernate references
- Updated readme and docs
- Remove references to jobs properties
- Remove version from docker-compose.yml as it is no longer supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file deploy/arch documentation enhancement java Pull requests that update Java code UI
Development

No branches or pull requests

2 participants