-
Updated
May 15, 2020 - Java
devops
Here are 173 public repositories matching this topic...
-
Updated
May 14, 2020 - Java
-
Updated
May 13, 2020 - Java
-
Updated
May 5, 2020 - Java
I'm not sure if this is even possible, or if it's up to the Operating System, but I have two monitors and when the sudo pop-up opens when I'm editing a file, the dialog box opens on the other monitor (the primary one in Windows 10 settings). Would it be possible to force the dialog box pop-up to open on the same monitor as where the snowflake app is running? I totally understand if that is not som
Current rultor docker image (1.68.2) is too fat.
REPOSITORY TAG IMAGE ID CREATED SIZE
yegor256/rultor latest 233d6d168c87 4 weeks ago 3.16GB
e.g. you can remove /usr/share/doc/texlive-doc (https://askubuntu.com/questions/129566/remove-documentation-to-save-hard-drive-space)
root@5370
-
Updated
Apr 14, 2020 - Java
-
Updated
Apr 11, 2020 - Java
-
Updated
May 14, 2020 - Java
-
Updated
Mar 3, 2020 - Java
-
Updated
Apr 15, 2020 - Java
-
Updated
Apr 28, 2020 - Java
-
Updated
May 14, 2020 - Java
-
Updated
Jun 28, 2017 - Java
The CSARs loaded during the init are sorted by name and loaded. The admin is therefore forced to create a dependency graph and then to order the CSARs, with the ones without any import (the normatives) as starting points. Finally, the CSARs must be renamed so the natural order of the CSARs is the same with the order given by the dependency between CSARs.
Usint the attached examples, the natural
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 24, 2020 - Java
-
Updated
May 15, 2020 - Java
Currently, we can set options by, for example, rgwAdmin.setUserQuota(java.lang.String userId, long maxObjects, long maxSizeKB)
Add an overloaded method such as rgwAdmin.setUserQuota(Quota quota) , so that user can :
Quota quota = rgwAdm.getUserQuota(userId)
quota.setMaxObjects = 5566
rgwAdm.setUserQuota(quota)
All "set" methods listed in https://www.javadoc.io/static/io.g
individual bucket
-
Updated
Mar 12, 2020 - Java
-
Updated
May 15, 2020 - Java
-
Updated
Jun 28, 2019 - Java
The proposal
Make the SHAFT_Engine more user friendly with it's verification methods.
Make use of the enums in the validateElementAttribute method in the ValidationActions class and Implement an overloaded methods to take these enums for the common attributes or a string for any other needed attribute.
![image](https://user-images.githubusercontent.com/46620378/78984881-a7f4ca
-
Updated
May 8, 2020 - Java
Not seeing a way to enable debug mode in the README.
Improve this page
Add a description, image, and links to the devops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devops topic, visit your repo's landing page and select "manage topics."
Context
As a reader of online docs, it is not clear when doing diff which database if the "reference" against which a "target" is compared. This makes it tough!
As a reader of online docs, hoping to do a diffchangelog, it is not clear how to set the url and referenceURL parameters if i want to apply the generated diffchangelog against one db to migrate it up to the other. Which is which?
R