-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OP-1796] Deferred PR creation (#19)
* feat: Added HTML templating * feat: Added static files * feat: Added package browsing * feat: Added 'Create PR' page * feat: Use query params * feat: Added POST endpoint for performing PR creation * tmp: Disabling dry run * feat: Added general 404 page * feat: Added general 405 page * feat: Create and show PR diffs * chore: Use existing funcs * go mod tidy * feat: Added JavaScript that adds 'Loading please wait' text * feat: Added more info to dry-run jobs * Fixed default description template * feat: Fixed post form data processing * bugfix: Properly propagate diff * chore: Updated papercss * feat: Added Gin logger shim * feat: Added HTML for creating comment * feat: Added JS to persist query params * chore: Removed excess logging * Rephrasing * Changed Gin logger to use 'caller' special field name * Border styling * chore: PR create in separate Go file * chore: Some refactoring, and mark Jira issue as required * chore: Refactored more, removing 'jiraCreateComment' bool * feat: Added code path for linking to deferred PR creation * Updated log message * Fixed URI param parsing * bugfix: Fixed JS glitch * chore: Removed excess TryFindNormalized * chore: Added test for censoring URL, and fixed a bug * chore: Removed unused function * chore: Smallfixes to HTML * chore: Linting fixes * docs: Explained new configs in default config * Update pkg/server/prcreate.go * Added newline to schema at EOF * Added some godoc
- Loading branch information
Showing
55 changed files
with
1,939 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.