Behrokh Satarnejad
0000818895
Merge branch 'dev' into feature/36233-openproject-dark-mode-mvp
2024-06-10 08:42:09 +02:00
OpenProject Actions CI
5b442c1645
update locales from crowdin [ci skip]
2024-06-07 03:12:22 +00:00
OpenProject Actions CI
1e5d1f2e58
update locales from crowdin [ci skip]
2024-06-07 03:06:20 +00:00
Markus Kahl
f8caab7409
fix protocol in deployment status check
2024-06-06 14:04:42 +01:00
Markus Kahl
e7949931fe
fix protocol in deployment status check
2024-06-06 13:36:17 +01:00
OpenProject Actions CI
b773a3a168
update locales from crowdin [ci skip]
2024-06-06 03:08:54 +00:00
Markus Kahl
22a8424f94
address review remarks
2024-06-05 09:21:51 +01:00
Markus Kahl
6c4754188f
validate presence of type as it must not be null
...
Co-authored-by: Dombi Attila <83396+dombesz@users.noreply.github.com >
2024-06-05 09:05:21 +01:00
Markus Kahl
5937cad4ec
rubocop ammendments
2024-06-03 11:20:43 +01:00
Markus Kahl
c2386064a7
fix github specs broken due to missing merge_commit_sha
2024-06-03 11:16:13 +01:00
Markus Kahl
3788ae7a45
add missing field to pr payload
2024-06-03 11:03:57 +01:00
Markus Kahl
955af2f83d
use i18n for delete button
2024-06-03 10:52:09 +01:00
Markus Kahl
9e65bca609
address rubocop comments
2024-06-03 10:44:37 +01:00
Markus Kahl
547bd8c65c
pull introspection impl into github integration, add specs
2024-06-03 10:39:49 +01:00
Markus Kahl
f1340e9897
implement deploy status checks for github integration
2024-06-03 10:39:49 +01:00
Behrokh Satarnejad
f04cb2df45
Merge branch dev into feature/36233-openproject-dark-mode-mvp
2024-06-03 11:35:29 +02:00
Henriette Darge
8d2555a0d1
Merge pull request #15673 from opf/bug/55033-button-is-too-close-in-work-package-tab-headlines
...
[#55033 ] added distance to github tab header
2024-06-03 09:35:35 +02:00
OpenProject Actions CI
5199301dfd
update locales from crowdin [ci skip]
2024-06-03 03:05:19 +00:00
Eric Schubert
a836ca6e52
[ #55033 ] harmonized github and gitlab tab headers
...
- used op-tab-content styles
- similar to files tab
- removed custom style for headers
- added op-tab-content--text-box style (spacing top) for empty state
2024-05-31 10:01:15 +02:00
Ivan Kuchin
fa5d03eae0
rubocop safe autocorrect all except Rails/WhereRange
2024-05-30 19:54:08 +02:00
Eric Schubert
1e3221d10e
[ #55033 ] added distance to github tab header
...
- https://community.openproject.org/work_packages/55033
- used same distance, that button in relations tab has
2024-05-27 13:10:53 +02:00
OpenProject Actions CI
d3c9e0a4de
update locales from crowdin [ci skip]
2024-05-20 03:05:48 +00:00
OpenProject Actions CI
93922640c8
update locales from crowdin [ci skip]
2024-05-15 03:09:23 +00:00
OpenProject Actions CI
5aeacb08d2
update locales from crowdin [ci skip]
2024-05-11 03:07:03 +00:00
OpenProject Actions CI
a63322c07b
update locales from crowdin [ci skip]
2024-05-10 03:05:20 +00:00
OpenProject Actions CI
6e7426a0e5
update locales from crowdin [ci skip]
2024-05-07 03:06:35 +00:00
OpenProject Actions CI
d51cef20ca
update locales from crowdin [ci skip]
2024-05-06 03:05:26 +00:00
OpenProject Actions CI
d2bbc1fd8d
update locales from crowdin [ci skip]
2024-05-03 03:10:52 +00:00
OpenProject Actions CI
5050c84ded
update locales from crowdin [ci skip]
2024-04-25 03:07:11 +00:00
Behrokh Satarnejad
f9c1446860
merge dev into feature/36233-openproject-dark-mode-mvp
2024-04-24 14:41:24 +02:00
Behrokh Satarnejad
4ec3e5039d
replace deprecated Primer variables with their new names
2024-04-24 11:10:22 +02:00
Henriette Darge
9114e6e1b5
Update variable names to the defintions from Primer/primitives v8 which is also used in the ViewComponents
2024-04-23 15:51:58 +02:00
OpenProject Actions CI
2a1d14905f
update locales from crowdin [ci skip]
2024-04-16 03:08:10 +00:00
OpenProject Actions CI
41b0ee4d22
update locales from crowdin [ci skip]
2024-04-09 03:08:13 +00:00
OpenProject Actions CI
7cd305dc0d
update locales from crowdin [ci skip]
2024-04-04 03:07:41 +00:00
Henriette Darge
9fbb74646c
Use op-principal classes on the Github user to look like our principals. Further, the CSS was cleaned up
2024-03-25 13:02:07 +01:00
Henriette Darge
3110b69d7d
Use more variables instead of hexcodes in order to be dark mode compatible
2024-03-22 15:16:22 +01:00
Christophe Bliard
1ae177c2a8
Merge branch 'release/13.4' into dev
2024-03-21 17:22:20 +01:00
Christophe Bliard
d653ce6e4c
[53584] Fix Portuguese languages mapping
...
https://community.openproject.org/wp/53584
https://community.openproject.org/wp/53586
When making Portuguese Brazilian and Portuguese Portugal translations
apart from each other in https://community.openproject.org/wp/53374 , we
missed that the root key in the `pt-BR.yml` and `pt-PT.yml` files is
still `pt`. The backend is gracefully falling back to the `pt`
translations but the frontend just fails to translate and falls back to
the English strings, leading to mixed English and Portuguese in the user
interface.
A script fixes the root key in the `pt-BR.yml` and `pt-PT.yml` files.
This script is executed each time the translations are updated from
crowdin.
2024-03-21 16:32:17 +01:00
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
OpenProject Actions CI
e37ae085fb
update locales from crowdin [ci skip]
2024-03-21 03:11:45 +00: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
OpenProject Actions CI
4fae7fab25
update locales from crowdin [ci skip]
2024-03-19 03:09:36 +00:00
OpenProject Actions CI
e3275c6572
update locales from crowdin [ci skip]
2024-03-18 03:05:03 +00:00
OpenProject Actions CI
83ac6ce722
update locales from crowdin [ci skip]
2024-03-10 03:04:41 +00:00
Oliver Günther
4195b8f987
Merge remote-tracking branch 'origin/release/13.4' into dev
2024-03-08 11:33:38 +01:00
Oliver Günther
3ae79960c0
Remove locale files for pt.yml
2024-03-08 09:00:08 +01:00
OpenProject Actions CI
eb03e32980
update locales from crowdin [ci skip]
2024-03-07 18:56:46 +00:00
OpenProject Actions CI
5caf70cb4b
update locales from crowdin [ci skip]
2024-03-07 18:50:32 +00:00