- 04 May, 2017 25 commits
-
-
Grzegorz Bizon authored
-
Robert Speicher authored
Resolve "Combine all GitLab workflow documentation to CONTRIBUTING.md" Closes #30141 See merge request !10991
-
Robert Speicher authored
Fixed tags sort dropdown being empty Closes #31618 See merge request !11055
-
Douwe Maan authored
Sort the network graph both by commit date and topographically Closes #30973 See merge request !11057
-
Phil Hughes authored
Pipeline table mini graph dropdown remains open when table is refreshed Closes #31558 and #31433 See merge request !11033
-
Filipa Lacerda authored
-
Rémy Coutable authored
Compile gitlab-shell go executables See merge request !11039
-
Phil Hughes authored
Remove service from actions dropdown, stop button and redeploy button Closes #31156 and #31567 See merge request !11068
-
Sean McGivern authored
Prepare uploaders for personal snippets comments See merge request !11022
-
Filipa Lacerda authored
-
Rémy Coutable authored
Disable navigation to Pages config if Pages is disabled Closes #30529 See merge request !11008
-
Jacob Vosmaer authored
-
Kamil Trzciński authored
Always show latest pipeline info in commit box Closes #31378 See merge request !11038
-
Sean McGivern authored
Handle incoming emails from aliases correctly See merge request !11079
-
Sean McGivern authored
Convert seconds to minutes and hours on chat notifations See merge request !11054
-
Phil Hughes authored
Allow to create new branch and empty WIP merge request from issue page See merge request !10018
-
Alfredo Sumaran authored
-
Phil Hughes authored
-
Rémy Coutable authored
Fix caching large snippet HTML content on MySQL databases Closes #31647 See merge request !11024
-
Rémy Coutable authored
Resolve "Size of project from API" Closes #31544 See merge request !11013
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Z.J. van de Weg authored
In the pipeline message, the duration of the pipeline was shown as: > gitlab-org/gitlab-ee: Pipeline #8002259 of master branch by Douwe Maan failed in 8612 seconds But this many seconds only gave me a clue how long the pipeline took, so now this will be shown as something like: 02:20:12 which gives a much better measure of time.
-
Mark Fletcher authored
* Regards project-level pages config - Nav link is now shown only if Pages is enabled for instance - Navigation to following controllers denied if Pages disabled: * projects/pages_controller * projects/pages_domains_controller - 'disabled' partial removed + Test for pages_controller introduced
-
Achilleas Pipinellis authored
Update todos screenshots Closes #31064 See merge request !11081
-
Timothy Andrew authored
- Previously, we sorted commits by date, which seemed to work okay. - The one edge case where this failed was when multiple commits have the same commit date (for example: when a range of commits are cherry picked with a single command, they all have the same commit date [and different author dates]). - Commits with the same commit date would be sorted arbitrarily, and usually break the network graph. - This commit solves the problem by both sorting by date, and by sorting topographically (parents aren't displayed until all their children are displayed) - Include review comments from @adamniedzielski A more detailed explanation is present here: https://gitlab.com/gitlab-org/gitlab-ce/issues/30973#note_28706230
-
- 03 May, 2017 15 commits
-
-
Douwe Maan authored
removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
-
Robert Speicher authored
Add breadcrumb, build header and pipelines submenu to artifacts browser See merge request !11050
-
Douwe Maan authored
-
Sean McGivern authored
Allow commenting on older versions of the diff and comparisons between diff versions See merge request !10388
-
Annabel Dunstone Gray authored
-
Tiago Botelho authored
-
Sean McGivern authored
Refactor Blob support of external storage in preparation of job artifact blobs See merge request !11048
-
Sean McGivern authored
These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
-
Douwe Maan authored
-
Sean McGivern authored
Try waiting for previous dropdown to definitly close before going to click See merge request !11070
-
Jacob Schatz authored
Add real-time note edits
🐿 Closes #30458 See merge request !10837 -
Eric Eastwood authored
-
Filipa Lacerda authored
* master: (91 commits) Move api lint out of static analysis job Fix project tree saver and fork spec failures Fix lazy error handling of cron parser Use gitlab-workhorse 2.0.0 Revert to real click seeing as that was a bug with only the original branch Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep find and match first dropdown before clicking Elaborate on the usage of Spring Note Ghost user and refer to user deletion documentation Fix label creation from issuable for subgroup projects Detect already enabled DeployKeys in EnableDeployKeyService Extract common parts of snippet and blob pages into partial update article date link ldap-ee article from auth index add ldap article and changes from !10299 Fix misaligned buttons in wiki pages Improve pipelines_finder.rb Improve documentation Correct typo in pipelines_spec.rb Avoid using sample ...
-
Rémy Coutable authored
Move api lint out of static analysis job See merge request !11046
-
Achilleas Pipinellis authored
-