- 02 Aug, 2018 29 commits
-
-
Robert Speicher authored
Fix deploy tokens without `expire_at` crashes Closes #49904 See merge request gitlab-org/gitlab-ce!20992
-
Bob Van Landuyt authored
-
Dmitriy Zaporozhets authored
Get rid of unnecessary commit action in pipelines controller See merge request gitlab-org/gitlab-ce!20980
-
Filipa Lacerda authored
Fixed Web IDE row dropdowns scrolling list incorrectly Closes #49892 See merge request gitlab-org/gitlab-ce!20984
-
Clement Ho authored
Resolve "Top nav search bar produces console error when unauthenticated" Closes #49861 See merge request gitlab-org/gitlab-ce!20970
-
Dennis Tang authored
-
Sean McGivern authored
Resolve "GitLab Project Import should use object storage" Closes #48773 See merge request gitlab-org/gitlab-ce!20773
-
Phil Hughes authored
Closes #49892
-
Sean McGivern authored
Remove feature flags from lib/backup Closes gitaly#749, gitaly#1212, and gitaly#1195 See merge request gitlab-org/gitlab-ce!20854
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
Rework performance section to allow for string freezing See merge request gitlab-org/gitlab-ce!20969
-
Dmitriy Zaporozhets authored
Merge branch '48834-chart-versions-for-applications-installed-by-one-click-install-buttons-should-be-version-locked' into 'master' Resolve "Chart versions for applications installed by one click install buttons should be version locked" Closes #48834 See merge request gitlab-org/gitlab-ce!20765
-
Lukas Eipert authored
-
Lukas Eipert authored
-
Lukas Eipert authored
-
Rémy Coutable authored
Fix indentation for artifacts example in docs See merge request gitlab-org/gitlab-ce!20971
-
James Lopez authored
- Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
-
Dmitriy Zaporozhets authored
Use Helm 2.7.2 for GitLab Managed Apps Closes #49830 See merge request gitlab-org/gitlab-ce!20956
-
Sean McGivern authored
Resolve "Remove ghost notification settings for groups and projects" Closes #44824 See merge request gitlab-org/gitlab-ce!20567
-
🙈 jacopo beschi 🙉 authored
-
Nick Thomas authored
Update GITLAB_SHELL_VERSION to 8.1.0 See merge request gitlab-org/gitlab-ce!20975
-
Marcia Ramos authored
Update two_factor_authentication.md See merge request gitlab-org/gitlab-ce!20943
-
Rémy Coutable authored
Enable frozen string in app/models/*.rb See merge request gitlab-org/gitlab-ce!20851
-
Sean McGivern authored
Filter diff files by given path on DB instead Ruby See merge request gitlab-org/gitlab-ce!20940
-
Phil Hughes authored
Resolve "Link to the runners page should automatically expand the runners settings" Closes #49851 See merge request gitlab-org/gitlab-ce!20967
-
Sean McGivern authored
Refactor gitlab:import:repos task to remove direct disk access Closes gitaly#953 See merge request gitlab-org/gitlab-ce!20864
-
James Lopez authored
-
Adam Liter authored
-
Thong Kuah authored
-
- 01 Aug, 2018 11 commits
-
-
Thong Kuah authored
Fix up VERSION for each of the applications * There is no 0.0.1 helm version for jupyterhub. Use the latest version instead * `:nginx` is not a valid chart version. Lock the ingress application GitLab installs to the latest chart version. * Use the latest gitlab-runner chart to prevent GitLab installing older versions when users have been installing the lastest version Always install from the VERSION and not the database `version` column. This should fix cases like https://gitlab.com/gitlab-org/gitlab-ee/issues/6795 in the instances where an install command failed previously, which locked the version in the database to an older version. Also, ensure that the version column is updated to the version we are installing. Add specs to show how previously failed appplications will be handled when the helm installation is run again Add changelog entry
-
Stan Hu authored
Relates to #47424
-
Nick Thomas authored
Add repository languages for projects Closes #23931, #34671, #48647, and #47301 See merge request gitlab-org/gitlab-ce!19480
-
Clement Ho authored
Add vanilla JS avatar_helper and update existing avatar helpers See merge request gitlab-org/gitlab-ce!20886
-
Paul Slaughter authored
-
Filipa Lacerda authored
Automatically expand runner's settings block when linking to the runner's settings page by using page anchor on the link
-
Clement Ho authored
Backport CSS changes from gitlab-ee!6638 See merge request gitlab-org/gitlab-ce!20961
-
Robert Speicher authored
Resolve "Clean up changelog for 11.1.3 and 11.1.4" Closes #49837 [ci skip] See merge request gitlab-org/gitlab-ce!20962
-
Tim Zallmann authored
Raise timeout for Karma tests to 2 seconds See merge request gitlab-org/gitlab-ce!20963
-
Zeger-Jan van de Weg authored
Our friends at GitHub show the programming languages for a long time, and inspired by that this commit means to create about the same functionality. Language detection is done through Linguist, as before, where the difference is that we cache the result in the database. Also, Gitaly can incrementaly scan a repository. This is done through a shell out, which creates overhead of about 3s each run. For now this won't be improved. Scans are triggered by pushed to the default branch, usually `master`. However, one exception to this rule the charts page. If we're requesting this expensive data anyway, we just cache it in the database. Edge cases where there is no repository, or its empty are caught in the Repository model. This makes use of Redis caching, which is probably already loaded. The added model is called RepositoryLanguage, which will make it harder if/when GitLab supports multiple repositories per project. However, for now I think this shouldn't be a concern. Also, Language could be confused with the i18n languages and felt like the current name was suiteable too. Design of the Project#Show page is done with help from @dimitrieh. This change is not visible to the end user unless detections are done.
-
Rémy Coutable authored
Added gitlab-pages update instructions. See merge request gitlab-org/gitlab-ce!19674
-