Using gitlab interface - gitlab

I am in a process of learning gitlab and have created some test projects.
But I just cannot figure out how to delete these projects. I do not see any "Dangerous Settings " options on my page/project as some forums suggest.
(Please see attached picture of my gitlab page to see what I see)
Please note : when I click on my projects I get "404 Page not found" but the activity log shows that I have pushed files.
Thank you

I depends on the version of GitLab you are using.
Issue 9890 mentions:
When you want to remove a project in its settings (/<owner>/<project>/edit) and confirm the pop-up (where you have to enter the project's name), the project is deleted..
But you're not redirected to a different site automatically. Since the project is gone, the current site /<owner>/<project>/edit does not exist anymore so you're getting a 404.
This was fixed in 8.2.3 (commit 2497d3d)

You can delete those projects from admin area.
Login with the admin account
Go to Admin area (the wrench icon on the top right corner)
Click on Projects on the left side bar
There is a list of your projects, then just delete what you want.
(I am using GitLab 8.2.1)

I realized I wasn't enrolled as admin . That is why I wasn't seeing the gear tool to modify my projects.
Thank you Van and Issue 9890 for your response.

Related

How to resolve cannot load information for github bad credentials error in Android Studio

I'm still new in Android development. I want to share my project on GitHub but it is not working. Below is the image error it is throwing. Please i need help.
I got the same issue while working on a project on Android Studio. The solution for this problem which work for me is -
Go to File > settings. (Or simply Ctrl+Alt+S)
A pop will appear on screen then navigate to Version Control > GitHub.
Click on login. It will redirect to GitHub Login Page.
After that, login into GitHub using your credentials.
Another way of logging is by Token. (You can choose any of them according to your convenience.)
In android studio
Go to Preferences->Version control->GitHub
Remove account having error with(-)
else click +
and Add account with token->Generate token on website-> copy and paste it in studio-> Add account
Done
Go to File -> Settings...
A pop up will occur
Go to Version Control -> Github
Click on the account, then remove it by using the minus symbol on top of your account.
Click add account, it will redirect you. You can now login and generate a token and when doing that don't use the same token name you used before. Once its been generate you can go back to your Android Studio and paste it.
This worked for me perfectly.

How to access site files on Azure

so my uncle asked me to update something on his website. I found out he uses azure service. I've never used this service before. After looking around I thought it was as easy as Searching App Services, then clicking on the only app running, then on the side panel click development center, then I choose FTP access. I then used FileZilla, I edited a file and then re-uploaded the file but nothing gets updated on the site. Am I missing something obvious?
Thanks.
If you want to update your website, you can use FTP,Git or other tools. You can refer to this document which can tell you how to deploy your sites. And contains other way to deploy your app. According your describe, you can check the last modified time of files in kudu.The following paragraph will introduce kudu.
If you just want to update your static files in sites. The easiest way is logging on portal and find your app.
First, you should click Advanced Tool in left side, and click the link to open KUDU Management.
Second, find Debug console options and click CMD or PowerShell, then you can see folders in the page, click site->wwwroot .
Third, you can add/delete/modify your static files by buttons in the page. When click the icon of pen, you can modify this file.
If you want to copy your local files, you also can drop it to this page, it's very convenient. More function about Kudu you can see this site.
Hope my answer works for you.

Missing custom screen in Acumatica customization project

I’m experiencing an issue with customization projects in Acumatica 2017 R2 Build 17.203.0029.
Specifically, custom screens, while in my project XML, are not visible within the customization project browser nor can they be navigated to once published (which occurs without error). This only occurs on my staging server. Everything works fine in my local dev environment and even on a different instance of Acumatica. My local dev environment matches the staging server in every possible way (Acumatica version, other packages, etc.)
Older versions of the same customization project have been published before and did not exhibit this behavior. It’s only after I replaced the project with newer version of the same project that I encounter the missing custom screen issue.
As shown in the screenshot below, remnants of the custom screens are present in the Customized Screens window. And the ASPX files are present and shown in the Custom Files window.
Screenshot of missing custom screen data
When I compare the “Edit Project Items” objects between the staging the server and my local dev version, they appear the same.
It it possible that the internal customization or sitemap tables on the staging server have inconsistent data? Is there anyway to rebuild them?
The solution appears related to the users roles config. I had not assigned access rights to the custom forms. Doing so solved the issue. The custom screens are now accessible by direct URL and are shown in the customization project browser. Maybe this will help someone else.
I had this same issue when trying to Deploy the customization to another instance.
To fix it I had to go to the site manager and change the URL of the new page
from: "/Pages/SO/CustomName"
to: "~/Pages/SO/CustomName"

GitLab: How to display Wiki as start page instead of readme?

I want to have the start page of the wiki of a project in GitLab as general start page for the project. Is this possible?
This isn't currently possible. The only views available which you can find in /profile/preferences are activity and readme.
This is possible because there's a bug in gitlab does exactly what you want, but only
for logged in users accessing
a public wiki-only project
So i guess „It's not a bug, it's a feature" ;)
Update
Having checked the example repository in the above linked issue, what you're asking for seems to be the default behaviour on gitlab.com now for wiki-only projects (which means you have to go into the settings and disable the repository feature).
I just verified that by setting up a fresh wiki-only project and it shows empty wiki page as homepage which was introduced in 12.5.

Cygwin no available download site

I have tried from my office it show available download site. Then I used same installer (setup-x86_64.exe) at home it not show anything. Both my pc (office and home) i set up google dns. Is it because im using wireless connection at home? Please advise. Thank you.
I had the same issue. i changed my setting in "Select Your Internet Connection" to "Use Internet Explorer Proxy" instead of "Direct Connection".It worked like a charm. I guess the issue is due to the proxy layer at work.
Just go to website
https://cygwin.com/mirrors.html
Chose the mirror web address nearest to you by clicking right and select the option "SAVE LINK ADDRESS" from the menu.
Paste it into the "USER URL" then click "ADD" and press "NEXT". Hope it will work. Good Luck.......!
I just met the same problems. At the very beginning, I chose the first option which is directly connect, but I can not get any downloading websites as the image showed above. Then I tried to back and chose the second one which is select your internet collection, the same result is displayed on the screen.
The solution is that we have to restart the installer and directly choose the second option. If you still don't get any websites, please be patient, try one more but still need to restart the installer. I just tried three times, maybe four times, which I can not remember, but it worked finally.
Hoped that can help you guys.
Had the same error today, my solution was to :
move the setup-x86_64.exe out of the Download folder into e.g. c:\tmp
i think the cygwin setup process has some problems with creating a temporary file in the same directory of its installer due to a lack of permissions and does not show an error message
The solution for me was enabling TLS 1.2 support in Internet Properties. But hold on! You'd better update your Windows before, because there is an update that enables support for this protocol by default. If you don't want to update your Windows, for reasons, follow these steps:
Go to Internet Properties, you can find this in start menu, in control panel, or hit Win + R and run: Inetcpl.cpl.
Go to "Advanced" tab.
Scroll to "Security" section.
Check Use TLS 1.2 option.
Run Cygwin installer again and now it should work. If not, maybe try with other security options.
How did I find out this
After a few failed install attempts, I decided to look for some hints in Event Viewer, and to my surprise, I found them. In System logs I spot lots of errors from Schannel service with a meaningless description:
The following fatal alert was received: 70.
I Googled for further explanations. Errors like these are caused by SSL failures, so something wrong was happening between Cygwin installer and Cygwin site. Something in my head told me to check Internet Properties for options relating to security, so I did and I found disabled protocols.
Step1: select use internet setting.
Step2: "http://cygwin.refractal.net/" add this URL.
This works for me.
Also, https://cygwin.com/mirrors.lst has several alternate URL's, depending upon the request location (your location).
I do not have admin privileges on this windows 10 host, but this worked:
setup-x86_64.exe -B -O -s http://mirror.clarkson.edu/cygwin
which allowed me to install cygwin from that one mirror site.
Do you have K9 filter installed by any chance ? I have the same problem posted, but I do know my issue is the K9 filter.
Add one of the site in http://cygwin.com/mirrors.lst manually
and select one of the internet connection type which is appropriate for your internet connection. and proceed...it worked for me
i found a solution to this problem:
first, go to https://cygwin.com/mirrors.html , look for your location and click onto the FTP link.
Then, you should see 4 folders:
noarch,
unsupported,
x86,
x86_64
click on "go back" or something like this (go back 1 folder).
Then you should see a many folders. Search the"cygwin" folder and simply drag it to your desktop. Now you should have a shortcut to this FTP Folder. Now, right-click the shortcut and click onto "properties" and copy the URL.
Now, you can open the installation program.
Click on "Install from Internet",
All Users / Just Me (your choice),
Use System Proxy Settings.
Now you will get an error message (if you already got that error, it wont show up again). Ignore the error and it will ask you for "available Download Sites".
Paste the URL from the shortcut into the "User URL" and click on "add".
Then, a "Select Package" Window will show up. click on "all" and then on "next".
Finished!
(Im using firefox and windows 7 32bit VM VB)
Now some guys will ask: Why didnt you just put the ftp link directly into the setup?
Well, i tried that and setup crashed on me every single time. With the shortcut it worked fine.
I hope this will help. (my english skills are trash, i know)
"Run as administrator" did the trick for me ....
(Win 7) If run without the list is blank, for whatever reason admin privileges are needed for the mirror list to load.
In Select Connection Type Page, Select Direct Connection and click Next
User URL text box ftp://cygwin.mirrors.pair.com and Click Add
Select the same URL from Available Download Sites list and proceed Next.
It worked for me.
I had the same issue. Disabling kaspersky solved it. There are a list of programs known to interfere with cygwin functionality. Please find the list here here(4.44)
Solution
Put one of mirrors to the URL window of installer.
If list of mirror urls is not available, use the below link to get list of
mirror urls
Also here is working mirror url
A silly problem-solution with the same symptoms, sharing for future reference - I was using an old installer, downloading the latest version fixed this immediately
You Should try adding this site
it is working for me.
Japan: ftp.iij.ad.jp(ftp), ftp.jaist.ac.jp(ftp), ftp.yz.yamagata-u.ac.jp(ftp), ftp.iij.ad.jp(http), ftp.jaist.ac.jp(http), ftp.yz.yamagata-u.ac.jp(http)

Resources