- 13 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly using version strings, to which we prepend 'v' and assume are tags. These changes allow branches or tags with other name formats to be specified by prepending '=' to the version string (á la govendor). We also simplify the process to reset to the given version (now a branch or tag): Right now there's a check to supposedly try to avoid fetching from the remote the version if it already exist locally. But the previous logic already clones if the directory doesn't exist or fetches if it does, so this check is pointless. We can safely assume the version exists once we get to the reset stage.
-
- 12 Apr, 2017 39 commits
-
-
Alfredo Sumaran authored
Reset New branch button when issue state changes Closes #21292 See merge request !5962
-
💃 Winnie 💃 authored
-
Achilleas Pipinellis authored
Add link to environments on kubernetes.md See merge request !10555
-
Mark Pundsack authored
-
Alfredo Sumaran authored
Improve webpack-dev-server compatibility with non-localhost setups. Closes #27729 See merge request !10604
-
Mike Greiling authored
-
Annabel Dunstone Gray authored
Fix filtered search input width for IE Closes #30856 See merge request !10662
-
Marcia Ramos authored
Add auth to topics page See merge request !10643
-
Clement Ho authored
Fixed missing capitalisation on buttons See merge request !10631
-
Clement Ho authored
-
Filipa Lacerda authored
Fixed random failures with Poll spec Closes #30824 See merge request !10654
-
Sean McGivern authored
Remove heading and trailing spaces from label's color and title See merge request !10603
-
Rémy Coutable authored
Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates See merge request !10653
-
Robert Speicher authored
Improve the testing documentation Closes #29499 and #29623 See merge request !10161
-
Annabel Dunstone Gray authored
Set user contribution calendar `overflow-x: scroll` more precisely Closes #30738 See merge request !10636
-
Douwe Maan authored
removes redundant code from database.rb Closes #29056 See merge request !10583
-
Douwe Maan authored
Improve discussion_comments_spec perf See merge request !10648
-
Rémy Coutable authored
Fix grammar See merge request !10639
-
Sean Packham (GitLab) authored
Resolve "Update Pipelines documentation" Closes #27755 See merge request !10600
-
Phil Hughes authored
Correctly waits for requests to finish before testing anything. Previously it was waiting for a set amount of time which could possibly cause failures dependant on how quickly these execute Stops any polling requests once done so that the error callback doesn't get called with a 404 Closes #30824
-
Adam Niedzielski authored
-
Kamil Trzciński authored
Return nil as coverage instead of a File object See merge request !10633
-
Sean McGivern authored
Let uses hide verbose output by default See merge request !10650
-
Z.J. van de Weg authored
[ci skip]
-
Rémy Coutable authored
Fix outdated 'Admin area' link label in GitLab QA Closes gitlab-qa#41 See merge request !10646
-
Luke "Jared" Bennett authored
-
Rémy Coutable authored
Api fix build events rename to Job events Closes #30412 See merge request !10586
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
Sean McGivern authored
Use gRPC 1.2.2 Closes #30766 See merge request !10589
-
Z.J. van de Weg authored
Given a valid pipeline job, and a regex which wouldn't match to a jobs trace, the stream of the trace would return the File object. This was not the case when it matched a value, as that would have been return from the block. Now the `extract_coverage` method returns `nil` if no match was found.
-
Rémy Coutable authored
Hide new subgroup button if user has no permission to create one Closes #30139 See merge request !10627
-
Rémy Coutable authored
Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Fix issue's note cache expiration after delete Closes #30457 See merge request !10461
-
Grzegorz Bizon authored
[ci skip]
-
Z.J. van de Weg authored
When renaming, the argument on the projects hook API was forgotten. Now one could successfully set it again. The fix is a little ugly stylewise, but needed as the underlying model still refers to it as build_events. This commit is to fix it, later we should migrate the data to a new column. The edit on the spec file makes sure it passes now, and will fail when we migrate the column.
-
Sean McGivern authored
[BB Importer] Save the error trace and the whole raw document See merge request !9604
-
Marcia Ramos authored
-