jcormier

Results 14 issues of jcormier

Fixes build issue when using Makefile to install in a Yocto filesystem or any other filesystem builder.

https://github.com/oblique/create_ap/blob/016fd2b38f87d56344b87b588a6c887628884482/Makefile#L12 Should be ` [ ! -d $(DESTDIR)$(PREFIX)/lib/systemd/system ] || install -Dm644 create_ap.service $(DESTDIR)$(PREFIX)/lib/systemd/system/create_ap.service `

Merged master branch into the 4.4-kitkat branch and then reverted several commits which break building for kitkat. Note because oracle stopped allowing downloading of the jdk 6u45 installer this commit...

Upgrading from redmine:3.4.7 to redmine:4.0.0 causes unicorn to exit repeatedly. This is due to the upgrade from ruby 3.3 to 3.4. The files in /srv/docker/redmine/redmine/tmp/ need to be removed. ```...

enhancement
regression

Though not every warning may need to be fixed. ```bash $ shellcheck assets/runtime/functions In assets/runtime/functions line 3: source ${REDMINE_RUNTIME_DIR}/env-defaults ^-- SC2086: Double quote to prevent globbing and word splitting. In...

enhancement

**Describe the Issue** Our test simcamera points to a XML file which is already on the PC. harvesters correctly finds it but ends up deleting it during the do_clean_up step...

improvement

Menu items appear to be exceeding their container Without additionals: ![image](https://user-images.githubusercontent.com/5613721/140817229-a447989a-f713-4f13-a3a8-b29b0895eb0b.png) With addtionals: ![image](https://user-images.githubusercontent.com/5613721/140817250-99dfff8a-82e5-4072-b80c-ace54662705f.png) In developer tools, if I delete the following, the menu goes back to looking correct. However,...

compatibility

https://www.redmine.org/issues/31355 ![image](https://user-images.githubusercontent.com/5613721/139924330-7b91f3b2-9096-4343-91a5-8ea3688a7c02.png)

Notifiable: Update lib/wiki_extensions_notifiable_patch.rb to not conflict with redmine_checklists. Change was modeled after redmine_checklist's notifiable_patch.rb Issue: #16

The default queue adapter stores all jobs in memory so they would be lost on a server restart. Redmine is recommending that a persistent queue adapter be used instead. https://www.redmine.org/issues/33589...

enhancement
good first issue