Commit Graph

13 Commits

Author SHA1 Message Date
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Ivan Kuchin 9e4934cd0a change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a 2024-03-20 18:05:22 +01:00
Christophe Bliard 48a4f1b6ad lint with rubocop --autocorrect (safe cops only) 2022-06-02 10:40:10 +02:00
Oliver Günther 53ee07c84b Rewrite all docs.openproject.org links 2022-05-02 09:29:29 +02:00
Christophe Bliard a33524ef6d remove ruby magic comment for utf-8
ruby interprets source encoding as utf-8 since 2.0.0, making magic comment redundant and useless
2022-03-10 19:36:58 +01:00
Philipp Tessenow bd906716e5 [#36153] link manually created pull request to a work package using the GitHub integration plug-in (#9070)
* Receiving and Parsing GitHub webhooks

* added services for upserting PullRequests, GitHub users, and, checks.
* added the datamodels for storing these entities
* added logic to parse GitHub webhooks and save the entities above

* fix some specs, added model specs

* let UpsertPartialPullRequest return the upserted PR

* added the last missing specs

* avoid double-posts when editing pull requestsx

* attempt to reduce flakiness

* added pull requests API endpoint

* handle edge case of converting partial PRs to full PRs

* name raw input of an upsert service 'payload' to differentiate it from the prepared params

* handle edge case: partial upsert after full PR creation

* github_user does not reference users anymore

* fixed a doc comment

* use enums instead of custom validations

* WIP

* pairing with jens and some cleanup and test writing

* better migration, clear up old PRs with a cron job

* handle case of non-edit events which do not introduce new linked work packages, but still require a comment
2021-04-15 13:00:28 +02:00
ulferts 1bdd2ab9ae safe automatic fixes by rubocop (#8994) 2021-02-11 16:02:18 +01:00
Oliver Günther e62f42f713 Fix bundled module versions 2019-03-15 11:56:08 +01:00
Oliver Günther 1cb18a1989 Fix gemspec 2019-03-15 11:50:16 +01:00
Oliver Günther 4bb14e2a62 Upgrade to Rails 5.2 2018-12-03 10:29:18 +01:00
Oliver Günther a94ba2431d Make module engines refer to core version 2018-11-20 08:41:24 +01:00
Oliver Günther f94f73ac71 Prepare for core integration 2018-11-14 13:57:33 +01:00