[PR #4] [CLOSED] Build script #491

Closed
opened 2026-02-27 08:17:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/4
Author: @anomalyze
Created: 6/19/2021
Status: Closed

Base: mainHead: build-script


📝 Commits (3)

📊 Changes

7 files changed (+65 additions, -4 deletions)

View changed files

📝 app/build.sh (+1 -1)
📝 app/src/create_user.rs (+10 -0)
📝 app/src/user_table.rs (+4 -0)
📝 model/src/lib.rs (+7 -1)
📝 src/domain/sql_backend_handler.rs (+9 -0)
📝 src/domain/sql_tables.rs (+6 -2)
📝 src/infra/ldap_handler.rs (+28 -0)

📄 Description

This update fixes #3 the build script failing if you complete the 'npm install rollup' from within the main directory


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/4 **Author:** [@anomalyze](https://github.com/anomalyze) **Created:** 6/19/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `build-script` --- ### 📝 Commits (3) - [`0b5348d`](https://github.com/lldap/lldap/commit/0b5348d3ea69ed72520f423c19a71086f2b05313) add additional attributes to users - [`1b9017a`](https://github.com/lldap/lldap/commit/1b9017a92ff88007bec82d2aa12b296542129550) cargo fmt - [`db8c3b9`](https://github.com/lldap/lldap/commit/db8c3b93e212b0679454bcbc52a0cfcaddc50a0a) fixed build script ### 📊 Changes **7 files changed** (+65 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/build.sh` (+1 -1) 📝 `app/src/create_user.rs` (+10 -0) 📝 `app/src/user_table.rs` (+4 -0) 📝 `model/src/lib.rs` (+7 -1) 📝 `src/domain/sql_backend_handler.rs` (+9 -0) 📝 `src/domain/sql_tables.rs` (+6 -2) 📝 `src/infra/ldap_handler.rs` (+28 -0) </details> ### 📄 Description This update fixes #3 the build script failing if you complete the 'npm install rollup' from within the main directory --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#491
No description provided.