GitLab-Pages | : eyes : GitHub Pages , for GitLab | Continous Integration library
kandi X-RAY | GitLab-Pages Summary
kandi X-RAY | GitLab-Pages Summary
:eyes: GitHub Pages, for GitLab.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of GitLab-Pages
GitLab-Pages Key Features
GitLab-Pages Examples and Code Snippets
Community Discussions
Trending Discussions on GitLab-Pages
QUESTION
This is based on the answer in JMeter & Gitlab: How to Install & SQLServer JDBC Driver?.
In short, the debug output below shows that the appropriate JAR and DLL are in the Java-path on the Docker image, yet I am seeing the following error in the JMeter output:
- "DBCP DataSource configured without a 'password'" mssql
- "DBCP DataSource configured without a 'user'" mssql
The image uses JMeter 5.4.2 ("latest").
The JDBC driver files I am using are:
- mssql-jdbc_auth-9.4.1.x86.dll
- mssql-jdbc-9.4.1.jre8.jar
So is it a compatibility issue?
I have JMeter 5.4.1 installed on my computer, and the test plan works fine using the local application.
Here is the output from the Gitlab job:
...ANSWER
Answered 2022-Jan-10 at 06:33I don't think you can use SQL Server integrated authentication from Linux machine.
In order to be able to use the approach with the Microsoft JDBC Driver and integrated authentication you need to run your builds on a Windows Runner
In case you have to use Linu you can work it around using JTDS JDBC Driver and connection string like:
QUESTION
I'm trying to publish my flutter page on gitlab which is the git host of my project. I'm using the ci configure like the following(from this post)
gitlab page CI configure ...ANSWER
Answered 2021-Jun-24 at 01:08It's turn out being an issue of the docker image. After I removed the flutter channel
and flutter upgrade
command in the befor_script
part, everything is ok now.
Note if you have the flutter project in a subdirectory under the repository root, still you need to add cd you-flutter-dir
command in the before_script
. Also don't forget to put the .gitlab-ci.yml
file in the root of the repository.
QUESTION
After getting the site running on https://*username*.gitlab.io/*project name*/
I tried adding a custom domain. The domain is fitshapeprogressions.com.
But this results in the following error:
I set the pages to access control to 'everyone' so why would there be a permission error?
I set things up as follows.
For the DNS site of things I followed this explanation: 401 error when adding custom domain to gitlab pages Ending with these settings:
On the GitLab site of things the domain got successfully verified
I've looked at similar problems but proposed solutions don't seem to work https://forum.gitlab.com/t/401-unauthorized-error-for-gitlab-page-deployed-with-publii/37180/6
401 Unauthorized error for GitLab page deployed with Public https://forum.gitlab.com/t/401-error-when-adding-custom-domain-to-gitlab-pages/30517 401 error when adding a custom domain to GitLab pages
Any ideas as to what might be causing the error?
...ANSWER
Answered 2021-Mar-19 at 10:00I've also asked this question on the gitlab forums and the solution was provided.
Solution: The txt records were pointing to the wrong domain and had to be changed according to documentation. https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/#3-set-up-dns-records-for-pages
Solution link: https://forum.gitlab.com/t/401-error-when-adding-custom-domain-to-gitlab-pages-with-namecheap/50267
QUESTION
I am Creating angular pwa web app. I am deploying angular web app to gitlab-pages using gitlab-ci.yml CI. My question is after deployment of angular web app PWA is not installable. Can Any one spot whats going wrong here.
https://grdtech.gitlab.io/pizza-shop/
Above link is live deployed angualar pwa inside gitlab pages using gitlab-ci.yml CI. But in this site pwa is not detected and install prompts not coming.
gitlab-ci.yml file
...ANSWER
Answered 2020-Nov-24 at 11:36The issue here is you are not deploying a production build. By default PWA are only applied while building for production. You can do so using
QUESTION
Having a working gitlab instance on an Ubuntu 18.04 server for abouth 2 months, it now refuse to swpan due to the following 2 errors in /var/log/nginx/error.log
...ANSWER
Answered 2020-May-14 at 12:23This is almost certainly a permissions error.
Make sure that whatever file is readable: chmod a+r /opt/gitlab/embedded/service/gitlab-rails/config/database.yml
(according to the comments you already did this) AND
Make sure that all the directories are executable, which for directories allows cd'ing into that directory:
QUESTION
This answer by @joki to a previous question suggests that it is possible to deploy each active branch in a GitLab repo to a dynamic environment, by giving browsable artifacts a public URL.
Trying this out with a mkdocs material project, I've found two issues.
Firstly, if the GitLab repo is within a group or a subgroup the URLs in the .gitlab-ci.yml
file needs to be something more like this:
ANSWER
Answered 2020-Mar-09 at 13:41You can see the URL you need in the »Browse« button of the build
step in your pipeline.
Does this work?
QUESTION
I am trying to build documentation for a self hosted GitLab project. This documentation will be hosted in GitLab pages, and will have different versions. Thanks to this answer, I figured out how to host multiple versions on GitLab pages.
My problem now is how to access those versions.
I would like to use the ReadTheDocs theme, that seems to have been built with that in mind:
How can I access and modify that navigation menu? I haven't been able to find anything on the documentation.
(Edit: Just learned the name of that menu is flyout)
If this was not possible, I would like to somehow add a section on the left panel (like html_sidebars
on the classic theme), since I already built a script to get links to the versions.
I really just need a way to add a section to the bar.
Thanks!
...ANSWER
Answered 2020-Mar-04 at 08:16My solution
Since @Steve Piercy mentioned in a comment that there is no way to have the flyout in the RTD self-hosted theme, I attempted to personalise the left sidebar to add the version links.
Unlike the classic theme (with the html_sidebars
I mentioned), there seems to be no way to configure what is shown. What you can do is add customised javascript and css. So I created a small script that adds a new unordered list with the links to the versions at the top of the toc.
I would prefer to follow another approach, since it is hacky and it uses hardcoded css class names (that might change at any point), but it is the only thing that I could come up with and works alright.
If anyone needs more details on the solution, I can provide them.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install GitLab-Pages
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page