Commit Graph

9709 Commits

Author SHA1 Message Date
Sebastian Sdorra
28d813c12d added docs for basedirectory and logging 2020-04-25 17:27:48 +02:00
Sebastian Sdorra
dbca56ce6b use /Users/<your_user_name>/Logs/SCM-Manager as log directory on OSX 2020-04-25 16:49:33 +02:00
Sebastian Sdorra
dd7a727def use os specific default directories
- /Users/<your_user_name>/Library/Application Support/SCM-Manager for OSX
- %APPDATA%\SCM-Manager for Windows
- ~/.scm for Unix
2020-04-25 12:38:01 +02:00
Sebastian Sdorra
5140bdf6b0 Merge pull request #1104 from scm-manager/feature/push_docker_latest_tag
Push latest tag for docker
2020-04-23 10:07:46 +02:00
Sebastian Sdorra
33da802ea8 Merge pull request #1105 from scm-manager/bugfix/scrollable_menu
Bugfix/scrollable menu
2020-04-23 10:07:19 +02:00
René Pfeuffer
776619b9c8 Merge pull request #1106 from scm-manager/snyk-upgrade-840c94ead3c2ff621fd4ee50c8bae9e8
[Snyk] Upgrade org.junit-pioneer:junit-pioneer from 0.5.5 to 0.5.6
2020-04-23 07:42:04 +02:00
snyk-bot
a808a5f5ad fix: upgrade org.junit-pioneer:junit-pioneer from 0.5.5 to 0.5.6
Snyk has created this PR to upgrade org.junit-pioneer:junit-pioneer from 0.5.5 to 0.5.6.

See this package in NPM:
https://www.npmjs.com/package/org.junit-pioneer:junit-pioneer

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/4ac22872-f5a6-4220-bfe8-e6e5bf4c5fcb?utm_source=github&utm_medium=upgrade-pr
2020-04-23 03:00:08 +02:00
Florian Scholdei
fd2150628b Update storyshots 2020-04-23 00:18:23 +02:00
Florian Scholdei
15347e23f6 Secondary menu no longer scrolls beyond a certain screen size in order to be able to display all elements 2020-04-23 00:16:56 +02:00
René Pfeuffer
d77d3eb201 Push latest tag for docker 2020-04-22 10:09:38 +02:00
Sebastian Sdorra
02d3f5cf6a update documentation for plugin development 2020-04-22 08:57:36 +02:00
Sebastian Sdorra
6396453343 remove outdated reference to ui-bundler 2020-04-22 08:30:38 +02:00
eheimbuch
84a8010873 Merge pull request #1101 from scm-manager/feature/requires_for_webelement
Feature/requires for webelement
2020-04-21 12:55:13 +02:00
Eduard Heimbuch
8aa9f18481 resolve merge conflict 2020-04-21 10:20:45 +02:00
Sebastian Sdorra
50344eaf79 Merge pull request #1103 from scm-manager/snyk-upgrade-97e3808395eed2f5441589796a5e36e1
[Snyk] Upgrade org.junit-pioneer:junit-pioneer from 0.5.4 to 0.5.5
2020-04-21 07:44:58 +02:00
René Pfeuffer
2b970f6592 Add hint to future self 2020-04-21 07:19:14 +02:00
snyk-bot
4c758e5e85 fix: upgrade org.junit-pioneer:junit-pioneer from 0.5.4 to 0.5.5
Snyk has created this PR to upgrade org.junit-pioneer:junit-pioneer from 0.5.4 to 0.5.5.

See this package in NPM:
https://www.npmjs.com/package/org.junit-pioneer:junit-pioneer

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/4ac22872-f5a6-4220-bfe8-e6e5bf4c5fcb?utm_source=github&utm_medium=upgrade-pr
2020-04-21 01:00:23 +00:00
René Pfeuffer
e778d5f4d4 Let plugin.xml be written by smp maven plugin 2020-04-20 16:25:04 +02:00
René Pfeuffer
1872fc17a8 Use new scm-maven-plugin v1.0.0-rc7 2020-04-20 15:28:33 +02:00
Sebastian Sdorra
9652652005 Merge pull request #1100 from scm-manager/feature/add_icon_options
Add iconStyle + onClick option and story shot for icon component
2020-04-20 08:08:18 +02:00
Florian Scholdei
3ab3eb43bd Remove onClick option from Icon.tsx 2020-04-20 00:44:52 +02:00
René Pfeuffer
4eb86dd5fc Merge pull request #1102 from scm-manager/snyk-upgrade-115e8c9774550a0c577e6c26d19df6d1
[Snyk] Upgrade org.jboss.resteasy:resteasy-core-spi from 4.5.2.Final to 4.5.3.Final
2020-04-18 08:40:10 +02:00
snyk-bot
cca7cc6908 fix: upgrade org.jboss.resteasy:resteasy-core-spi from 4.5.2.Final to 4.5.3.Final
Snyk has created this PR to upgrade org.jboss.resteasy:resteasy-core-spi from 4.5.2.Final to 4.5.3.Final.

See this package in NPM:
https://www.npmjs.com/package/org.jboss.resteasy:resteasy-core-spi

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/c575ed09-e310-44e7-afc8-22b77c5873cf?utm_source=github&utm_medium=upgrade-pr
2020-04-17 21:57:29 +00:00
Florian Scholdei
0a7c847c56 Revise newer storybook stories 2020-04-16 20:57:41 +02:00
Sebastian Sdorra
155d98373e update changelog 2020-04-16 13:57:56 +02:00
Sebastian Sdorra
6da7efdb9b fixed missing servlets and filters
WebElements with same attributes are not bound, because they are stored in a HashSet and the fields from the parent class were not used for hashCode and equals. The equals and hashCode methods of WebElementDescriptor are now taking the fields of ClassElement in account.
2020-04-16 13:49:43 +02:00
Florian Scholdei
a5230304cf Update CHANGELOG.md 2020-04-16 12:36:21 +02:00
Florian Scholdei
7a8b1c0c06 Add iconStyle + onClick option and story shot for icon component 2020-04-16 12:34:28 +02:00
Sebastian Sdorra
0d4976ecf1 fixed some sonarqube findings 2020-04-16 12:03:12 +02:00
Sebastian Sdorra
81e8dc428c support requires annotation on WebElements 2020-04-16 11:57:38 +02:00
Sebastian Sdorra
b9acc7c9f6 Merge pull request #1097 from scm-manager/feature/optional_dependency_annotation
Feature/optional dependency annotation
2020-04-15 11:11:37 +02:00
Sebastian Sdorra
036d9cc821 fixed wrong merge of changelog 2020-04-15 10:41:25 +02:00
Sebastian Sdorra
8fb3fdd139 Merge branch 'develop' into feature/optional_dependency_annotation 2020-04-15 09:24:57 +02:00
Sebastian Sdorra
5e75addb49 remove setter from ClassElement 2020-04-15 08:50:43 +02:00
Sebastian Sdorra
21aa403f7b fixed typo in changelog 2020-04-15 08:41:08 +02:00
Sebastian Sdorra
987f928626 remove useless comments and restructure ClassSetElement 2020-04-15 08:39:29 +02:00
Sebastian Sdorra
8d698c53a5 Added javadoc for Requires annotation 2020-04-15 08:35:50 +02:00
René Pfeuffer
a4b3454601 Fix process 2020-04-14 15:37:18 +02:00
René Pfeuffer
e68fb4800f Merge pull request #1099 from scm-manager/snyk-upgrade-014a0fee23d40e76f6a5f1dc802c6ad6
[Snyk] Upgrade org.junit.jupiter:junit-jupiter-engine from 5.6.0 to 5.6.1
2020-04-14 11:26:53 +02:00
snyk-bot
9860652313 fix: upgrade org.junit.jupiter:junit-jupiter-engine from 5.6.0 to 5.6.1
Snyk has created this PR to upgrade org.junit.jupiter:junit-jupiter-engine from 5.6.0 to 5.6.1.

See this package in NPM:
https://www.npmjs.com/package/org.junit.jupiter:junit-jupiter-engine

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/4ac22872-f5a6-4220-bfe8-e6e5bf4c5fcb?utm_source=github&utm_medium=upgrade-pr
2020-04-14 01:00:21 +00:00
René Pfeuffer
b953b1258b Remove arbitrary apache exception 2020-04-11 22:21:41 +02:00
Sebastian Sdorra
926f5393af Merge pull request #1098 from scm-manager/snyk-upgrade-a0af0c5a06a03613dc75b671550a929a
[Snyk] Upgrade com.google.inject:guice from 4.2.2 to 4.2.3
2020-04-11 16:58:29 +02:00
snyk-bot
98ef04579b fix: upgrade com.google.inject:guice from 4.2.2 to 4.2.3
Snyk has created this PR to upgrade com.google.inject:guice from 4.2.2 to 4.2.3.

See this package in NPM:
https://www.npmjs.com/package/com.google.inject:guice

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/c575ed09-e310-44e7-afc8-22b77c5873cf?utm_source=github&utm_medium=upgrade-pr
2020-04-10 21:57:08 +00:00
René Pfeuffer
c4fc0615b5 Set version back to 2.0.0-SNAPSHOT 2020-04-09 21:08:58 +02:00
René Pfeuffer
80b843d0bf Reset to original master branch
In case the master branch had been checked out before
with a different commit from an earlier build, we
reset it to the commit from origin.
2020-04-09 21:07:54 +02:00
CES Marvin
d5847e7965 prepare for next development iteration 2020-04-09 19:03:13 +00:00
CES Marvin
3cf675f30d release version 2.0.0-rc7 2.0.0-rc7 2020-04-09 18:37:13 +00:00
René Pfeuffer
313f589ea8 Adjust changelog for release 2.0.0-rc7 2020-04-09 20:27:38 +02:00
René Pfeuffer
70c2d5e844 Update for new plugin release process 2020-04-09 19:45:24 +02:00
Eduard Heimbuch
9cdec81ec0 make right content in cardcolumn hoverable 2020-04-09 09:33:40 +02:00