17 Commits

Author SHA1 Message Date
Eric Schubert c0888d3ed3 [#60151] use sso strategy only for oidc provider 2025-02-11 15:35:29 +01:00
Eric Schubert 0e375de67e [#49124] added new unit tests and fixed changed ones 2023-09-20 15:46:53 +02:00
Christophe Bliard d5c02a41d3 make insert_final_newline = true for all files 2022-05-10 11:28:34 +02:00
Christophe Bliard 6870075d2b trim trailing whitespace and insert final newline for ruby files 2022-05-05 15:44:15 +02:00
Eric Schubert c2c0ad46ea [chore] add helper section for files tab
- added to wp single view at split and show routes
2022-03-31 11:12:30 +02:00
Eric Schubert 2f3f1b5e61 [#39144] fixed PR formatting issues 2021-10-28 10:52:18 +02:00
Eric Schubert 3cb0690563 Fix eslint issues and merge conflicts in bim module 2021-10-20 17:06:54 +02:00
Oliver Günther d4d470d0f1 Fix generating new TS files with double quotes 2021-08-03 14:35:51 +02:00
Oliver Günther d103b709ca [38072] Disable already selected projects in notification settings
https://community.openproject.org/wp/38072
2021-07-21 14:35:03 +02:00
Andrej Sandorf 638ef7b368 Fix/docs (#9442)
* fix(editorconfig): there's markdown in api yml - don't trim trailing whitespace

* fix(markdown): adjust markdown for kramdown parser

* fix(api-doc): adjust description markdowns, unify descriptions
2021-07-12 16:18:56 +02:00
Oliver Günther 3b78be087b Migrate tslint to eslint (#9064)
* tslint to eslint migration

* Autofix issues

* Fix codeclimate path to eslintrc

* Extend linter config for use with ng lint

* Change prefix to op in angular lints
2021-03-05 21:34:26 +01:00
ulferts c383c5821f Fix/remove cucumber (#8847)
* replace very last cuke with spec

* remove cuke support files

* remove cucumber gems

* remove traces of cucumber

* remove no longer required route

* forcefully clear parallel_test features task

* attempt removal of binstub

* attempt to stabilize spec
2020-11-16 09:20:51 +00:00
Oliver Günther dab04415c4 Fix indentation from editorconfig 2020-05-05 15:55:22 +02:00
Oliver Günther db612d20fe Set space in literal brace to true
[ci skip]
2020-03-06 11:16:53 +01:00
Henriette Dinger f47a75d153 [31023] Preparation for project edit fields: Generalize edit and display fields currently work package specific (#7726)
* Check edit fields for Work package dependencies

* Make EditForm, NotificationService, EditContext indepenedent of Work Packages

* Make EventsService independent of WorkPackages

* Start renaming WpNotificationService (WiP)

* Fix more references

* Fix typescript errors

* Add basic halEditingService

* Rename to global halResourceEditingService (WiP)

* Move typing from class to methods (WiP)

* Fix typescript errors

* Remove space in type

* Add test project widget && generalize the editFieldGroup

* Rename editing portal service

[ci skip]

* Rename WpEditFieldComponent

* Rename WpDisplayFields

* Rename display-XX-field to XX-display-field

[ci skip]

* Add WP specific ID field to distinguish between resources

* Re-add state in work package resource

* Generalize display field renderer

* Rename spent-time to wp-spent-time and fix highlight specifics

[ci skip]

* Actually load the project schema and make field editable

* Make edit-field-group.component an edit-form.component and subclass EditForm

* Remove edit context in favor of specialized EditForm

* Add special cases for work package editing

* Fix edit actions bar

* Fix codeclimate issues

* Use WorkPackageNotificationService if necessary

* Override NotificationService for WPs to allow WP specififc notifications (WiP)

* Correctly provide wpNotification service

Because the ui-router doesn't seem to correctly use the parent element's
injector, we need to provide the wpNotification service not in the
wp-base, but rather the wp-list component as well as in the isolated
query space.

* Allow to filter halEvents for specific resourceTypes (e.g. WorkPackage)

* Remove superfluous cell class constant

* Start renaming selectors for wp-edit-field into generics

* Remove wp-table--cell-span in favor of display field selector

* Consolidate other display and edit field styles

* Provide specialized service for transitions in active edit forms

* Remove superfluous overflowSelector

* Accept that date field contains some work package specifics

* Ignore unreadable files

* Provide the changeset for work packages as a hook

Since hal resource editing service is provided per query space, we
cannot register them once (would only work globally)

* Fix dangerfile

* Remove another todo in halResourceNotification service

* Fix npm TestBed for changed dependencies

* Show inplace edit field in project details widget

* Fix highlighting in single view

* Provide HalResourceEditingService outside of project context

* Used typedState for single-view

* Also provide wpNotification service in split view

* Correct check for resource type in eventsService

* Fix getSchemaName in display field renderer

* Fix passing ids into `halEditing.stopEditing`

* Do not globally inject the halResourceEditingService

There's a bug(?) in ui-router that gives you the global service before
the parent injected service for a ui-view

* Fix wpCreate service on copying and parallel creation

* Remove test project widget

* Revert changes for project details widget
2019-10-01 16:21:17 +02:00
Roman Roelofsen 35d3387102 Added TypeScript files to editorconfig (#4432) 2016-05-18 20:00:55 +02:00
Alex Coles 687ffeac76 Add skeleton .editorconfig file
See http://editorconfig.org/

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
2014-12-10 18:01:14 +01:00