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

collaboration system object and event model #37

Closed
wants to merge 145 commits into from
Closed

collaboration system object and event model #37

wants to merge 145 commits into from

Conversation

petar
Copy link
Member

@petar petar commented Aug 2, 2023

Introduce docket system, which manages motions. Motions model issues or pull requests and they relationships.
Motions are programmable through a policy interface, which enables the implementation of governance mechanisms.

Resolves #69
Resolves #106
Resolves #111
Resolves #127
Resolves #112
Resolves #117
Resolves #140
Resolves #139
Resolves #143
Resolves #142
Resolves #144
Resolves #113
Resolves #138

@petar petar self-assigned this Aug 2, 2023
@petar petar changed the title collaboration subsystem 🚧 (WIP) collaboration subsystem scaffolding 🚧 (WIP) Aug 2, 2023
@petar petar changed the title collaboration subsystem scaffolding 🚧 (WIP) collaboration system scaffolding 🚧 (WIP) Aug 2, 2023
@petar petar force-pushed the collab branch 2 times, most recently from 307adf6 to c9d3ce0 Compare August 7, 2023 19:50
@petar petar changed the title collaboration system scaffolding 🚧 (WIP) collaboration system object model Aug 24, 2023
@petar petar changed the title collaboration system object model collaboration system object and event model Aug 24, 2023
@petar petar marked this pull request as ready for review August 24, 2023 16:29
@petar petar force-pushed the collab branch 2 times, most recently from cee61aa to b134dcc Compare August 29, 2023 20:31
@petar petar force-pushed the collab branch 4 times, most recently from 0845e9a to f084f8b Compare September 12, 2023 21:59
@petar petar force-pushed the collab branch 2 times, most recently from 0785171 to 74f04ce Compare October 25, 2023 16:47
@petar petar force-pushed the collab branch 2 times, most recently from 7c6e6dd to 78df80f Compare November 2, 2023 16:14
}, nil
}

const githubRepoHTTPSURLRegexpSrc = `https://github\.com/([a-zA-Z0-9\-]+)/([a-zA-Z0-9\.\-]+)`

Check failure

Code scanning / CodeQL

Missing regular expression anchor High

When this is used as a regular expression on a URL, it may match anywhere, and arbitrary hosts may come before or after it.
github/join.go Dismissed Show dismissed Hide dismissed
@petar petar closed this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment