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

Fixes typos (Jenkins triggering test) #18

Closed
wants to merge 2 commits into from

Conversation

avandorp
Copy link
Member

No description provided.

@avandorp
Copy link
Member Author

run tests

@avandorp
Copy link
Member Author

rerun tests

@avandorp
Copy link
Member Author

run tests

@avandorp avandorp changed the title Fixes typos Fixes typos (Jenkins triggering test) Sep 14, 2021
@avandorp
Copy link
Member Author

rerun tests

@avandorp
Copy link
Member Author

run tests

1 similar comment
@avandorp
Copy link
Member Author

run tests

@avandorp avandorp closed this Mar 11, 2022
Knicksaas added a commit that referenced this pull request Jul 8, 2024
- Fix naming
- Fix missing layouting of the resource panel
- Rename forgotten calendarsPanel occurrences
- Create scout baseline type version for 24.2
- Rename missing occurrences of calendarId and calendarDescriptor
- Fix whitespaces
- Rename calendarDescriptor -> calendarResource
- Fix unit tests
- Code reivew #64: Relink components on calendar groups to default calendar
- Code reivew #57b: Fix property update of selectedCalendar
- Code reivew #11: Fix update of list panel on day
- Code review #6: align scrollbars of calendar sidebar
- Code review #64: Render components only in leaf calendar
- Code review #57: Fix creation of components without calendarId
- Code review #45: Fix pointer on split box
- Code review #41: Fix property sync of showListPanel
- Refactor code: inline variable
- Code review #19: reapply selection when right click is on new calendar
- Code review #18: remove menus on not selectable calendar columns
- Code review #11: fix filtering of components in list panel
- Changed text Available calendars to Select calendar and improve layout
- Code review: fix windows resize
- Code review: rename calendars variables
- Fix collapsed label layouting
- Make calendar work with unknown calendar components
- Fix tests
- Adapt to TreeBox in CalendarsSidebar
- Improve calendar sidebar layouting
- Outsource calendar types
- Add documentation to CalendarSidebar
- Fix calendar tests
- Make jasmine tests compatible with new default column
- Fix rendering of multi day components
- Generify default calendar column identifiyer
- Disable colapse animation
- Fix inital calendar sidebar layouting and refactor
- Remove ctrl + scroll zoom listener
- Improve calendar widget java api
- Extend calendar colors and fix bug
- Fix haltingly animation of the year panel
- Implement new calendars expand mechanism
- Improve component loading and calendar colors
- Fix modification of calendars during runntime
- Add java multiple calendar configuration
- Fix calendars sidebar leaf calculation
- Remove split day member
- Add prototype for ctrl + scroll zoom handler
- Fix range selection for smal time units
- Add verfication that one calendar must always be selected
- Add show panel properties to model
- Fix component css class in list panel
- Make all nodes expand on init and unify find of calendar
- Migrate calendarId from long to string (uuid)
- Hide calendars menu when not more than 1 calendar is visible
- Fix calendar init problem and update scroll shaddow
- Switch to new mode
- Fix full day components arrangement
- Fix hover on multi-day appoitments
- Add test for calendar invisibility case
- Add tests for component rendering
- Start implement jasmine js test for calendar
- Add selectable property onto CalendarDescriptor
- Change icon order
- Add event emmiting of tree
- Finish implementation of thrid tree mode
- Start implementing AutoTreeNodeCheckStyle
- Add calendar groups
- Fix range selection on calendar title
- Fix CalendarsPanel paddings
- Improve calendar colors
- Add more appointment colors
- Fix remove of range selection in other calendar column
- Add CalendarDescriptor .equals and .hashCode
- Add selectedCalendar as java attribute
- Fix component rendering while adding new calendars
- Rename resources to calendars
- Fix disabling of components
- Fixed range selection
- Fixed scrollbars and scrolling
- Refactored sidebar animation
- Fix animation of sidebar
- Refactoring of calendar sidebar animation
- Add calendar sidebar animations
- Fix animations and visibility of default calendar
- Fix component rendering for month
- Delete log statements
- Fix component arrangement of day and week
- Refactored column layouting
- Optimised column layouting
- Render components in the correct column
- Add column layout on day view
- Fix component visible rendering
- Implement event propagation
- Finished property writing
- Add property calendars and calendarId
- Removed tree select color
- Restyles paddings
- Add min gap of splitter and refactor layout
- Fixed splitter positioning
- Add splitter listener
- Add resource panel as html component
- Created ResourcesPanel

329993
Knicksaas added a commit that referenced this pull request Jul 8, 2024
- Fix naming
- Fix missing layouting of the resource panel
- Rename forgotten calendarsPanel occurrences
- Create scout baseline type version for 24.2
- Rename missing occurrences of calendarId and calendarDescriptor
- Fix whitespaces
- Rename calendarDescriptor -> calendarResource
- Fix unit tests
- Code reivew #64: Relink components on calendar groups to default calendar
- Code reivew #57b: Fix property update of selectedCalendar
- Code reivew #11: Fix update of list panel on day
- Code review #6: align scrollbars of calendar sidebar
- Code review #64: Render components only in leaf calendar
- Code review #57: Fix creation of components without calendarId
- Code review #45: Fix pointer on split box
- Code review #41: Fix property sync of showListPanel
- Refactor code: inline variable
- Code review #19: reapply selection when right click is on new calendar
- Code review #18: remove menus on not selectable calendar columns
- Code review #11: fix filtering of components in list panel
- Changed text Available calendars to Select calendar and improve layout
- Code review: fix windows resize
- Code review: rename calendars variables
- Fix collapsed label layouting
- Make calendar work with unknown calendar components
- Fix tests
- Adapt to TreeBox in CalendarsSidebar
- Improve calendar sidebar layouting
- Outsource calendar types
- Add documentation to CalendarSidebar
- Fix calendar tests
- Make jasmine tests compatible with new default column
- Fix rendering of multi day components
- Generify default calendar column identifiyer
- Disable colapse animation
- Fix inital calendar sidebar layouting and refactor
- Remove ctrl + scroll zoom listener
- Improve calendar widget java api
- Extend calendar colors and fix bug
- Fix haltingly animation of the year panel
- Implement new calendars expand mechanism
- Improve component loading and calendar colors
- Fix modification of calendars during runntime
- Add java multiple calendar configuration
- Fix calendars sidebar leaf calculation
- Remove split day member
- Add prototype for ctrl + scroll zoom handler
- Fix range selection for smal time units
- Add verfication that one calendar must always be selected
- Add show panel properties to model
- Fix component css class in list panel
- Make all nodes expand on init and unify find of calendar
- Migrate calendarId from long to string (uuid)
- Hide calendars menu when not more than 1 calendar is visible
- Fix calendar init problem and update scroll shaddow
- Switch to new mode
- Fix full day components arrangement
- Fix hover on multi-day appoitments
- Add test for calendar invisibility case
- Add tests for component rendering
- Start implement jasmine js test for calendar
- Add selectable property onto CalendarDescriptor
- Change icon order
- Add event emmiting of tree
- Finish implementation of thrid tree mode
- Start implementing AutoTreeNodeCheckStyle
- Add calendar groups
- Fix range selection on calendar title
- Fix CalendarsPanel paddings
- Improve calendar colors
- Add more appointment colors
- Fix remove of range selection in other calendar column
- Add CalendarDescriptor .equals and .hashCode
- Add selectedCalendar as java attribute
- Fix component rendering while adding new calendars
- Rename resources to calendars
- Fix disabling of components
- Fixed range selection
- Fixed scrollbars and scrolling
- Refactored sidebar animation
- Fix animation of sidebar
- Refactoring of calendar sidebar animation
- Add calendar sidebar animations
- Fix animations and visibility of default calendar
- Fix component rendering for month
- Delete log statements
- Fix component arrangement of day and week
- Refactored column layouting
- Optimised column layouting
- Render components in the correct column
- Add column layout on day view
- Fix component visible rendering
- Implement event propagation
- Finished property writing
- Add property calendars and calendarId
- Removed tree select color
- Restyles paddings
- Add min gap of splitter and refactor layout
- Fixed splitter positioning
- Add splitter listener
- Add resource panel as html component
- Created ResourcesPanel

329993
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant