Search Project: *:*

 
<< < 1 .. 371 372 373 374 375 .. 3690 > >> (Page 373 of 3690)

Post by aliazzz on #21 Future of cforge package CODESYS Forge tickets (Post)
Happy reading, ps I ment remote runners (aka remote builders) Jenkins : https://wiki.jenkins.io/display/JENKINS/Jenkins+Runner Drone : https://docs.drone.io/runner/overview/ GitLab : https://docs.gitlab.com/runner/ Plus you can also ask Ingo..
Last updated: 2020-02-03

Post by ingo on #9 Draft for better bootstrapping and checking prerequisits CODESYS Forge tickets (Post)
Honestly? The swiss army knife is my first intend ;) But you are right. There are new ideas around for a better integration. After a proof of concept, and a decision, you are right, we can illustrate the goal or roadmap. For now: My current Vision is a similar usability as Crossover office is giving the users. You have a set of tools, which can be used by their own. And then you have a frontend, which gives you easy access to the tools for your personal projects.
Last updated: 2019-01-13

Post by i-campbell on #21 Future of cforge package CODESYS Forge tickets (Post)
I love the direction! So I think from this: 1. web page can generate an item from a series of templates, maybe call the item type "Worflow instance" or some other well thought out name. "Workpiece" might fit in well with the forge metaphor 2. contributors can make new templates and add them to some central repository (eventually a template for the template workflow ;)) 3. Maybe a "Do" button to start a new workpiece or work on an existing one 4. cforge.exe should not be a .package but a standalone executable. It should ideally be able to help with the installation of the IDE, but also eventually we will want it to run on a linux device for troubleshooting CODESYSControl.cfg problems etc 5. the templates can work with cforge:// links somehow to query data about the machine 6. possible to create a workpiece without logging in. It won't save it though. Might be handy for "find something and download and install" workpieces. 7. Maybe an option for showing only CODESYS Group approved work items... 8. Can create individual workpieces under /u/username, or collaborative workpieces attached to a project (for example /drv/mcp3008). 9. android app, I have no experience for. Sure it will give a subset of the web page features. Possibly subscribe to a notification when a task of a workpiece is complete.
Last updated: 2020-02-02

Post by erichspitzweg on #4 Package Installation doesn't always work CODESYS Forge tickets (Post)
status: open --> accepted assigned_to: erichspitzweg
Last updated: 2018-04-17

Post by i-campbell on #21 Future of cforge package CODESYS Forge tickets (Post)
Can you help me find some reading material on Remote Builders? It is new for me.
Last updated: 2020-02-03

Post by i-campbell on #21 Future of cforge package CODESYS Forge tickets (Post)
Great Idea, I could make any time this long weekend, but after 8pm is easiest.
Last updated: 2020-04-09

Post by ingo on #29 CFORGE Tool doesn't work with SP16 CODESYS Forge tickets (Post)
The Profile names changed in SP16 and can't be found anymore The SVN checkout throws errors (object reference not set...)
Last updated: 2020-08-11

Post by ingo on #10 attachments to ticket 9 CODESYS Forge tickets (Post)
status: open --> closed
Last updated: 2019-01-13

Post by ingo on #9 Draft for better bootstrapping and checking prerequisits CODESYS Forge tickets (Post)
The idea is good. But two things: 1) I would not mix bootstrapping (or maybe better "prerequisit check") with the libdoc exe detection 2) FindExePath tries to expand the exe name with environment variables. That makes IMHO not much sense. Maybe this function needs to be reworked before it can be integrated But another idea: svn.exe is needed only necessary for a few python scripts. But on the other hand, there might be some more prerequisits to check. What's if we don't check it in C# at time of install, but we create a script, named "prerequisits.py", which contains some checks, which can be invoked by all of the other python scripts just on demand. This will be easier to implement and extend. No need to recompile anything. And in some automated environments, it might make sense to use only some of the commands, where not all of the prerequisits are necessary. So for example, when I only want to operate a jenkins slave, which is exporting documentation, I migth not need SVN.
Last updated: 2019-01-13

Post by aliazzz on #9 Draft for better bootstrapping and checking prerequisits CODESYS Forge tickets (Post)
To make life easier I added the files and the output as attachments
Last updated: 2019-01-05

Post by aliazzz on #25 Cannot find Product News CODESYS Forge tickets (Post)
Question Why won't place a "Product News" link in the Hamburger menu button? Saves you a custom built place in the app ... plus the hamburger button is by design available on ALL platforms (browser, mobile and android app).
Last updated: 2020-02-21

Post by aliazzz on #21 Future of cforge package CODESYS Forge tickets (Post)
Another possibility could be to let the cforge executable act as a remote-builder on the system it is installed. Maybe even a platform independent technology suitable for at least Windows and Linux (Mac is debatable for lack of any CODESYS runtimes at this moment). This way the new cForge executable (could still be installed via a .package on windows) bridges the gap between a machine anywhere on the Internet and this web based platform in a secure manner. The executable can interact with any software installed on the local machine (via scripts etc) but also with the remote host i.e. cForge platform via Git/SVN through webhooks to trigger remote builds on the machine the remote builder runs on. For extra clarity, interaction with the builder is triggered from this platform and scripts are pushed down. "Remote" Builder for CI/CD scenario's; Hosted GIT/SVN repo <-> Trusted executable on Win/Lin <-> CODESYS Something like this is allready done by Jenkins, GitLab and Drone and is very very scalable and proven technology!
Last updated: 2020-02-02

Post by aliazzz on #8 cForge installation on latest Win10 x64 CODESYS Forge tickets (Post)
This issue is resolved, this ticket can be closed.
Last updated: 2019-01-05

Post by i-campbell on #15 renaming cforge commands CODESYS Forge tickets (Post)
Seems these two are already in Trunk https://forge.codesys.com/tol/cforge/code/HEAD/tree/trunk/cforge/cforge/Package/CFORGE/Setup.reg#l41 aliazzz, are you satisfied with the slightly modified "Create Package Manifest"? Also noting here, I looked at the other commands and think they are self explanatory if you are familiar with SVN, or Google the SVN concepts. If you are happy with that text, I will test this also next week and post here if the change made works. (Or, if someone else has the latest cforge package installed, please report if the context menu now says "create package manifest" and "build package")
Last updated: 2020-01-18

Post by i-campbell on #12 CODESYS Forge needs an icon CODESYS Forge tickets (Post)
For me, I am overjoyed with the intricacies of the new cForge logo seen in [r81].
Last updated: 2020-01-23

Post by ingo on #2 commit: Implement the action 'commit' CODESYS Forge tickets (Post)
The import or commit actions are always searching for all libraries and projects in the folder. Those are committed one-by-one. The checkin will be done in a direct subfolder, named after the library or projects basename. After that, PlcOpen XML (as an inermediate format) and a markdown export of the project or library will be generated and committed, also using the basename. Note, that the commit using the external SVN client should only be done on specific files. Otherwise there is a risk, that modifications are implicitely committed without an acknowledge of the user. Note 2, the same commit message should be used for all single commits. First, passing this message as a parameter to the tool should be enough.
Last updated: 2018-04-11

Post by aliazzz on #12 CODESYS Forge needs an icon CODESYS Forge tickets (Post)
I never recognised it until you finally revealed it.
Last updated: 2020-01-18

Post by ingo on #13 Automatic Build CODESYS Forge tickets (Post)
Merge Request on branch "13-jobs". Sample JSON, which needs to be passed via a file as the first argument to the command "job": { "project" : "tol/cforge", "user" : "test", "pass" : "test", "actions" : [ { "cmd" : "build", "repo" : "tol,cforge,code"} ] }
Last updated: 2019-04-20

Post by ingo on #1 Implement URL Handler and framework for actions CODESYS Forge tickets (Post)
Description has changed: Diff: --- old +++ new @@ -2,6 +2,7 @@ * Implements an URL handler * Parses the command line, as well as URLs, and prepares it for the "actions" -* call "actions", based on the command that was passed to the URL, or "cforge" on the command line +* call "commands", based on the command that was passed to the URL, or "cforge" on the command line -This way, the actions can be implemented easyly and transparent in python scripts. +This way, the command can be implemented easyly and transparent in python scripts. +We can then sub-group further to different actions, which need to be performed in several commands. assigned_to: erichspitzweg@gmx.de
Last updated: 2018-03-16

Post by codesys-com on #16 Where can I find the version number for Android app? CODESYS Forge tickets (Post)
status: open --> closed
Last updated: 2019-12-31

Post by ingo on #2 commit: Implement the action 'commit' CODESYS Forge tickets (Post)
Note: The local SVN thing would be ideal with SharpSVN, if this is available from within IronPython. If not, we force the user to have SVN installed.
Last updated: 2018-03-16

Post by ingo on #25 Cannot find Product News CODESYS Forge tickets (Post)
Sorry! Seems, like I forgot to upload the last build.
Last updated: 2020-02-19

Post by ingo on #21 Future of cforge package CODESYS Forge tickets (Post)
Hi Ian, You crazy guy! ;) Very nice analyzation of the user groups and tasks they want to achieve. I used your lists to try to form use cases and defined even three groups of actors, who want to complete those use cases: Beside the contributer and the consumer, I defined the biggest group of users. Those who only search for informations and tipps to solve their own problem in their proprietary software. My thought is, that we can then sort those use cases into the different user interfaces: web page app cforge tool Because I believe that you assigned some features to the cforge tool, which are better solved in other places. Especially because also other user groups want those features, who don't have the cforge tool. Please check it out. I am looking forward for your feedback.
Last updated: 2020-02-04

Post by ingo on #26 Android: Product News Page opened in App gives errors CODESYS Forge tickets (Post)
Thanks Ian! Can't reproduce it practically, but in theory this should fix it: https://stackoverflow.com/questions/52707918/webview-showing-err-cleartext-not-permitted-although-site-is-https
Last updated: 2020-02-21

Post by ingo on #19 Form data is lost in mobile view CODESYS Forge tickets (Post)
fixed it wrote this ... pressed back button ... and clicked on this ticket again ... => Works ;)
Last updated: 2020-01-11

<< < 1 .. 371 372 373 374 375 .. 3690 > >> (Page 373 of 3690)

Showing results of 92247

Sort by relevance or date